simple 09-Jul-2024 19:52:24 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1304 (PHPBB3-DDM-P5SP-1304) is being prepared for building on agent Default Agent, bamboo version: 9.2.7 simple 09-Jul-2024 19:52:24 simple 09-Jul-2024 19:52:24 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 09-Jul-2024 19:52:24 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1304 (PHPBB3-DDM-P5SP-1304) simple 09-Jul-2024 19:52:24 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 09-Jul-2024 19:52:24 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 09-Jul-2024 19:52:24 Updating source code to revision: 4616681fa895f4e418281c1747a14ed45708f121 simple 09-Jul-2024 19:52:24 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git'. simple 09-Jul-2024 19:52:24 hint: Using 'master' as the name for the initial branch. This default branch name simple 09-Jul-2024 19:52:24 hint: is subject to change. To configure the initial branch name to use in all simple 09-Jul-2024 19:52:24 hint: of your new repositories, which will suppress this warning, call: simple 09-Jul-2024 19:52:24 hint: simple 09-Jul-2024 19:52:24 hint: git config --global init.defaultBranch simple 09-Jul-2024 19:52:24 hint: simple 09-Jul-2024 19:52:24 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 09-Jul-2024 19:52:24 hint: 'development'. The just-created branch can be renamed via this command: simple 09-Jul-2024 19:52:24 hint: simple 09-Jul-2024 19:52:24 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git/ simple 09-Jul-2024 19:52:24 hint: git branch -m simple 09-Jul-2024 19:52:24 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 09-Jul-2024 19:52:36 Checking out revision 4616681fa895f4e418281c1747a14ed45708f121. simple 09-Jul-2024 19:52:37 Already on 'master' simple 09-Jul-2024 19:52:37 Updated source code to revision: 4616681fa895f4e418281c1747a14ed45708f121 simple 09-Jul-2024 19:52:37 Finished task 'Checkout Default Repository' with result: Success simple 09-Jul-2024 19:52:37 Running pre-build action: VCS Version Collector simple 09-Jul-2024 19:52:37 Running pre-build action: Build Log Labeller Pre Build Action simple 09-Jul-2024 19:52:37 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1304 (PHPBB3-DDM-P5SP-1304) started building on agent 'Default Agent' () command 09-Jul-2024 19:52:37 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 09-Jul-2024 19:52:37 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 09-Jul-2024 19:52:37 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1304 (PHPBB3-DDM-P5SP-1304)'\n ... running command line: \n/usr/bin/docker build --force-rm=true --tag=phpbb:php-8.1 /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP\n error 09-Jul-2024 19:52:37 #0 building with "default" instance using docker driver error 09-Jul-2024 19:52:37 error 09-Jul-2024 19:52:37 #1 [internal] load build definition from Dockerfile error 09-Jul-2024 19:52:37 #1 transferring dockerfile: 511B done error 09-Jul-2024 19:52:37 #1 DONE 0.0s error 09-Jul-2024 19:52:37 error 09-Jul-2024 19:52:37 #2 [internal] load metadata for docker.io/library/php:8.1 error 09-Jul-2024 19:52:39 #2 DONE 2.4s error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #3 [internal] load .dockerignore error 09-Jul-2024 19:52:39 #3 transferring context: 2B done error 09-Jul-2024 19:52:39 #3 DONE 0.0s error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #4 [1/6] FROM docker.io/library/php:8.1@sha256:f90e125da69badb242a0f7abce00e1fc9bcda30d3d6e558956e3a71747126f5d error 09-Jul-2024 19:52:39 #4 DONE 0.0s error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #5 [2/6] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip libzip-dev && docker-php-ext-install -j$(nproc) zip error 09-Jul-2024 19:52:39 #5 CACHED error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #6 [3/6] RUN pecl install xdebug-3.2.2 error 09-Jul-2024 19:52:39 #6 CACHED error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #7 [4/6] RUN docker-php-ext-enable xdebug error 09-Jul-2024 19:52:39 #7 CACHED error 09-Jul-2024 19:52:39 error 09-Jul-2024 19:52:39 #8 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 09-Jul-2024 19:52:40 #8 DONE 0.5s error 09-Jul-2024 19:52:40 error 09-Jul-2024 19:52:40 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 09-Jul-2024 19:52:40 #9 DONE 0.3s error 09-Jul-2024 19:52:40 error 09-Jul-2024 19:52:40 #10 exporting to image error 09-Jul-2024 19:52:40 #10 exporting layers 0.0s done error 09-Jul-2024 19:52:40 #10 writing image sha256:dba54226b5b141fb4ab4a652313f5af7d3a39e7e156709b54e2ffbebd3eb6475 done error 09-Jul-2024 19:52:40 #10 naming to docker.io/library/phpbb:php-8.1 done error 09-Jul-2024 19:52:40 #10 DONE 0.1s simple 09-Jul-2024 19:52:40 Built Docker image 'phpbb:php-8.1' simple 09-Jul-2024 19:52:40 Finished task 'Build image' with result: Success command 09-Jul-2024 19:52:40 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 09-Jul-2024 19:52:40 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 09-Jul-2024 19:52:40 Running image name (phpbb:php-8.1) command 09-Jul-2024 19:52:40 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1304 (PHPBB3-DDM-P5SP-1304)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP:/data --workdir /data/phpBB --rm -u=990 -t --volume /home/bamboo/xml-data/build-dir/_git-repositories-cache/:/home/bamboo/xml-data/build-dir/_git-repositories-cache/ phpbb:php-8.1 /bin/bash -c php ../composer.phar install --dev; cd ../build; git fetch --tags https://github.com/phpbb/phpbb.git 2>&1; ../phpBB/vendor/bin/phing package\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP\n build 09-Jul-2024 19:52:41 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 09-Jul-2024 19:52:41 Installing dependencies from lock file (including require-dev) build 09-Jul-2024 19:52:41 Verifying lock file contents can be installed on current platform. build 09-Jul-2024 19:52:41 Package operations: 142 installs, 0 updates, 0 removals build 09-Jul-2024 19:52:41 Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. build 09-Jul-2024 19:52:41 - Downloading composer/installers (v1.12.0) build 09-Jul-2024 19:52:41 - Downloading composer/package-versions-deprecated (1.11.99.5) build 09-Jul-2024 19:52:41 - Downloading bantu/ini-get-wrapper (v1.0.1) build 09-Jul-2024 19:52:41 - Downloading carlos-mg89/oauth (0.8.15) build 09-Jul-2024 19:52:41 - Downloading chita/topological_sort (v3.0.1) build 09-Jul-2024 19:52:41 - Downloading symfony/process (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-php81 (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-php80 (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-php73 (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/finder (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-mbstring (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-ctype (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/filesystem (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/string (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/deprecation-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading psr/container (2.0.2) build 09-Jul-2024 19:52:41 - Downloading symfony/service-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading symfony/console (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading seld/signal-handler (2.0.2) build 09-Jul-2024 19:52:41 - Downloading seld/phar-utils (1.2.1) build 09-Jul-2024 19:52:41 - Downloading seld/jsonlint (1.10.2) build 09-Jul-2024 19:52:41 - Downloading react/promise (v3.2.0) build 09-Jul-2024 19:52:41 - Downloading psr/log (3.0.0) build 09-Jul-2024 19:52:41 - Downloading justinrainbow/json-schema (v5.2.13) build 09-Jul-2024 19:52:41 - Downloading composer/pcre (3.1.4) build 09-Jul-2024 19:52:41 - Downloading composer/xdebug-handler (3.0.5) build 09-Jul-2024 19:52:41 - Downloading composer/spdx-licenses (1.5.8) build 09-Jul-2024 19:52:41 - Downloading composer/semver (3.4.0) build 09-Jul-2024 19:52:41 - Downloading composer/metadata-minifier (1.0.0) build 09-Jul-2024 19:52:41 - Downloading composer/class-map-generator (1.3.4) build 09-Jul-2024 19:52:41 - Downloading composer/ca-bundle (1.5.0) build 09-Jul-2024 19:52:41 - Downloading composer/composer (2.7.7) build 09-Jul-2024 19:52:41 - Downloading psr/cache (3.0.0) build 09-Jul-2024 19:52:41 - Downloading doctrine/deprecations (1.1.3) build 09-Jul-2024 19:52:41 - Downloading doctrine/event-manager (1.2.0) build 09-Jul-2024 19:52:41 - Downloading doctrine/cache (2.2.0) build 09-Jul-2024 19:52:41 - Downloading doctrine/dbal (3.3.8) build 09-Jul-2024 19:52:41 - Downloading google/recaptcha (1.3.0) build 09-Jul-2024 19:52:41 - Downloading guzzlehttp/promises (1.5.3) build 09-Jul-2024 19:52:41 - Downloading ralouphie/getallheaders (3.0.3) build 09-Jul-2024 19:52:41 - Downloading psr/http-message (1.1) build 09-Jul-2024 19:52:41 - Downloading guzzlehttp/psr7 (1.9.1) build 09-Jul-2024 19:52:41 - Downloading laminas/laminas-code (4.13.0) build 09-Jul-2024 19:52:41 - Downloading symfony/yaml (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading laravel/homestead (v14.5.0) build 09-Jul-2024 19:52:41 - Downloading marc1706/fast-image-size (v1.1.7) build 09-Jul-2024 19:52:41 - Downloading symfony/http-client-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading symfony/http-client (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading brick/math (0.12.1) build 09-Jul-2024 19:52:41 - Downloading spomky-labs/pki-framework (1.2.1) build 09-Jul-2024 19:52:41 - Downloading psr/http-factory (1.1.0) build 09-Jul-2024 19:52:41 - Downloading psr/http-client (1.0.3) build 09-Jul-2024 19:52:41 - Downloading psr/clock (1.0.0) build 09-Jul-2024 19:52:41 - Downloading paragonie/random_compat (v9.99.100) build 09-Jul-2024 19:52:41 - Downloading paragonie/sodium_compat (v1.21.1) build 09-Jul-2024 19:52:41 - Downloading paragonie/constant_time_encoding (v2.7.0) build 09-Jul-2024 19:52:41 - Downloading web-token/jwt-library (3.4.3) build 09-Jul-2024 19:52:41 - Downloading web-token/jwt-util-ecc (3.4.3) build 09-Jul-2024 19:52:41 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 09-Jul-2024 19:52:41 - Downloading web-token/jwt-signature (3.4.3) build 09-Jul-2024 19:52:41 - Downloading web-token/jwt-key-mgmt (3.4.3) build 09-Jul-2024 19:52:41 - Downloading spomky-labs/base64url (v2.0.4) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-php72 (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading guzzlehttp/guzzle (6.5.8) build 09-Jul-2024 19:52:41 - Downloading minishlink/web-push (v8.0.0) build 09-Jul-2024 19:52:41 - Downloading sebastian/version (3.0.2) build 09-Jul-2024 19:52:41 - Downloading sebastian/type (3.2.1) build 09-Jul-2024 19:52:41 - Downloading sebastian/resource-operations (3.0.4) build 09-Jul-2024 19:52:41 - Downloading sebastian/recursion-context (4.0.5) build 09-Jul-2024 19:52:41 - Downloading sebastian/object-reflector (2.0.4) build 09-Jul-2024 19:52:41 - Downloading sebastian/object-enumerator (4.0.4) build 09-Jul-2024 19:52:41 - Downloading sebastian/global-state (5.0.7) build 09-Jul-2024 19:52:41 - Downloading sebastian/exporter (4.0.6) build 09-Jul-2024 19:52:41 - Downloading sebastian/environment (5.1.5) build 09-Jul-2024 19:52:41 - Downloading sebastian/diff (4.0.6) build 09-Jul-2024 19:52:41 - Downloading sebastian/comparator (4.0.8) build 09-Jul-2024 19:52:41 - Downloading sebastian/code-unit (1.0.8) build 09-Jul-2024 19:52:41 - Downloading sebastian/cli-parser (1.0.2) build 09-Jul-2024 19:52:41 - Downloading phpunit/php-timer (5.0.3) build 09-Jul-2024 19:52:41 - Downloading phpunit/php-text-template (2.0.4) build 09-Jul-2024 19:52:41 - Downloading phpunit/php-invoker (3.1.1) build 09-Jul-2024 19:52:41 - Downloading phpunit/php-file-iterator (3.0.6) build 09-Jul-2024 19:52:41 - Downloading theseer/tokenizer (1.2.3) build 09-Jul-2024 19:52:41 - Downloading nikic/php-parser (v4.19.1) build 09-Jul-2024 19:52:41 - Downloading sebastian/lines-of-code (1.0.4) build 09-Jul-2024 19:52:41 - Downloading sebastian/complexity (2.0.3) build 09-Jul-2024 19:52:41 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 09-Jul-2024 19:52:41 - Downloading phpunit/php-code-coverage (9.2.31) build 09-Jul-2024 19:52:41 - Downloading phar-io/version (3.2.1) build 09-Jul-2024 19:52:41 - Downloading phar-io/manifest (2.0.4) build 09-Jul-2024 19:52:41 - Downloading myclabs/deep-copy (1.12.0) build 09-Jul-2024 19:52:41 - Downloading doctrine/instantiator (2.0.0) build 09-Jul-2024 19:52:41 - Downloading phpunit/phpunit (9.6.19) build 09-Jul-2024 19:52:41 - Downloading misantron/dbunit (5.3.0) build 09-Jul-2024 19:52:41 - Downloading phing/phing (2.17.4) build 09-Jul-2024 19:52:41 - Downloading webmozart/assert (1.11.0) build 09-Jul-2024 19:52:41 - Downloading phpstan/phpdoc-parser (1.29.1) build 09-Jul-2024 19:52:41 - Downloading phpdocumentor/reflection-common (2.2.0) build 09-Jul-2024 19:52:41 - Downloading phpdocumentor/type-resolver (1.8.2) build 09-Jul-2024 19:52:41 - Downloading phpdocumentor/reflection-docblock (5.4.1) build 09-Jul-2024 19:52:41 - Downloading spatie/array-to-xml (3.3.0) build 09-Jul-2024 19:52:41 - Downloading netresearch/jsonmapper (v4.4.1) build 09-Jul-2024 19:52:41 - Downloading fidry/cpu-core-counter (1.1.0) build 09-Jul-2024 19:52:41 - Downloading felixfbecker/language-server-protocol (v1.5.2) build 09-Jul-2024 19:52:41 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 09-Jul-2024 19:52:41 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 09-Jul-2024 19:52:41 - Downloading amphp/amp (v2.6.4) build 09-Jul-2024 19:52:41 - Downloading amphp/byte-stream (v1.8.2) build 09-Jul-2024 19:52:41 - Downloading vimeo/psalm (5.24.0) build 09-Jul-2024 19:52:41 - Downloading symfony/routing (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/polyfill-php83 (v1.29.0) build 09-Jul-2024 19:52:41 - Downloading symfony/http-foundation (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading psr/event-dispatcher (1.0.0) build 09-Jul-2024 19:52:41 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading symfony/event-dispatcher (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/var-dumper (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/error-handler (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/http-kernel (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/var-exporter (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/dependency-injection (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/config (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/cache-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading symfony/cache (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/framework-bundle (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading psalm/plugin-symfony (v5.2.2) build 09-Jul-2024 19:52:41 - Downloading s9e/sweetdom (3.4.1) build 09-Jul-2024 19:52:41 - Downloading s9e/regexp-builder (1.4.6) build 09-Jul-2024 19:52:41 - Downloading s9e/text-formatter (2.17.3) build 09-Jul-2024 19:52:41 - Downloading squizlabs/php_codesniffer (3.10.1) build 09-Jul-2024 19:52:41 - Downloading masterminds/html5 (2.9.0) build 09-Jul-2024 19:52:41 - Downloading symfony/dom-crawler (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/browser-kit (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/css-selector (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading symfony/mime (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 09-Jul-2024 19:52:41 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 09-Jul-2024 19:52:41 - Downloading twig/twig (v3.8.0) build 09-Jul-2024 19:52:41 - Downloading symfony/translation-contracts (v3.5.0) build 09-Jul-2024 19:52:41 - Downloading symfony/twig-bridge (v6.4.8) build 09-Jul-2024 19:52:44 0/142 [>---------------------------] 0% 12/142 [==>-------------------------] 8% 20/142 [===>------------------------] 14% 36/142 [=======>--------------------] 25% 44/142 [========>-------------------] 30% 57/142 [===========>----------------] 40% 82/142 [================>-----------] 57% 91/142 [=================>----------] 64% 102/142 [====================>-------] 71% 115/142 [======================>-----] 80% 136/142 [==========================>-] 95% 142/142 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 09-Jul-2024 19:52:44 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 09-Jul-2024 19:52:44 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 09-Jul-2024 19:52:44 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 09-Jul-2024 19:52:44 - Installing chita/topological_sort (v3.0.1): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/process (v6.4.8): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/finder (v6.4.8): Extracting archive build 09-Jul-2024 19:52:44 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/filesystem (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/string (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/container (2.0.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/console (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing seld/signal-handler (2.0.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing seld/phar-utils (1.2.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing seld/jsonlint (1.10.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing react/promise (v3.2.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/log (3.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/pcre (3.1.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/semver (3.4.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/class-map-generator (1.3.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/ca-bundle (1.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing composer/composer (2.7.7): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/cache (3.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing doctrine/deprecations (1.1.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing doctrine/event-manager (1.2.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing doctrine/cache (2.2.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing doctrine/dbal (3.3.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing google/recaptcha (1.3.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/http-message (1.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing laminas/laminas-code (4.13.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/yaml (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing laravel/homestead (v14.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/http-client (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing brick/math (0.12.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/http-factory (1.1.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/http-client (1.0.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/clock (1.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 09-Jul-2024 19:52:45 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing web-token/jwt-library (3.4.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing minishlink/web-push (v8.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/version (3.0.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/type (3.2.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/resource-operations (3.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/global-state (5.0.7): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/exporter (4.0.6): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/environment (5.1.5): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/diff (4.0.6): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/comparator (4.0.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/code-unit (1.0.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/cli-parser (1.0.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/php-timer (5.0.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 09-Jul-2024 19:52:45 - Installing theseer/tokenizer (1.2.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing nikic/php-parser (v4.19.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/complexity (2.0.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/php-code-coverage (9.2.31): Extracting archive build 09-Jul-2024 19:52:45 - Installing phar-io/version (3.2.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing phar-io/manifest (2.0.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing doctrine/instantiator (2.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpunit/phpunit (9.6.19): Extracting archive build 09-Jul-2024 19:52:45 - Installing misantron/dbunit (5.3.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing phing/phing (2.17.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing webmozart/assert (1.11.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing spatie/array-to-xml (3.3.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing netresearch/jsonmapper (v4.4.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing fidry/cpu-core-counter (1.1.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing amphp/amp (v2.6.4): Extracting archive build 09-Jul-2024 19:52:45 - Installing amphp/byte-stream (v1.8.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing vimeo/psalm (5.24.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/routing (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/error-handler (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/config (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/cache-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/cache (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/framework-bundle (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing psalm/plugin-symfony (v5.2.2): Extracting archive build 09-Jul-2024 19:52:45 - Installing s9e/sweetdom (3.4.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 09-Jul-2024 19:52:45 - Installing s9e/text-formatter (2.17.3): Extracting archive build 09-Jul-2024 19:52:45 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 09-Jul-2024 19:52:45 - Installing masterminds/html5 (2.9.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/dom-crawler (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/browser-kit (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/css-selector (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/mime (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 09-Jul-2024 19:52:45 - Installing twig/twig (v3.8.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:45 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 09-Jul-2024 19:52:47 0/140 [>---------------------------] 0% 19/140 [===>------------------------] 13% 28/140 [=====>----------------------] 20% 46/140 [=========>------------------] 32% 65/140 [=============>--------------] 46% 75/140 [===============>------------] 53% 91/140 [==================>---------] 65% 100/140 [====================>-------] 71% 114/140 [======================>-----] 81% 128/140 [=========================>--] 91% 140/140 [============================] 100%Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:47 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:47 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:47 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:47 Generating autoload files build 09-Jul-2024 19:52:48 101 packages you are using are looking for funding. build 09-Jul-2024 19:52:48 Use the `composer fund` command to find out more! build 09-Jul-2024 19:52:49 remote: Enumerating objects: 6819, done. build 09-Jul-2024 19:52:49 remote: Counting objects: 0% (1/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 1% (15/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 2% (30/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 3% (44/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 4% (59/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 5% (74/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 6% (88/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 7% (103/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 8% (118/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 9% (132/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 10% (147/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 11% (161/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 12% (176/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 13% (191/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 14% (205/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 15% (220/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 16% (235/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 17% (249/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 18% (264/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 19% (278/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 20% (293/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 21% (308/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 22% (322/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 23% (337/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 24% (352/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 25% (366/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 26% (381/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 27% (396/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 28% (410/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 29% (425/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 30% (439/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 31% (454/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 32% (469/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 33% (483/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 34% (498/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 35% (513/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 36% (527/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 37% (542/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 38% (556/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 39% (571/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 40% (586/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 41% (600/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 42% (615/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 43% (630/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 44% (644/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 45% (659/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 46% (673/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 47% (688/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 48% (703/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 49% (717/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 50% (732/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 51% (747/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 52% (761/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 53% (776/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 54% (791/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 55% (805/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 56% (820/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 57% (834/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 58% (849/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 59% (864/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 60% (878/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 61% (893/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 62% (908/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 63% (922/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 64% (937/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 65% (951/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 66% (966/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 67% (981/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 68% (995/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 69% (1010/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 70% (1025/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 71% (1039/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 72% (1054/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 73% (1068/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 74% (1083/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 75% (1098/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 76% (1112/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 77% (1127/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 78% (1142/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 79% (1156/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 80% (1171/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 81% (1186/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 82% (1200/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 83% (1215/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 84% (1229/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 85% (1244/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 86% (1259/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 87% (1273/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 88% (1288/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 89% (1303/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 90% (1317/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 91% (1332/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 92% (1346/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 93% (1361/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 94% (1376/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 95% (1390/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 96% (1405/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 97% (1420/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 98% (1434/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 99% (1449/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 100% (1463/1463) build 09-Jul-2024 19:52:49 remote: Counting objects: 100% (1463/1463), done. build 09-Jul-2024 19:52:49 Receiving objects: 0% (1/6819) build 09-Jul-2024 19:52:49 Receiving objects: 1% (69/6819) build 09-Jul-2024 19:52:49 Receiving objects: 2% (137/6819) build 09-Jul-2024 19:52:49 Receiving objects: 3% (205/6819) build 09-Jul-2024 19:52:49 Receiving objects: 4% (273/6819) build 09-Jul-2024 19:52:49 Receiving objects: 5% (341/6819) build 09-Jul-2024 19:52:49 Receiving objects: 6% (410/6819) build 09-Jul-2024 19:52:49 Receiving objects: 7% (478/6819) build 09-Jul-2024 19:52:49 Receiving objects: 8% (546/6819) build 09-Jul-2024 19:52:49 Receiving objects: 9% (614/6819) build 09-Jul-2024 19:52:49 Receiving objects: 10% (682/6819) build 09-Jul-2024 19:52:49 Receiving objects: 11% (751/6819) build 09-Jul-2024 19:52:49 Receiving objects: 12% (819/6819) build 09-Jul-2024 19:52:49 Receiving objects: 13% (887/6819) build 09-Jul-2024 19:52:49 Receiving objects: 14% (955/6819) build 09-Jul-2024 19:52:49 Receiving objects: 15% (1023/6819) build 09-Jul-2024 19:52:49 Receiving objects: 16% (1092/6819) build 09-Jul-2024 19:52:49 Receiving objects: 17% (1160/6819) build 09-Jul-2024 19:52:49 Receiving objects: 18% (1228/6819) build 09-Jul-2024 19:52:49 Receiving objects: 19% (1296/6819) build 09-Jul-2024 19:52:49 Receiving objects: 20% (1364/6819) build 09-Jul-2024 19:52:49 Receiving objects: 21% (1432/6819) build 09-Jul-2024 19:52:49 Receiving objects: 22% (1501/6819) build 09-Jul-2024 19:52:49 Receiving objects: 23% (1569/6819) build 09-Jul-2024 19:52:49 Receiving objects: 24% (1637/6819) build 09-Jul-2024 19:52:49 Receiving objects: 25% (1705/6819) build 09-Jul-2024 19:52:49 Receiving objects: 26% (1773/6819) build 09-Jul-2024 19:52:49 Receiving objects: 27% (1842/6819) build 09-Jul-2024 19:52:49 Receiving objects: 28% (1910/6819) build 09-Jul-2024 19:52:49 Receiving objects: 29% (1978/6819) build 09-Jul-2024 19:52:49 Receiving objects: 30% (2046/6819) build 09-Jul-2024 19:52:49 Receiving objects: 31% (2114/6819) build 09-Jul-2024 19:52:49 Receiving objects: 32% (2183/6819) build 09-Jul-2024 19:52:49 Receiving objects: 33% (2251/6819) build 09-Jul-2024 19:52:49 Receiving objects: 34% (2319/6819) build 09-Jul-2024 19:52:49 Receiving objects: 35% (2387/6819) build 09-Jul-2024 19:52:49 Receiving objects: 36% (2455/6819) build 09-Jul-2024 19:52:49 Receiving objects: 37% (2524/6819) build 09-Jul-2024 19:52:49 Receiving objects: 38% (2592/6819) build 09-Jul-2024 19:52:49 Receiving objects: 39% (2660/6819) build 09-Jul-2024 19:52:49 Receiving objects: 40% (2728/6819) build 09-Jul-2024 19:52:49 Receiving objects: 41% (2796/6819) build 09-Jul-2024 19:52:49 Receiving objects: 42% (2864/6819) build 09-Jul-2024 19:52:49 Receiving objects: 43% (2933/6819) build 09-Jul-2024 19:52:49 Receiving objects: 44% (3001/6819) build 09-Jul-2024 19:52:49 Receiving objects: 45% (3069/6819) build 09-Jul-2024 19:52:49 Receiving objects: 46% (3137/6819) build 09-Jul-2024 19:52:49 Receiving objects: 47% (3205/6819) build 09-Jul-2024 19:52:49 Receiving objects: 48% (3274/6819) build 09-Jul-2024 19:52:49 Receiving objects: 49% (3342/6819) build 09-Jul-2024 19:52:49 Receiving objects: 50% (3410/6819) build 09-Jul-2024 19:52:49 Receiving objects: 51% (3478/6819) build 09-Jul-2024 19:52:49 Receiving objects: 52% (3546/6819) build 09-Jul-2024 19:52:49 Receiving objects: 53% (3615/6819) build 09-Jul-2024 19:52:49 Receiving objects: 54% (3683/6819) build 09-Jul-2024 19:52:49 Receiving objects: 55% (3751/6819) build 09-Jul-2024 19:52:49 Receiving objects: 56% (3819/6819) build 09-Jul-2024 19:52:49 Receiving objects: 57% (3887/6819) build 09-Jul-2024 19:52:49 Receiving objects: 58% (3956/6819) build 09-Jul-2024 19:52:49 Receiving objects: 59% (4024/6819) build 09-Jul-2024 19:52:49 Receiving objects: 60% (4092/6819) build 09-Jul-2024 19:52:49 Receiving objects: 61% (4160/6819) build 09-Jul-2024 19:52:49 Receiving objects: 62% (4228/6819) build 09-Jul-2024 19:52:49 Receiving objects: 63% (4296/6819) build 09-Jul-2024 19:52:49 Receiving objects: 64% (4365/6819) build 09-Jul-2024 19:52:49 Receiving objects: 65% (4433/6819) build 09-Jul-2024 19:52:49 Receiving objects: 66% (4501/6819) build 09-Jul-2024 19:52:49 Receiving objects: 67% (4569/6819) build 09-Jul-2024 19:52:49 Receiving objects: 68% (4637/6819) build 09-Jul-2024 19:52:49 Receiving objects: 69% (4706/6819) build 09-Jul-2024 19:52:49 Receiving objects: 70% (4774/6819) build 09-Jul-2024 19:52:49 Receiving objects: 71% (4842/6819) build 09-Jul-2024 19:52:49 Receiving objects: 72% (4910/6819) build 09-Jul-2024 19:52:49 Receiving objects: 73% (4978/6819) build 09-Jul-2024 19:52:49 Receiving objects: 74% (5047/6819) build 09-Jul-2024 19:52:49 Receiving objects: 75% (5115/6819) build 09-Jul-2024 19:52:49 Receiving objects: 76% (5183/6819) build 09-Jul-2024 19:52:49 Receiving objects: 77% (5251/6819) build 09-Jul-2024 19:52:49 Receiving objects: 78% (5319/6819) build 09-Jul-2024 19:52:49 Receiving objects: 79% (5388/6819) build 09-Jul-2024 19:52:49 Receiving objects: 80% (5456/6819) build 09-Jul-2024 19:52:49 Receiving objects: 81% (5524/6819) build 09-Jul-2024 19:52:49 Receiving objects: 82% (5592/6819) build 09-Jul-2024 19:52:49 Receiving objects: 83% (5660/6819) build 09-Jul-2024 19:52:49 Receiving objects: 84% (5728/6819) build 09-Jul-2024 19:52:49 Receiving objects: 85% (5797/6819) build 09-Jul-2024 19:52:49 Receiving objects: 86% (5865/6819) build 09-Jul-2024 19:52:49 Receiving objects: 87% (5933/6819) build 09-Jul-2024 19:52:49 Receiving objects: 88% (6001/6819) build 09-Jul-2024 19:52:49 Receiving objects: 89% (6069/6819) build 09-Jul-2024 19:52:49 Receiving objects: 90% (6138/6819) build 09-Jul-2024 19:52:49 Receiving objects: 91% (6206/6819) build 09-Jul-2024 19:52:49 Receiving objects: 92% (6274/6819) build 09-Jul-2024 19:52:49 Receiving objects: 93% (6342/6819) build 09-Jul-2024 19:52:49 Receiving objects: 94% (6410/6819) build 09-Jul-2024 19:52:49 Receiving objects: 95% (6479/6819) build 09-Jul-2024 19:52:49 Receiving objects: 96% (6547/6819) build 09-Jul-2024 19:52:49 Receiving objects: 97% (6615/6819) build 09-Jul-2024 19:52:49 remote: Total 6819 (delta 1463), reused 1463 (delta 1463), pack-reused 5356 build 09-Jul-2024 19:52:49 Receiving objects: 98% (6683/6819) build 09-Jul-2024 19:52:49 Receiving objects: 99% (6751/6819) build 09-Jul-2024 19:52:49 Receiving objects: 100% (6819/6819) build 09-Jul-2024 19:52:49 Receiving objects: 100% (6819/6819), 4.34 MiB | 29.81 MiB/s, done. build 09-Jul-2024 19:52:49 Resolving deltas: 0% (0/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 1% (41/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 2% (81/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 3% (121/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 4% (161/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 5% (201/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 6% (241/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 7% (282/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 8% (322/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 9% (362/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 10% (402/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 11% (442/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 12% (482/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 13% (523/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 14% (563/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 15% (603/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 16% (643/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 17% (683/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 18% (724/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 19% (764/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 20% (804/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 21% (844/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 22% (884/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 23% (924/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 24% (964/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 25% (1005/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 26% (1045/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 27% (1085/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 28% (1125/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 29% (1165/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 30% (1206/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 31% (1245/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 32% (1286/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 33% (1326/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 34% (1366/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 35% (1406/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 36% (1446/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 37% (1486/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 38% (1527/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 39% (1567/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 40% (1608/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 41% (1647/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 42% (1687/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 43% (1727/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 44% (1768/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 45% (1809/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 46% (1848/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 47% (1889/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 48% (1928/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 49% (1968/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 50% (2008/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 51% (2050/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 52% (2089/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 53% (2129/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 54% (2169/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 55% (2209/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 56% (2249/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 57% (2291/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 58% (2331/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 59% (2371/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 60% (2410/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 61% (2451/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 62% (2490/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 63% (2531/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 64% (2571/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 65% (2611/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 66% (2651/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 67% (2691/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 68% (2731/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 69% (2772/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 70% (2812/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 71% (2852/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 72% (2892/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 73% (2932/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 74% (2972/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 75% (3012/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 76% (3053/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 77% (3093/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 78% (3133/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 79% (3173/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 80% (3213/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 81% (3253/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 82% (3294/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 83% (3334/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 84% (3374/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 85% (3414/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 86% (3454/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 87% (3494/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 88% (3535/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 89% (3575/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 90% (3615/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 91% (3655/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 92% (3695/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 93% (3735/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 94% (3776/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 95% (3816/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 96% (3856/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 97% (3896/4016) build 09-Jul-2024 19:52:49 Resolving deltas: 98% (3936/4016) build 09-Jul-2024 19:52:50 Resolving deltas: 99% (3976/4016) build 09-Jul-2024 19:52:50 Resolving deltas: 100% (4016/4016) build 09-Jul-2024 19:52:50 Resolving deltas: 100% (4016/4016), completed with 160 local objects. build 09-Jul-2024 19:52:50 From https://github.com/phpbb/phpbb build 09-Jul-2024 19:52:50 * branch HEAD -> FETCH_HEAD build 09-Jul-2024 19:52:50 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 09-Jul-2024 19:52:50 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 09-Jul-2024 19:52:50 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 09-Jul-2024 19:52:50 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 09-Jul-2024 19:52:50 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 09-Jul-2024 19:52:50 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 09-Jul-2024 19:52:50 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 09-Jul-2024 19:52:50 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.0 -> release-2.0.0 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.1 -> release-2.0.1 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.10 -> release-2.0.10 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.11 -> release-2.0.11 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.12 -> release-2.0.12 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.13 -> release-2.0.13 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.14 -> release-2.0.14 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.15 -> release-2.0.15 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.16 -> release-2.0.16 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.17 -> release-2.0.17 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.18 -> release-2.0.18 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.19 -> release-2.0.19 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.2 -> release-2.0.2 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.20 -> release-2.0.20 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.21 -> release-2.0.21 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.22 -> release-2.0.22 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.23 -> release-2.0.23 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.3 -> release-2.0.3 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.4 -> release-2.0.4 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.5 -> release-2.0.5 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.6 -> release-2.0.6 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.7 -> release-2.0.7 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.8 -> release-2.0.8 build 09-Jul-2024 19:52:50 * [new tag] release-2.0.8a -> release-2.0.8a build 09-Jul-2024 19:52:50 * [new tag] release-2.0.9 -> release-2.0.9 build 09-Jul-2024 19:52:50 * [new tag] release-3.0.11 -> release-3.0.11 build 09-Jul-2024 19:52:50 * [new tag] release-3.0.12 -> release-3.0.12 build 09-Jul-2024 19:52:50 * [new tag] release-3.0.13 -> release-3.0.13 build 09-Jul-2024 19:52:50 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 09-Jul-2024 19:52:50 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 09-Jul-2024 19:52:50 * [new tag] start -> start build 09-Jul-2024 19:52:50 Buildfile: /data/build/build.xml build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50 phpBB > clean: build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50  [delete] Directory /data/build/logs does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/api does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/coverage does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/cpd does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/new_version does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 09-Jul-2024 19:52:50  [delete] Directory /data/build/save does not exist or is not a directory. build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50 phpBB > prepare: build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/logs build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/api build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/codebrowser build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/coverage build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/cpd build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/dependencies build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version/files build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version/patches build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version/release_files build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version/update build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/old_versions build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/save build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50 phpBB > prepare-new-version: build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50  [mkdir] Created dir: /data/build/new_version/phpBB3 build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:50 phpBB > export: build 09-Jul-2024 19:52:50  build 09-Jul-2024 19:52:51 Installing dependencies from lock file build 09-Jul-2024 19:52:51 Verifying lock file contents can be installed on current platform. build 09-Jul-2024 19:52:51 Package operations: 88 installs, 0 updates, 0 removals build 09-Jul-2024 19:52:51 Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. build 09-Jul-2024 19:52:51 - Downloading composer/installers (v1.12.0) build 09-Jul-2024 19:52:51 - Downloading composer/package-versions-deprecated (1.11.99.5) build 09-Jul-2024 19:52:51 - Downloading bantu/ini-get-wrapper (v1.0.1) build 09-Jul-2024 19:52:51 - Downloading carlos-mg89/oauth (0.8.15) build 09-Jul-2024 19:52:51 - Downloading chita/topological_sort (v3.0.1) build 09-Jul-2024 19:52:51 - Downloading symfony/process (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-php81 (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-php80 (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-php73 (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/finder (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-mbstring (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-ctype (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/filesystem (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/string (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/deprecation-contracts (v3.5.0) build 09-Jul-2024 19:52:51 - Downloading psr/container (2.0.2) build 09-Jul-2024 19:52:51 - Downloading symfony/service-contracts (v3.5.0) build 09-Jul-2024 19:52:51 - Downloading symfony/console (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading seld/signal-handler (2.0.2) build 09-Jul-2024 19:52:51 - Downloading seld/phar-utils (1.2.1) build 09-Jul-2024 19:52:51 - Downloading seld/jsonlint (1.10.2) build 09-Jul-2024 19:52:51 - Downloading react/promise (v3.2.0) build 09-Jul-2024 19:52:51 - Downloading psr/log (3.0.0) build 09-Jul-2024 19:52:51 - Downloading justinrainbow/json-schema (v5.2.13) build 09-Jul-2024 19:52:51 - Downloading composer/pcre (3.1.4) build 09-Jul-2024 19:52:51 - Downloading composer/xdebug-handler (3.0.5) build 09-Jul-2024 19:52:51 - Downloading composer/spdx-licenses (1.5.8) build 09-Jul-2024 19:52:51 - Downloading composer/semver (3.4.0) build 09-Jul-2024 19:52:51 - Downloading composer/metadata-minifier (1.0.0) build 09-Jul-2024 19:52:51 - Downloading composer/class-map-generator (1.3.4) build 09-Jul-2024 19:52:51 - Downloading composer/ca-bundle (1.5.0) build 09-Jul-2024 19:52:51 - Downloading composer/composer (2.7.7) build 09-Jul-2024 19:52:51 - Downloading psr/cache (3.0.0) build 09-Jul-2024 19:52:51 - Downloading doctrine/deprecations (1.1.3) build 09-Jul-2024 19:52:51 - Downloading doctrine/event-manager (1.2.0) build 09-Jul-2024 19:52:51 - Downloading doctrine/cache (2.2.0) build 09-Jul-2024 19:52:51 - Downloading doctrine/dbal (3.3.8) build 09-Jul-2024 19:52:51 - Downloading google/recaptcha (1.3.0) build 09-Jul-2024 19:52:51 - Downloading guzzlehttp/promises (1.5.3) build 09-Jul-2024 19:52:51 - Downloading ralouphie/getallheaders (3.0.3) build 09-Jul-2024 19:52:51 - Downloading psr/http-message (1.1) build 09-Jul-2024 19:52:51 - Downloading guzzlehttp/psr7 (1.9.1) build 09-Jul-2024 19:52:51 - Downloading laminas/laminas-code (4.13.0) build 09-Jul-2024 19:52:51 - Downloading marc1706/fast-image-size (v1.1.7) build 09-Jul-2024 19:52:51 - Downloading symfony/http-client-contracts (v3.5.0) build 09-Jul-2024 19:52:51 - Downloading symfony/http-client (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading brick/math (0.12.1) build 09-Jul-2024 19:52:51 - Downloading spomky-labs/pki-framework (1.2.1) build 09-Jul-2024 19:52:51 - Downloading psr/http-factory (1.1.0) build 09-Jul-2024 19:52:51 - Downloading psr/http-client (1.0.3) build 09-Jul-2024 19:52:51 - Downloading psr/clock (1.0.0) build 09-Jul-2024 19:52:51 - Downloading paragonie/random_compat (v9.99.100) build 09-Jul-2024 19:52:51 - Downloading paragonie/sodium_compat (v1.21.1) build 09-Jul-2024 19:52:51 - Downloading paragonie/constant_time_encoding (v2.7.0) build 09-Jul-2024 19:52:51 - Downloading web-token/jwt-library (3.4.3) build 09-Jul-2024 19:52:51 - Downloading web-token/jwt-util-ecc (3.4.3) build 09-Jul-2024 19:52:51 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 09-Jul-2024 19:52:51 - Downloading web-token/jwt-signature (3.4.3) build 09-Jul-2024 19:52:51 - Downloading web-token/jwt-key-mgmt (3.4.3) build 09-Jul-2024 19:52:51 - Downloading spomky-labs/base64url (v2.0.4) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-php72 (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading guzzlehttp/guzzle (6.5.8) build 09-Jul-2024 19:52:51 - Downloading minishlink/web-push (v8.0.0) build 09-Jul-2024 19:52:51 - Downloading s9e/sweetdom (3.4.1) build 09-Jul-2024 19:52:51 - Downloading s9e/regexp-builder (1.4.6) build 09-Jul-2024 19:52:51 - Downloading s9e/text-formatter (2.17.3) build 09-Jul-2024 19:52:51 - Downloading symfony/config (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading psr/event-dispatcher (1.0.0) build 09-Jul-2024 19:52:51 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 09-Jul-2024 19:52:51 - Downloading symfony/polyfill-php83 (v1.29.0) build 09-Jul-2024 19:52:51 - Downloading symfony/http-foundation (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/event-dispatcher (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/var-dumper (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/error-handler (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/http-kernel (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/mime (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/var-exporter (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/dependency-injection (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 09-Jul-2024 19:52:51 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/routing (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading twig/twig (v3.8.0) build 09-Jul-2024 19:52:51 - Downloading symfony/translation-contracts (v3.5.0) build 09-Jul-2024 19:52:51 - Downloading symfony/twig-bridge (v6.4.8) build 09-Jul-2024 19:52:51 - Downloading symfony/yaml (v6.4.8) build 09-Jul-2024 19:52:52 0/88 [>---------------------------] 0% build 09-Jul-2024 19:52:52 13/88 [====>-----------------------] 14% build 09-Jul-2024 19:52:52 23/88 [=======>--------------------] 26% build 09-Jul-2024 19:52:52 36/88 [===========>----------------] 40% build 09-Jul-2024 19:52:53 56/88 [=================>----------] 63% build 09-Jul-2024 19:52:53 66/88 [=====================>------] 75% build 09-Jul-2024 19:52:53 76/88 [========================>---] 86% build 09-Jul-2024 19:52:53 86/88 [===========================>] 97% build 09-Jul-2024 19:52:53 88/88 [============================] 100% build 09-Jul-2024 19:52:53 - Installing composer/installers (v1.12.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 09-Jul-2024 19:52:53 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 09-Jul-2024 19:52:53 - Installing chita/topological_sort (v3.0.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/process (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/finder (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/filesystem (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/string (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/container (2.0.2): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/console (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing seld/signal-handler (2.0.2): Extracting archive build 09-Jul-2024 19:52:53 - Installing seld/phar-utils (1.2.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing seld/jsonlint (1.10.2): Extracting archive build 09-Jul-2024 19:52:53 - Installing react/promise (v3.2.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/log (3.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/pcre (3.1.4): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/semver (3.4.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/class-map-generator (1.3.4): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/ca-bundle (1.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing composer/composer (2.7.7): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/cache (3.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing doctrine/deprecations (1.1.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing doctrine/event-manager (1.2.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing doctrine/cache (2.2.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing doctrine/dbal (3.3.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing google/recaptcha (1.3.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/http-message (1.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing laminas/laminas-code (4.13.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/http-client (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing brick/math (0.12.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/http-factory (1.1.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/http-client (1.0.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/clock (1.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 09-Jul-2024 19:52:53 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing web-token/jwt-library (3.4.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing minishlink/web-push (v8.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing s9e/sweetdom (3.4.1): Extracting archive build 09-Jul-2024 19:52:53 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 09-Jul-2024 19:52:53 - Installing s9e/text-formatter (2.17.3): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/config (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/error-handler (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/mime (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/routing (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing twig/twig (v3.8.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 - Installing symfony/yaml (v6.4.8): Extracting archive build 09-Jul-2024 19:52:53 0/86 [>---------------------------] 0% build 09-Jul-2024 19:52:53 10/86 [===>------------------------] 11% build 09-Jul-2024 19:52:54 27/86 [========>-------------------] 31% build 09-Jul-2024 19:52:54 35/86 [===========>----------------] 40% build 09-Jul-2024 19:52:54 45/86 [==============>-------------] 52% build 09-Jul-2024 19:52:54 53/86 [=================>----------] 61% build 09-Jul-2024 19:52:54 63/86 [====================>-------] 73% build 09-Jul-2024 19:52:54 74/86 [========================>---] 86% build 09-Jul-2024 19:52:54 85/86 [===========================>] 98% build 09-Jul-2024 19:52:54 86/86 [============================] 100% build 09-Jul-2024 19:52:55 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:55 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:55 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:55 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 09-Jul-2024 19:52:55 Generating optimized autoload files build 09-Jul-2024 19:52:56 63 packages you are using are looking for funding. build 09-Jul-2024 19:52:56 Use the `composer fund` command to find out more! build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 09-Jul-2024 19:52:56  build 09-Jul-2024 19:52:56 phpBB > clean-vendor-dir: build 09-Jul-2024 19:52:56  build 09-Jul-2024 19:52:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist build 09-Jul-2024 19:52:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 09-Jul-2024 19:52:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 09-Jul-2024 19:52:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 09-Jul-2024 19:52:56 Cloning into 'viglink'... build 09-Jul-2024 19:52:57 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:52:57 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:52:57 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:52:57 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:52:57 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:52:57 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:52:57 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:52:57 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:52:57 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:52:57 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:52:57 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:52:57 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:52:57 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:52:57 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:52:57 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:52:57 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:52:57 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:52:57 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:52:57 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:52:57 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:52:57 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:52:57 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:52:57 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:52:57 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:52:57 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:52:57 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:52:57 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:52:57 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:52:57 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:52:57 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:52:57 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:52:57 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:52:57 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:52:57 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:52:57 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:52:57 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:52:57 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:52:57 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:52:57 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:52:57 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:52:57 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:52:57 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:52:57 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:52:57 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:52:57 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:52:57 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:52:57 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:52:57 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:52:57 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:52:57 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:52:57 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:52:57 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:52:57 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:52:57 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:52:57 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:52:57 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:52:57 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:52:57 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:52:57 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:52:57 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:52:57 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:52:57 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:52:57 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:52:57 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:52:57 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:52:57 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:52:57 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:52:57 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:52:57 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:52:57 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:52:57 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:52:57 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:52:57 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:52:57 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:52:57 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:52:57 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:52:57 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:52:57 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:52:57 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:52:57 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:52:57 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:52:57 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:52:57 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:52:57 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:52:57 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:52:57 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:52:57 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:52:57 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:52:57 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:52:57 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:52:57 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:52:57 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:52:57 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:52:57 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:52:57 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:52:57 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:52:57 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:52:57 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:52:57 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:52:57 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:52:57 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:52:57 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:52:57 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:52:57 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:52:57 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:52:57 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:52:57 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:52:57 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 09-Jul-2024 19:52:57 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:52:57 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:52:57 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:52:57 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:52:57 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:52:57 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:52:57 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:52:57 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:52:57 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:52:57 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:52:57 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:52:57 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:52:57 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:52:57 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:52:57 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:52:57 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:52:57 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:52:57 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:52:57 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:52:57 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:52:57 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:52:57 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:52:57 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:52:57 Resolving deltas: 23% (135/579) build 09-Jul-2024 19:52:57 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:52:57 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:52:57 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:52:57 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:52:57 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:52:57 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:52:57 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:52:57 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:52:57 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:52:57 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:52:57 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:52:57 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:52:57 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:52:57 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:52:57 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:52:57 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:52:57 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:52:57 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:52:57 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:52:57 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:52:57 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:52:57 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:52:57 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:52:57 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:52:57 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:52:57 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:52:57 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:52:57 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:52:57 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:52:57 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:52:57 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:52:57 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:52:57 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:52:57 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:52:57 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:52:57 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:52:57 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:52:57 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:52:57 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:52:57 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:52:57 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:52:57 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:52:57 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:52:57 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:52:57 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:52:57 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:52:57 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:52:57 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:52:57 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:52:57 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:52:57 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:52:57 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:52:57 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:52:57 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:52:57 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:52:57 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:52:57 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:52:57 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:52:57 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:52:57 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:52:57 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:52:57 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:52:57 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:52:57 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:52:57 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:52:57 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:52:57 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:52:57 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:52:57 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:52:57 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:52:57 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:52:57 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:52:57 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:52:57 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:52:57 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:52:57 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:52:57 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:52:57 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:52:57 Already on 'master' build 09-Jul-2024 19:52:57 Your branch is up to date with 'origin/master'. build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 09-Jul-2024 19:52:57  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:52:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:52:57  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:52:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:52:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 09-Jul-2024 19:52:57  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 09-Jul-2024 19:52:57  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 09-Jul-2024 19:52:57  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 09-Jul-2024 19:52:57  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 09-Jul-2024 19:52:57  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 09-Jul-2024 19:52:57  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 09-Jul-2024 19:52:57  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 09-Jul-2024 19:52:57  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:52:58  build 09-Jul-2024 19:52:58 phpBB > clean-diff-dir: build 09-Jul-2024 19:52:58  build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/cache build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/docs build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/files build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/install build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/store build 09-Jul-2024 19:52:58  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/vendor build 09-Jul-2024 19:52:59  [touch] Creating /data/build/new_version/phpBB3/config.php build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59 phpBB > old-version-diffs: build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59 phpBB > old-version-diff: build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59  [echo] Retrieving version 3.1.0 build 09-Jul-2024 19:52:59  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59 phpBB > export: build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 09-Jul-2024 19:52:59  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 09-Jul-2024 19:52:59  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 09-Jul-2024 19:52:59  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 09-Jul-2024 19:52:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 09-Jul-2024 19:52:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 09-Jul-2024 19:52:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 09-Jul-2024 19:52:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 09-Jul-2024 19:52:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59 phpBB > clean-diff-dir: build 09-Jul-2024 19:52:59  build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 09-Jul-2024 19:52:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 09-Jul-2024 19:52:59  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00 phpBB > old-version-diff: build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00  [echo] Retrieving version 3.1.1 build 09-Jul-2024 19:53:00  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00 phpBB > export: build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 09-Jul-2024 19:53:00  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:00  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:00  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 09-Jul-2024 19:53:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 09-Jul-2024 19:53:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 09-Jul-2024 19:53:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 09-Jul-2024 19:53:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 09-Jul-2024 19:53:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:00  build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 09-Jul-2024 19:53:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 09-Jul-2024 19:53:00  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01 phpBB > old-version-diff: build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01  [echo] Retrieving version 3.1.2 build 09-Jul-2024 19:53:01  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01 phpBB > export: build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 09-Jul-2024 19:53:01  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:01  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:01  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 09-Jul-2024 19:53:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 09-Jul-2024 19:53:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 09-Jul-2024 19:53:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 09-Jul-2024 19:53:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 09-Jul-2024 19:53:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:01  build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 09-Jul-2024 19:53:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 09-Jul-2024 19:53:01  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02 phpBB > old-version-diff: build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02  [echo] Retrieving version 3.1.3 build 09-Jul-2024 19:53:02  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02 phpBB > export: build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 09-Jul-2024 19:53:02  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:02  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:02  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 09-Jul-2024 19:53:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 09-Jul-2024 19:53:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 09-Jul-2024 19:53:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 09-Jul-2024 19:53:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 09-Jul-2024 19:53:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:02  build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 09-Jul-2024 19:53:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 09-Jul-2024 19:53:02  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:03  build 09-Jul-2024 19:53:03 phpBB > old-version-diff: build 09-Jul-2024 19:53:03  build 09-Jul-2024 19:53:03  [echo] Retrieving version 3.1.4 build 09-Jul-2024 19:53:03  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 09-Jul-2024 19:53:03  build 09-Jul-2024 19:53:03 phpBB > export: build 09-Jul-2024 19:53:03  build 09-Jul-2024 19:53:03  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 09-Jul-2024 19:53:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 09-Jul-2024 19:53:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 09-Jul-2024 19:53:03  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:03  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:03  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 09-Jul-2024 19:53:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 09-Jul-2024 19:53:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 09-Jul-2024 19:53:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 09-Jul-2024 19:53:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 09-Jul-2024 19:53:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 09-Jul-2024 19:53:04  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04 phpBB > old-version-diff: build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04  [echo] Retrieving version 3.1.5 build 09-Jul-2024 19:53:04  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04 phpBB > export: build 09-Jul-2024 19:53:04  build 09-Jul-2024 19:53:04  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 09-Jul-2024 19:53:04  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 09-Jul-2024 19:53:04  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:04  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:04  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 09-Jul-2024 19:53:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 09-Jul-2024 19:53:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 09-Jul-2024 19:53:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 09-Jul-2024 19:53:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 09-Jul-2024 19:53:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:05 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 09-Jul-2024 19:53:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 09-Jul-2024 19:53:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 09-Jul-2024 19:53:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 09-Jul-2024 19:53:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 09-Jul-2024 19:53:05  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:05 phpBB > old-version-diff: build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:05  [echo] Retrieving version 3.1.6 build 09-Jul-2024 19:53:05  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:05 phpBB > export: build 09-Jul-2024 19:53:05  build 09-Jul-2024 19:53:06  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 09-Jul-2024 19:53:06  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:06  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:06  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 09-Jul-2024 19:53:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 09-Jul-2024 19:53:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 09-Jul-2024 19:53:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 09-Jul-2024 19:53:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 09-Jul-2024 19:53:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 09-Jul-2024 19:53:06  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06 phpBB > old-version-diff: build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06  [echo] Retrieving version 3.1.7 build 09-Jul-2024 19:53:06  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06 phpBB > export: build 09-Jul-2024 19:53:06  build 09-Jul-2024 19:53:06  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 09-Jul-2024 19:53:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 09-Jul-2024 19:53:06  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:06  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:06  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 09-Jul-2024 19:53:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 09-Jul-2024 19:53:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 09-Jul-2024 19:53:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 09-Jul-2024 19:53:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 09-Jul-2024 19:53:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:07 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 09-Jul-2024 19:53:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 09-Jul-2024 19:53:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 09-Jul-2024 19:53:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 09-Jul-2024 19:53:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 09-Jul-2024 19:53:07  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:07 phpBB > old-version-diff: build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:07  [echo] Retrieving version 3.1.7-pl1 build 09-Jul-2024 19:53:07  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:07 phpBB > export: build 09-Jul-2024 19:53:07  build 09-Jul-2024 19:53:08  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 09-Jul-2024 19:53:08  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:08  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:08  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 09-Jul-2024 19:53:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 09-Jul-2024 19:53:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 09-Jul-2024 19:53:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 09-Jul-2024 19:53:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 09-Jul-2024 19:53:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:08  build 09-Jul-2024 19:53:08 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:08  build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 09-Jul-2024 19:53:08  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 09-Jul-2024 19:53:08  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12 phpBB > old-version-diff: build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12  [echo] Retrieving version 3.1.8 build 09-Jul-2024 19:53:12  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12 phpBB > export: build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 09-Jul-2024 19:53:12  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:12  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:12  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 09-Jul-2024 19:53:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 09-Jul-2024 19:53:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 09-Jul-2024 19:53:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 09-Jul-2024 19:53:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 09-Jul-2024 19:53:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:12  build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 09-Jul-2024 19:53:12  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 09-Jul-2024 19:53:12  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13 phpBB > old-version-diff: build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13  [echo] Retrieving version 3.1.9 build 09-Jul-2024 19:53:13  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13 phpBB > export: build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 09-Jul-2024 19:53:13  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:13  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:13  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 09-Jul-2024 19:53:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 09-Jul-2024 19:53:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 09-Jul-2024 19:53:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 09-Jul-2024 19:53:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 09-Jul-2024 19:53:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:13  build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 09-Jul-2024 19:53:13  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 09-Jul-2024 19:53:13  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14 phpBB > old-version-diff: build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14  [echo] Retrieving version 3.1.10 build 09-Jul-2024 19:53:14  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14 phpBB > export: build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 09-Jul-2024 19:53:14  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:14  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:14  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 09-Jul-2024 19:53:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 09-Jul-2024 19:53:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 09-Jul-2024 19:53:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 09-Jul-2024 19:53:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 09-Jul-2024 19:53:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:14  build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 09-Jul-2024 19:53:14  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 09-Jul-2024 19:53:14  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15 phpBB > old-version-diff: build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15  [echo] Retrieving version 3.1.11 build 09-Jul-2024 19:53:15  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15 phpBB > export: build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 09-Jul-2024 19:53:15  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:15  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:15  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 09-Jul-2024 19:53:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 09-Jul-2024 19:53:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 09-Jul-2024 19:53:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 09-Jul-2024 19:53:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 09-Jul-2024 19:53:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:15  build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 09-Jul-2024 19:53:15  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 09-Jul-2024 19:53:15  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16 phpBB > old-version-diff: build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16  [echo] Retrieving version 3.1.12 build 09-Jul-2024 19:53:16  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16 phpBB > export: build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 09-Jul-2024 19:53:16  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 09-Jul-2024 19:53:16  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 09-Jul-2024 19:53:16  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 09-Jul-2024 19:53:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 09-Jul-2024 19:53:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 09-Jul-2024 19:53:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 09-Jul-2024 19:53:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 09-Jul-2024 19:53:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:16  build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 09-Jul-2024 19:53:16  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 09-Jul-2024 19:53:16  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:17  build 09-Jul-2024 19:53:17 phpBB > old-version-diff: build 09-Jul-2024 19:53:17  build 09-Jul-2024 19:53:17  [echo] Retrieving version 3.2.0 build 09-Jul-2024 19:53:17  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 09-Jul-2024 19:53:17  build 09-Jul-2024 19:53:17 phpBB > export: build 09-Jul-2024 19:53:17  build 09-Jul-2024 19:53:17 Cloning into 'viglink'... build 09-Jul-2024 19:53:18 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:18 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:18 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:18 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:18 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:18 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:18 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:18 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:18 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:18 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:18 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:18 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:18 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:18 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:18 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:18 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:18 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:18 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:18 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:18 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:18 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:18 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:18 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:18 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:18 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:18 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:18 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:18 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:18 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:18 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:18 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:18 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:18 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:18 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:18 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:18 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:18 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:18 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:18 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:18 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:18 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:18 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:18 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:18 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:18 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:18 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:18 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:18 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:18 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:18 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:18 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:18 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:18 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:18 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:18 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:18 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:18 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:18 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:18 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:18 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:18 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:18 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:18 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:18 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:18 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:18 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:18 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:18 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:18 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:18 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:18 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:18 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:18 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:18 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:18 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:18 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:18 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:18 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:18 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:18 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:18 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:18 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:18 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:18 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:18 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:18 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:18 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:18 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:18 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:18 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:18 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:18 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:18 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:18 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:18 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:18 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:18 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:18 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:18 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:18 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:18 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:18 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:18 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:18 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:18 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:18 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:18 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:18 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 09-Jul-2024 19:53:18 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:18 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:18 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:18 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:18 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:18 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:18 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:18 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:18 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:18 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:18 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:18 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:18 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:18 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:18 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:18 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:18 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:18 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:18 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:18 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:18 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:18 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:18 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:18 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:18 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:18 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:18 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:18 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:18 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:18 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:18 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:18 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:18 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:18 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:18 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:18 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:18 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:18 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:18 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:18 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:18 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:18 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:18 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:18 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:18 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:18 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:18 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:18 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:18 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:18 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:18 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:18 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:18 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:18 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:18 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:18 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:18 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:18 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:18 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:18 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:18 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:18 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:18 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:18 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:18 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:18 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:18 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:18 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:18 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:18 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:18 Resolving deltas: 70% (407/579) build 09-Jul-2024 19:53:18 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:18 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:18 Resolving deltas: 73% (424/579) build 09-Jul-2024 19:53:18 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:18 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:18 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:18 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:18 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:18 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:18 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:18 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:18 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:18 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:18 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:18 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:18 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:18 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:18 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:18 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:18 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:18 Resolving deltas: 91% (528/579) build 09-Jul-2024 19:53:18 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:18 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:18 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:18 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:18 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:18 Resolving deltas: 97% (563/579) build 09-Jul-2024 19:53:18 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:18 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:18 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:18 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:18 Note: switching to 'release-phpbb-3.2.0'. build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:18 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:18 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:18 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 git switch -c build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 Or undo this operation with: build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 git switch - build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:18 build 09-Jul-2024 19:53:18 HEAD is now at 5441364 Update version to 1.0.0 build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:18  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:18  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:18  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:18  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:18  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 09-Jul-2024 19:53:18  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 09-Jul-2024 19:53:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 09-Jul-2024 19:53:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 09-Jul-2024 19:53:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 09-Jul-2024 19:53:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 09-Jul-2024 19:53:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:18  build 09-Jul-2024 19:53:18 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:18  build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 09-Jul-2024 19:53:18  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 09-Jul-2024 19:53:18  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:19  build 09-Jul-2024 19:53:19 phpBB > old-version-diff: build 09-Jul-2024 19:53:19  build 09-Jul-2024 19:53:19  [echo] Retrieving version 3.2.1 build 09-Jul-2024 19:53:19  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 09-Jul-2024 19:53:19  build 09-Jul-2024 19:53:19 phpBB > export: build 09-Jul-2024 19:53:19  build 09-Jul-2024 19:53:19 Cloning into 'viglink'... build 09-Jul-2024 19:53:20 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:20 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:20 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:20 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:20 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:20 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:20 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:20 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:20 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:20 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:20 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:20 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:20 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:20 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:20 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:20 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:20 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:20 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:20 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:20 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:20 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:20 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:20 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:20 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:20 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:20 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:20 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:20 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:20 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:20 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:20 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:20 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:20 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:20 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:20 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:20 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:20 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:20 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:20 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:20 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:20 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:20 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:20 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:20 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:20 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:20 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:20 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:20 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:20 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:20 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:20 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:20 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:20 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:20 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:20 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:20 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:20 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:20 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:20 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:20 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:20 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:20 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:20 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:20 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:20 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:20 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:20 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:20 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:20 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:20 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:20 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:20 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:20 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:20 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:20 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:20 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:20 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:20 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:20 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:20 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:20 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:20 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:20 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:20 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:20 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:20 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:20 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:20 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:20 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:20 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:20 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:20 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:20 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:20 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:20 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:20 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:20 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:20 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:20 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:20 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:20 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:20 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:20 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:20 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:20 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:20 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:20 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:20 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 09-Jul-2024 19:53:20 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:20 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:20 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:20 Resolving deltas: 3% (19/579) build 09-Jul-2024 19:53:20 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:20 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:20 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:20 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:20 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:20 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:20 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:20 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:20 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:20 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:20 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:20 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:20 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:20 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:20 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:20 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:20 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:20 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:20 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:20 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:20 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:20 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:20 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:20 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:20 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:20 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:20 Resolving deltas: 30% (175/579) build 09-Jul-2024 19:53:20 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:20 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:20 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:20 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:20 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:20 Resolving deltas: 36% (210/579) build 09-Jul-2024 19:53:20 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:20 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:20 Resolving deltas: 39% (227/579) build 09-Jul-2024 19:53:20 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:20 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:20 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:20 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:20 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:20 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:20 Resolving deltas: 46% (268/579) build 09-Jul-2024 19:53:20 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:20 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:20 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:20 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:20 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:20 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:20 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:20 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:20 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:20 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:20 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:20 Resolving deltas: 58% (337/579) build 09-Jul-2024 19:53:20 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:20 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:20 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:20 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:20 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:20 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:20 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:20 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:20 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:20 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:20 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:20 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:20 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:20 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:20 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:20 Resolving deltas: 74% (430/579) build 09-Jul-2024 19:53:20 Resolving deltas: 75% (436/579) build 09-Jul-2024 19:53:20 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:20 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:20 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:20 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:20 Resolving deltas: 80% (465/579) build 09-Jul-2024 19:53:20 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:20 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:20 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:20 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:20 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:20 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:20 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:20 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:20 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:20 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:20 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:20 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:20 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:20 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:20 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:20 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:20 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:20 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:20 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:20 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:20 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:20 Note: switching to 'release-phpbb-3.2.1'. build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:20 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:20 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:20 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 git switch -c build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 Or undo this operation with: build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 git switch - build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:20 build 09-Jul-2024 19:53:20 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:20  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:20  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:20  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:20  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:20  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 09-Jul-2024 19:53:20  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 09-Jul-2024 19:53:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 09-Jul-2024 19:53:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 09-Jul-2024 19:53:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 09-Jul-2024 19:53:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 09-Jul-2024 19:53:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:20 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 09-Jul-2024 19:53:20  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 09-Jul-2024 19:53:20  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:20 phpBB > old-version-diff: build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:20  [echo] Retrieving version 3.2.2 build 09-Jul-2024 19:53:20  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:20 phpBB > export: build 09-Jul-2024 19:53:20  build 09-Jul-2024 19:53:21 Cloning into 'viglink'... build 09-Jul-2024 19:53:21 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:21 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:21 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:21 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:21 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:21 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:21 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:21 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:21 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:21 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:21 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:21 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:21 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:21 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:21 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:21 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:21 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:21 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:21 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:21 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:21 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:21 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:21 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:21 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:21 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:21 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:21 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:21 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:21 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:21 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:21 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:21 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:21 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:21 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:21 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:21 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:21 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:21 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:21 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:21 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:21 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:21 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:21 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:21 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:21 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:21 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:21 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:21 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:21 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:21 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:21 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:21 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:21 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:21 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:21 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:21 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:21 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:21 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:21 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:21 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:21 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:21 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:21 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:21 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:21 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:21 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:21 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:21 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:21 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:21 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:21 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:21 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:21 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:21 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:21 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:21 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:21 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:21 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:21 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:21 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:21 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:21 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:21 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:21 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:21 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:21 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:21 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:21 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:21 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:21 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:21 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:21 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:21 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:21 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:21 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:21 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:21 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:21 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:21 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:21 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:21 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:21 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:21 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:21 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:21 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:21 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:21 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:21 Receiving objects: 100% (1127/1127), 216.86 KiB | 6.78 MiB/s, done. build 09-Jul-2024 19:53:21 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:21 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:21 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:21 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:21 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:21 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:21 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:21 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:21 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:21 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:21 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:21 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:21 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:21 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:21 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:21 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:21 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:21 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:21 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:21 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:21 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:21 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:21 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:21 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:21 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:21 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:21 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:21 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:21 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:21 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:21 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:21 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:21 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:21 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:21 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:21 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:21 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:21 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:21 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:21 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:21 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:21 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:21 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:21 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:21 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:21 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:21 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:21 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:21 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:21 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:21 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:21 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:21 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:21 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:21 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:21 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:21 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:21 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:21 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:21 Resolving deltas: 59% (343/579) build 09-Jul-2024 19:53:21 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:21 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:21 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:21 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:21 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:21 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:21 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:21 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:21 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:21 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:21 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:21 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:21 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:21 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:21 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:21 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:21 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:21 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:21 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:21 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:21 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:21 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:21 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:21 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:21 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:21 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:21 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:21 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:21 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:21 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:21 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:21 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:21 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:21 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:21 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:21 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:21 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:21 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:21 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:21 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:21 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:21 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:21 Note: switching to 'release-phpbb-3.2.2'. build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:21 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:21 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:21 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 git switch -c build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 Or undo this operation with: build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 git switch - build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:21 build 09-Jul-2024 19:53:21 HEAD is now at da2cda3 Update to 1.0.3 build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:21  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:21  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:21  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:21  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:21  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 09-Jul-2024 19:53:21  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 09-Jul-2024 19:53:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 09-Jul-2024 19:53:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 09-Jul-2024 19:53:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 09-Jul-2024 19:53:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 09-Jul-2024 19:53:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:21  build 09-Jul-2024 19:53:21 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:21  build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 09-Jul-2024 19:53:21  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 09-Jul-2024 19:53:21  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:22  build 09-Jul-2024 19:53:22 phpBB > old-version-diff: build 09-Jul-2024 19:53:22  build 09-Jul-2024 19:53:22  [echo] Retrieving version 3.2.3 build 09-Jul-2024 19:53:22  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 09-Jul-2024 19:53:22  build 09-Jul-2024 19:53:22 phpBB > export: build 09-Jul-2024 19:53:22  build 09-Jul-2024 19:53:22 Cloning into 'viglink'... build 09-Jul-2024 19:53:23 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:23 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:23 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:23 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:23 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:23 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:23 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:23 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:23 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:23 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:23 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:23 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:23 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:23 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:23 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:23 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:23 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:23 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:23 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:23 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:23 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:23 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:23 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:23 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:23 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:23 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:23 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:23 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:23 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:23 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:23 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:23 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:23 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:23 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:23 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:23 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:23 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:23 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:23 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:23 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:23 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:23 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:23 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:23 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:23 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:23 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:23 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:23 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:23 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:23 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:23 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:23 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:23 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:23 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:23 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:23 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:23 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:23 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:23 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:23 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:23 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:23 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:23 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:23 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:23 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:23 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:23 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:23 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:23 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:23 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:23 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:23 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:23 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:23 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:23 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:23 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:23 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:23 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:23 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:23 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:23 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:23 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:23 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:23 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:23 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:23 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:23 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:23 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:23 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:23 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:23 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:23 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:23 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:23 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:23 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:23 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:23 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:23 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:23 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:23 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:23 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:23 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:23 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:23 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:23 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:23 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:23 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:23 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.08 MiB/s, done. build 09-Jul-2024 19:53:23 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:23 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:23 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:23 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:23 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:23 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:23 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:23 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:23 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:23 Resolving deltas: 9% (54/579) build 09-Jul-2024 19:53:23 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:23 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:23 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:23 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:23 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:23 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:23 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:23 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:23 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:23 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:23 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:23 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:23 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:23 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:23 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:23 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:23 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:23 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:23 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:23 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:23 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:23 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:23 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:23 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:23 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:23 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:23 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:23 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:23 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:23 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:23 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:23 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:23 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:23 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:23 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:23 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:23 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:23 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:23 Resolving deltas: 48% (279/579) build 09-Jul-2024 19:53:23 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:23 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:23 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:23 Resolving deltas: 52% (303/579) build 09-Jul-2024 19:53:23 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:23 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:23 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:23 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:23 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:23 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:23 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:23 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:23 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:23 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:23 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:23 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:23 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:23 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:23 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:23 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:23 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:23 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:23 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:23 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:23 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:23 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:23 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:23 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:23 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:23 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:23 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:23 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:23 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:23 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:23 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:23 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:23 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:23 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:23 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:23 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:23 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:23 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:23 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:23 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:23 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:23 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:23 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:23 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:23 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:23 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:23 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:23 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:23 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:23 Note: switching to 'release-phpbb-3.2.3'. build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:23 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:23 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:23 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 git switch -c build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 Or undo this operation with: build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 git switch - build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:23 build 09-Jul-2024 19:53:23 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:23  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:23  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:23  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:23  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:23  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 09-Jul-2024 19:53:23  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 09-Jul-2024 19:53:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 09-Jul-2024 19:53:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 09-Jul-2024 19:53:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 09-Jul-2024 19:53:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 09-Jul-2024 19:53:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:23  build 09-Jul-2024 19:53:23 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:23  build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 09-Jul-2024 19:53:23  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 09-Jul-2024 19:53:23  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:24  build 09-Jul-2024 19:53:24 phpBB > old-version-diff: build 09-Jul-2024 19:53:24  build 09-Jul-2024 19:53:24  [echo] Retrieving version 3.2.4 build 09-Jul-2024 19:53:24  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 09-Jul-2024 19:53:24  build 09-Jul-2024 19:53:24 phpBB > export: build 09-Jul-2024 19:53:24  build 09-Jul-2024 19:53:24 Cloning into 'viglink'... build 09-Jul-2024 19:53:25 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:25 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:25 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:25 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:25 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:25 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:25 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:25 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:25 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:25 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:25 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:25 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:25 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:25 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:25 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:25 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:25 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:25 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:25 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:25 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:25 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:25 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:25 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:25 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:25 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:25 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:25 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:25 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:25 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:25 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:25 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:25 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:25 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:25 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:25 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:25 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:25 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:25 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:25 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:25 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:25 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:25 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:25 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:25 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:25 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:25 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:25 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:25 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:25 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:25 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:25 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:25 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:25 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:25 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:25 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:25 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:25 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:25 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:25 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:25 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:25 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:25 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:25 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:25 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:25 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:25 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:25 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:25 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:25 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:25 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:25 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:25 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:25 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:25 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:25 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:25 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:25 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:25 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:25 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:25 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:25 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:25 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:25 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:25 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:25 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:25 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:25 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:25 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:25 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:25 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:25 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:25 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:25 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:25 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:25 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:25 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:25 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:25 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:25 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:25 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:25 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:25 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:25 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:25 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:25 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:25 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:25 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:25 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.52 MiB/s, done. build 09-Jul-2024 19:53:25 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:25 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:25 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:25 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:25 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:25 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:25 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:25 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:25 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:25 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:25 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:25 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:25 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:25 Resolving deltas: 13% (77/579) build 09-Jul-2024 19:53:25 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:25 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:25 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:25 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:25 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:25 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:25 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:25 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:25 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:25 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:25 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:25 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:25 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:25 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:25 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:25 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:25 Resolving deltas: 30% (175/579) build 09-Jul-2024 19:53:25 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:25 Resolving deltas: 32% (187/579) build 09-Jul-2024 19:53:25 Resolving deltas: 33% (194/579) build 09-Jul-2024 19:53:25 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:25 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:25 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:25 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:25 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:25 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:25 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:25 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:25 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:25 Resolving deltas: 43% (250/579) build 09-Jul-2024 19:53:25 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:25 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:25 Resolving deltas: 46% (268/579) build 09-Jul-2024 19:53:25 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:25 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:25 Resolving deltas: 49% (285/579) build 09-Jul-2024 19:53:25 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:25 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:25 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:25 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:25 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:25 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:25 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:25 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:25 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:25 Resolving deltas: 59% (343/579) build 09-Jul-2024 19:53:25 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:25 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:25 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:25 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:25 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:25 Resolving deltas: 65% (378/579) build 09-Jul-2024 19:53:25 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:25 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:25 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:25 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:25 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:25 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:25 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:25 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:25 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:25 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:25 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:25 Resolving deltas: 77% (447/579) build 09-Jul-2024 19:53:25 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:25 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:25 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:25 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:25 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:25 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:25 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:25 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:25 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:25 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:25 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:25 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:25 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:25 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:25 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:25 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:25 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:25 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:25 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:25 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:25 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:25 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:25 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:25 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:25 Note: switching to 'release-phpbb-3.2.4'. build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:25 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:25 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:25 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 git switch -c build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 Or undo this operation with: build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 git switch - build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:25 build 09-Jul-2024 19:53:25 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:25  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:25  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:25  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:25  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:25  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 09-Jul-2024 19:53:25  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 09-Jul-2024 19:53:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 09-Jul-2024 19:53:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 09-Jul-2024 19:53:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 09-Jul-2024 19:53:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 09-Jul-2024 19:53:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:25  build 09-Jul-2024 19:53:25 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:25  build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 09-Jul-2024 19:53:25  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 09-Jul-2024 19:53:25  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:26  build 09-Jul-2024 19:53:26 phpBB > old-version-diff: build 09-Jul-2024 19:53:26  build 09-Jul-2024 19:53:26  [echo] Retrieving version 3.2.5 build 09-Jul-2024 19:53:26  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 09-Jul-2024 19:53:26  build 09-Jul-2024 19:53:26 phpBB > export: build 09-Jul-2024 19:53:26  build 09-Jul-2024 19:53:26 Cloning into 'viglink'... build 09-Jul-2024 19:53:27 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:27 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:27 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:27 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:27 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:27 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:27 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:27 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:27 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:27 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:27 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:27 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:27 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:27 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:27 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:27 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:27 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:27 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:27 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:27 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:27 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:27 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:27 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:27 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:27 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:27 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:27 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:27 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:27 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:27 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:27 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:27 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:27 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:27 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:27 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:27 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:27 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:27 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:27 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:27 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:27 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:27 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:27 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:27 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:27 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:27 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:27 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:27 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:27 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:27 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:27 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:27 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:27 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:27 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:27 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:27 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:27 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:27 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:27 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:27 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:27 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:27 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:27 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:27 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:27 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:27 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:27 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:27 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:27 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:27 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:27 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:27 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:27 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:27 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:27 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:27 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:27 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:27 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:27 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:27 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:27 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:27 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:27 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:27 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:27 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:27 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:27 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:27 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:27 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:27 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:27 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:27 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:27 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:27 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:27 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:27 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:27 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:27 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:27 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:27 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:27 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:27 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:27 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:27 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:27 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:27 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:27 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:27 Receiving objects: 100% (1127/1127), 216.86 KiB | 3.55 MiB/s, done. build 09-Jul-2024 19:53:27 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:27 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:27 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:27 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:27 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:27 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:27 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:27 Resolving deltas: 7% (42/579) build 09-Jul-2024 19:53:27 Resolving deltas: 8% (48/579) build 09-Jul-2024 19:53:27 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:27 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:27 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:27 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:27 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:27 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:27 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:27 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:27 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:27 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:27 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:27 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:27 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:27 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:27 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:27 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:27 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:27 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:27 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:27 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:27 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:27 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:27 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:27 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:27 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:27 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:27 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:27 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:27 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:27 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:27 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:27 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:27 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:27 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:27 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:27 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:27 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:27 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:27 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:27 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:27 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:27 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:27 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:27 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:27 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:27 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:27 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:27 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:27 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:27 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:27 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:27 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:27 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:27 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:27 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:27 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:27 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:27 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:27 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:27 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:27 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:27 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:27 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:27 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:27 Resolving deltas: 73% (424/579) build 09-Jul-2024 19:53:27 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:27 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:27 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:27 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:27 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:27 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:27 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:27 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:27 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:27 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:27 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:27 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:27 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:27 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:27 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:27 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:27 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:27 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:27 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:27 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:27 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:27 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:27 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:27 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:27 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:27 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:27 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:27 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:27 Note: switching to 'release-phpbb-3.2.5'. build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:27 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:27 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:27 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 git switch -c build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 Or undo this operation with: build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 git switch - build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:27 build 09-Jul-2024 19:53:27 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:27  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:27  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:27  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:27  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:27  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 09-Jul-2024 19:53:27  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 09-Jul-2024 19:53:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 09-Jul-2024 19:53:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 09-Jul-2024 19:53:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 09-Jul-2024 19:53:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 09-Jul-2024 19:53:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:27 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 09-Jul-2024 19:53:27  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 09-Jul-2024 19:53:27  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:27 phpBB > old-version-diff: build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:27  [echo] Retrieving version 3.2.6 build 09-Jul-2024 19:53:27  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:27 phpBB > export: build 09-Jul-2024 19:53:27  build 09-Jul-2024 19:53:28 Cloning into 'viglink'... build 09-Jul-2024 19:53:28 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:28 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:28 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:28 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:28 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:28 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:28 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:28 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:28 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:28 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:28 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:28 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:28 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:28 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:28 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:28 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:28 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:28 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:28 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:28 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:28 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:28 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:28 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:28 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:28 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:28 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:28 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:28 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:28 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:28 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:28 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:28 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:28 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:28 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:28 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:28 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:28 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:28 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:28 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:28 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:28 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:28 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:28 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:28 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:28 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:28 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:28 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:28 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:28 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:28 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:28 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:28 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:28 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:28 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:28 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:28 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:28 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:28 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:28 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:29 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:29 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:29 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:29 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:29 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:29 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:29 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:29 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:29 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:29 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:29 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:29 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:29 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:29 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:29 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:29 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:29 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:29 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:29 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:29 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:29 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:29 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:29 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:29 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:29 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:29 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:29 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:29 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:29 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:29 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:29 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:29 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:29 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:29 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:29 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:29 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:29 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:29 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:29 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:29 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:29 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:29 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:29 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:29 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:29 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:29 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:29 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:29 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:29 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.52 MiB/s, done. build 09-Jul-2024 19:53:29 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:29 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:29 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:29 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:29 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:29 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:29 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:29 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:29 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:29 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:29 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:29 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:29 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:29 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:29 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:29 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:29 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:29 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:29 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:29 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:29 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:29 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:29 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:29 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:29 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:29 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:29 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:29 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:29 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:29 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:29 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:29 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:29 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:29 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:29 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:29 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:29 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:29 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:29 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:29 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:29 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:29 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:29 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:29 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:29 Resolving deltas: 44% (257/579) build 09-Jul-2024 19:53:29 Resolving deltas: 45% (262/579) build 09-Jul-2024 19:53:29 Resolving deltas: 46% (268/579) build 09-Jul-2024 19:53:29 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:29 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:29 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:29 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:29 Resolving deltas: 51% (297/579) build 09-Jul-2024 19:53:29 Resolving deltas: 52% (303/579) build 09-Jul-2024 19:53:29 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:29 Resolving deltas: 54% (314/579) build 09-Jul-2024 19:53:29 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:29 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:29 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:29 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:29 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:29 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:29 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:29 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:29 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:29 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:29 Resolving deltas: 65% (378/579) build 09-Jul-2024 19:53:29 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:29 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:29 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:29 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:29 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:29 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:29 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:29 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:29 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:29 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:29 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:29 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:29 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:29 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:29 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:29 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:29 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:29 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:29 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:29 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:29 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:29 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:29 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:29 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:29 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:29 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:29 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:29 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:29 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:29 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:29 Resolving deltas: 96% (557/579) build 09-Jul-2024 19:53:29 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:29 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:29 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:29 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:29 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:29 Note: switching to 'release-phpbb-3.2.6'. build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:29 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:29 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:29 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 git switch -c build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 Or undo this operation with: build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 git switch - build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:29 build 09-Jul-2024 19:53:29 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:29  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:29  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:29  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:29  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:29  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 09-Jul-2024 19:53:29  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 09-Jul-2024 19:53:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 09-Jul-2024 19:53:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 09-Jul-2024 19:53:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 09-Jul-2024 19:53:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 09-Jul-2024 19:53:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:29 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 09-Jul-2024 19:53:29  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 09-Jul-2024 19:53:29  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:29 phpBB > old-version-diff: build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:29  [echo] Retrieving version 3.2.7 build 09-Jul-2024 19:53:29  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:29 phpBB > export: build 09-Jul-2024 19:53:29  build 09-Jul-2024 19:53:30 Cloning into 'viglink'... build 09-Jul-2024 19:53:30 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:30 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:30 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:30 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:30 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:30 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:30 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:30 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:30 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:30 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:30 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:30 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:30 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:30 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:30 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:30 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:30 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:30 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:30 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:30 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:30 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:30 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:30 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:30 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:30 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:30 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:30 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:30 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:30 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:30 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:30 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:30 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:30 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:30 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:30 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:30 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:30 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:30 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:30 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:30 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:30 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:30 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:30 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:30 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:30 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:30 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:30 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:30 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:30 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:30 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:30 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:30 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:30 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:30 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:30 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:30 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:30 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:30 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:30 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:30 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:30 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:30 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:30 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:30 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:30 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:30 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:30 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:30 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:30 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:30 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:30 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:30 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:30 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:30 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:30 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:30 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:30 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:30 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:30 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:30 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:30 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:30 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:30 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:30 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:30 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:30 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:30 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:30 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:30 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:30 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:30 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:30 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:30 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:30 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:30 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:30 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:30 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:30 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:30 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:30 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:30 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:30 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:30 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:30 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:30 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:30 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:30 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:30 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.50 MiB/s, done. build 09-Jul-2024 19:53:30 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:30 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:30 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:30 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:30 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:30 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:30 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:30 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:30 Resolving deltas: 8% (48/579) build 09-Jul-2024 19:53:30 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:30 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:30 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:30 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:30 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:30 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:30 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:30 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:30 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:30 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:30 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:30 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:30 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:30 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:30 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:30 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:30 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:30 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:30 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:30 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:30 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:30 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:30 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:30 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:30 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:30 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:30 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:30 Resolving deltas: 36% (210/579) build 09-Jul-2024 19:53:30 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:30 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:30 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:30 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:30 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:30 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:30 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:30 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:30 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:30 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:30 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:30 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:30 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:30 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:30 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:30 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:30 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:30 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:30 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:30 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:30 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:30 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:30 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:30 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:30 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:30 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:30 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:30 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:30 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:30 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:30 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:30 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:30 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:30 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:30 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:30 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:30 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:30 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:30 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:30 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:30 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:30 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:30 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:30 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:30 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:30 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:30 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:30 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:30 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:30 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:30 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:30 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:30 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:30 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:30 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:30 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:30 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:30 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:30 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:30 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:30 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:30 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:30 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:30 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:30 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:30 Note: switching to 'release-phpbb-3.2.7'. build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:30 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:30 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:30 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 git switch -c build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 Or undo this operation with: build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 git switch - build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:30 build 09-Jul-2024 19:53:30 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 09-Jul-2024 19:53:30  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:30  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:30  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:30  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:30  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:30  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:30  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:31  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 09-Jul-2024 19:53:31  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 09-Jul-2024 19:53:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 09-Jul-2024 19:53:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 09-Jul-2024 19:53:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 09-Jul-2024 19:53:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 09-Jul-2024 19:53:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:31 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 09-Jul-2024 19:53:31  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 09-Jul-2024 19:53:31  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:31 phpBB > old-version-diff: build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:31  [echo] Retrieving version 3.2.8 build 09-Jul-2024 19:53:31  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:31 phpBB > export: build 09-Jul-2024 19:53:31  build 09-Jul-2024 19:53:32 Cloning into 'viglink'... build 09-Jul-2024 19:53:32 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:32 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:32 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:32 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:32 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:32 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:32 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:32 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:32 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:32 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:32 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:32 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:32 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:32 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:32 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:32 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:32 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:32 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:32 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:32 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:32 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:32 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:32 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:32 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:32 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:32 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:32 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:32 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:32 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:32 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:32 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:32 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:32 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:32 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:32 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:32 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:32 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:32 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:32 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:32 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:32 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:32 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:32 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:32 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:32 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:32 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:32 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:32 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:32 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:32 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:32 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:32 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:32 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:32 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:32 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:32 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:32 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:32 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:32 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:32 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:32 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:32 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:32 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:32 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:32 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:32 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:32 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:32 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:32 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:32 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:32 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:32 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:32 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:32 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:32 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:32 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:32 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:32 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:32 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:32 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:32 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:32 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:32 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:32 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:32 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:32 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:32 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:32 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:32 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:32 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:32 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:32 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:32 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:32 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:32 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:32 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:32 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:32 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:32 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:32 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:32 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:32 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:32 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:32 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:32 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:32 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:32 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:32 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.04 MiB/s, done. build 09-Jul-2024 19:53:32 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:32 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:32 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:32 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:32 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:32 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:32 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:32 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:32 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:32 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:32 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:32 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:32 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:32 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:32 Resolving deltas: 14% (83/579) build 09-Jul-2024 19:53:32 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:32 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:32 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:32 Resolving deltas: 18% (106/579) build 09-Jul-2024 19:53:32 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:32 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:32 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:32 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:32 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:32 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:32 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:32 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:32 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:32 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:32 Resolving deltas: 29% (169/579) build 09-Jul-2024 19:53:32 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:32 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:32 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:32 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:32 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:32 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:32 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:32 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:32 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:32 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:32 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:32 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:32 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:32 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:32 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:32 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:32 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:32 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:32 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:32 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:32 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:32 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:32 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:32 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:32 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:32 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:32 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:32 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:32 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:32 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:32 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:32 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:32 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:32 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:32 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:32 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:32 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:32 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:32 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:32 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:32 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:32 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:32 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:32 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:32 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:32 Resolving deltas: 75% (436/579) build 09-Jul-2024 19:53:32 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:32 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:32 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:32 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:32 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:32 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:32 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:32 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:32 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:32 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:32 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:32 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:32 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:32 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:32 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:32 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:32 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:32 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:32 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:32 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:32 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:32 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:32 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:32 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:32 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:32 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:32 Note: switching to 'release-phpbb-3.2.8'. build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:32 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:32 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:32 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 git switch -c build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 Or undo this operation with: build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 git switch - build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:32 build 09-Jul-2024 19:53:32 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:32  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:32  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:32  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:32  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:32  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 09-Jul-2024 19:53:32  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 09-Jul-2024 19:53:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 09-Jul-2024 19:53:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 09-Jul-2024 19:53:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 09-Jul-2024 19:53:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 09-Jul-2024 19:53:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:32  build 09-Jul-2024 19:53:32 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:32  build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 09-Jul-2024 19:53:32  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 09-Jul-2024 19:53:32  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:33  build 09-Jul-2024 19:53:33 phpBB > old-version-diff: build 09-Jul-2024 19:53:33  build 09-Jul-2024 19:53:33  [echo] Retrieving version 3.2.9 build 09-Jul-2024 19:53:33  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 09-Jul-2024 19:53:33  build 09-Jul-2024 19:53:33 phpBB > export: build 09-Jul-2024 19:53:33  build 09-Jul-2024 19:53:33 Cloning into 'viglink'... build 09-Jul-2024 19:53:34 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:34 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:34 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:34 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:34 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:34 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:34 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:34 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:34 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:34 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:34 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:34 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:34 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:34 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:34 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:34 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:34 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:34 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:34 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:34 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:34 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:34 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:34 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:34 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:34 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:34 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:34 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:34 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:34 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:34 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:34 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:34 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:34 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:34 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:34 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:34 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:34 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:34 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:34 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:34 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:34 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:34 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:34 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:34 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:34 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:34 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:34 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:34 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:34 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:34 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:34 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:34 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:34 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:34 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:34 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:34 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:34 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:34 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:34 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:34 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:34 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:34 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:34 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:34 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:34 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:34 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:34 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:34 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:34 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:34 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:34 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:34 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:34 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:34 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:34 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:34 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:34 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:34 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:34 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:34 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:34 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:34 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:34 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:34 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:34 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:34 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:34 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:34 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:34 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:34 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:34 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:34 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:34 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:34 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:34 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:34 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:34 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:34 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:34 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:34 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:34 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:34 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:34 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:34 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:34 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:34 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:34 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:34 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 09-Jul-2024 19:53:34 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:34 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:34 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:34 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:34 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:34 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:34 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:34 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:34 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:34 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:34 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:34 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:34 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:34 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:34 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:34 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:34 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:34 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:34 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:34 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:34 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:34 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:34 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:34 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:34 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:34 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:34 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:34 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:34 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:34 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:34 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:34 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:34 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:34 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:34 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:34 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:34 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:34 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:34 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:34 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:34 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:34 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:34 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:34 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:34 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:34 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:34 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:34 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:34 Resolving deltas: 48% (279/579) build 09-Jul-2024 19:53:34 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:34 Resolving deltas: 50% (291/579) build 09-Jul-2024 19:53:34 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:34 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:34 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:34 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:34 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:34 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:34 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:34 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:34 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:34 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:34 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:34 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:34 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:34 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:34 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:34 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:34 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:34 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:34 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:34 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:34 Resolving deltas: 71% (413/579) build 09-Jul-2024 19:53:34 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:34 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:34 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:34 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:34 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:34 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:34 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:34 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:34 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:34 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:34 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:34 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:34 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:34 Resolving deltas: 85% (494/579) build 09-Jul-2024 19:53:34 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:34 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:34 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:34 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:34 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:34 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:34 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:34 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:34 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:34 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:34 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:34 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:34 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:34 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:34 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:34 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:34 Note: switching to 'release-phpbb-3.2.9'. build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:34 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:34 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:34 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 git switch -c build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 Or undo this operation with: build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 git switch - build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:34 build 09-Jul-2024 19:53:34 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:34  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:34  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:34  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:34  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:34  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 09-Jul-2024 19:53:34  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 09-Jul-2024 19:53:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 09-Jul-2024 19:53:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 09-Jul-2024 19:53:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 09-Jul-2024 19:53:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 09-Jul-2024 19:53:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:34  build 09-Jul-2024 19:53:34 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:34  build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 09-Jul-2024 19:53:34  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 09-Jul-2024 19:53:34  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:35  build 09-Jul-2024 19:53:35 phpBB > old-version-diff: build 09-Jul-2024 19:53:35  build 09-Jul-2024 19:53:35  [echo] Retrieving version 3.2.10 build 09-Jul-2024 19:53:35  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 09-Jul-2024 19:53:35  build 09-Jul-2024 19:53:35 phpBB > export: build 09-Jul-2024 19:53:35  build 09-Jul-2024 19:53:35 Cloning into 'viglink'... build 09-Jul-2024 19:53:36 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:36 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:36 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:36 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:36 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:36 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:36 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:36 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:36 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:36 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:36 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:36 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:36 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:36 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:36 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:36 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:36 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:36 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:36 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:36 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:36 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:36 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:36 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:36 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:36 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:36 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:36 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:36 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:36 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:36 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:36 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:36 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:36 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:36 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:36 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:36 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:36 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:36 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:36 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:36 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:36 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:36 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:36 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:36 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:36 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:36 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:36 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:36 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:36 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:36 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:36 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:36 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:36 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:36 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:36 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:36 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:36 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:36 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:36 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:36 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:36 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:36 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:36 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:36 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:36 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:36 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:36 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:36 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:36 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:36 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:36 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:36 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:36 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:36 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:36 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:36 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:36 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:36 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:36 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:36 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:36 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:36 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:36 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:36 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:36 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:36 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:36 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:36 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:36 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:36 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:36 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:36 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:36 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:36 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:36 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:36 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:36 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:36 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:36 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:36 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:36 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:36 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:36 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:36 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:36 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:36 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:36 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:36 Receiving objects: 100% (1127/1127), 216.86 KiB | 6.38 MiB/s, done. build 09-Jul-2024 19:53:36 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:36 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:36 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:36 Resolving deltas: 3% (20/579) build 09-Jul-2024 19:53:36 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:36 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:36 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:36 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:36 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:36 Resolving deltas: 9% (54/579) build 09-Jul-2024 19:53:36 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:36 Resolving deltas: 11% (65/579) build 09-Jul-2024 19:53:36 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:36 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:36 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:36 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:36 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:36 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:36 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:36 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:36 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:36 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:36 Resolving deltas: 22% (129/579) build 09-Jul-2024 19:53:36 Resolving deltas: 23% (135/579) build 09-Jul-2024 19:53:36 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:36 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:36 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:36 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:36 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:36 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:36 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:36 Resolving deltas: 31% (181/579) build 09-Jul-2024 19:53:36 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:36 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:36 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:36 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:36 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:36 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:36 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:36 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:36 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:36 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:36 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:36 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:36 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:36 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:36 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:36 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:36 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:36 Resolving deltas: 49% (285/579) build 09-Jul-2024 19:53:36 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:36 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:36 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:36 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:36 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:36 Resolving deltas: 55% (320/579) build 09-Jul-2024 19:53:36 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:36 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:36 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:36 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:36 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:36 Resolving deltas: 61% (355/579) build 09-Jul-2024 19:53:36 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:36 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:36 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:36 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:36 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:36 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:36 Resolving deltas: 68% (395/579) build 09-Jul-2024 19:53:36 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:36 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:36 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:36 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:36 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:36 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:36 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:36 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:36 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:36 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:36 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:36 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:36 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:36 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:36 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:36 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:36 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:36 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:36 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:36 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:36 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:36 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:36 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:36 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:36 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:36 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:36 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:36 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:36 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:36 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:36 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:36 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:36 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:36 Note: switching to 'release-phpbb-3.2.10'. build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:36 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:36 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:36 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 git switch -c build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 Or undo this operation with: build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 git switch - build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:36 build 09-Jul-2024 19:53:36 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:36  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:36  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:36  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:36  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:36  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 09-Jul-2024 19:53:36  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 09-Jul-2024 19:53:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 09-Jul-2024 19:53:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 09-Jul-2024 19:53:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 09-Jul-2024 19:53:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 09-Jul-2024 19:53:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:36 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 09-Jul-2024 19:53:36  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 09-Jul-2024 19:53:36  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:36 phpBB > old-version-diff: build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:36  [echo] Retrieving version 3.2.11 build 09-Jul-2024 19:53:36  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:36 phpBB > export: build 09-Jul-2024 19:53:36  build 09-Jul-2024 19:53:37 Cloning into 'viglink'... build 09-Jul-2024 19:53:37 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:37 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:37 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:37 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:37 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:37 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:37 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:37 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:37 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:37 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:37 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:37 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:37 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:37 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:37 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:37 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:37 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:37 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:37 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:37 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:37 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:37 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:37 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:37 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:37 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:37 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:37 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:37 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:37 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:37 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:37 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:37 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:37 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:37 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:37 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:37 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:37 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:37 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:37 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:37 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:37 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:37 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:37 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:37 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:37 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:37 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:37 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:37 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:37 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:37 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:37 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:37 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:37 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:37 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:37 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:37 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:37 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:37 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:37 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:37 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:37 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:37 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:37 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:37 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:37 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:37 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:37 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:37 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:37 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:37 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:37 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:37 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:37 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:37 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:37 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:37 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:37 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:37 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:37 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:37 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:37 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:37 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:37 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:37 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:37 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:37 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:37 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:37 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:37 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:37 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:37 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:37 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:37 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:37 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:37 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:37 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:37 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:37 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:37 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:37 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:37 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:37 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:37 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:37 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:37 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:37 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:37 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:37 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 09-Jul-2024 19:53:37 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:37 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:37 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:37 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:37 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:37 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:37 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:37 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:37 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:37 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:37 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:37 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:37 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:37 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:37 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:37 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:37 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:37 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:37 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:37 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:37 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:37 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:37 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:37 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:37 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:37 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:37 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:37 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:37 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:37 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:37 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:37 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:37 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:37 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:37 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:37 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:37 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:37 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:37 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:37 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:37 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:37 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:37 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:37 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:37 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:37 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:37 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:37 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:37 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:37 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:37 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:37 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:37 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:37 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:37 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:37 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:37 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:37 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:37 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:37 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:37 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:37 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:37 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:37 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:37 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:37 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:37 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:37 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:37 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:37 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:37 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:37 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:37 Resolving deltas: 72% (418/579) build 09-Jul-2024 19:53:37 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:37 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:37 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:37 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:37 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:37 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:37 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:37 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:37 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:37 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:37 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:37 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:37 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:37 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:37 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:37 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:37 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:37 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:37 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:37 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:37 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:37 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:37 Resolving deltas: 95% (552/579) build 09-Jul-2024 19:53:37 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:37 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:37 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:37 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:37 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:37 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:37 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:37  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:37  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:37  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:37  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:37  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:37  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 09-Jul-2024 19:53:37  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 09-Jul-2024 19:53:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 09-Jul-2024 19:53:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 09-Jul-2024 19:53:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 09-Jul-2024 19:53:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 09-Jul-2024 19:53:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:37  build 09-Jul-2024 19:53:37 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:37  build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 09-Jul-2024 19:53:37  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 09-Jul-2024 19:53:37  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:38  build 09-Jul-2024 19:53:38 phpBB > old-version-diff: build 09-Jul-2024 19:53:38  build 09-Jul-2024 19:53:38  [echo] Retrieving version 3.3.0 build 09-Jul-2024 19:53:38  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 09-Jul-2024 19:53:38  build 09-Jul-2024 19:53:38 phpBB > export: build 09-Jul-2024 19:53:38  build 09-Jul-2024 19:53:38 Cloning into 'viglink'... build 09-Jul-2024 19:53:39 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:39 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:39 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:39 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:39 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:39 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:39 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:39 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:39 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:39 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:39 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:39 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:39 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:39 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:39 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:39 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:39 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:39 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:39 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:39 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:39 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:39 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:39 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:39 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:39 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:39 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:39 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:39 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:39 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:39 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:39 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:39 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:39 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:39 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:39 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:39 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:39 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:39 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:39 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:39 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:39 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:39 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:39 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:39 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:39 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:39 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:39 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:39 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:39 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:39 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:39 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:39 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:39 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:39 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:39 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:39 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:39 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:39 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:39 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:39 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:39 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:39 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:39 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:39 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:39 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:39 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:39 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:39 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:39 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:39 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:39 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:39 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:39 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:39 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:39 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:39 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:39 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:39 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:39 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:39 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:39 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:39 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:39 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:39 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:39 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:39 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:39 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:39 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:39 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:39 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:39 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:39 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:39 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:39 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:39 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:39 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:39 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:39 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:39 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:39 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:39 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:39 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:39 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:39 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:39 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:39 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:39 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:39 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.89 MiB/s, done. build 09-Jul-2024 19:53:39 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:39 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:39 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:39 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:39 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:39 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:39 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:39 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:39 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:39 Resolving deltas: 9% (54/579) build 09-Jul-2024 19:53:39 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:39 Resolving deltas: 11% (65/579) build 09-Jul-2024 19:53:39 Resolving deltas: 12% (71/579) build 09-Jul-2024 19:53:39 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:39 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:39 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:39 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:39 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:39 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:39 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:39 Resolving deltas: 20% (117/579) build 09-Jul-2024 19:53:39 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:39 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:39 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:39 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:39 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:39 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:39 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:39 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:39 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:39 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:39 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:39 Resolving deltas: 32% (187/579) build 09-Jul-2024 19:53:39 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:39 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:39 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:39 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:39 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:39 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:39 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:39 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:39 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:39 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:39 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:39 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:39 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:39 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:39 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:39 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:39 Resolving deltas: 49% (285/579) build 09-Jul-2024 19:53:39 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:39 Resolving deltas: 51% (297/579) build 09-Jul-2024 19:53:39 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:39 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:39 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:39 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:39 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:39 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:39 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:39 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:39 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:39 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:39 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:39 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:39 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:39 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:39 Resolving deltas: 66% (384/579) build 09-Jul-2024 19:53:39 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:39 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:39 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:39 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:39 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:39 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:39 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:39 Resolving deltas: 74% (430/579) build 09-Jul-2024 19:53:39 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:39 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:39 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:39 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:39 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:39 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:39 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:39 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:39 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:39 Resolving deltas: 84% (488/579) build 09-Jul-2024 19:53:39 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:39 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:39 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:39 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:39 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:39 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:39 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:39 Resolving deltas: 92% (534/579) build 09-Jul-2024 19:53:39 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:39 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:39 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:39 Resolving deltas: 96% (557/579) build 09-Jul-2024 19:53:39 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:39 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:39 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:39 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:39 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:39 Note: switching to 'release-phpbb-3.3.0'. build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:39 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:39 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:39 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 git switch -c build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 Or undo this operation with: build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 git switch - build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:39 build 09-Jul-2024 19:53:39 HEAD is now at 6913153 Merge branch '3.2.x' build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:39  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:39  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:39  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:39  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:39  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 09-Jul-2024 19:53:39  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 09-Jul-2024 19:53:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 09-Jul-2024 19:53:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 09-Jul-2024 19:53:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 09-Jul-2024 19:53:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 09-Jul-2024 19:53:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:39  build 09-Jul-2024 19:53:39 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:39  build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 09-Jul-2024 19:53:39  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 09-Jul-2024 19:53:39  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:40  build 09-Jul-2024 19:53:40 phpBB > old-version-diff: build 09-Jul-2024 19:53:40  build 09-Jul-2024 19:53:40  [echo] Retrieving version 3.3.1 build 09-Jul-2024 19:53:40  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 09-Jul-2024 19:53:40  build 09-Jul-2024 19:53:40 phpBB > export: build 09-Jul-2024 19:53:40  build 09-Jul-2024 19:53:40 Cloning into 'viglink'... build 09-Jul-2024 19:53:40 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:40 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:40 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:40 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:40 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:40 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:40 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:40 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:40 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:40 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:40 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:40 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:40 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:40 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:40 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:40 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:40 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:40 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:40 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:40 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:40 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:40 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:40 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:40 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:40 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:40 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:40 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:40 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:40 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:40 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:40 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:40 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:40 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:40 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:40 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:40 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:40 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:40 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:40 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:40 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:40 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:40 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:40 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:40 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:40 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:40 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:40 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:40 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:40 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:40 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:40 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:40 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:40 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:40 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:40 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:40 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:40 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:40 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:40 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:40 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:40 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:40 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:40 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:40 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:40 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:41 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:41 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:41 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:41 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:41 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:41 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:41 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:41 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:41 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:41 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:41 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:41 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:41 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:41 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:41 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:41 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:41 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:41 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:41 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:41 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:41 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:41 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:41 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:41 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:41 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:41 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:41 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:41 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:41 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:41 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:41 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:41 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:41 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:41 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:41 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:41 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:41 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:41 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:41 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:41 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:41 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:41 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:41 Receiving objects: 100% (1127/1127), 216.86 KiB | 5.71 MiB/s, done. build 09-Jul-2024 19:53:41 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:41 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:41 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:41 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:41 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:41 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:41 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:41 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:41 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:41 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:41 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:41 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:41 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:41 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:41 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:41 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:41 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:41 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:41 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:41 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:41 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:41 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:41 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:41 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:41 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:41 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:41 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:41 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:41 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:41 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:41 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:41 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:41 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:41 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:41 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:41 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:41 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:41 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:41 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:41 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:41 Resolving deltas: 40% (233/579) build 09-Jul-2024 19:53:41 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:41 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:41 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:41 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:41 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:41 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:41 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:41 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:41 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:41 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:41 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:41 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:41 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:41 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:41 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:41 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:41 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:41 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:41 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:41 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:41 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:41 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:41 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:41 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:41 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:41 Resolving deltas: 66% (384/579) build 09-Jul-2024 19:53:41 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:41 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:41 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:41 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:41 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:41 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:41 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:41 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:41 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:41 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:41 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:41 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:41 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:41 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:41 Resolving deltas: 81% (470/579) build 09-Jul-2024 19:53:41 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:41 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:41 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:41 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:41 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:41 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:41 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:41 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:41 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:41 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:41 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:41 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:41 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:41 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:41 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:41 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:41 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:41 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:41 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:41 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:41 Note: switching to 'release-phpbb-3.3.1'. build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 You are in 'detached HEAD' state. You can look around, make experimental build 09-Jul-2024 19:53:41 changes and commit them, and you can discard any commits you make in this build 09-Jul-2024 19:53:41 state without impacting any branches by switching back to a branch. build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 If you want to create a new branch to retain commits you create, you may build 09-Jul-2024 19:53:41 do so (now or later) by using -c with the switch command. Example: build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 git switch -c build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 Or undo this operation with: build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 git switch - build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 Turn off this advice by setting config variable advice.detachedHead to false build 09-Jul-2024 19:53:41 build 09-Jul-2024 19:53:41 HEAD is now at 6913153 Merge branch '3.2.x' build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 09-Jul-2024 19:53:41  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:41  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 09-Jul-2024 19:53:41  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:41  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:41  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 09-Jul-2024 19:53:41  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 09-Jul-2024 19:53:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 09-Jul-2024 19:53:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 09-Jul-2024 19:53:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 09-Jul-2024 19:53:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 09-Jul-2024 19:53:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:41 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 09-Jul-2024 19:53:41  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 09-Jul-2024 19:53:41  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:41 phpBB > old-version-diff: build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:41  [echo] Retrieving version 3.3.2 build 09-Jul-2024 19:53:41  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:41 phpBB > export: build 09-Jul-2024 19:53:41  build 09-Jul-2024 19:53:42 Cloning into 'viglink'... build 09-Jul-2024 19:53:42 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:42 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:42 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:42 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:42 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:42 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:42 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:42 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:42 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:42 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:42 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:42 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:42 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:42 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:42 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:42 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:42 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:42 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:42 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:42 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:42 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:42 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:42 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:42 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:42 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:42 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:42 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:42 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:42 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:42 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:42 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:42 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:42 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:42 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:42 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:42 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:42 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:42 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:42 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:42 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:42 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:42 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:42 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:42 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:42 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:42 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:42 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:42 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:42 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:42 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:42 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:42 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:42 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:42 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:42 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:42 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:42 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:42 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:42 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:42 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:42 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:42 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:42 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:42 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:42 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:42 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:42 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:42 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:42 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:42 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:42 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:42 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:42 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:42 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:42 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:42 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:42 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:42 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:42 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:42 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:42 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:42 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:42 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:42 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:42 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:42 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:42 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:42 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:42 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:42 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:42 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:42 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:42 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:42 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:42 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:42 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:42 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:42 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:42 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:42 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:42 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:42 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:42 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:42 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:42 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:42 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:42 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:42 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.54 MiB/s, done. build 09-Jul-2024 19:53:42 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:42 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:42 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:42 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:42 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:42 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:42 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:42 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:42 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:42 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:42 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:42 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:42 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:42 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:42 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:42 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:42 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:42 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:42 Resolving deltas: 18% (106/579) build 09-Jul-2024 19:53:42 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:42 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:42 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:42 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:42 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:42 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:42 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:42 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:42 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:42 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:42 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:42 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:42 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:42 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:42 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:42 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:42 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:42 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:42 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:42 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:42 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:42 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:42 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:42 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:42 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:42 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:42 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:42 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:42 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:42 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:42 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:42 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:42 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:42 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:42 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:42 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:42 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:42 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:42 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:42 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:42 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:42 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:42 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:42 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:42 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:42 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:42 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:42 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:42 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:42 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:42 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:42 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:42 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:42 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:42 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:42 Resolving deltas: 74% (430/579) build 09-Jul-2024 19:53:42 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:42 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:42 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:42 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:42 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:42 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:42 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:42 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:42 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:42 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:42 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:42 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:42 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:42 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:42 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:42 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:42 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:42 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:42 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:42 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:42 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:42 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:42 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:42 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:42 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:42 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:42 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:42 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:42  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:42  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:42  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:42  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:42  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:42  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 09-Jul-2024 19:53:42  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 09-Jul-2024 19:53:42  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 09-Jul-2024 19:53:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 09-Jul-2024 19:53:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 09-Jul-2024 19:53:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 09-Jul-2024 19:53:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 09-Jul-2024 19:53:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 09-Jul-2024 19:53:43  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 09-Jul-2024 19:53:43  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 09-Jul-2024 19:53:43  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 09-Jul-2024 19:53:43  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 09-Jul-2024 19:53:43  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43 phpBB > old-version-diff: build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43  [echo] Retrieving version 3.3.3 build 09-Jul-2024 19:53:43  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43 phpBB > export: build 09-Jul-2024 19:53:43  build 09-Jul-2024 19:53:43 Cloning into 'viglink'... build 09-Jul-2024 19:53:44 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:44 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:44 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:44 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:44 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:44 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:44 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:44 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:44 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:44 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:44 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:44 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:44 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:44 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:44 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:44 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:44 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:44 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:44 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:44 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:44 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:44 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:44 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:44 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:44 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:44 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:44 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:44 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:44 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:44 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:44 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:44 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:44 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:44 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:44 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:44 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:44 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:44 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:44 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:44 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:44 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:44 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:44 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:44 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:44 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:44 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:44 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:44 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:44 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:44 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:44 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:44 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:44 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:44 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:44 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:44 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:44 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:44 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:44 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:44 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:44 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:44 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:44 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:44 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:44 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:44 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:44 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:44 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:44 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:44 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:44 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:44 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:44 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:44 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:44 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:44 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:44 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:44 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:44 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:44 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:44 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:44 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:44 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:44 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:44 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:44 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:44 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:44 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:44 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:44 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:44 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:44 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:44 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:44 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:44 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:44 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:44 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:44 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:44 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:44 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:44 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:44 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:44 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:44 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:44 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:44 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:44 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:44 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.03 MiB/s, done. build 09-Jul-2024 19:53:44 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:44 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:44 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:44 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:44 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:44 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:44 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:44 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:44 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:44 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:44 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:44 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:44 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:44 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:44 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:44 Resolving deltas: 15% (88/579) build 09-Jul-2024 19:53:44 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:44 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:44 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:44 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:44 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:44 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:44 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:44 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:44 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:44 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:44 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:44 Resolving deltas: 27% (158/579) build 09-Jul-2024 19:53:44 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:44 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:44 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:44 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:44 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:44 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:44 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:44 Resolving deltas: 35% (204/579) build 09-Jul-2024 19:53:44 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:44 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:44 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:44 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:44 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:44 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:44 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:44 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:44 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:44 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:44 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:44 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:44 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:44 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:44 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:44 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:44 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:44 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:44 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:44 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:44 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:44 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:44 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:44 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:44 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:44 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:44 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:44 Resolving deltas: 63% (366/579) build 09-Jul-2024 19:53:44 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:44 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:44 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:44 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:44 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:44 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:44 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:44 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:44 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:44 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:44 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:44 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:44 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:44 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:44 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:44 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:44 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:44 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:44 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:44 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:44 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:44 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:44 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:44 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:44 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:44 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:44 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:44 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:44 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:44 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:44 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:44 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:44 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:44 Resolving deltas: 97% (563/579) build 09-Jul-2024 19:53:44 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:44 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:44 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:44 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:44 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:44  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:44  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:44  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:44  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:44  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:44  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 09-Jul-2024 19:53:44  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 09-Jul-2024 19:53:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 09-Jul-2024 19:53:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 09-Jul-2024 19:53:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 09-Jul-2024 19:53:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 09-Jul-2024 19:53:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:44  build 09-Jul-2024 19:53:44 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:44  build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 09-Jul-2024 19:53:44  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 09-Jul-2024 19:53:44  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:45  build 09-Jul-2024 19:53:45 phpBB > old-version-diff: build 09-Jul-2024 19:53:45  build 09-Jul-2024 19:53:45  [echo] Retrieving version 3.3.4 build 09-Jul-2024 19:53:45  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 09-Jul-2024 19:53:45  build 09-Jul-2024 19:53:45 phpBB > export: build 09-Jul-2024 19:53:45  build 09-Jul-2024 19:53:45 Cloning into 'viglink'... build 09-Jul-2024 19:53:46 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:46 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:46 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:46 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:46 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:46 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:46 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:46 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:46 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:46 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:46 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:46 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:46 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:46 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:46 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:46 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:46 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:46 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:46 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:46 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:46 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:46 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:46 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:46 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:46 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:46 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:46 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:46 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:46 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:46 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:46 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:46 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:46 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:46 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:46 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:46 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:46 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:46 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:46 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:46 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:46 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:46 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:46 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:46 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:46 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:46 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:46 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:46 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:46 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:46 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:46 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:46 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:46 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:46 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:46 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:46 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:46 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:46 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:46 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:46 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:46 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:46 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:46 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:46 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:46 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:46 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:46 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:46 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:46 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:46 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:46 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:46 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:46 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:46 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:46 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:46 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:46 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:46 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:46 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:46 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:46 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:46 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:46 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:46 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:46 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:46 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:46 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:46 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:46 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:46 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:46 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:46 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:46 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:46 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:46 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:46 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:46 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:46 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:46 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:46 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:46 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:46 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:46 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:46 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:46 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:46 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:46 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:46 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.03 MiB/s, done. build 09-Jul-2024 19:53:46 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:46 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:46 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:46 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:46 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:46 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:46 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:46 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:46 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:46 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:46 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:46 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:46 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:46 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:46 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:46 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:46 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:46 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:46 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:46 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:46 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:46 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:46 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:46 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:46 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:46 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:46 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:46 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:46 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:46 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:46 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:46 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:46 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:46 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:46 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:46 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:46 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:46 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:46 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:46 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:46 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:46 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:46 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:46 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:46 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:46 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:46 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:46 Resolving deltas: 47% (274/579) build 09-Jul-2024 19:53:46 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:46 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:46 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:46 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:46 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:46 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:46 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:46 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:46 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:46 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:46 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:46 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:46 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:46 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:46 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:46 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:46 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:46 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:46 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:46 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:46 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:46 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:46 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:46 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:46 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:46 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:46 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:46 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:46 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:46 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:46 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:46 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:46 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:46 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:46 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:46 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:46 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:46 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:46 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:46 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:46 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:46 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:46 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:46 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:46 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:46 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:46 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:46 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:46 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:46 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:46 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:46 Resolving deltas: 99% (575/579) build 09-Jul-2024 19:53:46 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:46 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:46 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:46  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:46  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:46  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:46  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:46  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:46  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 09-Jul-2024 19:53:46  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 09-Jul-2024 19:53:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 09-Jul-2024 19:53:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 09-Jul-2024 19:53:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 09-Jul-2024 19:53:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 09-Jul-2024 19:53:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:46 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 09-Jul-2024 19:53:46  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 09-Jul-2024 19:53:46  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:46 phpBB > old-version-diff: build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:46  [echo] Retrieving version 3.3.5 build 09-Jul-2024 19:53:46  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:46 phpBB > export: build 09-Jul-2024 19:53:46  build 09-Jul-2024 19:53:47 Cloning into 'viglink'... build 09-Jul-2024 19:53:47 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:47 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:47 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:47 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:47 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:47 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:47 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:47 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:47 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:47 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:47 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:47 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:47 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:47 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:47 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:47 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:47 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:47 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:47 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:47 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:47 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:47 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:47 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:47 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:47 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:47 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:47 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:47 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:47 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:47 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:47 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:47 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:47 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:47 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:47 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:47 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:47 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:47 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:47 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:47 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:47 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:47 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:47 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:47 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:47 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:47 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:47 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:47 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:47 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:47 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:47 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:47 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:47 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:47 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:47 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:47 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:47 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:47 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:47 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:47 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:47 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:47 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:47 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:47 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:47 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:47 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:47 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:47 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:47 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:47 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:47 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:47 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:47 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:47 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:47 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:47 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:47 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:47 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:47 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:47 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:47 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:47 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:47 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:47 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:47 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:47 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:47 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:47 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:47 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:47 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:47 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:47 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:47 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:47 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:47 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:47 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:47 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:47 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:47 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:47 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:47 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:47 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:47 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:47 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:47 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:47 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:47 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:47 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.34 MiB/s, done. build 09-Jul-2024 19:53:47 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:47 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:47 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:47 Resolving deltas: 3% (19/579) build 09-Jul-2024 19:53:47 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:47 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:47 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:47 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:47 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:47 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:47 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:47 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:47 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:47 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:47 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:47 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:47 Resolving deltas: 16% (94/579) build 09-Jul-2024 19:53:47 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:47 Resolving deltas: 18% (107/579) build 09-Jul-2024 19:53:47 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:47 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:47 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:47 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:47 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:47 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:47 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:47 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:47 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:47 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:47 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:47 Resolving deltas: 30% (175/579) build 09-Jul-2024 19:53:47 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:47 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:47 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:47 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:47 Resolving deltas: 35% (204/579) build 09-Jul-2024 19:53:47 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:47 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:47 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:47 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:47 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:47 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:47 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:47 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:47 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:47 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:47 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:47 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:47 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:47 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:47 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:47 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:47 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:47 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:47 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:47 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:47 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:47 Resolving deltas: 57% (332/579) build 09-Jul-2024 19:53:47 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:47 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:47 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:47 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:47 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:47 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:47 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:47 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:47 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:47 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:47 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:47 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:47 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:47 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:47 Resolving deltas: 72% (418/579) build 09-Jul-2024 19:53:47 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:47 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:47 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:47 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:47 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:47 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:47 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:47 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:47 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:47 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:47 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:47 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:47 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:47 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:47 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:47 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:47 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:47 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:47 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:47 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:47 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:47 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:47 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:47 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:47 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:47 Resolving deltas: 98% (569/579) build 09-Jul-2024 19:53:47 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:47 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:47 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:55 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:55  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:55  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:55  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:55  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:55  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:55  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 09-Jul-2024 19:53:55  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 09-Jul-2024 19:53:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 09-Jul-2024 19:53:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 09-Jul-2024 19:53:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 09-Jul-2024 19:53:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 09-Jul-2024 19:53:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:55  build 09-Jul-2024 19:53:55 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:55  build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 09-Jul-2024 19:53:55  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 09-Jul-2024 19:53:55  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:56  build 09-Jul-2024 19:53:56 phpBB > old-version-diff: build 09-Jul-2024 19:53:56  build 09-Jul-2024 19:53:56  [echo] Retrieving version 3.3.6 build 09-Jul-2024 19:53:56  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 09-Jul-2024 19:53:56  build 09-Jul-2024 19:53:56 phpBB > export: build 09-Jul-2024 19:53:56  build 09-Jul-2024 19:53:56 Cloning into 'viglink'... build 09-Jul-2024 19:53:56 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:56 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:56 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:56 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:56 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:56 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:56 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:56 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:56 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:56 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:56 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:56 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:56 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:56 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:56 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:56 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:56 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:56 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:56 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:56 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:56 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:56 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:56 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:56 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:56 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:56 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:56 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:56 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:56 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:56 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:56 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:56 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:56 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:56 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:56 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:56 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:56 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:56 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:56 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:56 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:56 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:56 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:56 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:56 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:56 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:56 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:56 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:56 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:56 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:56 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:56 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:56 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:56 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:56 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:56 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:56 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:56 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:56 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:56 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:56 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:56 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:56 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:56 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:56 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:56 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:56 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:56 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:56 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:56 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:56 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:56 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:56 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:56 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:56 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:56 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:56 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:56 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:56 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:56 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:56 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:56 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:56 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:56 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:56 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:56 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:56 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:56 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:56 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:56 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:56 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:56 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:56 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:56 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:56 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:56 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:56 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:56 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:56 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:56 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:56 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:56 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:56 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:56 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:56 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:56 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:56 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:56 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:56 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.34 MiB/s, done. build 09-Jul-2024 19:53:56 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:56 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:56 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:56 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:56 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:56 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:56 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:56 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:56 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:56 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:56 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:56 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:56 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:56 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:56 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:56 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:56 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:56 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:56 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:56 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:56 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:56 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:56 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:56 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:56 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:56 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:56 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:56 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:56 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:56 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:56 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:56 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:56 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:56 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:56 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:56 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:56 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:56 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:56 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:56 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:56 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:56 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:56 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:56 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:56 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:56 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:56 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:56 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:56 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:56 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:56 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:56 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:56 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:56 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:56 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:56 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:56 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:56 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:56 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:56 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:56 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:56 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:56 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:56 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:56 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:56 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:56 Resolving deltas: 66% (384/579) build 09-Jul-2024 19:53:56 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:56 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:56 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:56 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:56 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:56 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:56 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:56 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:56 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:56 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:56 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:56 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:56 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:56 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:56 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:56 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:56 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:56 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:56 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:56 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:56 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:56 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:56 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:56 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:56 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:56 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:56 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:56 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:56 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:56 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:56 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:56 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:56 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:56 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:56 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:56 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:56  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:56  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:56  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:56  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:56  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:56  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 09-Jul-2024 19:53:56  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 09-Jul-2024 19:53:56  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 09-Jul-2024 19:53:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 09-Jul-2024 19:53:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 09-Jul-2024 19:53:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 09-Jul-2024 19:53:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 09-Jul-2024 19:53:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 09-Jul-2024 19:53:57  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 09-Jul-2024 19:53:57  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 09-Jul-2024 19:53:57  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 09-Jul-2024 19:53:57  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 09-Jul-2024 19:53:57  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57 phpBB > old-version-diff: build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57  [echo] Retrieving version 3.3.7 build 09-Jul-2024 19:53:57  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57 phpBB > export: build 09-Jul-2024 19:53:57  build 09-Jul-2024 19:53:57 Cloning into 'viglink'... build 09-Jul-2024 19:53:58 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:58 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:58 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:58 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:58 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:58 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:58 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:58 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:58 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:58 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:58 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:58 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:58 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:58 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:58 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:58 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:58 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:58 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:58 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:58 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:58 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:58 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:58 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:58 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:58 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:58 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:58 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:58 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:58 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:58 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:58 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:58 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:58 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:58 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:58 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:58 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:58 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:58 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:58 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:58 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:58 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:58 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:58 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:58 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:58 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:58 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:58 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:58 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:58 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:58 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:58 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:58 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:58 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:58 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:58 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:58 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:58 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:58 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:58 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:58 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:58 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:58 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:58 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:58 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:58 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:58 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:58 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:58 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:58 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:58 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:58 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:58 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:58 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:58 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:58 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:58 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:58 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:58 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:58 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:58 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:58 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:58 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:58 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:58 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:58 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:58 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:58 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:58 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:58 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:58 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:58 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:58 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:58 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:58 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:58 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:58 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:58 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:58 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:58 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:58 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:58 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:58 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:58 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:58 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:58 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:58 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:58 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:58 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 09-Jul-2024 19:53:58 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:58 Resolving deltas: 1% (7/579) build 09-Jul-2024 19:53:58 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:58 Resolving deltas: 3% (19/579) build 09-Jul-2024 19:53:58 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:53:58 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:58 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:58 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:53:58 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:58 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:58 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:58 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:58 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:58 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:58 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:53:58 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:53:58 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:58 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:53:58 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:58 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:58 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:53:58 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:58 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:58 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:58 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:58 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:58 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:58 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:58 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:58 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:58 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:58 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:58 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:58 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:58 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:58 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:58 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:58 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:58 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:58 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:58 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:58 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:58 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:53:58 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:58 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:58 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:58 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:58 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:58 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:58 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:58 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:58 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:58 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:58 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:58 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:58 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:58 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:58 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:58 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:58 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:58 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:58 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:58 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:58 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:58 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:58 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:58 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:58 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:53:58 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:58 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:58 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:58 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:58 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:58 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:58 Resolving deltas: 74% (430/579) build 09-Jul-2024 19:53:58 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:58 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:58 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:58 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:58 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:58 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:58 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:58 Resolving deltas: 82% (476/579) build 09-Jul-2024 19:53:58 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:58 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:58 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:58 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:58 Resolving deltas: 87% (505/579) build 09-Jul-2024 19:53:58 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:58 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:58 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:58 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:58 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:58 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:58 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:58 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:58 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:58 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:58 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:58 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:58 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:58 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:58 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:58  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:58  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:58  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:58  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:58  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:58  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 09-Jul-2024 19:53:58  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 09-Jul-2024 19:53:58  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 09-Jul-2024 19:53:58  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 09-Jul-2024 19:53:58  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 09-Jul-2024 19:53:58  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 09-Jul-2024 19:53:58  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:58 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 09-Jul-2024 19:53:58  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 09-Jul-2024 19:53:58  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:58 phpBB > old-version-diff: build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:58  [echo] Retrieving version 3.3.8 build 09-Jul-2024 19:53:58  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:58 phpBB > export: build 09-Jul-2024 19:53:58  build 09-Jul-2024 19:53:59 Cloning into 'viglink'... build 09-Jul-2024 19:53:59 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:53:59 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:53:59 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:53:59 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:53:59 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:53:59 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:53:59 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:53:59 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:53:59 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:53:59 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:53:59 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:53:59 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:53:59 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:53:59 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:53:59 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:53:59 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:53:59 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:53:59 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:53:59 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:53:59 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:53:59 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:53:59 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:53:59 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:53:59 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:53:59 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:53:59 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:53:59 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:53:59 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:53:59 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:53:59 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:53:59 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:53:59 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:53:59 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:53:59 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:53:59 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:53:59 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:53:59 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:53:59 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:53:59 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:53:59 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:53:59 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:53:59 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:53:59 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:53:59 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:53:59 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:53:59 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:53:59 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:53:59 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:53:59 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:53:59 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:53:59 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:53:59 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:53:59 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:53:59 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:53:59 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:53:59 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:53:59 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:53:59 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:53:59 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:53:59 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:53:59 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:53:59 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:53:59 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:53:59 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:53:59 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:53:59 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:53:59 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:53:59 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:53:59 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:53:59 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:53:59 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:53:59 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:53:59 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:53:59 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:53:59 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:53:59 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:53:59 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:53:59 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:53:59 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:53:59 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:53:59 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:53:59 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:53:59 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:53:59 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:53:59 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:53:59 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:53:59 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:53:59 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:53:59 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:53:59 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:53:59 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:53:59 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:53:59 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:53:59 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:53:59 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:53:59 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:53:59 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:53:59 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:53:59 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:53:59 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:53:59 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:53:59 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:53:59 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:53:59 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:53:59 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:53:59 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:53:59 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:53:59 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.48 MiB/s, done. build 09-Jul-2024 19:53:59 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:53:59 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:53:59 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:53:59 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:53:59 Resolving deltas: 4% (25/579) build 09-Jul-2024 19:53:59 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:53:59 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:53:59 Resolving deltas: 7% (42/579) build 09-Jul-2024 19:53:59 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:53:59 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:53:59 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:53:59 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:53:59 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:53:59 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:53:59 Resolving deltas: 14% (83/579) build 09-Jul-2024 19:53:59 Resolving deltas: 15% (88/579) build 09-Jul-2024 19:53:59 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:53:59 Resolving deltas: 17% (100/579) build 09-Jul-2024 19:53:59 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:53:59 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:53:59 Resolving deltas: 20% (118/579) build 09-Jul-2024 19:53:59 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:53:59 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:53:59 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:53:59 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:53:59 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:53:59 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:53:59 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:53:59 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:53:59 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:53:59 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:53:59 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:53:59 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:53:59 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:53:59 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:53:59 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:53:59 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:53:59 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:53:59 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:53:59 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:53:59 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:53:59 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:53:59 Resolving deltas: 42% (245/579) build 09-Jul-2024 19:53:59 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:53:59 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:53:59 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:53:59 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:53:59 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:53:59 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:53:59 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:53:59 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:53:59 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:53:59 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:53:59 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:53:59 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:53:59 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:53:59 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:53:59 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:53:59 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:53:59 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:53:59 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:53:59 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:53:59 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:53:59 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:53:59 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:53:59 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:53:59 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:53:59 Resolving deltas: 67% (389/579) build 09-Jul-2024 19:53:59 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:53:59 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:53:59 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:53:59 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:53:59 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:53:59 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:53:59 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:53:59 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:53:59 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:53:59 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:53:59 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:53:59 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:53:59 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:53:59 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:53:59 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:53:59 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:53:59 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:53:59 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:53:59 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:53:59 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:53:59 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:53:59 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:53:59 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:53:59 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:53:59 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:53:59 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:53:59 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:53:59 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:53:59 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:53:59 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:53:59 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:53:59 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:53:59 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:53:59 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:53:59 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 09-Jul-2024 19:53:59  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:53:59  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:53:59  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:53:59  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:53:59  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 09-Jul-2024 19:53:59  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 09-Jul-2024 19:53:59  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 09-Jul-2024 19:53:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 09-Jul-2024 19:53:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 09-Jul-2024 19:53:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 09-Jul-2024 19:53:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 09-Jul-2024 19:53:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:53:59  build 09-Jul-2024 19:53:59 phpBB > clean-diff-dir: build 09-Jul-2024 19:53:59  build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 09-Jul-2024 19:53:59  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 09-Jul-2024 19:53:59  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 09-Jul-2024 19:54:00  build 09-Jul-2024 19:54:00 phpBB > old-version-diff: build 09-Jul-2024 19:54:00  build 09-Jul-2024 19:54:00  [echo] Retrieving version 3.3.9 build 09-Jul-2024 19:54:00  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 09-Jul-2024 19:54:00  build 09-Jul-2024 19:54:00 phpBB > export: build 09-Jul-2024 19:54:00  build 09-Jul-2024 19:54:00 Cloning into 'viglink'... build 09-Jul-2024 19:54:01 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:54:01 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:54:01 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:54:01 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:54:01 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:54:01 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:54:01 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:54:01 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:54:01 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:54:01 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:54:01 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:54:01 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:54:01 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:54:01 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:54:01 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:54:01 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:54:01 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:54:01 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:54:01 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:54:01 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:54:01 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:54:01 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:54:01 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:54:01 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:54:01 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:54:01 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:54:01 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:54:01 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:54:01 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:54:01 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:54:01 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:54:01 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:54:01 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:54:01 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:54:01 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:54:01 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:54:01 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:54:01 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:54:01 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:54:01 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:54:01 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:54:01 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:54:01 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:54:01 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:54:01 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:54:01 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:54:01 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:54:01 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:54:01 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:54:01 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:54:01 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:54:01 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:54:01 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:54:01 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:54:01 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:54:01 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:54:01 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:54:01 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:54:01 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:54:01 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:54:01 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:54:01 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:54:01 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:54:01 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:54:01 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:54:01 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:54:01 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:54:01 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:54:01 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:54:01 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:54:01 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:54:01 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:54:01 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:54:01 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:54:01 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:54:01 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:54:01 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:54:01 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:54:01 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:54:01 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:54:01 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:54:01 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:54:01 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:54:01 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:54:01 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:54:01 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:54:01 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:54:01 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:54:01 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:54:01 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:54:01 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:54:01 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:54:01 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:54:01 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:54:01 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:54:01 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:54:01 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:54:01 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:54:01 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:54:01 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:54:01 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:54:01 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:54:01 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:54:01 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:54:01 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:54:01 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:54:01 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:54:01 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 09-Jul-2024 19:54:01 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:54:01 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:54:01 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:54:01 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:54:01 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:54:01 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:54:01 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:54:01 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:54:01 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:54:01 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:54:01 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:54:01 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:54:01 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:54:01 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:54:01 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:54:01 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:54:01 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:54:01 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:54:01 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:54:01 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:54:01 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:54:01 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:54:01 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:54:01 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:54:01 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:54:01 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:54:01 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:54:01 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:54:01 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:54:01 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:54:01 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:54:01 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:54:01 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:54:01 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:54:01 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:54:01 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:54:01 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:54:01 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:54:01 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:54:01 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:54:01 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:54:01 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:54:01 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:54:01 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:54:01 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:54:01 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:54:01 Resolving deltas: 46% (268/579) build 09-Jul-2024 19:54:01 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:54:01 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:54:01 Resolving deltas: 49% (285/579) build 09-Jul-2024 19:54:01 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:54:01 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:54:01 Resolving deltas: 52% (303/579) build 09-Jul-2024 19:54:01 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:54:01 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:54:01 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:54:01 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:54:01 Resolving deltas: 57% (332/579) build 09-Jul-2024 19:54:01 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:54:01 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:54:01 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:54:01 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:54:01 Resolving deltas: 62% (360/579) build 09-Jul-2024 19:54:01 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:54:01 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:54:01 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:54:01 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:54:01 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:54:01 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:54:01 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:54:01 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:54:01 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:54:01 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:54:01 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:54:01 Resolving deltas: 74% (430/579) build 09-Jul-2024 19:54:01 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:54:01 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:54:01 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:54:01 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:54:01 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:54:01 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:54:01 Resolving deltas: 81% (470/579) build 09-Jul-2024 19:54:01 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:54:01 Resolving deltas: 83% (482/579) build 09-Jul-2024 19:54:01 Resolving deltas: 84% (488/579) build 09-Jul-2024 19:54:01 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:54:01 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:54:01 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:54:01 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:54:01 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:54:01 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:54:01 Resolving deltas: 91% (528/579) build 09-Jul-2024 19:54:01 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:54:01 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:54:01 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:54:01 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:54:01 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:54:01 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:54:01 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:54:01 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:54:01 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:54:01 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:54:01 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 09-Jul-2024 19:54:01  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:54:01  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:54:01  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:54:01  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:54:01  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 09-Jul-2024 19:54:01  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 09-Jul-2024 19:54:01  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 09-Jul-2024 19:54:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 09-Jul-2024 19:54:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 09-Jul-2024 19:54:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 09-Jul-2024 19:54:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 09-Jul-2024 19:54:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:01 phpBB > clean-diff-dir: build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 09-Jul-2024 19:54:01  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 09-Jul-2024 19:54:01  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:01 phpBB > old-version-diff: build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:01  [echo] Retrieving version 3.3.10 build 09-Jul-2024 19:54:01  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:01 phpBB > export: build 09-Jul-2024 19:54:01  build 09-Jul-2024 19:54:02 Cloning into 'viglink'... build 09-Jul-2024 19:54:02 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:54:02 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:54:02 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:54:02 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:54:02 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:54:02 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:54:02 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:54:02 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:54:02 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:54:02 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:54:02 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:54:02 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:54:02 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:54:02 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:54:02 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:54:02 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:54:02 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:54:02 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:54:02 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:54:02 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:54:02 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:54:02 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:54:02 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:54:02 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:54:02 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:54:02 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:54:02 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:54:02 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:54:02 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:54:02 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:54:02 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:54:02 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:54:02 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:54:02 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:54:02 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:54:02 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:54:02 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:54:02 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:54:02 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:54:02 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:54:02 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:54:02 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:54:02 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:54:02 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:54:02 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:54:02 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:54:02 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:54:02 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:54:02 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:54:02 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:54:02 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:54:02 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:54:02 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:54:02 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:54:02 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:54:02 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:54:02 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:54:02 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:54:02 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:54:02 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:54:02 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:54:02 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:54:02 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:54:02 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:54:02 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:54:02 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:54:02 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:54:02 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:54:02 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:54:02 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:54:02 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:54:02 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:54:02 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:54:02 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:54:02 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:54:02 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:54:02 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:54:02 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:54:02 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:54:02 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:54:02 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:54:02 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:54:02 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:54:02 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:54:02 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:54:02 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:54:02 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:54:02 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:54:02 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:54:02 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:54:02 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:54:02 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:54:02 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:54:02 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:54:02 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:54:02 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:54:02 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:54:02 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:54:02 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:54:02 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:54:02 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:54:02 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:54:02 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:54:02 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:54:02 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:54:02 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:54:02 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:54:02 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.55 MiB/s, done. build 09-Jul-2024 19:54:02 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:54:02 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:54:02 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:54:02 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:54:02 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:54:02 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:54:02 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:54:02 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:54:02 Resolving deltas: 8% (48/579) build 09-Jul-2024 19:54:02 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:54:02 Resolving deltas: 10% (59/579) build 09-Jul-2024 19:54:02 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:54:02 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:54:02 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:54:02 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:54:02 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:54:02 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:54:02 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:54:02 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:54:02 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:54:02 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:54:02 Resolving deltas: 21% (123/579) build 09-Jul-2024 19:54:02 Resolving deltas: 22% (129/579) build 09-Jul-2024 19:54:02 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:54:02 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:54:02 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:54:02 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:54:02 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:54:02 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:54:02 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:54:02 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:54:02 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:54:02 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:54:02 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:54:02 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:54:02 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:54:02 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:54:02 Resolving deltas: 37% (216/579) build 09-Jul-2024 19:54:02 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:54:02 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:54:02 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:54:02 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:54:02 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:54:02 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:54:02 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:54:02 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:54:02 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:54:02 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:54:02 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:54:02 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:54:02 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:54:02 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:54:02 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:54:02 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:54:02 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:54:02 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:54:02 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:54:02 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:54:02 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:54:02 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:54:02 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:54:02 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:54:02 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:54:02 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:54:02 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:54:02 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:54:02 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:54:02 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:54:02 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:54:02 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:54:02 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:54:02 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:54:02 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:54:02 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:54:02 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:54:02 Resolving deltas: 75% (436/579) build 09-Jul-2024 19:54:02 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:54:02 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:54:02 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:54:02 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:54:02 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:54:02 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:54:02 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:54:02 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:54:02 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:54:02 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:54:02 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:54:02 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:54:02 Resolving deltas: 88% (511/579) build 09-Jul-2024 19:54:02 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:54:02 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:54:02 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:54:02 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:54:02 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:54:02 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:54:02 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:54:02 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:54:02 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:54:02 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:54:02 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:54:02 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:54:02 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:54:02 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 09-Jul-2024 19:54:02  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:54:02  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:54:02  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:54:02  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:54:02  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 09-Jul-2024 19:54:02  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 09-Jul-2024 19:54:02  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 09-Jul-2024 19:54:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 09-Jul-2024 19:54:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 09-Jul-2024 19:54:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 09-Jul-2024 19:54:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 09-Jul-2024 19:54:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:54:02  build 09-Jul-2024 19:54:02 phpBB > clean-diff-dir: build 09-Jul-2024 19:54:02  build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 09-Jul-2024 19:54:02  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 09-Jul-2024 19:54:02  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 09-Jul-2024 19:54:03  build 09-Jul-2024 19:54:03 phpBB > old-version-diff: build 09-Jul-2024 19:54:03  build 09-Jul-2024 19:54:03  [echo] Retrieving version 3.3.11 build 09-Jul-2024 19:54:03  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 09-Jul-2024 19:54:03  build 09-Jul-2024 19:54:03 phpBB > export: build 09-Jul-2024 19:54:03  build 09-Jul-2024 19:54:03 Cloning into 'viglink'... build 09-Jul-2024 19:54:04 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:54:04 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:54:04 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:54:04 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:54:04 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:54:04 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:54:04 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:54:04 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:54:04 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:54:04 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:54:04 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:54:04 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:54:04 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:54:04 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:54:04 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:54:04 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:54:04 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:54:04 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:54:04 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:54:04 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:54:04 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:54:04 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:54:04 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:54:04 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:54:04 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:54:04 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:54:04 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:54:04 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:54:04 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:54:04 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:54:04 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:54:04 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:54:04 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:54:04 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:54:04 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:54:04 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:54:04 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:54:04 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:54:04 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:54:04 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:54:04 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:54:04 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:54:04 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:54:04 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:54:04 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:54:04 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:54:04 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:54:04 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:54:04 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:54:04 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:54:04 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:54:04 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:54:04 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:54:04 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:54:04 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:54:04 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:54:04 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:54:04 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:54:04 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:54:04 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:54:04 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:54:04 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:54:04 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:54:04 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:54:04 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:54:04 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:54:04 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:54:04 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:54:04 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:54:04 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:54:04 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:54:04 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:54:04 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:54:04 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:54:04 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:54:04 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:54:04 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:54:04 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:54:04 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:54:04 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:54:04 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:54:04 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:54:04 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:54:04 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:54:04 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:54:04 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:54:04 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:54:04 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:54:04 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:54:04 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:54:04 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:54:04 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:54:04 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:54:04 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:54:04 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:54:04 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:54:04 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:54:04 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:54:04 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:54:04 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:54:04 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:54:04 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:54:04 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:54:04 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:54:04 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:54:04 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:54:04 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:54:04 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.48 MiB/s, done. build 09-Jul-2024 19:54:04 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:54:04 Resolving deltas: 1% (6/579) build 09-Jul-2024 19:54:04 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:54:04 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:54:04 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:54:04 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:54:04 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:54:04 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:54:04 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:54:04 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:54:04 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:54:04 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:54:04 Resolving deltas: 12% (70/579) build 09-Jul-2024 19:54:04 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:54:04 Resolving deltas: 14% (82/579) build 09-Jul-2024 19:54:04 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:54:04 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:54:04 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:54:04 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:54:04 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:54:04 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:54:04 Resolving deltas: 21% (122/579) build 09-Jul-2024 19:54:04 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:54:04 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:54:04 Resolving deltas: 24% (140/579) build 09-Jul-2024 19:54:04 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:54:04 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:54:04 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:54:04 Resolving deltas: 28% (164/579) build 09-Jul-2024 19:54:04 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:54:04 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:54:04 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:54:04 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:54:04 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:54:04 Resolving deltas: 34% (197/579) build 09-Jul-2024 19:54:04 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:54:04 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:54:04 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:54:04 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:54:04 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:54:04 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:54:04 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:54:04 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:54:04 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:54:04 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:54:04 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:54:04 Resolving deltas: 46% (268/579) build 09-Jul-2024 19:54:04 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:54:04 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:54:04 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:54:04 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:54:04 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:54:04 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:54:04 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:54:04 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:54:04 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:54:04 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:54:04 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:54:04 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:54:04 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:54:04 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:54:04 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:54:04 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:54:04 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:54:04 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:54:04 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:54:04 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:54:04 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:54:04 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:54:04 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:54:04 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:54:04 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:54:04 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:54:04 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:54:04 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:54:04 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:54:04 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:54:04 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:54:04 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:54:04 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:54:04 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:54:04 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:54:04 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:54:04 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:54:04 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:54:04 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:54:04 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:54:04 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:54:04 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:54:04 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:54:04 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:54:04 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:54:04 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:54:04 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:54:04 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:54:04 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:54:04 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:54:04 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:54:04 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:54:04 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:54:04 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:54:04 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:54:04 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 09-Jul-2024 19:54:04  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:54:04  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:54:04  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:54:04  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:54:04  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 09-Jul-2024 19:54:04  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 09-Jul-2024 19:54:04  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 09-Jul-2024 19:54:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 09-Jul-2024 19:54:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 09-Jul-2024 19:54:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 09-Jul-2024 19:54:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 09-Jul-2024 19:54:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:54:04  build 09-Jul-2024 19:54:04 phpBB > clean-diff-dir: build 09-Jul-2024 19:54:04  build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 09-Jul-2024 19:54:04  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 09-Jul-2024 19:54:04  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05 phpBB > old-version-diff: build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05  [echo] Retrieving version 3.3.12 build 09-Jul-2024 19:54:05  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05 phpBB > export: build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05 Cloning into 'viglink'... build 09-Jul-2024 19:54:05 remote: Enumerating objects: 1127, done. build 09-Jul-2024 19:54:05 remote: Counting objects: 1% (1/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 2% (2/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 4% (3/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 5% (4/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 7% (5/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 8% (6/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 9% (7/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 11% (8/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 12% (9/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 14% (10/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 15% (11/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 16% (12/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 18% (13/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 19% (14/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 21% (15/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 22% (16/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 23% (17/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 25% (18/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 26% (19/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 28% (20/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 29% (21/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 30% (22/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 32% (23/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 33% (24/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 35% (25/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 36% (26/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 38% (27/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 39% (28/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 40% (29/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 42% (30/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 43% (31/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 45% (32/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 46% (33/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 47% (34/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 49% (35/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 50% (36/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 52% (37/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 53% (38/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 54% (39/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 56% (40/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 57% (41/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 59% (42/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 60% (43/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 61% (44/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 63% (45/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 64% (46/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 66% (47/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 67% (48/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 69% (49/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 70% (50/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 71% (51/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 73% (52/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 74% (53/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 76% (54/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 77% (55/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 78% (56/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 80% (57/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 81% (58/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 83% (59/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 84% (60/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 85% (61/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 87% (62/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 88% (63/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 90% (64/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 91% (65/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 92% (66/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 94% (67/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 95% (68/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 97% (69/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 98% (70/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 100% (71/71) build 09-Jul-2024 19:54:05 remote: Counting objects: 100% (71/71), done. build 09-Jul-2024 19:54:05 remote: Compressing objects: 2% (1/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 4% (2/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 6% (3/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 8% (4/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 11% (5/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 13% (6/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 15% (7/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 17% (8/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 20% (9/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 22% (10/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 24% (11/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 26% (12/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 28% (13/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 31% (14/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 33% (15/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 35% (16/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 37% (17/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 40% (18/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 42% (19/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 44% (20/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 46% (21/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 48% (22/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 51% (23/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 53% (24/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 55% (25/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 57% (26/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 60% (27/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 62% (28/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 64% (29/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 66% (30/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 68% (31/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 71% (32/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 73% (33/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 75% (34/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 77% (35/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 80% (36/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 82% (37/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 84% (38/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 86% (39/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 88% (40/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 91% (41/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 93% (42/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 95% (43/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 97% (44/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 100% (45/45) build 09-Jul-2024 19:54:05 remote: Compressing objects: 100% (45/45), done. build 09-Jul-2024 19:54:05 Receiving objects: 0% (1/1127) build 09-Jul-2024 19:54:05 Receiving objects: 1% (12/1127) build 09-Jul-2024 19:54:05 Receiving objects: 2% (23/1127) build 09-Jul-2024 19:54:05 Receiving objects: 3% (34/1127) build 09-Jul-2024 19:54:05 Receiving objects: 4% (46/1127) build 09-Jul-2024 19:54:05 Receiving objects: 5% (57/1127) build 09-Jul-2024 19:54:05 Receiving objects: 6% (68/1127) build 09-Jul-2024 19:54:05 Receiving objects: 7% (79/1127) build 09-Jul-2024 19:54:05 Receiving objects: 8% (91/1127) build 09-Jul-2024 19:54:05 Receiving objects: 9% (102/1127) build 09-Jul-2024 19:54:05 Receiving objects: 10% (113/1127) build 09-Jul-2024 19:54:05 Receiving objects: 11% (124/1127) build 09-Jul-2024 19:54:05 Receiving objects: 12% (136/1127) build 09-Jul-2024 19:54:05 Receiving objects: 13% (147/1127) build 09-Jul-2024 19:54:05 Receiving objects: 14% (158/1127) build 09-Jul-2024 19:54:05 Receiving objects: 15% (170/1127) build 09-Jul-2024 19:54:05 Receiving objects: 16% (181/1127) build 09-Jul-2024 19:54:05 Receiving objects: 17% (192/1127) build 09-Jul-2024 19:54:05 Receiving objects: 18% (203/1127) build 09-Jul-2024 19:54:05 Receiving objects: 19% (215/1127) build 09-Jul-2024 19:54:05 Receiving objects: 20% (226/1127) build 09-Jul-2024 19:54:05 Receiving objects: 21% (237/1127) build 09-Jul-2024 19:54:05 Receiving objects: 22% (248/1127) build 09-Jul-2024 19:54:05 Receiving objects: 23% (260/1127) build 09-Jul-2024 19:54:05 Receiving objects: 24% (271/1127) build 09-Jul-2024 19:54:05 Receiving objects: 25% (282/1127) build 09-Jul-2024 19:54:05 Receiving objects: 26% (294/1127) build 09-Jul-2024 19:54:05 Receiving objects: 27% (305/1127) build 09-Jul-2024 19:54:05 Receiving objects: 28% (316/1127) build 09-Jul-2024 19:54:05 Receiving objects: 29% (327/1127) build 09-Jul-2024 19:54:05 Receiving objects: 30% (339/1127) build 09-Jul-2024 19:54:05 Receiving objects: 31% (350/1127) build 09-Jul-2024 19:54:05 Receiving objects: 32% (361/1127) build 09-Jul-2024 19:54:05 Receiving objects: 33% (372/1127) build 09-Jul-2024 19:54:05 Receiving objects: 34% (384/1127) build 09-Jul-2024 19:54:05 Receiving objects: 35% (395/1127) build 09-Jul-2024 19:54:05 Receiving objects: 36% (406/1127) build 09-Jul-2024 19:54:05 Receiving objects: 37% (417/1127) build 09-Jul-2024 19:54:05 Receiving objects: 38% (429/1127) build 09-Jul-2024 19:54:05 Receiving objects: 39% (440/1127) build 09-Jul-2024 19:54:05 Receiving objects: 40% (451/1127) build 09-Jul-2024 19:54:05 Receiving objects: 41% (463/1127) build 09-Jul-2024 19:54:05 Receiving objects: 42% (474/1127) build 09-Jul-2024 19:54:05 Receiving objects: 43% (485/1127) build 09-Jul-2024 19:54:05 Receiving objects: 44% (496/1127) build 09-Jul-2024 19:54:05 Receiving objects: 45% (508/1127) build 09-Jul-2024 19:54:05 Receiving objects: 46% (519/1127) build 09-Jul-2024 19:54:05 Receiving objects: 47% (530/1127) build 09-Jul-2024 19:54:05 Receiving objects: 48% (541/1127) build 09-Jul-2024 19:54:05 Receiving objects: 49% (553/1127) build 09-Jul-2024 19:54:05 Receiving objects: 50% (564/1127) build 09-Jul-2024 19:54:05 Receiving objects: 51% (575/1127) build 09-Jul-2024 19:54:05 Receiving objects: 52% (587/1127) build 09-Jul-2024 19:54:05 Receiving objects: 53% (598/1127) build 09-Jul-2024 19:54:05 Receiving objects: 54% (609/1127) build 09-Jul-2024 19:54:05 Receiving objects: 55% (620/1127) build 09-Jul-2024 19:54:05 Receiving objects: 56% (632/1127) build 09-Jul-2024 19:54:05 Receiving objects: 57% (643/1127) build 09-Jul-2024 19:54:05 Receiving objects: 58% (654/1127) build 09-Jul-2024 19:54:05 Receiving objects: 59% (665/1127) build 09-Jul-2024 19:54:05 Receiving objects: 60% (677/1127) build 09-Jul-2024 19:54:05 Receiving objects: 61% (688/1127) build 09-Jul-2024 19:54:05 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 09-Jul-2024 19:54:05 Receiving objects: 62% (699/1127) build 09-Jul-2024 19:54:05 Receiving objects: 63% (711/1127) build 09-Jul-2024 19:54:05 Receiving objects: 64% (722/1127) build 09-Jul-2024 19:54:05 Receiving objects: 65% (733/1127) build 09-Jul-2024 19:54:05 Receiving objects: 66% (744/1127) build 09-Jul-2024 19:54:05 Receiving objects: 67% (756/1127) build 09-Jul-2024 19:54:05 Receiving objects: 68% (767/1127) build 09-Jul-2024 19:54:05 Receiving objects: 69% (778/1127) build 09-Jul-2024 19:54:05 Receiving objects: 70% (789/1127) build 09-Jul-2024 19:54:05 Receiving objects: 71% (801/1127) build 09-Jul-2024 19:54:05 Receiving objects: 72% (812/1127) build 09-Jul-2024 19:54:05 Receiving objects: 73% (823/1127) build 09-Jul-2024 19:54:05 Receiving objects: 74% (834/1127) build 09-Jul-2024 19:54:05 Receiving objects: 75% (846/1127) build 09-Jul-2024 19:54:05 Receiving objects: 76% (857/1127) build 09-Jul-2024 19:54:05 Receiving objects: 77% (868/1127) build 09-Jul-2024 19:54:05 Receiving objects: 78% (880/1127) build 09-Jul-2024 19:54:05 Receiving objects: 79% (891/1127) build 09-Jul-2024 19:54:05 Receiving objects: 80% (902/1127) build 09-Jul-2024 19:54:05 Receiving objects: 81% (913/1127) build 09-Jul-2024 19:54:05 Receiving objects: 82% (925/1127) build 09-Jul-2024 19:54:05 Receiving objects: 83% (936/1127) build 09-Jul-2024 19:54:05 Receiving objects: 84% (947/1127) build 09-Jul-2024 19:54:05 Receiving objects: 85% (958/1127) build 09-Jul-2024 19:54:05 Receiving objects: 86% (970/1127) build 09-Jul-2024 19:54:05 Receiving objects: 87% (981/1127) build 09-Jul-2024 19:54:05 Receiving objects: 88% (992/1127) build 09-Jul-2024 19:54:05 Receiving objects: 89% (1004/1127) build 09-Jul-2024 19:54:05 Receiving objects: 90% (1015/1127) build 09-Jul-2024 19:54:05 Receiving objects: 91% (1026/1127) build 09-Jul-2024 19:54:05 Receiving objects: 92% (1037/1127) build 09-Jul-2024 19:54:05 Receiving objects: 93% (1049/1127) build 09-Jul-2024 19:54:05 Receiving objects: 94% (1060/1127) build 09-Jul-2024 19:54:05 Receiving objects: 95% (1071/1127) build 09-Jul-2024 19:54:05 Receiving objects: 96% (1082/1127) build 09-Jul-2024 19:54:05 Receiving objects: 97% (1094/1127) build 09-Jul-2024 19:54:05 Receiving objects: 98% (1105/1127) build 09-Jul-2024 19:54:05 Receiving objects: 99% (1116/1127) build 09-Jul-2024 19:54:05 Receiving objects: 100% (1127/1127) build 09-Jul-2024 19:54:05 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.23 MiB/s, done. build 09-Jul-2024 19:54:05 Resolving deltas: 0% (0/579) build 09-Jul-2024 19:54:05 Resolving deltas: 1% (7/579) build 09-Jul-2024 19:54:05 Resolving deltas: 2% (12/579) build 09-Jul-2024 19:54:05 Resolving deltas: 3% (18/579) build 09-Jul-2024 19:54:05 Resolving deltas: 4% (24/579) build 09-Jul-2024 19:54:05 Resolving deltas: 5% (29/579) build 09-Jul-2024 19:54:05 Resolving deltas: 6% (35/579) build 09-Jul-2024 19:54:05 Resolving deltas: 7% (41/579) build 09-Jul-2024 19:54:05 Resolving deltas: 8% (47/579) build 09-Jul-2024 19:54:05 Resolving deltas: 9% (53/579) build 09-Jul-2024 19:54:05 Resolving deltas: 10% (58/579) build 09-Jul-2024 19:54:05 Resolving deltas: 11% (64/579) build 09-Jul-2024 19:54:05 Resolving deltas: 12% (71/579) build 09-Jul-2024 19:54:05 Resolving deltas: 13% (76/579) build 09-Jul-2024 19:54:05 Resolving deltas: 14% (83/579) build 09-Jul-2024 19:54:05 Resolving deltas: 15% (87/579) build 09-Jul-2024 19:54:05 Resolving deltas: 16% (93/579) build 09-Jul-2024 19:54:05 Resolving deltas: 17% (99/579) build 09-Jul-2024 19:54:05 Resolving deltas: 18% (105/579) build 09-Jul-2024 19:54:05 Resolving deltas: 19% (111/579) build 09-Jul-2024 19:54:05 Resolving deltas: 20% (116/579) build 09-Jul-2024 19:54:05 Resolving deltas: 21% (123/579) build 09-Jul-2024 19:54:05 Resolving deltas: 22% (128/579) build 09-Jul-2024 19:54:05 Resolving deltas: 23% (134/579) build 09-Jul-2024 19:54:05 Resolving deltas: 24% (139/579) build 09-Jul-2024 19:54:05 Resolving deltas: 25% (145/579) build 09-Jul-2024 19:54:05 Resolving deltas: 26% (151/579) build 09-Jul-2024 19:54:05 Resolving deltas: 27% (157/579) build 09-Jul-2024 19:54:05 Resolving deltas: 28% (163/579) build 09-Jul-2024 19:54:05 Resolving deltas: 29% (168/579) build 09-Jul-2024 19:54:05 Resolving deltas: 30% (174/579) build 09-Jul-2024 19:54:05 Resolving deltas: 31% (180/579) build 09-Jul-2024 19:54:05 Resolving deltas: 32% (186/579) build 09-Jul-2024 19:54:05 Resolving deltas: 33% (192/579) build 09-Jul-2024 19:54:05 Resolving deltas: 34% (198/579) build 09-Jul-2024 19:54:05 Resolving deltas: 35% (203/579) build 09-Jul-2024 19:54:05 Resolving deltas: 36% (209/579) build 09-Jul-2024 19:54:05 Resolving deltas: 37% (215/579) build 09-Jul-2024 19:54:05 Resolving deltas: 38% (221/579) build 09-Jul-2024 19:54:05 Resolving deltas: 39% (226/579) build 09-Jul-2024 19:54:05 Resolving deltas: 40% (232/579) build 09-Jul-2024 19:54:05 Resolving deltas: 41% (238/579) build 09-Jul-2024 19:54:05 Resolving deltas: 42% (244/579) build 09-Jul-2024 19:54:05 Resolving deltas: 43% (249/579) build 09-Jul-2024 19:54:05 Resolving deltas: 44% (255/579) build 09-Jul-2024 19:54:05 Resolving deltas: 45% (261/579) build 09-Jul-2024 19:54:05 Resolving deltas: 46% (267/579) build 09-Jul-2024 19:54:05 Resolving deltas: 47% (273/579) build 09-Jul-2024 19:54:05 Resolving deltas: 48% (278/579) build 09-Jul-2024 19:54:05 Resolving deltas: 49% (284/579) build 09-Jul-2024 19:54:05 Resolving deltas: 50% (290/579) build 09-Jul-2024 19:54:05 Resolving deltas: 51% (296/579) build 09-Jul-2024 19:54:05 Resolving deltas: 52% (302/579) build 09-Jul-2024 19:54:05 Resolving deltas: 53% (307/579) build 09-Jul-2024 19:54:05 Resolving deltas: 54% (313/579) build 09-Jul-2024 19:54:05 Resolving deltas: 55% (319/579) build 09-Jul-2024 19:54:05 Resolving deltas: 56% (325/579) build 09-Jul-2024 19:54:05 Resolving deltas: 57% (331/579) build 09-Jul-2024 19:54:05 Resolving deltas: 58% (336/579) build 09-Jul-2024 19:54:05 Resolving deltas: 59% (342/579) build 09-Jul-2024 19:54:05 Resolving deltas: 60% (348/579) build 09-Jul-2024 19:54:05 Resolving deltas: 61% (354/579) build 09-Jul-2024 19:54:05 Resolving deltas: 62% (359/579) build 09-Jul-2024 19:54:05 Resolving deltas: 63% (365/579) build 09-Jul-2024 19:54:05 Resolving deltas: 64% (371/579) build 09-Jul-2024 19:54:05 Resolving deltas: 65% (377/579) build 09-Jul-2024 19:54:05 Resolving deltas: 66% (383/579) build 09-Jul-2024 19:54:05 Resolving deltas: 67% (388/579) build 09-Jul-2024 19:54:05 Resolving deltas: 68% (394/579) build 09-Jul-2024 19:54:05 Resolving deltas: 69% (400/579) build 09-Jul-2024 19:54:05 Resolving deltas: 70% (406/579) build 09-Jul-2024 19:54:05 Resolving deltas: 71% (412/579) build 09-Jul-2024 19:54:05 Resolving deltas: 72% (417/579) build 09-Jul-2024 19:54:05 Resolving deltas: 73% (423/579) build 09-Jul-2024 19:54:05 Resolving deltas: 74% (429/579) build 09-Jul-2024 19:54:05 Resolving deltas: 75% (435/579) build 09-Jul-2024 19:54:05 Resolving deltas: 76% (441/579) build 09-Jul-2024 19:54:05 Resolving deltas: 77% (446/579) build 09-Jul-2024 19:54:05 Resolving deltas: 78% (452/579) build 09-Jul-2024 19:54:05 Resolving deltas: 79% (458/579) build 09-Jul-2024 19:54:05 Resolving deltas: 80% (464/579) build 09-Jul-2024 19:54:05 Resolving deltas: 81% (469/579) build 09-Jul-2024 19:54:05 Resolving deltas: 82% (475/579) build 09-Jul-2024 19:54:05 Resolving deltas: 83% (481/579) build 09-Jul-2024 19:54:05 Resolving deltas: 84% (487/579) build 09-Jul-2024 19:54:05 Resolving deltas: 85% (493/579) build 09-Jul-2024 19:54:05 Resolving deltas: 86% (498/579) build 09-Jul-2024 19:54:05 Resolving deltas: 87% (504/579) build 09-Jul-2024 19:54:05 Resolving deltas: 88% (510/579) build 09-Jul-2024 19:54:05 Resolving deltas: 89% (516/579) build 09-Jul-2024 19:54:05 Resolving deltas: 90% (522/579) build 09-Jul-2024 19:54:05 Resolving deltas: 91% (527/579) build 09-Jul-2024 19:54:05 Resolving deltas: 92% (533/579) build 09-Jul-2024 19:54:05 Resolving deltas: 93% (539/579) build 09-Jul-2024 19:54:05 Resolving deltas: 94% (545/579) build 09-Jul-2024 19:54:05 Resolving deltas: 95% (551/579) build 09-Jul-2024 19:54:05 Resolving deltas: 96% (556/579) build 09-Jul-2024 19:54:05 Resolving deltas: 97% (562/579) build 09-Jul-2024 19:54:05 Resolving deltas: 98% (568/579) build 09-Jul-2024 19:54:05 Resolving deltas: 99% (574/579) build 09-Jul-2024 19:54:05 Resolving deltas: 100% (579/579) build 09-Jul-2024 19:54:05 Resolving deltas: 100% (579/579), done. build 09-Jul-2024 19:54:05 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 09-Jul-2024 19:54:05  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 09-Jul-2024 19:54:05  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 09-Jul-2024 19:54:05  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 09-Jul-2024 19:54:05  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 09-Jul-2024 19:54:05  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 09-Jul-2024 19:54:05  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 09-Jul-2024 19:54:05  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 09-Jul-2024 19:54:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 09-Jul-2024 19:54:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 09-Jul-2024 19:54:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 09-Jul-2024 19:54:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 09-Jul-2024 19:54:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05 phpBB > clean-diff-dir: build 09-Jul-2024 19:54:05  build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 09-Jul-2024 19:54:05  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 09-Jul-2024 19:54:05  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 09-Jul-2024 19:54:06  build 09-Jul-2024 19:54:06 phpBB > package: build 09-Jul-2024 19:54:06  build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-dir: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-file: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:37  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-file: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:37  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-file: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:37  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-file: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:37  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37 phpBB > checksum-file: build 09-Jul-2024 20:11:37  build 09-Jul-2024 20:11:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:37  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.tar.bz2 build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38 phpBB > checksum-file: build 09-Jul-2024 20:11:38  build 09-Jul-2024 20:11:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:38  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39 phpBB > checksum-file: build 09-Jul-2024 20:11:39  build 09-Jul-2024 20:11:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:39  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40 phpBB > checksum-file: build 09-Jul-2024 20:11:40  build 09-Jul-2024 20:11:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.zip build 09-Jul-2024 20:11:40  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41 phpBB > checksum-file: build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.zip build 09-Jul-2024 20:11:41  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41 phpBB > checksum-file: build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:41  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41 phpBB > checksum-file: build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:41  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41 phpBB > checksum-file: build 09-Jul-2024 20:11:41  build 09-Jul-2024 20:11:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.zip build 09-Jul-2024 20:11:41  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42 phpBB > checksum-file: build 09-Jul-2024 20:11:42  build 09-Jul-2024 20:11:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:42  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43 phpBB > checksum-file: build 09-Jul-2024 20:11:43  build 09-Jul-2024 20:11:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:43  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44 phpBB > checksum-file: build 09-Jul-2024 20:11:44  build 09-Jul-2024 20:11:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:44  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.webpi.zip build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45 phpBB > checksum-file: build 09-Jul-2024 20:11:45  build 09-Jul-2024 20:11:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:45  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.tar.bz2 build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > checksum-file: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.zip build 09-Jul-2024 20:11:46  [php] Calling PHP function: dirname() build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 phpBB > sign-packages: build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46  [echo] Skipping signing of packages due to missing build/package_signature build 09-Jul-2024 20:11:46  build 09-Jul-2024 20:11:46 BUILD FINISHED build 09-Jul-2024 20:11:46 build 09-Jul-2024 20:11:46 Total time: 18 minutes 55.99 seconds build 09-Jul-2024 20:11:46  simple 09-Jul-2024 20:11:46 Finished task 'Package release files' with result: Success simple 09-Jul-2024 20:11:46 Running post build plugin 'Artifact Copier' simple 09-Jul-2024 20:11:46 Publishing an artifact: Release Files simple 09-Jul-2024 20:11:49 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 2.824 s simple 09-Jul-2024 20:11:49 Running post build plugin 'npm Cache Cleanup' simple 09-Jul-2024 20:11:49 Running post build plugin 'NCover Results Collector' simple 09-Jul-2024 20:11:49 Running post build plugin 'Build Results Label Collector' simple 09-Jul-2024 20:11:49 Running post build plugin 'Clover Results Collector' simple 09-Jul-2024 20:11:49 Running post build plugin 'Docker Container Cleanup' simple 09-Jul-2024 20:12:22 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP' simple 09-Jul-2024 20:12:22 Finalising the build... simple 09-Jul-2024 20:12:22 Stopping timer. simple 09-Jul-2024 20:12:22 Build PHPBB3-DDM-P5SP-1304 completed. simple 09-Jul-2024 20:12:22 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 09-Jul-2024 20:12:22 Running on server: post build plugin 'NCover Results Collector' simple 09-Jul-2024 20:12:22 Running on server: post build plugin 'Build Labeller' simple 09-Jul-2024 20:12:22 Running on server: post build plugin 'Clover Delta Calculator' simple 09-Jul-2024 20:12:22 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 09-Jul-2024 20:12:22 All post build plugins have finished simple 09-Jul-2024 20:12:22 Generating build results summary... simple 09-Jul-2024 20:12:22 Saving build results to disk... simple 09-Jul-2024 20:12:22 Store variable context... simple 09-Jul-2024 20:12:22 Finished building PHPBB3-DDM-P5SP-1304.