simple 15-Jul-2024 18:11:51 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1309 (PHPBB3-DDM-P5SP-1309) is being prepared for building on agent Docker, bamboo version: 9.2.7 simple 15-Jul-2024 18:11:51 simple 15-Jul-2024 18:11:51 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 15-Jul-2024 18:11:51 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1309 (PHPBB3-DDM-P5SP-1309) simple 15-Jul-2024 18:11:51 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 15-Jul-2024 18:11:51 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 15-Jul-2024 18:11:51 Updating source code to revision: f3e852a20c92636908f39f62cb9722fe1eab1049 simple 15-Jul-2024 18:11:51 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git'. simple 15-Jul-2024 18:11:51 hint: Using 'master' as the name for the initial branch. This default branch name simple 15-Jul-2024 18:11:51 hint: is subject to change. To configure the initial branch name to use in all simple 15-Jul-2024 18:11:51 hint: of your new repositories, which will suppress this warning, call: simple 15-Jul-2024 18:11:51 hint: simple 15-Jul-2024 18:11:51 hint: git config --global init.defaultBranch simple 15-Jul-2024 18:11:51 hint: simple 15-Jul-2024 18:11:51 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 15-Jul-2024 18:11:51 hint: 'development'. The just-created branch can be renamed via this command: simple 15-Jul-2024 18:11:51 hint: simple 15-Jul-2024 18:11:51 hint: git branch -m simple 15-Jul-2024 18:11:51 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git/ simple 15-Jul-2024 18:11:52 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 15-Jul-2024 18:12:05 Checking out revision f3e852a20c92636908f39f62cb9722fe1eab1049. simple 15-Jul-2024 18:12:06 Already on 'master' simple 15-Jul-2024 18:12:06 Updated source code to revision: f3e852a20c92636908f39f62cb9722fe1eab1049 simple 15-Jul-2024 18:12:06 Finished task 'Checkout Default Repository' with result: Success simple 15-Jul-2024 18:12:06 Running pre-build action: VCS Version Collector simple 15-Jul-2024 18:12:06 Running pre-build action: Build Log Labeller Pre Build Action simple 15-Jul-2024 18:12:06 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1309 (PHPBB3-DDM-P5SP-1309) started building on agent 'Docker' () command 15-Jul-2024 18:12:06 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 15-Jul-2024 18:12:06 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 15-Jul-2024 18:12:06 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1309 (PHPBB3-DDM-P5SP-1309)'\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 15-Jul-2024 18:12:07 #0 building with "default" instance using docker driver error 15-Jul-2024 18:12:07 error 15-Jul-2024 18:12:07 #1 [internal] load build definition from Dockerfile error 15-Jul-2024 18:12:07 #1 transferring dockerfile: 511B 0.0s done error 15-Jul-2024 18:12:07 #1 DONE 0.0s error 15-Jul-2024 18:12:07 error 15-Jul-2024 18:12:07 #2 [internal] load metadata for docker.io/library/php:8.1 error 15-Jul-2024 18:12:08 #2 DONE 1.9s error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #3 [internal] load .dockerignore error 15-Jul-2024 18:12:09 #3 transferring context: 2B done error 15-Jul-2024 18:12:09 #3 DONE 0.0s error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #4 [1/6] FROM docker.io/library/php:8.1@sha256:f90e125da69badb242a0f7abce00e1fc9bcda30d3d6e558956e3a71747126f5d error 15-Jul-2024 18:12:09 #4 DONE 0.0s error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #5 [3/6] RUN pecl install xdebug-3.2.2 error 15-Jul-2024 18:12:09 #5 CACHED error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #6 [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 15-Jul-2024 18:12:09 #6 CACHED error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #7 [4/6] RUN docker-php-ext-enable xdebug error 15-Jul-2024 18:12:09 #7 CACHED error 15-Jul-2024 18:12:09 error 15-Jul-2024 18:12:09 #8 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 15-Jul-2024 18:12:10 #8 DONE 1.4s error 15-Jul-2024 18:12:10 error 15-Jul-2024 18:12:10 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 15-Jul-2024 18:12:10 #9 DONE 0.4s error 15-Jul-2024 18:12:10 error 15-Jul-2024 18:12:10 #10 exporting to image error 15-Jul-2024 18:12:10 #10 exporting layers 0.1s done error 15-Jul-2024 18:12:10 #10 writing image sha256:3c52632fde42a569e178579f4bf2fce7fb3d2c9ec8f58ee03ca5bf7876b7179c done error 15-Jul-2024 18:12:10 #10 naming to docker.io/library/phpbb:php-8.1 done error 15-Jul-2024 18:12:10 #10 DONE 0.1s simple 15-Jul-2024 18:12:10 Built Docker image 'phpbb:php-8.1' simple 15-Jul-2024 18:12:10 Finished task 'Build image' with result: Success command 15-Jul-2024 18:12:10 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 15-Jul-2024 18:12:10 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 15-Jul-2024 18:12:10 Running image name (phpbb:php-8.1) command 15-Jul-2024 18:12:10 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1309 (PHPBB3-DDM-P5SP-1309)'\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 15-Jul-2024 18:12:11 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 15-Jul-2024 18:12:11 Installing dependencies from lock file (including require-dev) build 15-Jul-2024 18:12:11 Verifying lock file contents can be installed on current platform. build 15-Jul-2024 18:12:11 Package operations: 142 installs, 0 updates, 0 removals build 15-Jul-2024 18:12:11 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 15-Jul-2024 18:12:11 - Downloading composer/installers (v1.12.0) build 15-Jul-2024 18:12:11 - Downloading composer/package-versions-deprecated (1.11.99.5) build 15-Jul-2024 18:12:11 - Downloading bantu/ini-get-wrapper (v1.0.1) build 15-Jul-2024 18:12:11 - Downloading carlos-mg89/oauth (0.8.15) build 15-Jul-2024 18:12:11 - Downloading chita/topological_sort (v3.0.1) build 15-Jul-2024 18:12:11 - Downloading symfony/process (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-php81 (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-php80 (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-php73 (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/finder (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-mbstring (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-ctype (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/filesystem (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/string (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/deprecation-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading psr/container (2.0.2) build 15-Jul-2024 18:12:11 - Downloading symfony/service-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading symfony/console (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading seld/signal-handler (2.0.2) build 15-Jul-2024 18:12:11 - Downloading seld/phar-utils (1.2.1) build 15-Jul-2024 18:12:11 - Downloading seld/jsonlint (1.10.2) build 15-Jul-2024 18:12:11 - Downloading react/promise (v3.2.0) build 15-Jul-2024 18:12:11 - Downloading psr/log (3.0.0) build 15-Jul-2024 18:12:11 - Downloading justinrainbow/json-schema (v5.2.13) build 15-Jul-2024 18:12:11 - Downloading composer/pcre (3.1.4) build 15-Jul-2024 18:12:11 - Downloading composer/xdebug-handler (3.0.5) build 15-Jul-2024 18:12:11 - Downloading composer/spdx-licenses (1.5.8) build 15-Jul-2024 18:12:11 - Downloading composer/semver (3.4.0) build 15-Jul-2024 18:12:11 - Downloading composer/metadata-minifier (1.0.0) build 15-Jul-2024 18:12:11 - Downloading composer/class-map-generator (1.3.4) build 15-Jul-2024 18:12:11 - Downloading composer/ca-bundle (1.5.0) build 15-Jul-2024 18:12:11 - Downloading composer/composer (2.7.7) build 15-Jul-2024 18:12:11 - Downloading psr/cache (3.0.0) build 15-Jul-2024 18:12:11 - Downloading doctrine/deprecations (1.1.3) build 15-Jul-2024 18:12:11 - Downloading doctrine/event-manager (1.2.0) build 15-Jul-2024 18:12:11 - Downloading doctrine/cache (2.2.0) build 15-Jul-2024 18:12:11 - Downloading doctrine/dbal (3.3.8) build 15-Jul-2024 18:12:11 - Downloading google/recaptcha (1.3.0) build 15-Jul-2024 18:12:11 - Downloading guzzlehttp/promises (1.5.3) build 15-Jul-2024 18:12:11 - Downloading ralouphie/getallheaders (3.0.3) build 15-Jul-2024 18:12:11 - Downloading psr/http-message (1.1) build 15-Jul-2024 18:12:11 - Downloading guzzlehttp/psr7 (1.9.1) build 15-Jul-2024 18:12:11 - Downloading laminas/laminas-code (4.13.0) build 15-Jul-2024 18:12:11 - Downloading symfony/yaml (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading laravel/homestead (v14.5.0) build 15-Jul-2024 18:12:11 - Downloading marc1706/fast-image-size (v1.1.7) build 15-Jul-2024 18:12:11 - Downloading symfony/http-client-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading symfony/http-client (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading brick/math (0.12.1) build 15-Jul-2024 18:12:11 - Downloading spomky-labs/pki-framework (1.2.1) build 15-Jul-2024 18:12:11 - Downloading psr/http-factory (1.1.0) build 15-Jul-2024 18:12:11 - Downloading psr/http-client (1.0.3) build 15-Jul-2024 18:12:11 - Downloading psr/clock (1.0.0) build 15-Jul-2024 18:12:11 - Downloading paragonie/random_compat (v9.99.100) build 15-Jul-2024 18:12:11 - Downloading paragonie/sodium_compat (v1.21.1) build 15-Jul-2024 18:12:11 - Downloading paragonie/constant_time_encoding (v2.7.0) build 15-Jul-2024 18:12:11 - Downloading web-token/jwt-library (3.4.3) build 15-Jul-2024 18:12:11 - Downloading web-token/jwt-util-ecc (3.4.3) build 15-Jul-2024 18:12:11 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 15-Jul-2024 18:12:11 - Downloading web-token/jwt-signature (3.4.3) build 15-Jul-2024 18:12:11 - Downloading web-token/jwt-key-mgmt (3.4.3) build 15-Jul-2024 18:12:11 - Downloading spomky-labs/base64url (v2.0.4) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-php72 (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading guzzlehttp/guzzle (6.5.8) build 15-Jul-2024 18:12:11 - Downloading minishlink/web-push (v8.0.0) build 15-Jul-2024 18:12:11 - Downloading sebastian/version (3.0.2) build 15-Jul-2024 18:12:11 - Downloading sebastian/type (3.2.1) build 15-Jul-2024 18:12:11 - Downloading sebastian/resource-operations (3.0.4) build 15-Jul-2024 18:12:11 - Downloading sebastian/recursion-context (4.0.5) build 15-Jul-2024 18:12:11 - Downloading sebastian/object-reflector (2.0.4) build 15-Jul-2024 18:12:11 - Downloading sebastian/object-enumerator (4.0.4) build 15-Jul-2024 18:12:11 - Downloading sebastian/global-state (5.0.7) build 15-Jul-2024 18:12:11 - Downloading sebastian/exporter (4.0.6) build 15-Jul-2024 18:12:11 - Downloading sebastian/environment (5.1.5) build 15-Jul-2024 18:12:11 - Downloading sebastian/diff (4.0.6) build 15-Jul-2024 18:12:11 - Downloading sebastian/comparator (4.0.8) build 15-Jul-2024 18:12:11 - Downloading sebastian/code-unit (1.0.8) build 15-Jul-2024 18:12:11 - Downloading sebastian/cli-parser (1.0.2) build 15-Jul-2024 18:12:11 - Downloading phpunit/php-timer (5.0.3) build 15-Jul-2024 18:12:11 - Downloading phpunit/php-text-template (2.0.4) build 15-Jul-2024 18:12:11 - Downloading phpunit/php-invoker (3.1.1) build 15-Jul-2024 18:12:11 - Downloading phpunit/php-file-iterator (3.0.6) build 15-Jul-2024 18:12:11 - Downloading theseer/tokenizer (1.2.3) build 15-Jul-2024 18:12:11 - Downloading nikic/php-parser (v4.19.1) build 15-Jul-2024 18:12:11 - Downloading sebastian/lines-of-code (1.0.4) build 15-Jul-2024 18:12:11 - Downloading sebastian/complexity (2.0.3) build 15-Jul-2024 18:12:11 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 15-Jul-2024 18:12:11 - Downloading phpunit/php-code-coverage (9.2.31) build 15-Jul-2024 18:12:11 - Downloading phar-io/version (3.2.1) build 15-Jul-2024 18:12:11 - Downloading phar-io/manifest (2.0.4) build 15-Jul-2024 18:12:11 - Downloading myclabs/deep-copy (1.12.0) build 15-Jul-2024 18:12:11 - Downloading doctrine/instantiator (2.0.0) build 15-Jul-2024 18:12:11 - Downloading phpunit/phpunit (9.6.19) build 15-Jul-2024 18:12:11 - Downloading misantron/dbunit (5.3.0) build 15-Jul-2024 18:12:11 - Downloading phing/phing (2.17.4) build 15-Jul-2024 18:12:11 - Downloading webmozart/assert (1.11.0) build 15-Jul-2024 18:12:11 - Downloading phpstan/phpdoc-parser (1.29.1) build 15-Jul-2024 18:12:11 - Downloading phpdocumentor/reflection-common (2.2.0) build 15-Jul-2024 18:12:11 - Downloading phpdocumentor/type-resolver (1.8.2) build 15-Jul-2024 18:12:11 - Downloading phpdocumentor/reflection-docblock (5.4.1) build 15-Jul-2024 18:12:11 - Downloading spatie/array-to-xml (3.3.0) build 15-Jul-2024 18:12:11 - Downloading netresearch/jsonmapper (v4.4.1) build 15-Jul-2024 18:12:11 - Downloading fidry/cpu-core-counter (1.1.0) build 15-Jul-2024 18:12:11 - Downloading felixfbecker/language-server-protocol (v1.5.2) build 15-Jul-2024 18:12:11 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 15-Jul-2024 18:12:11 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 15-Jul-2024 18:12:11 - Downloading amphp/amp (v2.6.4) build 15-Jul-2024 18:12:11 - Downloading amphp/byte-stream (v1.8.2) build 15-Jul-2024 18:12:11 - Downloading vimeo/psalm (5.24.0) build 15-Jul-2024 18:12:11 - Downloading symfony/routing (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/polyfill-php83 (v1.29.0) build 15-Jul-2024 18:12:11 - Downloading symfony/http-foundation (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading psr/event-dispatcher (1.0.0) build 15-Jul-2024 18:12:11 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading symfony/event-dispatcher (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/var-dumper (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/error-handler (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/http-kernel (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/var-exporter (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/dependency-injection (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/config (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/cache-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading symfony/cache (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/framework-bundle (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading psalm/plugin-symfony (v5.2.2) build 15-Jul-2024 18:12:11 - Downloading s9e/sweetdom (3.4.1) build 15-Jul-2024 18:12:11 - Downloading s9e/regexp-builder (1.4.6) build 15-Jul-2024 18:12:11 - Downloading s9e/text-formatter (2.17.3) build 15-Jul-2024 18:12:11 - Downloading squizlabs/php_codesniffer (3.10.1) build 15-Jul-2024 18:12:11 - Downloading masterminds/html5 (2.9.0) build 15-Jul-2024 18:12:11 - Downloading symfony/dom-crawler (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/browser-kit (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/css-selector (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading symfony/mime (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 15-Jul-2024 18:12:11 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 15-Jul-2024 18:12:11 - Downloading twig/twig (v3.8.0) build 15-Jul-2024 18:12:11 - Downloading symfony/translation-contracts (v3.5.0) build 15-Jul-2024 18:12:11 - Downloading symfony/twig-bridge (v6.4.8) build 15-Jul-2024 18:12:14 0/142 [>---------------------------] 0% 15/142 [==>-------------------------] 10% 29/142 [=====>----------------------] 20% 44/142 [========>-------------------] 30% 61/142 [============>---------------] 42% 74/142 [==============>-------------] 52% 92/142 [==================>---------] 64% 102/142 [====================>-------] 71% 114/142 [======================>-----] 80% 137/142 [===========================>] 96% 142/142 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 15-Jul-2024 18:12:14 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 15-Jul-2024 18:12:14 - Installing chita/topological_sort (v3.0.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/process (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/finder (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/filesystem (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/string (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/container (2.0.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/console (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing seld/signal-handler (2.0.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing seld/phar-utils (1.2.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing seld/jsonlint (1.10.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing react/promise (v3.2.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/log (3.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/pcre (3.1.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/semver (3.4.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/class-map-generator (1.3.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/ca-bundle (1.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing composer/composer (2.7.7): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/cache (3.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing doctrine/deprecations (1.1.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing doctrine/event-manager (1.2.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing doctrine/cache (2.2.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing doctrine/dbal (3.3.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing google/recaptcha (1.3.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/http-message (1.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing laminas/laminas-code (4.13.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/yaml (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing laravel/homestead (v14.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/http-client (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing brick/math (0.12.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/http-factory (1.1.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/http-client (1.0.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/clock (1.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 15-Jul-2024 18:12:14 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing web-token/jwt-library (3.4.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing minishlink/web-push (v8.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/version (3.0.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/type (3.2.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/resource-operations (3.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/global-state (5.0.7): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/exporter (4.0.6): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/environment (5.1.5): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/diff (4.0.6): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/comparator (4.0.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/code-unit (1.0.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/cli-parser (1.0.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/php-timer (5.0.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 15-Jul-2024 18:12:14 - Installing theseer/tokenizer (1.2.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing nikic/php-parser (v4.19.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/complexity (2.0.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/php-code-coverage (9.2.31): Extracting archive build 15-Jul-2024 18:12:14 - Installing phar-io/version (3.2.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing phar-io/manifest (2.0.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing doctrine/instantiator (2.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpunit/phpunit (9.6.19): Extracting archive build 15-Jul-2024 18:12:14 - Installing misantron/dbunit (5.3.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing phing/phing (2.17.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing webmozart/assert (1.11.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing spatie/array-to-xml (3.3.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing netresearch/jsonmapper (v4.4.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing fidry/cpu-core-counter (1.1.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing amphp/amp (v2.6.4): Extracting archive build 15-Jul-2024 18:12:14 - Installing amphp/byte-stream (v1.8.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing vimeo/psalm (5.24.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/routing (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/error-handler (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/config (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/cache-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/cache (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/framework-bundle (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing psalm/plugin-symfony (v5.2.2): Extracting archive build 15-Jul-2024 18:12:14 - Installing s9e/sweetdom (3.4.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 15-Jul-2024 18:12:14 - Installing s9e/text-formatter (2.17.3): Extracting archive build 15-Jul-2024 18:12:14 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 15-Jul-2024 18:12:14 - Installing masterminds/html5 (2.9.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/dom-crawler (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/browser-kit (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/css-selector (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/mime (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 15-Jul-2024 18:12:14 - Installing twig/twig (v3.8.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:14 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 15-Jul-2024 18:12:17 0/140 [>---------------------------] 0% 20/140 [====>-----------------------] 14% 30/140 [======>---------------------] 21% 49/140 [=========>------------------] 35% 62/140 [============>---------------] 44% 78/140 [===============>------------] 55% 87/140 [=================>----------] 62% 102/140 [====================>-------] 72% 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 15-Jul-2024 18:12:17 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:17 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:17 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:17 Generating autoload files build 15-Jul-2024 18:12:18 101 packages you are using are looking for funding. build 15-Jul-2024 18:12:18 Use the `composer fund` command to find out more! build 15-Jul-2024 18:12:19 remote: Enumerating objects: 6819, done. build 15-Jul-2024 18:12:19 remote: Counting objects: 0% (1/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 1% (15/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 2% (30/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 3% (44/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 4% (59/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 5% (74/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 6% (88/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 7% (103/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 8% (118/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 9% (132/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 10% (147/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 11% (161/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 12% (176/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 13% (191/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 14% (205/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 15% (220/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 16% (235/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 17% (249/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 18% (264/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 19% (278/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 20% (293/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 21% (308/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 22% (322/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 23% (337/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 24% (352/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 25% (366/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 26% (381/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 27% (396/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 28% (410/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 29% (425/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 30% (439/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 31% (454/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 32% (469/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 33% (483/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 34% (498/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 35% (513/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 36% (527/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 37% (542/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 38% (556/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 39% (571/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 40% (586/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 41% (600/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 42% (615/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 43% (630/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 44% (644/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 45% (659/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 46% (673/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 47% (688/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 48% (703/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 49% (717/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 50% (732/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 51% (747/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 52% (761/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 53% (776/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 54% (791/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 55% (805/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 56% (820/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 57% (834/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 58% (849/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 59% (864/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 60% (878/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 61% (893/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 62% (908/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 63% (922/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 64% (937/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 65% (951/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 66% (966/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 67% (981/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 68% (995/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 69% (1010/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 70% (1025/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 71% (1039/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 72% (1054/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 73% (1068/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 74% (1083/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 75% (1098/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 76% (1112/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 77% (1127/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 78% (1142/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 79% (1156/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 80% (1171/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 81% (1186/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 82% (1200/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 83% (1215/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 84% (1229/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 85% (1244/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 86% (1259/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 87% (1273/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 88% (1288/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 89% (1303/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 90% (1317/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 91% (1332/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 92% (1346/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 93% (1361/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 94% (1376/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 95% (1390/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 96% (1405/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 97% (1420/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 98% (1434/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 99% (1449/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 100% (1463/1463) build 15-Jul-2024 18:12:19 remote: Counting objects: 100% (1463/1463), done. build 15-Jul-2024 18:12:19 Receiving objects: 0% (1/6819) build 15-Jul-2024 18:12:19 Receiving objects: 1% (69/6819) build 15-Jul-2024 18:12:19 Receiving objects: 2% (137/6819) build 15-Jul-2024 18:12:19 Receiving objects: 3% (205/6819) build 15-Jul-2024 18:12:19 Receiving objects: 4% (273/6819) build 15-Jul-2024 18:12:19 Receiving objects: 5% (341/6819) build 15-Jul-2024 18:12:19 Receiving objects: 6% (410/6819) build 15-Jul-2024 18:12:19 Receiving objects: 7% (478/6819) build 15-Jul-2024 18:12:19 Receiving objects: 8% (546/6819) build 15-Jul-2024 18:12:19 Receiving objects: 9% (614/6819) build 15-Jul-2024 18:12:19 Receiving objects: 10% (682/6819) build 15-Jul-2024 18:12:19 Receiving objects: 11% (751/6819) build 15-Jul-2024 18:12:19 Receiving objects: 12% (819/6819) build 15-Jul-2024 18:12:19 Receiving objects: 13% (887/6819) build 15-Jul-2024 18:12:19 Receiving objects: 14% (955/6819) build 15-Jul-2024 18:12:19 Receiving objects: 15% (1023/6819) build 15-Jul-2024 18:12:19 Receiving objects: 16% (1092/6819) build 15-Jul-2024 18:12:19 Receiving objects: 17% (1160/6819) build 15-Jul-2024 18:12:19 Receiving objects: 18% (1228/6819) build 15-Jul-2024 18:12:19 Receiving objects: 19% (1296/6819) build 15-Jul-2024 18:12:19 Receiving objects: 20% (1364/6819) build 15-Jul-2024 18:12:19 Receiving objects: 21% (1432/6819) build 15-Jul-2024 18:12:19 Receiving objects: 22% (1501/6819) build 15-Jul-2024 18:12:19 Receiving objects: 23% (1569/6819) build 15-Jul-2024 18:12:19 Receiving objects: 24% (1637/6819) build 15-Jul-2024 18:12:19 Receiving objects: 25% (1705/6819) build 15-Jul-2024 18:12:19 Receiving objects: 26% (1773/6819) build 15-Jul-2024 18:12:19 Receiving objects: 27% (1842/6819) build 15-Jul-2024 18:12:19 Receiving objects: 28% (1910/6819) build 15-Jul-2024 18:12:19 Receiving objects: 29% (1978/6819) build 15-Jul-2024 18:12:19 Receiving objects: 30% (2046/6819) build 15-Jul-2024 18:12:19 Receiving objects: 31% (2114/6819) build 15-Jul-2024 18:12:19 Receiving objects: 32% (2183/6819) build 15-Jul-2024 18:12:19 Receiving objects: 33% (2251/6819) build 15-Jul-2024 18:12:19 Receiving objects: 34% (2319/6819) build 15-Jul-2024 18:12:19 Receiving objects: 35% (2387/6819) build 15-Jul-2024 18:12:19 Receiving objects: 36% (2455/6819) build 15-Jul-2024 18:12:19 Receiving objects: 37% (2524/6819) build 15-Jul-2024 18:12:19 Receiving objects: 38% (2592/6819) build 15-Jul-2024 18:12:19 Receiving objects: 39% (2660/6819) build 15-Jul-2024 18:12:19 Receiving objects: 40% (2728/6819) build 15-Jul-2024 18:12:19 Receiving objects: 41% (2796/6819) build 15-Jul-2024 18:12:19 Receiving objects: 42% (2864/6819) build 15-Jul-2024 18:12:19 Receiving objects: 43% (2933/6819) build 15-Jul-2024 18:12:19 Receiving objects: 44% (3001/6819) build 15-Jul-2024 18:12:19 Receiving objects: 45% (3069/6819) build 15-Jul-2024 18:12:19 Receiving objects: 46% (3137/6819) build 15-Jul-2024 18:12:19 Receiving objects: 47% (3205/6819) build 15-Jul-2024 18:12:19 Receiving objects: 48% (3274/6819) build 15-Jul-2024 18:12:19 Receiving objects: 49% (3342/6819) build 15-Jul-2024 18:12:19 Receiving objects: 50% (3410/6819) build 15-Jul-2024 18:12:19 Receiving objects: 51% (3478/6819) build 15-Jul-2024 18:12:19 Receiving objects: 52% (3546/6819) build 15-Jul-2024 18:12:19 Receiving objects: 53% (3615/6819) build 15-Jul-2024 18:12:19 Receiving objects: 54% (3683/6819) build 15-Jul-2024 18:12:19 Receiving objects: 55% (3751/6819) build 15-Jul-2024 18:12:19 Receiving objects: 56% (3819/6819) build 15-Jul-2024 18:12:19 Receiving objects: 57% (3887/6819) build 15-Jul-2024 18:12:19 Receiving objects: 58% (3956/6819) build 15-Jul-2024 18:12:19 Receiving objects: 59% (4024/6819) build 15-Jul-2024 18:12:19 Receiving objects: 60% (4092/6819) build 15-Jul-2024 18:12:19 Receiving objects: 61% (4160/6819) build 15-Jul-2024 18:12:19 Receiving objects: 62% (4228/6819) build 15-Jul-2024 18:12:19 Receiving objects: 63% (4296/6819) build 15-Jul-2024 18:12:19 Receiving objects: 64% (4365/6819) build 15-Jul-2024 18:12:19 Receiving objects: 65% (4433/6819) build 15-Jul-2024 18:12:19 Receiving objects: 66% (4501/6819) build 15-Jul-2024 18:12:19 Receiving objects: 67% (4569/6819) build 15-Jul-2024 18:12:19 Receiving objects: 68% (4637/6819) build 15-Jul-2024 18:12:19 Receiving objects: 69% (4706/6819) build 15-Jul-2024 18:12:19 Receiving objects: 70% (4774/6819) build 15-Jul-2024 18:12:19 Receiving objects: 71% (4842/6819) build 15-Jul-2024 18:12:19 Receiving objects: 72% (4910/6819) build 15-Jul-2024 18:12:19 Receiving objects: 73% (4978/6819) build 15-Jul-2024 18:12:19 Receiving objects: 74% (5047/6819) build 15-Jul-2024 18:12:19 Receiving objects: 75% (5115/6819) build 15-Jul-2024 18:12:19 Receiving objects: 76% (5183/6819) build 15-Jul-2024 18:12:19 Receiving objects: 77% (5251/6819) build 15-Jul-2024 18:12:19 Receiving objects: 78% (5319/6819) build 15-Jul-2024 18:12:19 Receiving objects: 79% (5388/6819) build 15-Jul-2024 18:12:19 Receiving objects: 80% (5456/6819) build 15-Jul-2024 18:12:19 Receiving objects: 81% (5524/6819) build 15-Jul-2024 18:12:19 Receiving objects: 82% (5592/6819) build 15-Jul-2024 18:12:19 Receiving objects: 83% (5660/6819) build 15-Jul-2024 18:12:19 Receiving objects: 84% (5728/6819) build 15-Jul-2024 18:12:19 Receiving objects: 85% (5797/6819) build 15-Jul-2024 18:12:19 Receiving objects: 86% (5865/6819) build 15-Jul-2024 18:12:19 Receiving objects: 87% (5933/6819) build 15-Jul-2024 18:12:19 Receiving objects: 88% (6001/6819) build 15-Jul-2024 18:12:19 Receiving objects: 89% (6069/6819) build 15-Jul-2024 18:12:19 Receiving objects: 90% (6138/6819) build 15-Jul-2024 18:12:19 Receiving objects: 91% (6206/6819) build 15-Jul-2024 18:12:19 Receiving objects: 92% (6274/6819) build 15-Jul-2024 18:12:19 Receiving objects: 93% (6342/6819) build 15-Jul-2024 18:12:19 Receiving objects: 94% (6410/6819) build 15-Jul-2024 18:12:19 Receiving objects: 95% (6479/6819) build 15-Jul-2024 18:12:19 Receiving objects: 96% (6547/6819) build 15-Jul-2024 18:12:19 Receiving objects: 97% (6615/6819) build 15-Jul-2024 18:12:19 Receiving objects: 98% (6683/6819) build 15-Jul-2024 18:12:19 remote: Total 6819 (delta 1463), reused 1463 (delta 1463), pack-reused 5356 build 15-Jul-2024 18:12:19 Receiving objects: 99% (6751/6819) build 15-Jul-2024 18:12:19 Receiving objects: 100% (6819/6819) build 15-Jul-2024 18:12:19 Receiving objects: 100% (6819/6819), 4.34 MiB | 21.25 MiB/s, done. build 15-Jul-2024 18:12:19 Resolving deltas: 0% (0/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 1% (41/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 2% (81/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 3% (121/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 4% (161/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 5% (201/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 6% (241/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 7% (282/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 8% (322/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 9% (362/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 10% (402/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 11% (442/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 12% (483/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 13% (523/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 14% (563/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 15% (604/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 16% (643/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 17% (683/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 18% (723/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 19% (764/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 20% (804/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 21% (844/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 22% (884/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 23% (924/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 24% (964/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 25% (1004/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 26% (1045/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 27% (1085/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 28% (1126/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 29% (1165/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 30% (1205/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 31% (1245/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 32% (1286/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 33% (1326/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 34% (1366/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 35% (1406/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 36% (1447/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 37% (1486/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 38% (1527/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 39% (1567/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 40% (1607/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 41% (1649/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 42% (1687/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 43% (1727/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 44% (1768/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 45% (1809/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 46% (1848/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 47% (1888/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 48% (1928/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 49% (1968/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 50% (2008/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 51% (2049/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 52% (2089/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 53% (2129/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 54% (2169/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 55% (2209/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 56% (2249/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 57% (2290/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 58% (2330/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 59% (2370/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 60% (2410/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 61% (2450/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 62% (2490/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 63% (2531/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 64% (2571/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 65% (2611/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 66% (2651/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 67% (2691/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 68% (2731/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 69% (2772/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 70% (2812/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 71% (2852/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 72% (2892/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 73% (2932/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 74% (2972/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 75% (3012/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 76% (3053/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 77% (3093/4016) build 15-Jul-2024 18:12:19 Resolving deltas: 78% (3133/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 79% (3173/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 80% (3213/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 81% (3253/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 82% (3294/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 83% (3334/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 84% (3374/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 85% (3414/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 86% (3454/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 87% (3494/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 88% (3535/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 89% (3575/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 90% (3615/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 91% (3655/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 92% (3695/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 93% (3735/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 94% (3776/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 95% (3816/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 96% (3856/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 97% (3896/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 98% (3936/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 99% (3976/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 100% (4016/4016) build 15-Jul-2024 18:12:20 Resolving deltas: 100% (4016/4016), completed with 160 local objects. build 15-Jul-2024 18:12:20 From https://github.com/phpbb/phpbb build 15-Jul-2024 18:12:20 * branch HEAD -> FETCH_HEAD build 15-Jul-2024 18:12:20 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 15-Jul-2024 18:12:20 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 15-Jul-2024 18:12:20 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 15-Jul-2024 18:12:20 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 15-Jul-2024 18:12:20 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 15-Jul-2024 18:12:20 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 15-Jul-2024 18:12:20 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 15-Jul-2024 18:12:20 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.0 -> release-2.0.0 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.1 -> release-2.0.1 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.10 -> release-2.0.10 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.11 -> release-2.0.11 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.12 -> release-2.0.12 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.13 -> release-2.0.13 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.14 -> release-2.0.14 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.15 -> release-2.0.15 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.16 -> release-2.0.16 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.17 -> release-2.0.17 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.18 -> release-2.0.18 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.19 -> release-2.0.19 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.2 -> release-2.0.2 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.20 -> release-2.0.20 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.21 -> release-2.0.21 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.22 -> release-2.0.22 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.23 -> release-2.0.23 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.3 -> release-2.0.3 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.4 -> release-2.0.4 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.5 -> release-2.0.5 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.6 -> release-2.0.6 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.7 -> release-2.0.7 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.8 -> release-2.0.8 build 15-Jul-2024 18:12:20 * [new tag] release-2.0.8a -> release-2.0.8a build 15-Jul-2024 18:12:20 * [new tag] release-2.0.9 -> release-2.0.9 build 15-Jul-2024 18:12:20 * [new tag] release-3.0.11 -> release-3.0.11 build 15-Jul-2024 18:12:20 * [new tag] release-3.0.12 -> release-3.0.12 build 15-Jul-2024 18:12:20 * [new tag] release-3.0.13 -> release-3.0.13 build 15-Jul-2024 18:12:20 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 15-Jul-2024 18:12:20 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 15-Jul-2024 18:12:20 * [new tag] start -> start build 15-Jul-2024 18:12:20 Buildfile: /data/build/build.xml build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20 phpBB > clean: build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20  [delete] Directory /data/build/logs does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/api does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/coverage does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/cpd does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/new_version does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 15-Jul-2024 18:12:20  [delete] Directory /data/build/save does not exist or is not a directory. build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20 phpBB > prepare: build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/logs build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/api build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/codebrowser build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/coverage build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/cpd build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/dependencies build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version/files build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version/patches build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version/release_files build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version/update build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/old_versions build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/save build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20 phpBB > prepare-new-version: build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20  [mkdir] Created dir: /data/build/new_version/phpBB3 build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:20 phpBB > export: build 15-Jul-2024 18:12:20  build 15-Jul-2024 18:12:21 Installing dependencies from lock file build 15-Jul-2024 18:12:21 Verifying lock file contents can be installed on current platform. build 15-Jul-2024 18:12:21 Package operations: 88 installs, 0 updates, 0 removals build 15-Jul-2024 18:12:21 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 15-Jul-2024 18:12:21 - Downloading composer/installers (v1.12.0) build 15-Jul-2024 18:12:21 - Downloading composer/package-versions-deprecated (1.11.99.5) build 15-Jul-2024 18:12:21 - Downloading bantu/ini-get-wrapper (v1.0.1) build 15-Jul-2024 18:12:21 - Downloading carlos-mg89/oauth (0.8.15) build 15-Jul-2024 18:12:21 - Downloading chita/topological_sort (v3.0.1) build 15-Jul-2024 18:12:21 - Downloading symfony/process (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-php81 (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-php80 (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-php73 (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/finder (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-mbstring (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-ctype (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/filesystem (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/string (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/deprecation-contracts (v3.5.0) build 15-Jul-2024 18:12:21 - Downloading psr/container (2.0.2) build 15-Jul-2024 18:12:21 - Downloading symfony/service-contracts (v3.5.0) build 15-Jul-2024 18:12:21 - Downloading symfony/console (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading seld/signal-handler (2.0.2) build 15-Jul-2024 18:12:21 - Downloading seld/phar-utils (1.2.1) build 15-Jul-2024 18:12:21 - Downloading seld/jsonlint (1.10.2) build 15-Jul-2024 18:12:21 - Downloading react/promise (v3.2.0) build 15-Jul-2024 18:12:21 - Downloading psr/log (3.0.0) build 15-Jul-2024 18:12:21 - Downloading justinrainbow/json-schema (v5.2.13) build 15-Jul-2024 18:12:21 - Downloading composer/pcre (3.1.4) build 15-Jul-2024 18:12:21 - Downloading composer/xdebug-handler (3.0.5) build 15-Jul-2024 18:12:21 - Downloading composer/spdx-licenses (1.5.8) build 15-Jul-2024 18:12:21 - Downloading composer/semver (3.4.0) build 15-Jul-2024 18:12:21 - Downloading composer/metadata-minifier (1.0.0) build 15-Jul-2024 18:12:21 - Downloading composer/class-map-generator (1.3.4) build 15-Jul-2024 18:12:21 - Downloading composer/ca-bundle (1.5.0) build 15-Jul-2024 18:12:21 - Downloading composer/composer (2.7.7) build 15-Jul-2024 18:12:21 - Downloading psr/cache (3.0.0) build 15-Jul-2024 18:12:21 - Downloading doctrine/deprecations (1.1.3) build 15-Jul-2024 18:12:21 - Downloading doctrine/event-manager (1.2.0) build 15-Jul-2024 18:12:21 - Downloading doctrine/cache (2.2.0) build 15-Jul-2024 18:12:21 - Downloading doctrine/dbal (3.3.8) build 15-Jul-2024 18:12:21 - Downloading google/recaptcha (1.3.0) build 15-Jul-2024 18:12:21 - Downloading guzzlehttp/promises (1.5.3) build 15-Jul-2024 18:12:21 - Downloading ralouphie/getallheaders (3.0.3) build 15-Jul-2024 18:12:21 - Downloading psr/http-message (1.1) build 15-Jul-2024 18:12:21 - Downloading guzzlehttp/psr7 (1.9.1) build 15-Jul-2024 18:12:21 - Downloading laminas/laminas-code (4.13.0) build 15-Jul-2024 18:12:21 - Downloading marc1706/fast-image-size (v1.1.7) build 15-Jul-2024 18:12:21 - Downloading symfony/http-client-contracts (v3.5.0) build 15-Jul-2024 18:12:21 - Downloading symfony/http-client (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading brick/math (0.12.1) build 15-Jul-2024 18:12:21 - Downloading spomky-labs/pki-framework (1.2.1) build 15-Jul-2024 18:12:21 - Downloading psr/http-factory (1.1.0) build 15-Jul-2024 18:12:21 - Downloading psr/http-client (1.0.3) build 15-Jul-2024 18:12:21 - Downloading psr/clock (1.0.0) build 15-Jul-2024 18:12:21 - Downloading paragonie/random_compat (v9.99.100) build 15-Jul-2024 18:12:21 - Downloading paragonie/sodium_compat (v1.21.1) build 15-Jul-2024 18:12:21 - Downloading paragonie/constant_time_encoding (v2.7.0) build 15-Jul-2024 18:12:21 - Downloading web-token/jwt-library (3.4.3) build 15-Jul-2024 18:12:21 - Downloading web-token/jwt-util-ecc (3.4.3) build 15-Jul-2024 18:12:21 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 15-Jul-2024 18:12:21 - Downloading web-token/jwt-signature (3.4.3) build 15-Jul-2024 18:12:21 - Downloading web-token/jwt-key-mgmt (3.4.3) build 15-Jul-2024 18:12:21 - Downloading spomky-labs/base64url (v2.0.4) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-php72 (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading guzzlehttp/guzzle (6.5.8) build 15-Jul-2024 18:12:21 - Downloading minishlink/web-push (v8.0.0) build 15-Jul-2024 18:12:21 - Downloading s9e/sweetdom (3.4.1) build 15-Jul-2024 18:12:21 - Downloading s9e/regexp-builder (1.4.6) build 15-Jul-2024 18:12:21 - Downloading s9e/text-formatter (2.17.3) build 15-Jul-2024 18:12:21 - Downloading symfony/config (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading psr/event-dispatcher (1.0.0) build 15-Jul-2024 18:12:21 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 15-Jul-2024 18:12:21 - Downloading symfony/polyfill-php83 (v1.29.0) build 15-Jul-2024 18:12:21 - Downloading symfony/http-foundation (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/event-dispatcher (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/var-dumper (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/error-handler (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/http-kernel (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/mime (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/var-exporter (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/dependency-injection (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 15-Jul-2024 18:12:21 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/routing (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading twig/twig (v3.8.0) build 15-Jul-2024 18:12:21 - Downloading symfony/translation-contracts (v3.5.0) build 15-Jul-2024 18:12:21 - Downloading symfony/twig-bridge (v6.4.8) build 15-Jul-2024 18:12:21 - Downloading symfony/yaml (v6.4.8) build 15-Jul-2024 18:12:22 0/88 [>---------------------------] 0% build 15-Jul-2024 18:12:22 14/88 [====>-----------------------] 15% build 15-Jul-2024 18:12:23 27/88 [========>-------------------] 30% build 15-Jul-2024 18:12:23 37/88 [===========>----------------] 42% build 15-Jul-2024 18:12:23 46/88 [==============>-------------] 52% build 15-Jul-2024 18:12:23 57/88 [==================>---------] 64% build 15-Jul-2024 18:12:23 64/88 [====================>-------] 72% build 15-Jul-2024 18:12:23 73/88 [=======================>----] 82% build 15-Jul-2024 18:12:23 83/88 [==========================>-] 94% build 15-Jul-2024 18:12:23 88/88 [============================] 100% build 15-Jul-2024 18:12:23 - Installing composer/installers (v1.12.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 15-Jul-2024 18:12:23 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 15-Jul-2024 18:12:23 - Installing chita/topological_sort (v3.0.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/process (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/finder (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/filesystem (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/string (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/container (2.0.2): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/console (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing seld/signal-handler (2.0.2): Extracting archive build 15-Jul-2024 18:12:23 - Installing seld/phar-utils (1.2.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing seld/jsonlint (1.10.2): Extracting archive build 15-Jul-2024 18:12:23 - Installing react/promise (v3.2.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/log (3.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/pcre (3.1.4): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/semver (3.4.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/class-map-generator (1.3.4): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/ca-bundle (1.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing composer/composer (2.7.7): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/cache (3.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing doctrine/deprecations (1.1.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing doctrine/event-manager (1.2.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing doctrine/cache (2.2.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing doctrine/dbal (3.3.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing google/recaptcha (1.3.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/http-message (1.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing laminas/laminas-code (4.13.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/http-client (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing brick/math (0.12.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/http-factory (1.1.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/http-client (1.0.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/clock (1.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 15-Jul-2024 18:12:23 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing web-token/jwt-library (3.4.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing minishlink/web-push (v8.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing s9e/sweetdom (3.4.1): Extracting archive build 15-Jul-2024 18:12:23 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 15-Jul-2024 18:12:23 - Installing s9e/text-formatter (2.17.3): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/config (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/error-handler (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/mime (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/routing (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing twig/twig (v3.8.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 - Installing symfony/yaml (v6.4.8): Extracting archive build 15-Jul-2024 18:12:23 0/86 [>---------------------------] 0% build 15-Jul-2024 18:12:24 10/86 [===>------------------------] 11% build 15-Jul-2024 18:12:24 18/86 [=====>----------------------] 20% build 15-Jul-2024 18:12:24 26/86 [========>-------------------] 30% build 15-Jul-2024 18:12:24 40/86 [=============>--------------] 46% build 15-Jul-2024 18:12:24 51/86 [================>-----------] 59% build 15-Jul-2024 18:12:24 61/86 [===================>--------] 70% build 15-Jul-2024 18:12:24 70/86 [======================>-----] 81% build 15-Jul-2024 18:12:24 78/86 [=========================>--] 90% build 15-Jul-2024 18:12:24 86/86 [============================] 100% build 15-Jul-2024 18:12:25 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:25 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:25 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:25 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 15-Jul-2024 18:12:25 Generating optimized autoload files build 15-Jul-2024 18:12:26 63 packages you are using are looking for funding. build 15-Jul-2024 18:12:26 Use the `composer fund` command to find out more! build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 15-Jul-2024 18:12:26  build 15-Jul-2024 18:12:26 phpBB > clean-vendor-dir: build 15-Jul-2024 18:12:26  build 15-Jul-2024 18:12:26  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 15-Jul-2024 18:12:26  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist build 15-Jul-2024 18:12:26  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 15-Jul-2024 18:12:26  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 15-Jul-2024 18:12:26  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md build 15-Jul-2024 18:12:26  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/README.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 15-Jul-2024 18:12:27 Cloning into 'viglink'... build 15-Jul-2024 18:12:27 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:27 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:27 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:27 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:27 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:27 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:27 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:27 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:27 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:27 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:27 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:27 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:27 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:27 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:27 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:27 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:27 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:27 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:27 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:27 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:27 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:27 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:27 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:27 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:27 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:27 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:27 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:27 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:27 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:27 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:27 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:27 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:27 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:27 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:27 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:27 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:27 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:27 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:27 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:27 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:27 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:27 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:27 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:27 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:27 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:27 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:27 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:27 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:27 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:27 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:27 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:27 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:27 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:27 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:27 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:27 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:27 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:27 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:27 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:27 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:27 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:27 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:27 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:27 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:27 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:27 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:27 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:27 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:27 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:27 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:27 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:27 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:27 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:27 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:27 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:27 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:27 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:27 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:27 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:27 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:27 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:27 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:27 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:27 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:27 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:27 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:27 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:27 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:27 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:27 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:27 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:27 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:27 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:27 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:27 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:27 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:27 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:27 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:27 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:27 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:27 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:27 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:27 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:27 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:27 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:27 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:27 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:27 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 15-Jul-2024 18:12:27 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:27 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:27 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:27 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:27 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:27 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:27 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:27 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:27 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:27 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:27 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:27 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:27 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:27 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:12:27 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:27 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:27 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:27 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:27 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:27 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:27 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:27 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:27 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:27 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:12:27 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:27 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:27 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:27 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:27 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:27 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:27 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:27 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:27 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:27 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:27 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:27 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:27 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:27 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:27 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:12:27 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:27 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:27 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:27 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:27 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:27 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:27 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:27 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:27 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:27 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:27 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:27 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:27 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:27 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:27 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:27 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:27 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:27 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:27 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:27 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:27 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:27 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:27 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:27 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:27 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:27 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:27 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:12:27 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:27 Resolving deltas: 67% (390/579) build 15-Jul-2024 18:12:27 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:27 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:27 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:27 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:27 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:27 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:27 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:27 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:27 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:27 Resolving deltas: 77% (447/579) build 15-Jul-2024 18:12:27 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:27 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:27 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:27 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:27 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:27 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:27 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:27 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:12:27 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:27 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:27 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:27 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:27 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:27 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:27 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:27 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:27 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:27 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:27 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:27 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:27 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:27 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:27 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:27 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:27 Already on 'master' build 15-Jul-2024 18:12:27 Your branch is up to date with 'origin/master'. build 15-Jul-2024 18:12:27  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:27  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:27  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:27  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:27  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:28  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 15-Jul-2024 18:12:28  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 15-Jul-2024 18:12:28  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 15-Jul-2024 18:12:28  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 15-Jul-2024 18:12:28  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 15-Jul-2024 18:12:28  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 15-Jul-2024 18:12:28  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 15-Jul-2024 18:12:28  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 15-Jul-2024 18:12:28  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 15-Jul-2024 18:12:28  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 15-Jul-2024 18:12:28  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:29  build 15-Jul-2024 18:12:29 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:29  build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/cache build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/docs build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/files build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/install build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/store build 15-Jul-2024 18:12:29  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/vendor build 15-Jul-2024 18:12:30  [touch] Creating /data/build/new_version/phpBB3/config.php build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30 phpBB > old-version-diffs: build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30 phpBB > old-version-diff: build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30  [echo] Retrieving version 3.1.0 build 15-Jul-2024 18:12:30  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30 phpBB > export: build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 15-Jul-2024 18:12:30  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:30  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:30  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 15-Jul-2024 18:12:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 15-Jul-2024 18:12:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 15-Jul-2024 18:12:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 15-Jul-2024 18:12:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 15-Jul-2024 18:12:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:30  build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 15-Jul-2024 18:12:30  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 15-Jul-2024 18:12:30  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31 phpBB > old-version-diff: build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31  [echo] Retrieving version 3.1.1 build 15-Jul-2024 18:12:31  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31 phpBB > export: build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 15-Jul-2024 18:12:31  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:31  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:31  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 15-Jul-2024 18:12:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 15-Jul-2024 18:12:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 15-Jul-2024 18:12:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 15-Jul-2024 18:12:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 15-Jul-2024 18:12:31  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:31  build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 15-Jul-2024 18:12:31  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 15-Jul-2024 18:12:31  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32 phpBB > old-version-diff: build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32  [echo] Retrieving version 3.1.2 build 15-Jul-2024 18:12:32  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32 phpBB > export: build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 15-Jul-2024 18:12:32  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:32  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:32  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 15-Jul-2024 18:12:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 15-Jul-2024 18:12:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 15-Jul-2024 18:12:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 15-Jul-2024 18:12:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 15-Jul-2024 18:12:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:32  build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 15-Jul-2024 18:12:32  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 15-Jul-2024 18:12:32  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33 phpBB > old-version-diff: build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33  [echo] Retrieving version 3.1.3 build 15-Jul-2024 18:12:33  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33 phpBB > export: build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 15-Jul-2024 18:12:33  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:33  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:33  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 15-Jul-2024 18:12:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 15-Jul-2024 18:12:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 15-Jul-2024 18:12:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 15-Jul-2024 18:12:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 15-Jul-2024 18:12:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:33  build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 15-Jul-2024 18:12:33  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 15-Jul-2024 18:12:33  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34 phpBB > old-version-diff: build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34  [echo] Retrieving version 3.1.4 build 15-Jul-2024 18:12:34  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34 phpBB > export: build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 15-Jul-2024 18:12:34  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:34  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:34  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 15-Jul-2024 18:12:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 15-Jul-2024 18:12:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 15-Jul-2024 18:12:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 15-Jul-2024 18:12:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 15-Jul-2024 18:12:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:34  build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 15-Jul-2024 18:12:34  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 15-Jul-2024 18:12:34  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35 phpBB > old-version-diff: build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35  [echo] Retrieving version 3.1.5 build 15-Jul-2024 18:12:35  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35 phpBB > export: build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 15-Jul-2024 18:12:35  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 15-Jul-2024 18:12:35  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 15-Jul-2024 18:12:35  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:35  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:35  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 15-Jul-2024 18:12:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 15-Jul-2024 18:12:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 15-Jul-2024 18:12:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 15-Jul-2024 18:12:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 15-Jul-2024 18:12:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:35  build 15-Jul-2024 18:12:35  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 15-Jul-2024 18:12:35  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 15-Jul-2024 18:12:36  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 15-Jul-2024 18:12:36  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 15-Jul-2024 18:12:36  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 15-Jul-2024 18:12:36  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:36  build 15-Jul-2024 18:12:36 phpBB > old-version-diff: build 15-Jul-2024 18:12:36  build 15-Jul-2024 18:12:36  [echo] Retrieving version 3.1.6 build 15-Jul-2024 18:12:36  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 15-Jul-2024 18:12:36  build 15-Jul-2024 18:12:36 phpBB > export: build 15-Jul-2024 18:12:36  build 15-Jul-2024 18:12:37  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 15-Jul-2024 18:12:37  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:37  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:37  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 15-Jul-2024 18:12:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 15-Jul-2024 18:12:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 15-Jul-2024 18:12:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 15-Jul-2024 18:12:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 15-Jul-2024 18:12:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:37 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 15-Jul-2024 18:12:37  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 15-Jul-2024 18:12:37  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:37 phpBB > old-version-diff: build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:37  [echo] Retrieving version 3.1.7 build 15-Jul-2024 18:12:37  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:37 phpBB > export: build 15-Jul-2024 18:12:37  build 15-Jul-2024 18:12:38  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 15-Jul-2024 18:12:38  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:38  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:38  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 15-Jul-2024 18:12:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 15-Jul-2024 18:12:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 15-Jul-2024 18:12:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 15-Jul-2024 18:12:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 15-Jul-2024 18:12:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:38 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 15-Jul-2024 18:12:38  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 15-Jul-2024 18:12:38  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:38 phpBB > old-version-diff: build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:38  [echo] Retrieving version 3.1.7-pl1 build 15-Jul-2024 18:12:38  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:38 phpBB > export: build 15-Jul-2024 18:12:38  build 15-Jul-2024 18:12:39  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 15-Jul-2024 18:12:39  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:39  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:39  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 15-Jul-2024 18:12:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 15-Jul-2024 18:12:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 15-Jul-2024 18:12:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 15-Jul-2024 18:12:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 15-Jul-2024 18:12:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:39  build 15-Jul-2024 18:12:39 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:39  build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 15-Jul-2024 18:12:39  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 15-Jul-2024 18:12:39  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40 phpBB > old-version-diff: build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40  [echo] Retrieving version 3.1.8 build 15-Jul-2024 18:12:40  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40 phpBB > export: build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 15-Jul-2024 18:12:40  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:40  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:40  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 15-Jul-2024 18:12:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 15-Jul-2024 18:12:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 15-Jul-2024 18:12:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 15-Jul-2024 18:12:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 15-Jul-2024 18:12:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:40  build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 15-Jul-2024 18:12:40  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 15-Jul-2024 18:12:40  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:44  build 15-Jul-2024 18:12:44 phpBB > old-version-diff: build 15-Jul-2024 18:12:44  build 15-Jul-2024 18:12:44  [echo] Retrieving version 3.1.9 build 15-Jul-2024 18:12:44  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 15-Jul-2024 18:12:44  build 15-Jul-2024 18:12:44 phpBB > export: build 15-Jul-2024 18:12:44  build 15-Jul-2024 18:12:45  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 15-Jul-2024 18:12:45  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:45  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:45  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 15-Jul-2024 18:12:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 15-Jul-2024 18:12:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 15-Jul-2024 18:12:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 15-Jul-2024 18:12:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 15-Jul-2024 18:12:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:45  build 15-Jul-2024 18:12:45 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:45  build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 15-Jul-2024 18:12:45  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 15-Jul-2024 18:12:45  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46 phpBB > old-version-diff: build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46  [echo] Retrieving version 3.1.10 build 15-Jul-2024 18:12:46  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46 phpBB > export: build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 15-Jul-2024 18:12:46  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:46  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:46  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 15-Jul-2024 18:12:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 15-Jul-2024 18:12:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 15-Jul-2024 18:12:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 15-Jul-2024 18:12:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 15-Jul-2024 18:12:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:46  build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 15-Jul-2024 18:12:46  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 15-Jul-2024 18:12:46  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47 phpBB > old-version-diff: build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47  [echo] Retrieving version 3.1.11 build 15-Jul-2024 18:12:47  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47 phpBB > export: build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 15-Jul-2024 18:12:47  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:47  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:47  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 15-Jul-2024 18:12:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 15-Jul-2024 18:12:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 15-Jul-2024 18:12:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 15-Jul-2024 18:12:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 15-Jul-2024 18:12:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:47  build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 15-Jul-2024 18:12:47  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 15-Jul-2024 18:12:47  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48 phpBB > old-version-diff: build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48  [echo] Retrieving version 3.1.12 build 15-Jul-2024 18:12:48  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48 phpBB > export: build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 15-Jul-2024 18:12:48  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 15-Jul-2024 18:12:48  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 15-Jul-2024 18:12:48  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 15-Jul-2024 18:12:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 15-Jul-2024 18:12:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 15-Jul-2024 18:12:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 15-Jul-2024 18:12:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 15-Jul-2024 18:12:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:48  build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 15-Jul-2024 18:12:48  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 15-Jul-2024 18:12:48  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:49  build 15-Jul-2024 18:12:49 phpBB > old-version-diff: build 15-Jul-2024 18:12:49  build 15-Jul-2024 18:12:49  [echo] Retrieving version 3.2.0 build 15-Jul-2024 18:12:49  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 15-Jul-2024 18:12:49  build 15-Jul-2024 18:12:49 phpBB > export: build 15-Jul-2024 18:12:49  build 15-Jul-2024 18:12:49 Cloning into 'viglink'... build 15-Jul-2024 18:12:50 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:50 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:50 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:50 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:50 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:50 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:50 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:50 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:50 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:50 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:50 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:50 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:50 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:50 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:50 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:50 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:50 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:50 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:50 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:50 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:50 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:50 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:50 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:50 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:50 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:50 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:50 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:50 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:50 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:50 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:50 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:50 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:50 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:50 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:50 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:50 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:50 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:50 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:50 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:50 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:50 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:50 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:50 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:50 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:50 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:50 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:50 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:50 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:50 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:50 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:50 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:50 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:50 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:50 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:50 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:50 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:50 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:50 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:50 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:50 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:50 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:50 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:50 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:50 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:50 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:50 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:50 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:50 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:50 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:50 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:50 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:50 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:50 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:50 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:50 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:50 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:50 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:50 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:50 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:50 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:50 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:50 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:50 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:50 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:50 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:50 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:50 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:50 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:50 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:50 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:50 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:50 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:50 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:50 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:50 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:50 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:50 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:50 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:50 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:50 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:50 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:50 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:50 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:50 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:50 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:50 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:50 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:50 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.34 MiB/s, done. build 15-Jul-2024 18:12:50 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:50 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:50 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:50 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:50 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:50 Resolving deltas: 5% (30/579) build 15-Jul-2024 18:12:50 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:50 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:50 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:50 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:50 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:50 Resolving deltas: 11% (65/579) build 15-Jul-2024 18:12:50 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:50 Resolving deltas: 13% (77/579) build 15-Jul-2024 18:12:50 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:50 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:50 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:50 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:50 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:50 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:50 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:50 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:50 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:50 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:12:50 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:50 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:50 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:50 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:50 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:50 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:50 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:50 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:50 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:50 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:50 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:50 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:50 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:50 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:50 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:12:50 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:50 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:50 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:50 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:50 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:50 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:50 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:50 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:50 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:50 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:50 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:50 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:50 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:50 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:50 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:50 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:50 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:50 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:50 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:50 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:50 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:50 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:50 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:50 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:50 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:50 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:50 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:12:50 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:50 Resolving deltas: 67% (389/579) build 15-Jul-2024 18:12:50 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:50 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:50 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:50 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:50 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:50 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:50 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:50 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:50 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:50 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:50 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:50 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:50 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:50 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:50 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:50 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:50 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:50 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:12:50 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:50 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:50 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:50 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:50 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:50 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:50 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:50 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:50 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:50 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:50 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:50 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:50 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:50 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:50 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:50 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:50 Note: switching to 'release-phpbb-3.2.0'. build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:50 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:50 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:50 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 git switch -c build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 Or undo this operation with: build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 git switch - build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:50 build 15-Jul-2024 18:12:50 HEAD is now at 5441364 Update version to 1.0.0 build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:50  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:50  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:50  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:50  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:50  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 15-Jul-2024 18:12:50  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 15-Jul-2024 18:12:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 15-Jul-2024 18:12:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 15-Jul-2024 18:12:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 15-Jul-2024 18:12:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 15-Jul-2024 18:12:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:50  build 15-Jul-2024 18:12:50 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:50  build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 15-Jul-2024 18:12:50  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 15-Jul-2024 18:12:50  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:51  build 15-Jul-2024 18:12:51 phpBB > old-version-diff: build 15-Jul-2024 18:12:51  build 15-Jul-2024 18:12:51  [echo] Retrieving version 3.2.1 build 15-Jul-2024 18:12:51  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 15-Jul-2024 18:12:51  build 15-Jul-2024 18:12:51 phpBB > export: build 15-Jul-2024 18:12:51  build 15-Jul-2024 18:12:51 Cloning into 'viglink'... build 15-Jul-2024 18:12:51 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:51 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:51 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:51 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:51 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:51 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:51 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:51 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:51 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:51 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:51 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:51 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:51 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:51 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:51 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:51 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:51 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:51 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:51 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:51 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:51 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:51 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:51 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:51 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:51 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:51 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:51 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:51 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:51 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:51 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:51 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:51 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:51 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:51 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:51 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:51 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:51 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:51 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:51 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:51 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:51 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:51 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:51 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:51 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:51 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:51 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:51 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:51 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:51 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:51 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:51 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:51 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:51 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:51 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:51 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:51 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:51 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:51 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:51 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:51 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:51 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:51 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:51 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:51 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:51 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:51 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:51 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:51 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:51 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:51 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:51 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:51 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:51 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:51 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:51 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:51 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:51 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:51 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:51 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:51 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:51 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:51 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:51 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:51 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:51 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:51 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:51 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:51 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:51 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:51 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:51 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:51 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:51 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:51 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:51 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:51 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:51 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:51 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:51 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:51 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:51 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:51 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:51 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:51 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:51 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:51 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:51 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:51 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.43 MiB/s, done. build 15-Jul-2024 18:12:51 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:51 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:51 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:51 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:51 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:51 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:51 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:51 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:51 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:51 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:51 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:51 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:51 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:51 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:12:51 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:51 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:51 Resolving deltas: 16% (94/579) build 15-Jul-2024 18:12:51 Resolving deltas: 17% (101/579) build 15-Jul-2024 18:12:51 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:51 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:51 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:51 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:51 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:51 Resolving deltas: 23% (135/579) build 15-Jul-2024 18:12:51 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:51 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:51 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:51 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:51 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:51 Resolving deltas: 29% (169/579) build 15-Jul-2024 18:12:51 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:51 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:51 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:51 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:51 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:51 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:51 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:51 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:51 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:12:51 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:51 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:51 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:51 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:51 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:51 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:51 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:51 Resolving deltas: 46% (268/579) build 15-Jul-2024 18:12:51 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:51 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:51 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:51 Resolving deltas: 50% (291/579) build 15-Jul-2024 18:12:51 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:51 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:51 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:51 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:51 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:51 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:51 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:51 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:51 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:51 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:51 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:51 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:51 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:51 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:51 Resolving deltas: 65% (378/579) build 15-Jul-2024 18:12:51 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:51 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:12:51 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:51 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:51 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:51 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:51 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:51 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:51 Resolving deltas: 74% (430/579) build 15-Jul-2024 18:12:51 Resolving deltas: 75% (436/579) build 15-Jul-2024 18:12:51 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:51 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:51 Resolving deltas: 78% (453/579) build 15-Jul-2024 18:12:51 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:51 Resolving deltas: 80% (465/579) build 15-Jul-2024 18:12:51 Resolving deltas: 81% (470/579) build 15-Jul-2024 18:12:51 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:51 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:51 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:51 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:12:51 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:51 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:51 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:51 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:51 Resolving deltas: 90% (523/579) build 15-Jul-2024 18:12:51 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:51 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:51 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:51 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:51 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:51 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:51 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:51 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:51 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:51 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:51 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:51 Note: switching to 'release-phpbb-3.2.1'. build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:51 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:51 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:51 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 git switch -c build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 Or undo this operation with: build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 git switch - build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:51 build 15-Jul-2024 18:12:51 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:51  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:51  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:51  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:51  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:51  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 15-Jul-2024 18:12:51  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 15-Jul-2024 18:12:51  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 15-Jul-2024 18:12:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 15-Jul-2024 18:12:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 15-Jul-2024 18:12:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 15-Jul-2024 18:12:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 15-Jul-2024 18:12:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:52  build 15-Jul-2024 18:12:52 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:52  build 15-Jul-2024 18:12:52  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 15-Jul-2024 18:12:52  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 15-Jul-2024 18:12:52  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 15-Jul-2024 18:12:52  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 15-Jul-2024 18:12:52  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 15-Jul-2024 18:12:52  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:53  build 15-Jul-2024 18:12:53 phpBB > old-version-diff: build 15-Jul-2024 18:12:53  build 15-Jul-2024 18:12:53  [echo] Retrieving version 3.2.2 build 15-Jul-2024 18:12:53  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 15-Jul-2024 18:12:53  build 15-Jul-2024 18:12:53 phpBB > export: build 15-Jul-2024 18:12:53  build 15-Jul-2024 18:12:53 Cloning into 'viglink'... build 15-Jul-2024 18:12:53 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:53 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:53 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:53 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:53 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:53 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:53 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:53 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:53 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:53 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:53 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:53 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:53 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:53 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:53 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:53 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:53 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:53 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:53 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:53 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:53 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:53 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:53 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:53 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:53 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:53 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:53 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:53 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:53 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:53 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:53 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:53 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:53 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:53 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:53 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:53 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:53 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:53 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:53 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:53 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:53 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:53 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:53 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:53 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:53 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:53 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:53 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:53 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:53 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:53 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:53 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:53 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:53 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:53 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:53 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:53 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:53 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:53 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:53 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:53 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:53 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:53 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:53 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:53 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:53 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:53 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:53 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:53 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:53 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:53 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:53 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:53 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:53 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:53 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:53 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:53 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:53 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:53 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:53 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:53 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:53 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:53 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:53 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:53 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:53 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:53 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:53 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:53 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:53 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:53 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:53 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:53 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:53 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:53 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:53 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:53 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:53 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:53 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:53 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:53 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:53 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:53 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:53 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:53 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:53 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:53 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:53 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:53 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 15-Jul-2024 18:12:53 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:53 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:53 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:53 Resolving deltas: 3% (19/579) build 15-Jul-2024 18:12:53 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:53 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:53 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:53 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:53 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:53 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:53 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:53 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:53 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:53 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:12:53 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:53 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:53 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:53 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:53 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:53 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:53 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:53 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:53 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:53 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:12:53 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:53 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:53 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:53 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:53 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:53 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:53 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:53 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:53 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:53 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:53 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:53 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:53 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:53 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:53 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:12:53 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:53 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:53 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:53 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:53 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:53 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:53 Resolving deltas: 45% (262/579) build 15-Jul-2024 18:12:53 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:53 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:53 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:53 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:53 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:53 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:53 Resolving deltas: 52% (303/579) build 15-Jul-2024 18:12:53 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:53 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:53 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:53 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:53 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:53 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:53 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:53 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:53 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:53 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:53 Resolving deltas: 63% (367/579) build 15-Jul-2024 18:12:53 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:53 Resolving deltas: 65% (378/579) build 15-Jul-2024 18:12:53 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:53 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:12:53 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:53 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:53 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:53 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:53 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:53 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:53 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:53 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:53 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:53 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:53 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:53 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:53 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:53 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:53 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:53 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:53 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:53 Resolving deltas: 85% (494/579) build 15-Jul-2024 18:12:53 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:53 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:53 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:53 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:53 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:53 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:53 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:53 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:53 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:53 Resolving deltas: 95% (552/579) build 15-Jul-2024 18:12:53 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:53 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:53 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:53 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:53 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:53 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:53 Note: switching to 'release-phpbb-3.2.2'. build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:53 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:53 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:53 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 git switch -c build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 Or undo this operation with: build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 git switch - build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:53 build 15-Jul-2024 18:12:53 HEAD is now at da2cda3 Update to 1.0.3 build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:53  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:53  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:53  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:53  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:53  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 15-Jul-2024 18:12:53  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 15-Jul-2024 18:12:53  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 15-Jul-2024 18:12:53  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 15-Jul-2024 18:12:53  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 15-Jul-2024 18:12:53  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 15-Jul-2024 18:12:53  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 15-Jul-2024 18:12:53  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:54  build 15-Jul-2024 18:12:54 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:54  build 15-Jul-2024 18:12:54  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 15-Jul-2024 18:12:54  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 15-Jul-2024 18:12:54  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 15-Jul-2024 18:12:54  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 15-Jul-2024 18:12:54  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 15-Jul-2024 18:12:54  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:55  build 15-Jul-2024 18:12:55 phpBB > old-version-diff: build 15-Jul-2024 18:12:55  build 15-Jul-2024 18:12:55  [echo] Retrieving version 3.2.3 build 15-Jul-2024 18:12:55  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 15-Jul-2024 18:12:55  build 15-Jul-2024 18:12:55 phpBB > export: build 15-Jul-2024 18:12:55  build 15-Jul-2024 18:12:55 Cloning into 'viglink'... build 15-Jul-2024 18:12:55 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:55 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:55 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:55 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:55 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:55 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:55 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:55 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:55 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:55 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:55 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:55 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:55 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:55 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:55 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:55 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:55 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:55 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:55 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:55 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:55 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:55 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:55 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:55 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:55 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:55 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:55 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:55 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:55 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:55 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:55 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:55 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:55 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:55 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:55 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:55 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:55 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:55 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:55 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:55 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:55 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:55 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:55 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:55 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:55 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:55 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:55 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:55 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:55 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:55 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:55 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:55 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:55 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:55 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:55 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:55 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:55 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:55 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:55 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:55 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:55 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:55 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:55 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:55 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:55 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:55 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:55 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:55 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:55 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:55 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:55 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:55 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:55 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:55 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:55 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:55 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:55 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:55 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:55 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:55 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:55 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:55 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:55 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:55 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:55 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:55 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:55 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:55 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:55 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:55 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:55 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:55 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:55 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:55 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:55 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:55 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:55 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:55 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:55 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:55 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:55 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:55 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:55 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:55 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:55 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:55 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:55 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:55 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.04 MiB/s, done. build 15-Jul-2024 18:12:55 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:55 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:55 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:55 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:55 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:55 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:55 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:55 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:55 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:55 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:55 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:55 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:55 Resolving deltas: 12% (71/579) build 15-Jul-2024 18:12:55 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:12:55 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:55 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:55 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:55 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:55 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:55 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:55 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:55 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:55 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:55 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:12:55 Resolving deltas: 24% (140/579) build 15-Jul-2024 18:12:55 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:55 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:55 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:55 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:55 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:55 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:55 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:55 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:55 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:55 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:55 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:55 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:55 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:55 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:12:55 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:55 Resolving deltas: 40% (233/579) build 15-Jul-2024 18:12:55 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:55 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:55 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:55 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:55 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:55 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:55 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:55 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:55 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:55 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:55 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:55 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:55 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:55 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:55 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:55 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:55 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:55 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:55 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:55 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:55 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:55 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:55 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:55 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:55 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:12:55 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:55 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:12:55 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:55 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:55 Resolving deltas: 70% (407/579) build 15-Jul-2024 18:12:55 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:55 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:55 Resolving deltas: 73% (425/579) build 15-Jul-2024 18:12:55 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:55 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:55 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:55 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:55 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:55 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:55 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:55 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:55 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:55 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:55 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:55 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:12:55 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:55 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:55 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:55 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:55 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:55 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:55 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:55 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:55 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:55 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:55 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:55 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:55 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:55 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:55 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:55 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:55 Note: switching to 'release-phpbb-3.2.3'. build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:55 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:55 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:55 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 git switch -c build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 Or undo this operation with: build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 git switch - build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:55 build 15-Jul-2024 18:12:55 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:55  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:55  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:55  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:55  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:55  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 15-Jul-2024 18:12:55  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 15-Jul-2024 18:12:56  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 15-Jul-2024 18:12:56  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 15-Jul-2024 18:12:56  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 15-Jul-2024 18:12:56  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 15-Jul-2024 18:12:56  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 15-Jul-2024 18:12:56  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:56 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 15-Jul-2024 18:12:56  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 15-Jul-2024 18:12:56  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:56 phpBB > old-version-diff: build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:56  [echo] Retrieving version 3.2.4 build 15-Jul-2024 18:12:56  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:56 phpBB > export: build 15-Jul-2024 18:12:56  build 15-Jul-2024 18:12:57 Cloning into 'viglink'... build 15-Jul-2024 18:12:57 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:57 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:57 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:57 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:57 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:57 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:57 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:57 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:57 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:57 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:57 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:57 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:57 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:57 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:57 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:57 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:57 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:57 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:57 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:57 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:57 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:57 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:57 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:57 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:57 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:57 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:57 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:57 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:57 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:57 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:57 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:57 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:57 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:57 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:57 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:57 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:57 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:57 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:57 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:57 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:57 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:57 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:57 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:57 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:57 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:57 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:57 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:57 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:57 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:57 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:57 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:57 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:57 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:57 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:57 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:57 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:57 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:57 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:57 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:57 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:57 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:57 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:57 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:57 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:57 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:57 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:57 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:57 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:57 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:57 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:57 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:57 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:57 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:57 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:57 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:57 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:57 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:57 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:57 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:57 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:57 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:57 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:57 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:57 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:57 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:57 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:57 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:57 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:57 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:57 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:57 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:57 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:57 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:57 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:57 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:57 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:57 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:57 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:57 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:57 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:57 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:57 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:57 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:57 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:57 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:57 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:57 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:57 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.00 MiB/s, done. build 15-Jul-2024 18:12:57 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:57 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:57 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:57 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:57 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:57 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:57 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:57 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:57 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:57 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:57 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:57 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:57 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:57 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:12:57 Resolving deltas: 14% (83/579) build 15-Jul-2024 18:12:57 Resolving deltas: 15% (88/579) build 15-Jul-2024 18:12:57 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:57 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:57 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:57 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:12:57 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:57 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:57 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:57 Resolving deltas: 23% (135/579) build 15-Jul-2024 18:12:57 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:57 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:57 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:57 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:57 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:57 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:57 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:57 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:12:57 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:57 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:57 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:57 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:57 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:12:57 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:57 Resolving deltas: 38% (222/579) build 15-Jul-2024 18:12:57 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:57 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:57 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:57 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:57 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:57 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:57 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:57 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:57 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:57 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:57 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:57 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:57 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:57 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:57 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:57 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:57 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:57 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:57 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:57 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:57 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:57 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:57 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:57 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:57 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:57 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:57 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:12:57 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:57 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:12:57 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:57 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:57 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:57 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:57 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:57 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:57 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:57 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:57 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:57 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:57 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:57 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:57 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:57 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:57 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:57 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:57 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:57 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:12:57 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:57 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:57 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:57 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:57 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:57 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:57 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:57 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:57 Resolving deltas: 94% (546/579) build 15-Jul-2024 18:12:57 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:57 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:57 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:57 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:57 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:57 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:57 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:57 Note: switching to 'release-phpbb-3.2.4'. build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:57 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:57 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:57 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 git switch -c build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 Or undo this operation with: build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 git switch - build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:57 build 15-Jul-2024 18:12:57 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:57  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:57  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:57  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:57  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:57  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 15-Jul-2024 18:12:57  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 15-Jul-2024 18:12:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 15-Jul-2024 18:12:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 15-Jul-2024 18:12:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 15-Jul-2024 18:12:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 15-Jul-2024 18:12:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:57  build 15-Jul-2024 18:12:57 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:57  build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 15-Jul-2024 18:12:57  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 15-Jul-2024 18:12:57  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 15-Jul-2024 18:12:58  build 15-Jul-2024 18:12:58 phpBB > old-version-diff: build 15-Jul-2024 18:12:58  build 15-Jul-2024 18:12:58  [echo] Retrieving version 3.2.5 build 15-Jul-2024 18:12:58  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 15-Jul-2024 18:12:58  build 15-Jul-2024 18:12:58 phpBB > export: build 15-Jul-2024 18:12:58  build 15-Jul-2024 18:12:58 Cloning into 'viglink'... build 15-Jul-2024 18:12:59 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:12:59 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:12:59 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:12:59 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:12:59 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:12:59 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:12:59 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:12:59 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:12:59 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:12:59 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:12:59 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:12:59 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:12:59 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:12:59 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:12:59 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:12:59 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:12:59 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:12:59 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:12:59 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:12:59 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:12:59 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:12:59 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:12:59 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:12:59 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:12:59 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:12:59 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:12:59 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:12:59 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:12:59 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:12:59 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:12:59 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:12:59 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:12:59 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:12:59 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:12:59 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:12:59 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:12:59 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:12:59 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:12:59 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:12:59 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:12:59 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:12:59 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:12:59 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:12:59 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:12:59 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:12:59 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:12:59 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:12:59 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:12:59 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:12:59 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:12:59 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:12:59 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:12:59 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:12:59 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:12:59 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:12:59 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:12:59 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:12:59 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:12:59 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:12:59 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:12:59 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:12:59 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:12:59 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:12:59 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:12:59 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:12:59 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:12:59 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:12:59 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:12:59 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:12:59 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:12:59 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:12:59 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:12:59 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:12:59 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:12:59 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:12:59 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:12:59 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:12:59 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:12:59 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:12:59 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:12:59 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:12:59 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:12:59 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:12:59 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:12:59 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:12:59 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:12:59 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:12:59 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:12:59 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:12:59 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:12:59 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:12:59 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:12:59 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:12:59 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:12:59 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:12:59 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:12:59 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:12:59 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:12:59 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:12:59 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:12:59 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:12:59 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:12:59 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:12:59 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:12:59 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:12:59 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:12:59 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:12:59 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 15-Jul-2024 18:12:59 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:12:59 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:12:59 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:12:59 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:12:59 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:12:59 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:12:59 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:12:59 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:12:59 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:12:59 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:12:59 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:12:59 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:12:59 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:12:59 Resolving deltas: 13% (77/579) build 15-Jul-2024 18:12:59 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:12:59 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:12:59 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:12:59 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:12:59 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:12:59 Resolving deltas: 19% (112/579) build 15-Jul-2024 18:12:59 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:12:59 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:12:59 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:12:59 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:12:59 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:12:59 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:12:59 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:12:59 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:12:59 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:12:59 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:12:59 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:12:59 Resolving deltas: 31% (181/579) build 15-Jul-2024 18:12:59 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:12:59 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:12:59 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:12:59 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:12:59 Resolving deltas: 36% (210/579) build 15-Jul-2024 18:12:59 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:12:59 Resolving deltas: 38% (222/579) build 15-Jul-2024 18:12:59 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:12:59 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:12:59 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:12:59 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:12:59 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:12:59 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:12:59 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:12:59 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:12:59 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:12:59 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:12:59 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:12:59 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:12:59 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:12:59 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:12:59 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:12:59 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:12:59 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:12:59 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:12:59 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:12:59 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:12:59 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:12:59 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:12:59 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:12:59 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:12:59 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:12:59 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:12:59 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:12:59 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:12:59 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:12:59 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:12:59 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:12:59 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:12:59 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:12:59 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:12:59 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:12:59 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:12:59 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:12:59 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:12:59 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:12:59 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:12:59 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:12:59 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:12:59 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:12:59 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:12:59 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:12:59 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:12:59 Resolving deltas: 85% (494/579) build 15-Jul-2024 18:12:59 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:12:59 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:12:59 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:12:59 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:12:59 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:12:59 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:12:59 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:12:59 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:12:59 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:12:59 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:12:59 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:12:59 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:12:59 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:12:59 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:12:59 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:12:59 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:12:59 Note: switching to 'release-phpbb-3.2.5'. build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:12:59 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:12:59 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:12:59 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 git switch -c build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 Or undo this operation with: build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 git switch - build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:12:59 build 15-Jul-2024 18:12:59 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 15-Jul-2024 18:12:59  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:12:59  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:12:59  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:12:59  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 15-Jul-2024 18:12:59  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 15-Jul-2024 18:12:59  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 15-Jul-2024 18:12:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 15-Jul-2024 18:12:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 15-Jul-2024 18:12:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 15-Jul-2024 18:12:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 15-Jul-2024 18:12:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:12:59  build 15-Jul-2024 18:12:59 phpBB > clean-diff-dir: build 15-Jul-2024 18:12:59  build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 15-Jul-2024 18:12:59  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 15-Jul-2024 18:12:59  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:00  build 15-Jul-2024 18:13:00 phpBB > old-version-diff: build 15-Jul-2024 18:13:00  build 15-Jul-2024 18:13:00  [echo] Retrieving version 3.2.6 build 15-Jul-2024 18:13:00  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 15-Jul-2024 18:13:00  build 15-Jul-2024 18:13:00 phpBB > export: build 15-Jul-2024 18:13:00  build 15-Jul-2024 18:13:00 Cloning into 'viglink'... build 15-Jul-2024 18:13:01 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:01 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:01 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:01 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:01 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:01 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:01 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:01 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:01 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:01 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:01 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:01 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:01 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:01 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:01 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:01 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:01 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:01 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:01 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:01 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:01 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:01 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:01 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:01 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:01 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:01 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:01 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:01 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:01 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:01 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:01 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:01 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:01 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:01 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:01 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:01 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:01 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:01 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:01 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:01 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:01 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:01 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:01 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:01 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:01 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:01 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:01 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:01 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:01 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:01 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:01 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:01 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:01 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:01 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:01 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:01 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:01 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:01 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:01 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:01 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:01 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:01 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:01 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:01 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:01 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:01 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:01 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:01 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:01 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:01 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:01 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:01 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:01 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:01 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:01 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:01 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:01 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:01 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:01 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:01 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:01 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:01 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:01 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:01 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:01 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:01 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:01 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:01 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:01 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:01 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:01 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:01 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:01 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:01 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:01 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:01 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:01 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:01 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:01 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:01 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:01 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:01 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:01 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:01 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:01 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:01 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:01 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:01 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.56 MiB/s, done. build 15-Jul-2024 18:13:01 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:01 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:01 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:01 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:01 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:01 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:01 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:01 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:01 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:01 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:01 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:01 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:01 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:01 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:01 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:01 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:01 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:01 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:01 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:01 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:01 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:01 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:01 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:01 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:01 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:01 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:01 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:01 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:01 Resolving deltas: 28% (164/579) build 15-Jul-2024 18:13:01 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:01 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:01 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:01 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:01 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:01 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:01 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:01 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:01 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:01 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:01 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:01 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:01 Resolving deltas: 41% (239/579) build 15-Jul-2024 18:13:01 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:01 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:01 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:01 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:01 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:01 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:01 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:01 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:01 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:01 Resolving deltas: 51% (297/579) build 15-Jul-2024 18:13:01 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:01 Resolving deltas: 53% (308/579) build 15-Jul-2024 18:13:01 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:01 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:01 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:01 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:01 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:01 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:01 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:01 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:01 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:01 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:01 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:01 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:01 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:01 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:01 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:01 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:01 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:01 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:01 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:01 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:01 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:01 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:01 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:01 Resolving deltas: 77% (448/579) build 15-Jul-2024 18:13:01 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:01 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:01 Resolving deltas: 80% (465/579) build 15-Jul-2024 18:13:01 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:01 Resolving deltas: 82% (476/579) build 15-Jul-2024 18:13:01 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:01 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:01 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:01 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:01 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:01 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:01 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:01 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:01 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:01 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:01 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:01 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:01 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:01 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:01 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:01 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:01 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:01 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:01 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:01 Note: switching to 'release-phpbb-3.2.6'. build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:01 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:01 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:01 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 git switch -c build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 Or undo this operation with: build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 git switch - build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:01 build 15-Jul-2024 18:13:01 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:01  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:01  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:01  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:01  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:01  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 15-Jul-2024 18:13:01  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 15-Jul-2024 18:13:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 15-Jul-2024 18:13:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 15-Jul-2024 18:13:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 15-Jul-2024 18:13:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 15-Jul-2024 18:13:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:01  build 15-Jul-2024 18:13:01 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:01  build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 15-Jul-2024 18:13:01  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 15-Jul-2024 18:13:01  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:02  build 15-Jul-2024 18:13:02 phpBB > old-version-diff: build 15-Jul-2024 18:13:02  build 15-Jul-2024 18:13:02  [echo] Retrieving version 3.2.7 build 15-Jul-2024 18:13:02  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 15-Jul-2024 18:13:02  build 15-Jul-2024 18:13:02 phpBB > export: build 15-Jul-2024 18:13:02  build 15-Jul-2024 18:13:02 Cloning into 'viglink'... build 15-Jul-2024 18:13:03 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:03 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:03 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:03 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:03 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:03 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:03 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:03 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:03 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:03 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:03 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:03 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:03 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:03 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:03 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:03 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:03 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:03 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:03 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:03 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:03 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:03 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:03 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:03 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:03 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:03 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:03 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:03 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:03 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:03 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:03 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:03 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:03 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:03 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:03 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:03 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:03 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:03 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:03 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:03 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:03 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:03 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:03 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:03 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:03 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:03 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:03 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:03 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:03 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:03 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:03 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:03 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:03 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:03 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:03 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:03 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:03 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:03 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:03 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:03 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:03 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:03 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:03 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:03 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:03 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:03 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:03 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:03 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:03 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:03 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:03 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:03 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:03 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:03 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:03 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:03 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:03 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:03 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:03 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:03 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:03 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:03 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:03 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:03 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:03 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:03 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:03 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:03 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:03 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:03 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:03 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:03 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:03 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:03 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:03 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:03 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:03 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:03 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:03 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:03 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:03 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:03 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:03 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:03 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:03 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:03 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:03 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:03 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 15-Jul-2024 18:13:03 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:03 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:03 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:03 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:03 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:03 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:03 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:03 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:03 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:03 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:03 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:03 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:03 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:03 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:03 Resolving deltas: 14% (83/579) build 15-Jul-2024 18:13:03 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:03 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:03 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:03 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:03 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:03 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:03 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:03 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:03 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:03 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:03 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:03 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:03 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:03 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:03 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:03 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:03 Resolving deltas: 31% (181/579) build 15-Jul-2024 18:13:03 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:03 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:03 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:03 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:03 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:03 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:03 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:03 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:03 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:03 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:03 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:03 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:03 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:03 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:03 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:03 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:03 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:03 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:03 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:03 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:03 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:03 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:03 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:03 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:03 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:03 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:03 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:03 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:03 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:03 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:03 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:03 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:03 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:03 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:03 Resolving deltas: 66% (384/579) build 15-Jul-2024 18:13:03 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:03 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:03 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:03 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:03 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:03 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:03 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:03 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:03 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:03 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:03 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:03 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:03 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:03 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:03 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:03 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:03 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:03 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:03 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:03 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:03 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:03 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:03 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:03 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:03 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:03 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:03 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:03 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:03 Resolving deltas: 95% (552/579) build 15-Jul-2024 18:13:03 Resolving deltas: 96% (557/579) build 15-Jul-2024 18:13:03 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:03 Resolving deltas: 98% (569/579) build 15-Jul-2024 18:13:03 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:03 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:03 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:03 Note: switching to 'release-phpbb-3.2.7'. build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:03 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:03 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:03 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 git switch -c build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 Or undo this operation with: build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 git switch - build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:03 build 15-Jul-2024 18:13:03 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:03  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:03  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:03  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:03  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:03  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 15-Jul-2024 18:13:03  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 15-Jul-2024 18:13:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 15-Jul-2024 18:13:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 15-Jul-2024 18:13:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 15-Jul-2024 18:13:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 15-Jul-2024 18:13:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:03  build 15-Jul-2024 18:13:03 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:03  build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 15-Jul-2024 18:13:03  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 15-Jul-2024 18:13:03  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:04  build 15-Jul-2024 18:13:04 phpBB > old-version-diff: build 15-Jul-2024 18:13:04  build 15-Jul-2024 18:13:04  [echo] Retrieving version 3.2.8 build 15-Jul-2024 18:13:04  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 15-Jul-2024 18:13:04  build 15-Jul-2024 18:13:04 phpBB > export: build 15-Jul-2024 18:13:04  build 15-Jul-2024 18:13:04 Cloning into 'viglink'... build 15-Jul-2024 18:13:05 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:05 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:05 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:05 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:05 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:05 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:05 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:05 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:05 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:05 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:05 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:05 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:05 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:05 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:05 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:05 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:05 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:05 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:05 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:05 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:05 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:05 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:05 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:05 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:05 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:05 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:05 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:05 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:05 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:05 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:05 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:05 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:05 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:05 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:05 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:05 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:05 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:05 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:05 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:05 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:05 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:05 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:05 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:05 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:05 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:05 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:05 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:05 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:05 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:05 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:05 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:05 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:05 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:05 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:05 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:05 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:05 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:05 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:05 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:05 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:05 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:05 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:05 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:05 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:05 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:05 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:05 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:05 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:05 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:05 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:05 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:05 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:05 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:05 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:05 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:05 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:05 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:05 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:05 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:05 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:05 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:05 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:05 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:05 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:05 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:05 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:05 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:05 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:05 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:05 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:05 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:05 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:05 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:05 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:05 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:05 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:05 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:05 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:05 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:05 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:05 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:05 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:05 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:05 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:05 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:05 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:05 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:05 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 15-Jul-2024 18:13:05 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:05 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:05 Resolving deltas: 2% (13/579) build 15-Jul-2024 18:13:05 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:05 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:05 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:05 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:05 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:05 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:05 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:05 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:05 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:05 Resolving deltas: 12% (72/579) build 15-Jul-2024 18:13:05 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:05 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:05 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:05 Resolving deltas: 16% (94/579) build 15-Jul-2024 18:13:05 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:05 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:05 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:05 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:05 Resolving deltas: 21% (123/579) build 15-Jul-2024 18:13:05 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:05 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:05 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:05 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:05 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:05 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:05 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:05 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:05 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:05 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:05 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:05 Resolving deltas: 33% (193/579) build 15-Jul-2024 18:13:05 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:05 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:05 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:05 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:05 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:05 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:05 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:05 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:05 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:05 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:05 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:05 Resolving deltas: 45% (262/579) build 15-Jul-2024 18:13:05 Resolving deltas: 46% (268/579) build 15-Jul-2024 18:13:05 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:05 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:05 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:05 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:05 Resolving deltas: 51% (297/579) build 15-Jul-2024 18:13:05 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:05 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:05 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:05 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:05 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:05 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:05 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:05 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:05 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:05 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:05 Resolving deltas: 62% (360/579) build 15-Jul-2024 18:13:05 Resolving deltas: 63% (366/579) build 15-Jul-2024 18:13:05 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:05 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:05 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:05 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:05 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:05 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:05 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:05 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:05 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:05 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:05 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:05 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:05 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:05 Resolving deltas: 77% (447/579) build 15-Jul-2024 18:13:05 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:05 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:05 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:05 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:05 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:05 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:05 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:05 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:05 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:05 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:05 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:05 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:05 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:05 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:05 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:05 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:05 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:05 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:05 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:05 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:05 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:05 Resolving deltas: 99% (575/579) build 15-Jul-2024 18:13:05 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:05 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:05 Note: switching to 'release-phpbb-3.2.8'. build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:05 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:05 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:05 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 git switch -c build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 Or undo this operation with: build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 git switch - build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:05 build 15-Jul-2024 18:13:05 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:05  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:05  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:05  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:05  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:05  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 15-Jul-2024 18:13:05  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 15-Jul-2024 18:13:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 15-Jul-2024 18:13:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 15-Jul-2024 18:13:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 15-Jul-2024 18:13:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 15-Jul-2024 18:13:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:05 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 15-Jul-2024 18:13:05  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 15-Jul-2024 18:13:05  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:05 phpBB > old-version-diff: build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:05  [echo] Retrieving version 3.2.9 build 15-Jul-2024 18:13:05  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:05 phpBB > export: build 15-Jul-2024 18:13:05  build 15-Jul-2024 18:13:06 Cloning into 'viglink'... build 15-Jul-2024 18:13:06 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:06 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:06 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:06 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:06 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:06 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:06 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:06 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:06 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:06 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:06 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:06 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:06 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:06 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:06 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:06 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:06 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:06 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:06 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:06 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:06 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:06 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:06 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:06 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:06 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:06 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:06 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:06 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:06 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:06 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:06 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:06 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:06 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:06 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:06 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:06 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:06 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:06 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:06 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:06 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:06 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:06 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:06 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:06 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:06 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:06 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:06 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:06 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:06 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:06 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:06 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:06 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:06 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:06 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:06 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:06 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:06 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:06 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:06 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:06 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:06 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:06 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:06 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:06 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:06 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:06 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:06 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:06 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:06 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:06 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:06 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:06 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:06 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:06 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:06 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:06 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:06 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:06 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:06 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:06 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:06 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:06 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:06 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:06 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:06 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:06 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:06 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:06 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:06 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:06 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:06 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:06 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:06 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:06 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:06 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:06 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:06 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:06 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:06 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:06 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:06 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:06 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:06 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:06 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:06 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:06 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:06 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:06 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.33 MiB/s, done. build 15-Jul-2024 18:13:06 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:06 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:06 Resolving deltas: 2% (13/579) build 15-Jul-2024 18:13:06 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:06 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:06 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:06 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:06 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:06 Resolving deltas: 8% (48/579) build 15-Jul-2024 18:13:06 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:06 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:06 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:06 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:06 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:06 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:06 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:06 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:06 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:06 Resolving deltas: 18% (106/579) build 15-Jul-2024 18:13:06 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:06 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:06 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:06 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:06 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:06 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:06 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:06 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:06 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:06 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:06 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:06 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:06 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:06 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:06 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:06 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:06 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:06 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:06 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:06 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:06 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:06 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:06 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:06 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:06 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:06 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:06 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:06 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:06 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:06 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:06 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:06 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:06 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:06 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:06 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:06 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:06 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:06 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:06 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:06 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:06 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:06 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:06 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:06 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:06 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:06 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:06 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:06 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:06 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:06 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:06 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:06 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:06 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:06 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:06 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:06 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:06 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:06 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:06 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:06 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:06 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:06 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:06 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:06 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:06 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:06 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:06 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:06 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:06 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:06 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:06 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:06 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:06 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:06 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:06 Resolving deltas: 93% (540/579) build 15-Jul-2024 18:13:06 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:06 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:06 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:06 Resolving deltas: 97% (563/579) build 15-Jul-2024 18:13:06 Resolving deltas: 98% (569/579) build 15-Jul-2024 18:13:06 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:06 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:06 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:06 Note: switching to 'release-phpbb-3.2.9'. build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:06 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:06 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:06 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 git switch -c build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 Or undo this operation with: build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 git switch - build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:06 build 15-Jul-2024 18:13:06 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 15-Jul-2024 18:13:06  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:06  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:06  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:06  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:06  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:06  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:06  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:06  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 15-Jul-2024 18:13:06  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 15-Jul-2024 18:13:07  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 15-Jul-2024 18:13:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 15-Jul-2024 18:13:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 15-Jul-2024 18:13:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 15-Jul-2024 18:13:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 15-Jul-2024 18:13:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:07 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 15-Jul-2024 18:13:07  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 15-Jul-2024 18:13:07  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:07 phpBB > old-version-diff: build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:07  [echo] Retrieving version 3.2.10 build 15-Jul-2024 18:13:07  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:07 phpBB > export: build 15-Jul-2024 18:13:07  build 15-Jul-2024 18:13:08 Cloning into 'viglink'... build 15-Jul-2024 18:13:08 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:08 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:08 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:08 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:08 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:08 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:08 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:08 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:08 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:08 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:08 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:08 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:08 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:08 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:08 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:08 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:08 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:08 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:08 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:08 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:08 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:08 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:08 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:08 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:08 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:08 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:08 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:08 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:08 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:08 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:08 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:08 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:08 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:08 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:08 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:08 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:08 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:08 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:08 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:08 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:08 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:08 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:08 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:08 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:08 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:08 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:08 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:08 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:08 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:08 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:08 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:08 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:08 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:08 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:08 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:08 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:08 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:08 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:08 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:08 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:08 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:08 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:08 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:08 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:08 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:08 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:08 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:08 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:08 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:08 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:08 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:08 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:08 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:08 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:08 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:08 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:08 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:08 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:08 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:08 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:08 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:08 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:08 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:08 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:08 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:08 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:08 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:08 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:08 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:08 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:08 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:08 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:08 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:08 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:08 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:08 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:08 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:08 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:08 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:08 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:08 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:08 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:08 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:08 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:08 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:08 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:08 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:08 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.23 MiB/s, done. build 15-Jul-2024 18:13:08 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:08 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:08 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:08 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:08 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:08 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:08 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:08 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:08 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:08 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:08 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:08 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:08 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:08 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:08 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:08 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:08 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:08 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:08 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:08 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:08 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:08 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:08 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:08 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:08 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:08 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:08 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:08 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:08 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:08 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:08 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:08 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:08 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:08 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:08 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:08 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:08 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:08 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:08 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:08 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:08 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:08 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:08 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:08 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:08 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:08 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:08 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:08 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:08 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:08 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:08 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:08 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:08 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:08 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:08 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:08 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:08 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:08 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:08 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:08 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:08 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:08 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:08 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:08 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:08 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:08 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:08 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:08 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:08 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:08 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:08 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:08 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:08 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:08 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:08 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:08 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:08 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:08 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:08 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:08 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:08 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:08 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:08 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:08 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:08 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:08 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:08 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:08 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:08 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:08 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:08 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:08 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:08 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:08 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:08 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:08 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:08 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:08 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:08 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:08 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:08 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:08 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:08 Note: switching to 'release-phpbb-3.2.10'. build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:08 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:08 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:08 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 git switch -c build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 Or undo this operation with: build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 git switch - build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:08 build 15-Jul-2024 18:13:08 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:08  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:08  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:08  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:08  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:08  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 15-Jul-2024 18:13:08  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 15-Jul-2024 18:13:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 15-Jul-2024 18:13:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 15-Jul-2024 18:13:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 15-Jul-2024 18:13:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 15-Jul-2024 18:13:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:08  build 15-Jul-2024 18:13:08 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:08  build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 15-Jul-2024 18:13:08  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 15-Jul-2024 18:13:08  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:09  build 15-Jul-2024 18:13:09 phpBB > old-version-diff: build 15-Jul-2024 18:13:09  build 15-Jul-2024 18:13:09  [echo] Retrieving version 3.2.11 build 15-Jul-2024 18:13:09  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 15-Jul-2024 18:13:09  build 15-Jul-2024 18:13:09 phpBB > export: build 15-Jul-2024 18:13:09  build 15-Jul-2024 18:13:09 Cloning into 'viglink'... build 15-Jul-2024 18:13:10 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:10 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:10 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:10 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:10 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:10 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:10 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:10 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:10 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:10 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:10 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:10 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:10 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:10 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:10 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:10 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:10 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:10 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:10 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:10 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:10 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:10 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:10 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:10 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:10 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:10 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:10 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:10 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:10 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:10 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:10 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:10 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:10 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:10 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:10 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:10 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:10 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:10 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:10 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:10 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:10 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:10 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:10 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:10 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:10 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:10 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:10 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:10 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:10 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:10 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:10 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:10 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:10 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:10 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:10 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:10 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:10 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:10 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:10 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:10 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:10 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:10 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:10 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:10 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:10 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:10 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:10 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:10 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:10 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:10 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:10 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:10 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:10 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:10 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:10 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:10 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:10 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:10 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:10 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:10 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:10 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:10 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:10 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:10 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:10 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:10 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:10 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:10 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:10 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:10 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:10 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:10 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:10 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:10 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:10 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:10 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:10 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:10 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:10 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:10 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:10 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:10 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:10 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:10 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:10 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:10 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:10 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:10 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.54 MiB/s, done. build 15-Jul-2024 18:13:10 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:10 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:10 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:10 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:10 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:10 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:10 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:10 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:10 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:10 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:10 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:10 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:10 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:10 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:10 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:10 Resolving deltas: 15% (88/579) build 15-Jul-2024 18:13:10 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:10 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:10 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:10 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:10 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:10 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:10 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:10 Resolving deltas: 23% (135/579) build 15-Jul-2024 18:13:10 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:10 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:10 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:10 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:10 Resolving deltas: 28% (164/579) build 15-Jul-2024 18:13:10 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:10 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:10 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:10 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:10 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:10 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:10 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:10 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:10 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:10 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:10 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:10 Resolving deltas: 40% (233/579) build 15-Jul-2024 18:13:10 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:10 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:10 Resolving deltas: 43% (250/579) build 15-Jul-2024 18:13:10 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:10 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:10 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:10 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:10 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:10 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:10 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:10 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:10 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:10 Resolving deltas: 53% (308/579) build 15-Jul-2024 18:13:10 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:10 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:10 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:10 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:10 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:10 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:10 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:10 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:10 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:10 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:10 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:10 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:10 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:10 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:10 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:10 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:10 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:10 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:10 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:10 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:10 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:10 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:10 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:10 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:10 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:10 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:10 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:10 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:10 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:10 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:10 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:10 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:10 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:10 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:10 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:10 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:10 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:10 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:10 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:10 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:10 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:10 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:10 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:10 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:10 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:10 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:10 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:10 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:10 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:10  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:10  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:10  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:10  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:10  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:10  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 15-Jul-2024 18:13:10  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 15-Jul-2024 18:13:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 15-Jul-2024 18:13:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 15-Jul-2024 18:13:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 15-Jul-2024 18:13:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 15-Jul-2024 18:13:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:10  build 15-Jul-2024 18:13:10 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:10  build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 15-Jul-2024 18:13:10  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 15-Jul-2024 18:13:10  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:11  build 15-Jul-2024 18:13:11 phpBB > old-version-diff: build 15-Jul-2024 18:13:11  build 15-Jul-2024 18:13:11  [echo] Retrieving version 3.3.0 build 15-Jul-2024 18:13:11  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 15-Jul-2024 18:13:11  build 15-Jul-2024 18:13:11 phpBB > export: build 15-Jul-2024 18:13:11  build 15-Jul-2024 18:13:11 Cloning into 'viglink'... build 15-Jul-2024 18:13:12 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:12 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:12 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:12 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:12 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:12 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:12 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:12 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:12 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:12 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:12 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:12 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:12 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:12 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:12 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:12 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:12 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:12 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:12 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:12 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:12 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:12 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:12 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:12 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:12 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:12 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:12 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:12 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:12 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:12 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:12 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:12 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:12 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:12 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:12 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:12 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:12 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:12 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:12 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:12 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:12 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:12 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:12 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:12 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:12 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:12 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:12 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:12 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:12 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:12 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:12 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:12 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:12 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:12 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:12 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:12 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:12 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:12 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:12 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:12 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:12 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:12 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:12 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:12 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:12 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:12 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:12 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:12 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:12 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:12 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:12 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:12 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:12 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:12 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:12 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:12 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:12 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:12 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:12 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:12 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:12 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:12 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:12 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:12 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:12 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:12 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:12 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:12 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:12 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:12 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:12 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:12 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:12 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:12 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:12 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:12 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:12 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:12 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:12 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:12 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:12 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:12 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:12 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:12 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:12 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:12 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:12 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:12 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.23 MiB/s, done. build 15-Jul-2024 18:13:12 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:12 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:12 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:12 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:12 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:12 Resolving deltas: 5% (30/579) build 15-Jul-2024 18:13:12 Resolving deltas: 6% (36/579) build 15-Jul-2024 18:13:12 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:12 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:12 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:12 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:12 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:12 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:12 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:12 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:12 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:12 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:12 Resolving deltas: 17% (100/579) build 15-Jul-2024 18:13:12 Resolving deltas: 18% (106/579) build 15-Jul-2024 18:13:12 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:12 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:12 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:12 Resolving deltas: 22% (129/579) build 15-Jul-2024 18:13:12 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:12 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:12 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:12 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:12 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:12 Resolving deltas: 28% (164/579) build 15-Jul-2024 18:13:12 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:12 Resolving deltas: 30% (175/579) build 15-Jul-2024 18:13:12 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:12 Resolving deltas: 32% (187/579) build 15-Jul-2024 18:13:12 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:12 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:12 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:12 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:12 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:12 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:12 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:12 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:12 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:12 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:12 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:12 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:12 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:12 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:12 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:12 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:12 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:12 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:12 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:12 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:12 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:12 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:12 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:12 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:12 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:12 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:12 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:12 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:12 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:12 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:12 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:12 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:12 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:12 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:12 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:12 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:12 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:12 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:12 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:12 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:12 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:12 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:12 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:12 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:12 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:12 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:12 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:12 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:12 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:12 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:12 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:12 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:12 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:12 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:12 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:12 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:12 Resolving deltas: 89% (517/579) build 15-Jul-2024 18:13:12 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:12 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:12 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:12 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:12 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:12 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:12 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:12 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:12 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:12 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:12 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:12 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:12 Note: switching to 'release-phpbb-3.3.0'. build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:12 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:12 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:12 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 git switch -c build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 Or undo this operation with: build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 git switch - build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:12 build 15-Jul-2024 18:13:12 HEAD is now at 6913153 Merge branch '3.2.x' build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:12  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 15-Jul-2024 18:13:12  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 15-Jul-2024 18:13:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 15-Jul-2024 18:13:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 15-Jul-2024 18:13:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 15-Jul-2024 18:13:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 15-Jul-2024 18:13:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:12  build 15-Jul-2024 18:13:12 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:12  build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 15-Jul-2024 18:13:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 15-Jul-2024 18:13:12  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:13  build 15-Jul-2024 18:13:13 phpBB > old-version-diff: build 15-Jul-2024 18:13:13  build 15-Jul-2024 18:13:13  [echo] Retrieving version 3.3.1 build 15-Jul-2024 18:13:13  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 15-Jul-2024 18:13:13  build 15-Jul-2024 18:13:13 phpBB > export: build 15-Jul-2024 18:13:13  build 15-Jul-2024 18:13:13 Cloning into 'viglink'... build 15-Jul-2024 18:13:13 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:13 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:13 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:13 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:13 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:13 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:13 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:13 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:13 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:13 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:13 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:13 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:13 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:13 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:13 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:13 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:13 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:13 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:13 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:13 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:13 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:13 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:13 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:13 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:13 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:13 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:13 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:13 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:13 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:13 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:13 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:13 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:13 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:13 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:13 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:13 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:13 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:13 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:13 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:13 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:13 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:13 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:13 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:13 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:13 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:13 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:13 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:13 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:13 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:13 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:13 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:13 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:13 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:13 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:13 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:13 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:13 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:13 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:13 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:13 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:13 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:13 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:13 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:13 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:13 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:13 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:13 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:13 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:13 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:13 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:13 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:13 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:13 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:13 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:13 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:13 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:13 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:13 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:13 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:13 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:13 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:13 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:13 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:13 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:13 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:13 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:13 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:13 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:13 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:13 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:13 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:13 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:13 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:13 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:13 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:13 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:13 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:13 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:13 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:13 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:13 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:13 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:13 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:13 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:13 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:13 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:13 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:13 Receiving objects: 100% (1127/1127), 216.86 KiB | 6.57 MiB/s, done. build 15-Jul-2024 18:13:13 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:13 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:13 Resolving deltas: 2% (13/579) build 15-Jul-2024 18:13:13 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:13 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:13 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:13 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:13 Resolving deltas: 7% (42/579) build 15-Jul-2024 18:13:13 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:13 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:13 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:13 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:13 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:13 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:13 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:13 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:13 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:13 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:13 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:13 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:13 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:13 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:13 Resolving deltas: 22% (129/579) build 15-Jul-2024 18:13:13 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:13 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:13 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:13 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:13 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:13 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:13 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:13 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:13 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:13 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:13 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:13 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:13 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:13 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:13 Resolving deltas: 37% (216/579) build 15-Jul-2024 18:13:13 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:13 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:13 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:13 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:13 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:13 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:13 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:13 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:13 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:13 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:13 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:13 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:13 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:13 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:13 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:13 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:13 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:13 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:13 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:13 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:13 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:13 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:13 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:13 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:13 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:13 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:13 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:13 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:13 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:13 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:13 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:13 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:13 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:13 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:13 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:13 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:13 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:13 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:13 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:13 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:13 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:13 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:13 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:13 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:13 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:13 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:13 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:13 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:13 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:13 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:13 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:13 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:13 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:13 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:13 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:13 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:13 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:13 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:13 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:13 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:13 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:13 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:13 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:13 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:13 Note: switching to 'release-phpbb-3.3.1'. build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 You are in 'detached HEAD' state. You can look around, make experimental build 15-Jul-2024 18:13:13 changes and commit them, and you can discard any commits you make in this build 15-Jul-2024 18:13:13 state without impacting any branches by switching back to a branch. build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 If you want to create a new branch to retain commits you create, you may build 15-Jul-2024 18:13:13 do so (now or later) by using -c with the switch command. Example: build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 git switch -c build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 Or undo this operation with: build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 git switch - build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 Turn off this advice by setting config variable advice.detachedHead to false build 15-Jul-2024 18:13:13 build 15-Jul-2024 18:13:13 HEAD is now at 6913153 Merge branch '3.2.x' build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 15-Jul-2024 18:13:13  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:13  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 15-Jul-2024 18:13:13  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:13  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:13  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 15-Jul-2024 18:13:13  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 15-Jul-2024 18:13:13  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 15-Jul-2024 18:13:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 15-Jul-2024 18:13:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 15-Jul-2024 18:13:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 15-Jul-2024 18:13:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 15-Jul-2024 18:13:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:14 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 15-Jul-2024 18:13:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 15-Jul-2024 18:13:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 15-Jul-2024 18:13:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 15-Jul-2024 18:13:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 15-Jul-2024 18:13:14  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:14 phpBB > old-version-diff: build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:14  [echo] Retrieving version 3.3.2 build 15-Jul-2024 18:13:14  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:14 phpBB > export: build 15-Jul-2024 18:13:14  build 15-Jul-2024 18:13:15 Cloning into 'viglink'... build 15-Jul-2024 18:13:15 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:15 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:15 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:15 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:15 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:15 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:15 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:15 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:15 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:15 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:15 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:15 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:15 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:15 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:15 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:15 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:15 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:15 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:15 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:15 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:15 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:15 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:15 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:15 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:15 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:15 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:15 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:15 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:15 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:15 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:15 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:15 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:15 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:15 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:15 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:15 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:15 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:15 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:15 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:15 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:15 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:15 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:15 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:15 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:15 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:15 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:15 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:15 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:15 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:15 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:15 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:15 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:15 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:15 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:15 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:15 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:15 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:15 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:15 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:15 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:15 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:15 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:15 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:15 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:15 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:15 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:15 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:15 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:15 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:15 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:15 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:15 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:15 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:15 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:15 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:15 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:15 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:15 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:15 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:15 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:15 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:15 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:15 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:15 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:15 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:15 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:15 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:15 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:15 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:15 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:15 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:15 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:15 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:15 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:15 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:15 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:15 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:15 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:15 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:15 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:15 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:15 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:15 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:15 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:15 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:15 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:15 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:15 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 15-Jul-2024 18:13:15 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:15 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:15 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:15 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:15 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:15 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:15 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:15 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:15 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:15 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:15 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:15 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:15 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:15 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:15 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:15 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:15 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:15 Resolving deltas: 17% (100/579) build 15-Jul-2024 18:13:15 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:15 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:15 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:15 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:15 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:15 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:15 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:15 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:15 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:15 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:15 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:15 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:15 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:15 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:15 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:15 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:15 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:15 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:15 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:15 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:15 Resolving deltas: 38% (222/579) build 15-Jul-2024 18:13:15 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:15 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:15 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:15 Resolving deltas: 42% (246/579) build 15-Jul-2024 18:13:15 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:15 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:15 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:15 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:15 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:15 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:15 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:15 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:15 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:15 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:15 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:15 Resolving deltas: 54% (314/579) build 15-Jul-2024 18:13:15 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:15 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:15 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:15 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:15 Resolving deltas: 59% (343/579) build 15-Jul-2024 18:13:15 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:15 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:15 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:15 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:15 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:15 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:15 Resolving deltas: 66% (384/579) build 15-Jul-2024 18:13:15 Resolving deltas: 67% (389/579) build 15-Jul-2024 18:13:15 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:15 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:15 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:15 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:15 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:15 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:15 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:15 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:15 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:15 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:15 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:15 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:15 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:15 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:15 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:15 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:15 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:15 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:15 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:15 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:15 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:15 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:15 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:15 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:15 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:15 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:15 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:15 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:15 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:15 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:15 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:15 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:15 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:15 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:15 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:15  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:15  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:15  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 15-Jul-2024 18:13:15  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 15-Jul-2024 18:13:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 15-Jul-2024 18:13:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 15-Jul-2024 18:13:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 15-Jul-2024 18:13:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 15-Jul-2024 18:13:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:15  build 15-Jul-2024 18:13:15 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:15  build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 15-Jul-2024 18:13:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 15-Jul-2024 18:13:15  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:16  build 15-Jul-2024 18:13:16 phpBB > old-version-diff: build 15-Jul-2024 18:13:16  build 15-Jul-2024 18:13:16  [echo] Retrieving version 3.3.3 build 15-Jul-2024 18:13:16  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 15-Jul-2024 18:13:16  build 15-Jul-2024 18:13:16 phpBB > export: build 15-Jul-2024 18:13:16  build 15-Jul-2024 18:13:16 Cloning into 'viglink'... build 15-Jul-2024 18:13:17 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:17 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:17 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:17 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:17 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:17 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:17 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:17 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:17 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:17 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:17 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:17 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:17 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:17 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:17 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:17 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:17 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:17 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:17 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:17 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:17 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:17 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:17 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:17 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:17 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:17 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:17 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:17 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:17 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:17 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:17 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:17 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:17 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:17 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:17 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:17 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:17 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:17 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:17 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:17 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:17 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:17 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:17 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:17 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:17 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:17 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:17 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:17 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:17 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:17 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:17 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:17 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:17 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:17 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:17 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:17 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:17 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:17 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:17 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:17 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:17 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:17 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:17 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:17 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:17 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:17 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:17 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:17 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:17 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:17 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:17 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:17 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:17 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:17 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:17 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:17 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:17 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:17 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:17 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:17 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:17 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:17 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:17 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:17 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:17 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:17 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:17 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:17 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:17 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:17 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:17 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:17 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:17 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:17 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:17 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:17 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:17 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:17 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:17 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:17 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:17 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:17 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:17 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:17 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:17 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:17 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:17 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:17 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 15-Jul-2024 18:13:17 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:17 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:17 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:17 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:17 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:17 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:17 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:17 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:17 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:17 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:17 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:17 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:17 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:17 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:17 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:17 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:17 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:17 Resolving deltas: 17% (100/579) build 15-Jul-2024 18:13:17 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:17 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:17 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:17 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:17 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:17 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:17 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:17 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:17 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:17 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:17 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:17 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:17 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:17 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:17 Resolving deltas: 32% (187/579) build 15-Jul-2024 18:13:17 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:17 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:17 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:17 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:17 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:17 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:17 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:17 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:17 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:17 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:17 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:17 Resolving deltas: 44% (256/579) build 15-Jul-2024 18:13:17 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:17 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:17 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:17 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:17 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:17 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:17 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:17 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:17 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:17 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:17 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:17 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:17 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:17 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:17 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:17 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:17 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:17 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:17 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:17 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:17 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:17 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:17 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:17 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:17 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:17 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:17 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:17 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:17 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:17 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:17 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:17 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:17 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:17 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:17 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:17 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:17 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:17 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:17 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:17 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:17 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:17 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:17 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:17 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:17 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:17 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:17 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:17 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:17 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:17 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:17 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:17 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:17 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:17 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:17 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:17 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:17 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:17 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:17  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:17  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:17  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:17  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:17  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:17  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 15-Jul-2024 18:13:17  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 15-Jul-2024 18:13:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 15-Jul-2024 18:13:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 15-Jul-2024 18:13:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 15-Jul-2024 18:13:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 15-Jul-2024 18:13:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:17  build 15-Jul-2024 18:13:17 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:17  build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 15-Jul-2024 18:13:17  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 15-Jul-2024 18:13:17  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:18  build 15-Jul-2024 18:13:18 phpBB > old-version-diff: build 15-Jul-2024 18:13:18  build 15-Jul-2024 18:13:18  [echo] Retrieving version 3.3.4 build 15-Jul-2024 18:13:18  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 15-Jul-2024 18:13:18  build 15-Jul-2024 18:13:18 phpBB > export: build 15-Jul-2024 18:13:18  build 15-Jul-2024 18:13:18 Cloning into 'viglink'... build 15-Jul-2024 18:13:18 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:18 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:18 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:18 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:18 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:18 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:18 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:18 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:18 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:19 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:19 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:19 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:19 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:19 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:19 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:19 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:19 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:19 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:19 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:19 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:19 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:19 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:19 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:19 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:19 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:19 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:19 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:19 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:19 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:19 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:19 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:19 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:19 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:19 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:19 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:19 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:19 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:19 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:19 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:19 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:19 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:19 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:19 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:19 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:19 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:19 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:19 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:19 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:19 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:19 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:19 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:19 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:19 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:19 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:19 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:19 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:19 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:19 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:19 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:19 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:19 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:19 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:19 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:19 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:19 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:19 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:19 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:19 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:19 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:19 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:19 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:19 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:19 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:19 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:19 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:19 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:19 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:19 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:19 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:19 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:19 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:19 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:19 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:19 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:19 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:19 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:19 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:19 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:19 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:19 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:19 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:19 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:19 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:19 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:19 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:19 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:19 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:19 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:19 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:19 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:19 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:19 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:19 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:19 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:19 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:19 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:19 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:19 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 15-Jul-2024 18:13:19 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:19 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:19 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:19 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:19 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:19 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:19 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:19 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:19 Resolving deltas: 8% (48/579) build 15-Jul-2024 18:13:19 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:19 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:19 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:19 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:19 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:19 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:19 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:19 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:19 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:19 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:19 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:19 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:19 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:19 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:19 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:19 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:19 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:19 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:19 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:19 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:19 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:19 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:19 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:19 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:19 Resolving deltas: 33% (193/579) build 15-Jul-2024 18:13:19 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:19 Resolving deltas: 35% (204/579) build 15-Jul-2024 18:13:19 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:19 Resolving deltas: 37% (216/579) build 15-Jul-2024 18:13:19 Resolving deltas: 38% (222/579) build 15-Jul-2024 18:13:19 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:19 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:19 Resolving deltas: 41% (239/579) build 15-Jul-2024 18:13:19 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:19 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:19 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:19 Resolving deltas: 45% (262/579) build 15-Jul-2024 18:13:19 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:19 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:19 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:19 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:19 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:19 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:19 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:19 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:19 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:19 Resolving deltas: 55% (320/579) build 15-Jul-2024 18:13:19 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:19 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:19 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:19 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:19 Resolving deltas: 60% (349/579) build 15-Jul-2024 18:13:19 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:19 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:19 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:19 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:19 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:19 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:19 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:19 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:19 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:19 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:19 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:19 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:19 Resolving deltas: 73% (424/579) build 15-Jul-2024 18:13:19 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:19 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:19 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:19 Resolving deltas: 77% (447/579) build 15-Jul-2024 18:13:19 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:19 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:19 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:19 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:19 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:19 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:19 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:19 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:19 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:19 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:19 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:19 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:19 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:19 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:19 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:19 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:19 Resolving deltas: 94% (546/579) build 15-Jul-2024 18:13:19 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:19 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:19 Resolving deltas: 97% (563/579) build 15-Jul-2024 18:13:19 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:19 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:19 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:19 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:19 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:19  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:19  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:19  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:19  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:19  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:19  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 15-Jul-2024 18:13:19  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 15-Jul-2024 18:13:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 15-Jul-2024 18:13:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 15-Jul-2024 18:13:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 15-Jul-2024 18:13:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 15-Jul-2024 18:13:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:19 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 15-Jul-2024 18:13:19  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 15-Jul-2024 18:13:19  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:19 phpBB > old-version-diff: build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:19  [echo] Retrieving version 3.3.5 build 15-Jul-2024 18:13:19  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:19 phpBB > export: build 15-Jul-2024 18:13:19  build 15-Jul-2024 18:13:20 Cloning into 'viglink'... build 15-Jul-2024 18:13:20 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:20 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:20 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:20 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:20 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:20 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:20 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:20 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:20 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:20 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:20 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:20 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:20 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:20 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:20 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:20 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:20 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:20 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:20 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:20 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:20 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:20 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:20 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:20 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:20 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:20 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:20 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:20 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:20 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:20 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:20 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:20 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:20 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:20 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:20 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:20 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:20 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:20 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:20 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:20 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:20 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:20 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:20 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:20 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:20 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:20 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:20 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:20 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:20 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:20 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:20 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:20 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:20 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:20 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:20 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:20 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:20 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:20 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:20 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:20 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:20 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:20 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:20 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:20 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:20 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:20 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:20 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:20 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:20 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:20 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:20 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:20 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:20 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:20 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:20 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:20 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:20 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:20 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:20 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:20 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:20 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:20 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:20 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:20 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:20 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:20 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:20 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:20 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:20 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:20 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:20 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:20 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:20 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:20 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:20 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:20 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:20 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:20 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:20 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:20 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:20 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:20 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:20 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:20 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:20 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:20 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:20 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:20 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.04 MiB/s, done. build 15-Jul-2024 18:13:20 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:20 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:20 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:20 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:20 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:20 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:20 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:20 Resolving deltas: 7% (42/579) build 15-Jul-2024 18:13:20 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:20 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:20 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:20 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:20 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:20 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:20 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:20 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:20 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:20 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:20 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:20 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:20 Resolving deltas: 20% (117/579) build 15-Jul-2024 18:13:20 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:20 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:20 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:20 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:20 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:20 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:20 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:20 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:20 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:20 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:20 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:20 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:20 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:20 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:20 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:20 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:20 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:20 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:20 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:20 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:20 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:20 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:20 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:20 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:20 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:20 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:20 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:20 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:20 Resolving deltas: 49% (285/579) build 15-Jul-2024 18:13:20 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:20 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:20 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:20 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:20 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:20 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:20 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:20 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:20 Resolving deltas: 58% (337/579) build 15-Jul-2024 18:13:20 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:20 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:20 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:20 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:20 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:20 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:20 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:20 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:20 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:20 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:20 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:20 Resolving deltas: 70% (407/579) build 15-Jul-2024 18:13:20 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:20 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:20 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:20 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:20 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:20 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:20 Resolving deltas: 77% (447/579) build 15-Jul-2024 18:13:20 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:20 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:20 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:20 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:20 Resolving deltas: 82% (476/579) build 15-Jul-2024 18:13:20 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:20 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:20 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:20 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:20 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:20 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:20 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:20 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:20 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:20 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:20 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:20 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:20 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:20 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:20 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:20 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:20 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:20 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:20 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:20 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:20  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:20  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:20  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:20  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:20  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:20  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 15-Jul-2024 18:13:20  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 15-Jul-2024 18:13:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 15-Jul-2024 18:13:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 15-Jul-2024 18:13:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 15-Jul-2024 18:13:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 15-Jul-2024 18:13:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:20  build 15-Jul-2024 18:13:20 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:20  build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 15-Jul-2024 18:13:20  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 15-Jul-2024 18:13:20  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:21  build 15-Jul-2024 18:13:21 phpBB > old-version-diff: build 15-Jul-2024 18:13:21  build 15-Jul-2024 18:13:21  [echo] Retrieving version 3.3.6 build 15-Jul-2024 18:13:21  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 15-Jul-2024 18:13:21  build 15-Jul-2024 18:13:21 phpBB > export: build 15-Jul-2024 18:13:21  build 15-Jul-2024 18:13:21 Cloning into 'viglink'... build 15-Jul-2024 18:13:21 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:21 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:21 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:21 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:21 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:21 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:21 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:21 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:21 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:21 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:21 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:21 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:21 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:21 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:21 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:21 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:21 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:21 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:21 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:21 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:21 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:21 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:21 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:21 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:21 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:21 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:21 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:21 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:21 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:21 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:21 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:21 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:21 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:21 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:21 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:21 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:21 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:21 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:21 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:21 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:21 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:21 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:21 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:21 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:21 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:21 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:21 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:21 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:21 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:21 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:21 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:21 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:21 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:21 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:21 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:21 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:21 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:21 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:21 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:21 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:21 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:21 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:21 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:21 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:21 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:21 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:21 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:21 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:21 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:21 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:21 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:21 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:21 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:21 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:21 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:21 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:21 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:21 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:21 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:21 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:21 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:21 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:21 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:21 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:21 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:21 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:21 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:21 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:21 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:21 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:21 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:21 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:21 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:21 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:21 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:21 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:21 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:21 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:21 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:21 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:21 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:21 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:21 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:21 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:21 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:21 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:21 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:21 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 15-Jul-2024 18:13:21 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:21 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:21 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:21 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:21 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:21 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:21 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:21 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:21 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:21 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:21 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:21 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:21 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:21 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:21 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:21 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:21 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:21 Resolving deltas: 17% (100/579) build 15-Jul-2024 18:13:21 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:21 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:21 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:21 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:21 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:21 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:21 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:21 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:21 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:21 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:21 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:21 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:21 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:21 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:21 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:21 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:21 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:21 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:21 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:21 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:21 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:21 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:21 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:21 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:21 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:21 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:21 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:21 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:21 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:21 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:21 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:21 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:21 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:21 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:21 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:21 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:21 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:21 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:21 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:21 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:21 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:21 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:21 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:21 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:21 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:21 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:21 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:21 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:21 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:21 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:21 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:21 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:21 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:21 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:21 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:21 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:21 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:21 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:21 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:21 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:21 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:21 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:21 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:21 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:21 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:21 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:21 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:21 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:21 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:21 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:21 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:21 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:21 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:21 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:21 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:21 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:21 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:21 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:21 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:21 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:21 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:21 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:21 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:21 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:21 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 15-Jul-2024 18:13:21  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:22  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:22  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:22  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:22  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:22  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:22  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 15-Jul-2024 18:13:22  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 15-Jul-2024 18:13:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 15-Jul-2024 18:13:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 15-Jul-2024 18:13:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 15-Jul-2024 18:13:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 15-Jul-2024 18:13:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:22 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 15-Jul-2024 18:13:22  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 15-Jul-2024 18:13:22  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:22 phpBB > old-version-diff: build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:22  [echo] Retrieving version 3.3.7 build 15-Jul-2024 18:13:22  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:22 phpBB > export: build 15-Jul-2024 18:13:22  build 15-Jul-2024 18:13:23 Cloning into 'viglink'... build 15-Jul-2024 18:13:23 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:23 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:23 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:23 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:23 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:23 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:23 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:23 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:23 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:23 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:23 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:23 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:23 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:23 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:23 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:23 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:23 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:23 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:23 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:23 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:23 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:23 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:23 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:23 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:23 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:23 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:23 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:23 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:23 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:23 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:23 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:23 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:23 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:23 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:23 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:23 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:23 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:23 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:23 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:23 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:23 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:23 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:23 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:23 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:23 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:23 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:23 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:23 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:23 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:23 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:23 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:23 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:23 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:23 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:23 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:23 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:23 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:23 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:23 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:23 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:23 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:23 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:23 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:23 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:23 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:23 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:23 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:23 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:23 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:23 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:23 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:23 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:23 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:23 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:23 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:23 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:23 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:23 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:23 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:23 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:23 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:23 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:23 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:23 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:23 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:23 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:23 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:23 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:23 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:23 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:23 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:23 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:23 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:23 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:23 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:23 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:23 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:23 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:23 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:23 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:23 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:23 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:23 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:23 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:23 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:23 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:23 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:23 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 15-Jul-2024 18:13:23 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:23 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:23 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:23 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:23 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:23 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:23 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:23 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:23 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:23 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:23 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:23 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:23 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:23 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:23 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:23 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:23 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:23 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:23 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:23 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:23 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:23 Resolving deltas: 21% (124/579) build 15-Jul-2024 18:13:23 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:23 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:23 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:23 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:23 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:23 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:23 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:23 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:23 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:23 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:23 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:23 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:23 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:23 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:23 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:23 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:23 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:23 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:23 Resolving deltas: 40% (233/579) build 15-Jul-2024 18:13:23 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:23 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:23 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:23 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:23 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:23 Resolving deltas: 46% (268/579) build 15-Jul-2024 18:13:23 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:23 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:23 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:23 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:23 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:23 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:23 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:23 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:23 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:23 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:23 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:23 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:23 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:23 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:23 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:23 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:23 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:23 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:23 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:23 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:23 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:23 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:23 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:23 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:23 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:23 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:23 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:23 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:23 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:23 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:23 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:23 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:23 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:23 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:23 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:23 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:23 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:23 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:23 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:23 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:23 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:23 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:23 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:23 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:23 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:23 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:23 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:23 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:23 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:23 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:23 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:23 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:23 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:23 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:23 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:23 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:23  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:23  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:23  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:23  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:23  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:23  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 15-Jul-2024 18:13:23  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 15-Jul-2024 18:13:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 15-Jul-2024 18:13:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 15-Jul-2024 18:13:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 15-Jul-2024 18:13:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 15-Jul-2024 18:13:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:23  build 15-Jul-2024 18:13:23 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:23  build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 15-Jul-2024 18:13:23  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 15-Jul-2024 18:13:23  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:24  build 15-Jul-2024 18:13:24 phpBB > old-version-diff: build 15-Jul-2024 18:13:24  build 15-Jul-2024 18:13:24  [echo] Retrieving version 3.3.8 build 15-Jul-2024 18:13:24  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 15-Jul-2024 18:13:24  build 15-Jul-2024 18:13:24 phpBB > export: build 15-Jul-2024 18:13:24  build 15-Jul-2024 18:13:24 Cloning into 'viglink'... build 15-Jul-2024 18:13:24 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:24 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:24 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:24 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:24 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:24 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:24 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:24 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:24 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:24 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:24 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:24 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:24 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:24 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:24 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:24 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:24 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:24 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:24 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:24 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:24 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:24 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:24 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:24 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:24 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:24 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:24 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:24 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:24 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:24 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:24 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:24 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:24 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:24 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:24 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:24 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:24 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:24 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:24 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:24 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:24 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:24 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:24 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:24 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:24 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:24 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:24 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:24 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:24 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:24 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:24 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:24 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:24 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:24 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:24 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:24 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:24 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:24 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:24 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:24 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:24 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:24 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:24 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:24 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:24 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:24 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:24 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:24 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:24 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:24 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:24 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:24 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:24 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:24 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:24 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:24 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:24 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:24 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:24 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:24 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:24 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:24 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:24 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:24 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:24 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:24 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:24 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:24 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:24 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:24 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:24 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:24 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:24 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:24 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:24 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:24 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:24 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:24 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:24 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:24 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:24 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:24 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:24 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:24 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:24 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:24 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:24 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:24 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.43 MiB/s, done. build 15-Jul-2024 18:13:24 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:24 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:24 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:24 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:24 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:24 Resolving deltas: 5% (30/579) build 15-Jul-2024 18:13:24 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:24 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:24 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:24 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:24 Resolving deltas: 10% (59/579) build 15-Jul-2024 18:13:24 Resolving deltas: 11% (65/579) build 15-Jul-2024 18:13:24 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:24 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:24 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:24 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:24 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:24 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:24 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:24 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:24 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:24 Resolving deltas: 21% (123/579) build 15-Jul-2024 18:13:24 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:24 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:24 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:24 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:24 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:24 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:24 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:24 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:24 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:24 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:24 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:24 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:24 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:24 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:24 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:24 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:24 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:24 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:24 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:24 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:24 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:24 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:24 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:24 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:24 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:24 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:24 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:24 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:24 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:24 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:24 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:24 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:24 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:24 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:24 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:24 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:24 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:24 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:24 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:24 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:24 Resolving deltas: 62% (360/579) build 15-Jul-2024 18:13:24 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:24 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:24 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:24 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:24 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:24 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:24 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:24 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:24 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:24 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:24 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:24 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:24 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:24 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:24 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:24 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:24 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:24 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:24 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:24 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:24 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:24 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:24 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:24 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:24 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:24 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:24 Resolving deltas: 89% (517/579) build 15-Jul-2024 18:13:24 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:24 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:24 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:24 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:24 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:24 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:24 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:24 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:24 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:24 Resolving deltas: 99% (575/579) build 15-Jul-2024 18:13:24 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:24 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:24 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:24  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:24  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:24  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:24  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:24  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:24  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 15-Jul-2024 18:13:24  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 15-Jul-2024 18:13:24  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 15-Jul-2024 18:13:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 15-Jul-2024 18:13:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 15-Jul-2024 18:13:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 15-Jul-2024 18:13:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 15-Jul-2024 18:13:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:25 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:25  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 15-Jul-2024 18:13:25  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 15-Jul-2024 18:13:25  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 15-Jul-2024 18:13:25  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 15-Jul-2024 18:13:25  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 15-Jul-2024 18:13:25  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:25 phpBB > old-version-diff: build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:25  [echo] Retrieving version 3.3.9 build 15-Jul-2024 18:13:25  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:25 phpBB > export: build 15-Jul-2024 18:13:25  build 15-Jul-2024 18:13:26 Cloning into 'viglink'... build 15-Jul-2024 18:13:26 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:26 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:26 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:26 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:26 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:26 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:26 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:26 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:26 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:26 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:26 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:26 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:26 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:26 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:26 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:26 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:26 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:26 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:26 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:26 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:26 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:26 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:26 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:26 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:26 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:26 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:26 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:26 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:26 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:26 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:26 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:26 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:26 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:26 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:26 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:26 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:26 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:26 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:26 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:26 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:26 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:26 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:26 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:26 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:26 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:26 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:26 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:26 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:26 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:26 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:26 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:26 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:26 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:26 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:26 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:26 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:26 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:26 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:26 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:26 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:26 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:26 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:26 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:26 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:26 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:26 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:26 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:26 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:26 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:26 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:26 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:26 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:26 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:26 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:26 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:26 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:26 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:26 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:26 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:26 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:26 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:26 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:26 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:26 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:26 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:26 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:26 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:26 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:26 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:26 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:26 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:26 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:26 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:26 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:26 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:26 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:26 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:26 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:26 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:26 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:26 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:26 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:26 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:26 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:26 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:26 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:26 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:26 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.54 MiB/s, done. build 15-Jul-2024 18:13:26 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:26 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:26 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:26 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:26 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:26 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:26 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:26 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:26 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:26 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:26 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:26 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:26 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:26 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:26 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:26 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:26 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:26 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:26 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:26 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:26 Resolving deltas: 20% (117/579) build 15-Jul-2024 18:13:26 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:26 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:26 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:26 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:26 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:26 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:26 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:26 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:26 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:26 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:26 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:26 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:26 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:26 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:26 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:26 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:26 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:26 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:26 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:26 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:26 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:26 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:26 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:26 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:26 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:26 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:26 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:26 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:26 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:26 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:26 Resolving deltas: 51% (297/579) build 15-Jul-2024 18:13:26 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:26 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:26 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:26 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:26 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:26 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:26 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:26 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:26 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:26 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:26 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:26 Resolving deltas: 63% (366/579) build 15-Jul-2024 18:13:26 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:26 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:26 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:26 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:26 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:26 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:26 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:26 Resolving deltas: 71% (413/579) build 15-Jul-2024 18:13:26 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:26 Resolving deltas: 73% (424/579) build 15-Jul-2024 18:13:26 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:26 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:26 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:26 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:26 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:26 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:26 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:26 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:26 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:26 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:26 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:26 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:26 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:26 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:26 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:26 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:26 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:26 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:26 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:26 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:26 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:26 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:26 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:26 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:26 Resolving deltas: 98% (569/579) build 15-Jul-2024 18:13:26 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:26 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:26 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:26 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 15-Jul-2024 18:13:26  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:26  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:26  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:26  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:26  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:26  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:26  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:27  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 15-Jul-2024 18:13:27  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 15-Jul-2024 18:13:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 15-Jul-2024 18:13:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 15-Jul-2024 18:13:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 15-Jul-2024 18:13:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 15-Jul-2024 18:13:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:27 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 15-Jul-2024 18:13:27  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 15-Jul-2024 18:13:27  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:27 phpBB > old-version-diff: build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:27  [echo] Retrieving version 3.3.10 build 15-Jul-2024 18:13:27  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:27 phpBB > export: build 15-Jul-2024 18:13:27  build 15-Jul-2024 18:13:28 Cloning into 'viglink'... build 15-Jul-2024 18:13:28 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:28 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:28 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:28 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:28 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:28 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:28 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:28 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:28 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:28 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:28 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:28 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:28 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:28 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:28 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:28 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:28 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:28 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:28 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:28 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:28 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:28 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:28 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:28 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:28 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:28 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:28 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:28 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:28 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:28 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:28 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:28 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:28 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:28 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:28 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:28 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:28 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:28 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:28 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:28 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:28 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:28 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:28 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:28 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:28 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:28 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:28 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:28 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:28 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:28 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:28 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:28 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:28 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:28 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:28 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:28 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:28 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:28 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:28 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:28 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:28 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:28 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:28 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:28 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:28 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:28 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:28 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:28 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:28 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:28 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:28 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:28 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:28 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:28 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:28 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:28 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:28 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:28 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:28 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:28 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:28 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:28 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:28 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:28 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:28 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:28 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:28 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:28 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:28 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:28 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:28 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:28 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:28 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:28 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:28 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:28 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:28 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:28 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:28 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:28 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:28 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:28 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:28 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:28 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:28 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:28 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:28 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:28 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.04 MiB/s, done. build 15-Jul-2024 18:13:28 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:28 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:28 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:28 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:28 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:28 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:28 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:28 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:28 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:28 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:28 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:28 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:28 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:28 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:28 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:28 Resolving deltas: 15% (88/579) build 15-Jul-2024 18:13:28 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:28 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:28 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:28 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:28 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:28 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:28 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:28 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:28 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:28 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:28 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:28 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:28 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:28 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:28 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:28 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:28 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:28 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:28 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:28 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:28 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:28 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:28 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:28 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:28 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:28 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:28 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:28 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:28 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:28 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:28 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:28 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:28 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:28 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:28 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:28 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:28 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:28 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:28 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:28 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:28 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:28 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:28 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:28 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:28 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:28 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:28 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:28 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:28 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:28 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:28 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:28 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:28 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:28 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:28 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:28 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:28 Resolving deltas: 72% (418/579) build 15-Jul-2024 18:13:28 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:28 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:28 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:28 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:28 Resolving deltas: 77% (448/579) build 15-Jul-2024 18:13:28 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:28 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:28 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:28 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:28 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:28 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:28 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:28 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:28 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:28 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:28 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:28 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:28 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:28 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:28 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:28 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:28 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:28 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:28 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:28 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:28 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:28 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:28 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:28 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:28 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 15-Jul-2024 18:13:28  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:28  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:28  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:28  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:28  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:28  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:28  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:28  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 15-Jul-2024 18:13:28  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 15-Jul-2024 18:13:28  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 15-Jul-2024 18:13:28  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 15-Jul-2024 18:13:29  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 15-Jul-2024 18:13:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 15-Jul-2024 18:13:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 15-Jul-2024 18:13:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 15-Jul-2024 18:13:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 15-Jul-2024 18:13:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 15-Jul-2024 18:13:29  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 15-Jul-2024 18:13:29  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29 phpBB > old-version-diff: build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29  [echo] Retrieving version 3.3.11 build 15-Jul-2024 18:13:29  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29 phpBB > export: build 15-Jul-2024 18:13:29  build 15-Jul-2024 18:13:29 Cloning into 'viglink'... build 15-Jul-2024 18:13:30 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:30 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:30 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:30 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:30 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:30 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:30 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:30 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:30 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:30 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:30 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:30 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:30 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:30 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:30 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:30 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:30 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:30 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:30 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:30 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:30 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:30 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:30 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:30 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:30 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:30 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:30 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:30 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:30 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:30 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:30 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:30 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:30 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:30 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:30 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:30 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:30 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:30 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:30 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:30 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:30 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:30 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:30 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:30 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:30 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:30 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:30 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:30 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:30 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:30 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:30 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:30 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:30 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:30 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:30 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:30 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:30 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:30 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:30 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:30 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:30 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:30 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:30 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:30 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:30 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:30 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:30 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:30 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:30 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:30 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:30 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:30 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:30 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:30 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:30 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:30 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:30 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:30 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:30 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:30 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:30 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:30 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:30 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:30 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:30 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:30 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:30 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:30 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:30 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:30 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:30 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:30 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:30 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:30 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:30 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:30 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:30 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:30 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:30 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:30 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:30 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:30 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:30 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:30 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:30 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:30 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:30 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:30 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.74 MiB/s, done. build 15-Jul-2024 18:13:30 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:30 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:30 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:30 Resolving deltas: 3% (18/579) build 15-Jul-2024 18:13:30 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:30 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:30 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:30 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:30 Resolving deltas: 8% (48/579) build 15-Jul-2024 18:13:30 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:30 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:30 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:30 Resolving deltas: 12% (70/579) build 15-Jul-2024 18:13:30 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:30 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:30 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:30 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:30 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:30 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:30 Resolving deltas: 19% (112/579) build 15-Jul-2024 18:13:30 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:30 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:30 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:30 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:30 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:30 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:30 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:30 Resolving deltas: 27% (157/579) build 15-Jul-2024 18:13:30 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:30 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:30 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:30 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:30 Resolving deltas: 32% (187/579) build 15-Jul-2024 18:13:30 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:30 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:30 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:30 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:30 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:30 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:30 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:30 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:30 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:30 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:30 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:30 Resolving deltas: 44% (255/579) build 15-Jul-2024 18:13:30 Resolving deltas: 45% (261/579) build 15-Jul-2024 18:13:30 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:30 Resolving deltas: 47% (274/579) build 15-Jul-2024 18:13:30 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:30 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:30 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:30 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:30 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:30 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:30 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:30 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:30 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:30 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:30 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:30 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:30 Resolving deltas: 60% (349/579) build 15-Jul-2024 18:13:30 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:30 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:30 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:30 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:30 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:30 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:30 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:30 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:30 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:30 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:30 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:30 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:30 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:30 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:30 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:30 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:30 Resolving deltas: 77% (447/579) build 15-Jul-2024 18:13:30 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:30 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:30 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:30 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:30 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:30 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:30 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:30 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:30 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:30 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:30 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:30 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:30 Resolving deltas: 90% (522/579) build 15-Jul-2024 18:13:30 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:30 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:30 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:30 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:30 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:30 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:30 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:30 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:30 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:30 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:30 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:30 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:30  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:30  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:30  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:30  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:30  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:30  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 15-Jul-2024 18:13:30  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 15-Jul-2024 18:13:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 15-Jul-2024 18:13:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 15-Jul-2024 18:13:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 15-Jul-2024 18:13:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 15-Jul-2024 18:13:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:30  build 15-Jul-2024 18:13:30 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:30  build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 15-Jul-2024 18:13:30  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 15-Jul-2024 18:13:30  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:31  build 15-Jul-2024 18:13:31 phpBB > old-version-diff: build 15-Jul-2024 18:13:31  build 15-Jul-2024 18:13:31  [echo] Retrieving version 3.3.12 build 15-Jul-2024 18:13:31  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 15-Jul-2024 18:13:31  build 15-Jul-2024 18:13:31 phpBB > export: build 15-Jul-2024 18:13:31  build 15-Jul-2024 18:13:31 Cloning into 'viglink'... build 15-Jul-2024 18:13:31 remote: Enumerating objects: 1127, done. build 15-Jul-2024 18:13:31 remote: Counting objects: 1% (1/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 2% (2/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 4% (3/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 5% (4/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 7% (5/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 8% (6/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 9% (7/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 11% (8/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 12% (9/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 14% (10/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 15% (11/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 16% (12/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 18% (13/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 19% (14/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 21% (15/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 22% (16/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 23% (17/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 25% (18/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 26% (19/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 28% (20/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 29% (21/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 30% (22/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 32% (23/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 33% (24/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 35% (25/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 36% (26/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 38% (27/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 39% (28/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 40% (29/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 42% (30/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 43% (31/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 45% (32/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 46% (33/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 47% (34/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 49% (35/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 50% (36/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 52% (37/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 53% (38/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 54% (39/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 56% (40/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 57% (41/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 59% (42/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 60% (43/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 61% (44/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 63% (45/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 64% (46/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 66% (47/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 67% (48/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 69% (49/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 70% (50/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 71% (51/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 73% (52/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 74% (53/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 76% (54/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 77% (55/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 78% (56/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 80% (57/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 81% (58/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 83% (59/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 84% (60/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 85% (61/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 87% (62/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 88% (63/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 90% (64/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 91% (65/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 92% (66/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 94% (67/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 95% (68/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 97% (69/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 98% (70/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 100% (71/71) build 15-Jul-2024 18:13:31 remote: Counting objects: 100% (71/71), done. build 15-Jul-2024 18:13:31 remote: Compressing objects: 2% (1/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 4% (2/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 6% (3/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 8% (4/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 11% (5/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 13% (6/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 15% (7/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 17% (8/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 20% (9/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 22% (10/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 24% (11/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 26% (12/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 28% (13/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 31% (14/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 33% (15/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 35% (16/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 37% (17/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 40% (18/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 42% (19/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 44% (20/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 46% (21/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 48% (22/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 51% (23/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 53% (24/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 55% (25/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 57% (26/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 60% (27/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 62% (28/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 64% (29/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 66% (30/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 68% (31/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 71% (32/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 73% (33/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 75% (34/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 77% (35/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 80% (36/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 82% (37/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 84% (38/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 86% (39/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 88% (40/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 91% (41/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 93% (42/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 95% (43/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 97% (44/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 100% (45/45) build 15-Jul-2024 18:13:31 remote: Compressing objects: 100% (45/45), done. build 15-Jul-2024 18:13:31 Receiving objects: 0% (1/1127) build 15-Jul-2024 18:13:31 Receiving objects: 1% (12/1127) build 15-Jul-2024 18:13:31 Receiving objects: 2% (23/1127) build 15-Jul-2024 18:13:31 Receiving objects: 3% (34/1127) build 15-Jul-2024 18:13:31 Receiving objects: 4% (46/1127) build 15-Jul-2024 18:13:31 Receiving objects: 5% (57/1127) build 15-Jul-2024 18:13:31 Receiving objects: 6% (68/1127) build 15-Jul-2024 18:13:31 Receiving objects: 7% (79/1127) build 15-Jul-2024 18:13:32 Receiving objects: 8% (91/1127) build 15-Jul-2024 18:13:32 Receiving objects: 9% (102/1127) build 15-Jul-2024 18:13:32 Receiving objects: 10% (113/1127) build 15-Jul-2024 18:13:32 Receiving objects: 11% (124/1127) build 15-Jul-2024 18:13:32 Receiving objects: 12% (136/1127) build 15-Jul-2024 18:13:32 Receiving objects: 13% (147/1127) build 15-Jul-2024 18:13:32 Receiving objects: 14% (158/1127) build 15-Jul-2024 18:13:32 Receiving objects: 15% (170/1127) build 15-Jul-2024 18:13:32 Receiving objects: 16% (181/1127) build 15-Jul-2024 18:13:32 Receiving objects: 17% (192/1127) build 15-Jul-2024 18:13:32 Receiving objects: 18% (203/1127) build 15-Jul-2024 18:13:32 Receiving objects: 19% (215/1127) build 15-Jul-2024 18:13:32 Receiving objects: 20% (226/1127) build 15-Jul-2024 18:13:32 Receiving objects: 21% (237/1127) build 15-Jul-2024 18:13:32 Receiving objects: 22% (248/1127) build 15-Jul-2024 18:13:32 Receiving objects: 23% (260/1127) build 15-Jul-2024 18:13:32 Receiving objects: 24% (271/1127) build 15-Jul-2024 18:13:32 Receiving objects: 25% (282/1127) build 15-Jul-2024 18:13:32 Receiving objects: 26% (294/1127) build 15-Jul-2024 18:13:32 Receiving objects: 27% (305/1127) build 15-Jul-2024 18:13:32 Receiving objects: 28% (316/1127) build 15-Jul-2024 18:13:32 Receiving objects: 29% (327/1127) build 15-Jul-2024 18:13:32 Receiving objects: 30% (339/1127) build 15-Jul-2024 18:13:32 Receiving objects: 31% (350/1127) build 15-Jul-2024 18:13:32 Receiving objects: 32% (361/1127) build 15-Jul-2024 18:13:32 Receiving objects: 33% (372/1127) build 15-Jul-2024 18:13:32 Receiving objects: 34% (384/1127) build 15-Jul-2024 18:13:32 Receiving objects: 35% (395/1127) build 15-Jul-2024 18:13:32 Receiving objects: 36% (406/1127) build 15-Jul-2024 18:13:32 Receiving objects: 37% (417/1127) build 15-Jul-2024 18:13:32 Receiving objects: 38% (429/1127) build 15-Jul-2024 18:13:32 Receiving objects: 39% (440/1127) build 15-Jul-2024 18:13:32 Receiving objects: 40% (451/1127) build 15-Jul-2024 18:13:32 Receiving objects: 41% (463/1127) build 15-Jul-2024 18:13:32 Receiving objects: 42% (474/1127) build 15-Jul-2024 18:13:32 Receiving objects: 43% (485/1127) build 15-Jul-2024 18:13:32 Receiving objects: 44% (496/1127) build 15-Jul-2024 18:13:32 Receiving objects: 45% (508/1127) build 15-Jul-2024 18:13:32 Receiving objects: 46% (519/1127) build 15-Jul-2024 18:13:32 Receiving objects: 47% (530/1127) build 15-Jul-2024 18:13:32 Receiving objects: 48% (541/1127) build 15-Jul-2024 18:13:32 Receiving objects: 49% (553/1127) build 15-Jul-2024 18:13:32 Receiving objects: 50% (564/1127) build 15-Jul-2024 18:13:32 Receiving objects: 51% (575/1127) build 15-Jul-2024 18:13:32 Receiving objects: 52% (587/1127) build 15-Jul-2024 18:13:32 Receiving objects: 53% (598/1127) build 15-Jul-2024 18:13:32 Receiving objects: 54% (609/1127) build 15-Jul-2024 18:13:32 Receiving objects: 55% (620/1127) build 15-Jul-2024 18:13:32 Receiving objects: 56% (632/1127) build 15-Jul-2024 18:13:32 Receiving objects: 57% (643/1127) build 15-Jul-2024 18:13:32 Receiving objects: 58% (654/1127) build 15-Jul-2024 18:13:32 Receiving objects: 59% (665/1127) build 15-Jul-2024 18:13:32 Receiving objects: 60% (677/1127) build 15-Jul-2024 18:13:32 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 15-Jul-2024 18:13:32 Receiving objects: 61% (688/1127) build 15-Jul-2024 18:13:32 Receiving objects: 62% (699/1127) build 15-Jul-2024 18:13:32 Receiving objects: 63% (711/1127) build 15-Jul-2024 18:13:32 Receiving objects: 64% (722/1127) build 15-Jul-2024 18:13:32 Receiving objects: 65% (733/1127) build 15-Jul-2024 18:13:32 Receiving objects: 66% (744/1127) build 15-Jul-2024 18:13:32 Receiving objects: 67% (756/1127) build 15-Jul-2024 18:13:32 Receiving objects: 68% (767/1127) build 15-Jul-2024 18:13:32 Receiving objects: 69% (778/1127) build 15-Jul-2024 18:13:32 Receiving objects: 70% (789/1127) build 15-Jul-2024 18:13:32 Receiving objects: 71% (801/1127) build 15-Jul-2024 18:13:32 Receiving objects: 72% (812/1127) build 15-Jul-2024 18:13:32 Receiving objects: 73% (823/1127) build 15-Jul-2024 18:13:32 Receiving objects: 74% (834/1127) build 15-Jul-2024 18:13:32 Receiving objects: 75% (846/1127) build 15-Jul-2024 18:13:32 Receiving objects: 76% (857/1127) build 15-Jul-2024 18:13:32 Receiving objects: 77% (868/1127) build 15-Jul-2024 18:13:32 Receiving objects: 78% (880/1127) build 15-Jul-2024 18:13:32 Receiving objects: 79% (891/1127) build 15-Jul-2024 18:13:32 Receiving objects: 80% (902/1127) build 15-Jul-2024 18:13:32 Receiving objects: 81% (913/1127) build 15-Jul-2024 18:13:32 Receiving objects: 82% (925/1127) build 15-Jul-2024 18:13:32 Receiving objects: 83% (936/1127) build 15-Jul-2024 18:13:32 Receiving objects: 84% (947/1127) build 15-Jul-2024 18:13:32 Receiving objects: 85% (958/1127) build 15-Jul-2024 18:13:32 Receiving objects: 86% (970/1127) build 15-Jul-2024 18:13:32 Receiving objects: 87% (981/1127) build 15-Jul-2024 18:13:32 Receiving objects: 88% (992/1127) build 15-Jul-2024 18:13:32 Receiving objects: 89% (1004/1127) build 15-Jul-2024 18:13:32 Receiving objects: 90% (1015/1127) build 15-Jul-2024 18:13:32 Receiving objects: 91% (1026/1127) build 15-Jul-2024 18:13:32 Receiving objects: 92% (1037/1127) build 15-Jul-2024 18:13:32 Receiving objects: 93% (1049/1127) build 15-Jul-2024 18:13:32 Receiving objects: 94% (1060/1127) build 15-Jul-2024 18:13:32 Receiving objects: 95% (1071/1127) build 15-Jul-2024 18:13:32 Receiving objects: 96% (1082/1127) build 15-Jul-2024 18:13:32 Receiving objects: 97% (1094/1127) build 15-Jul-2024 18:13:32 Receiving objects: 98% (1105/1127) build 15-Jul-2024 18:13:32 Receiving objects: 99% (1116/1127) build 15-Jul-2024 18:13:32 Receiving objects: 100% (1127/1127) build 15-Jul-2024 18:13:32 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.49 MiB/s, done. build 15-Jul-2024 18:13:32 Resolving deltas: 0% (0/579) build 15-Jul-2024 18:13:32 Resolving deltas: 1% (6/579) build 15-Jul-2024 18:13:32 Resolving deltas: 2% (12/579) build 15-Jul-2024 18:13:32 Resolving deltas: 3% (19/579) build 15-Jul-2024 18:13:32 Resolving deltas: 4% (24/579) build 15-Jul-2024 18:13:32 Resolving deltas: 5% (29/579) build 15-Jul-2024 18:13:32 Resolving deltas: 6% (35/579) build 15-Jul-2024 18:13:32 Resolving deltas: 7% (41/579) build 15-Jul-2024 18:13:32 Resolving deltas: 8% (47/579) build 15-Jul-2024 18:13:32 Resolving deltas: 9% (53/579) build 15-Jul-2024 18:13:32 Resolving deltas: 10% (58/579) build 15-Jul-2024 18:13:32 Resolving deltas: 11% (64/579) build 15-Jul-2024 18:13:32 Resolving deltas: 12% (72/579) build 15-Jul-2024 18:13:32 Resolving deltas: 13% (76/579) build 15-Jul-2024 18:13:32 Resolving deltas: 14% (82/579) build 15-Jul-2024 18:13:32 Resolving deltas: 15% (87/579) build 15-Jul-2024 18:13:32 Resolving deltas: 16% (93/579) build 15-Jul-2024 18:13:32 Resolving deltas: 17% (99/579) build 15-Jul-2024 18:13:32 Resolving deltas: 18% (105/579) build 15-Jul-2024 18:13:32 Resolving deltas: 19% (111/579) build 15-Jul-2024 18:13:32 Resolving deltas: 20% (116/579) build 15-Jul-2024 18:13:32 Resolving deltas: 21% (122/579) build 15-Jul-2024 18:13:32 Resolving deltas: 22% (128/579) build 15-Jul-2024 18:13:32 Resolving deltas: 23% (134/579) build 15-Jul-2024 18:13:32 Resolving deltas: 24% (139/579) build 15-Jul-2024 18:13:32 Resolving deltas: 25% (145/579) build 15-Jul-2024 18:13:32 Resolving deltas: 26% (151/579) build 15-Jul-2024 18:13:32 Resolving deltas: 27% (158/579) build 15-Jul-2024 18:13:32 Resolving deltas: 28% (163/579) build 15-Jul-2024 18:13:32 Resolving deltas: 29% (168/579) build 15-Jul-2024 18:13:32 Resolving deltas: 30% (174/579) build 15-Jul-2024 18:13:32 Resolving deltas: 31% (180/579) build 15-Jul-2024 18:13:32 Resolving deltas: 32% (186/579) build 15-Jul-2024 18:13:32 Resolving deltas: 33% (192/579) build 15-Jul-2024 18:13:32 Resolving deltas: 34% (197/579) build 15-Jul-2024 18:13:32 Resolving deltas: 35% (203/579) build 15-Jul-2024 18:13:32 Resolving deltas: 36% (209/579) build 15-Jul-2024 18:13:32 Resolving deltas: 37% (215/579) build 15-Jul-2024 18:13:32 Resolving deltas: 38% (221/579) build 15-Jul-2024 18:13:32 Resolving deltas: 39% (226/579) build 15-Jul-2024 18:13:32 Resolving deltas: 40% (232/579) build 15-Jul-2024 18:13:32 Resolving deltas: 41% (238/579) build 15-Jul-2024 18:13:32 Resolving deltas: 42% (244/579) build 15-Jul-2024 18:13:32 Resolving deltas: 43% (249/579) build 15-Jul-2024 18:13:32 Resolving deltas: 44% (256/579) build 15-Jul-2024 18:13:32 Resolving deltas: 45% (262/579) build 15-Jul-2024 18:13:32 Resolving deltas: 46% (267/579) build 15-Jul-2024 18:13:32 Resolving deltas: 47% (273/579) build 15-Jul-2024 18:13:32 Resolving deltas: 48% (278/579) build 15-Jul-2024 18:13:32 Resolving deltas: 49% (284/579) build 15-Jul-2024 18:13:32 Resolving deltas: 50% (290/579) build 15-Jul-2024 18:13:32 Resolving deltas: 51% (296/579) build 15-Jul-2024 18:13:32 Resolving deltas: 52% (302/579) build 15-Jul-2024 18:13:32 Resolving deltas: 53% (307/579) build 15-Jul-2024 18:13:32 Resolving deltas: 54% (313/579) build 15-Jul-2024 18:13:32 Resolving deltas: 55% (319/579) build 15-Jul-2024 18:13:32 Resolving deltas: 56% (325/579) build 15-Jul-2024 18:13:32 Resolving deltas: 57% (331/579) build 15-Jul-2024 18:13:32 Resolving deltas: 58% (336/579) build 15-Jul-2024 18:13:32 Resolving deltas: 59% (342/579) build 15-Jul-2024 18:13:32 Resolving deltas: 60% (348/579) build 15-Jul-2024 18:13:32 Resolving deltas: 61% (354/579) build 15-Jul-2024 18:13:32 Resolving deltas: 62% (359/579) build 15-Jul-2024 18:13:32 Resolving deltas: 63% (365/579) build 15-Jul-2024 18:13:32 Resolving deltas: 64% (371/579) build 15-Jul-2024 18:13:32 Resolving deltas: 65% (377/579) build 15-Jul-2024 18:13:32 Resolving deltas: 66% (383/579) build 15-Jul-2024 18:13:32 Resolving deltas: 67% (388/579) build 15-Jul-2024 18:13:32 Resolving deltas: 68% (394/579) build 15-Jul-2024 18:13:32 Resolving deltas: 69% (400/579) build 15-Jul-2024 18:13:32 Resolving deltas: 70% (406/579) build 15-Jul-2024 18:13:32 Resolving deltas: 71% (412/579) build 15-Jul-2024 18:13:32 Resolving deltas: 72% (417/579) build 15-Jul-2024 18:13:32 Resolving deltas: 73% (423/579) build 15-Jul-2024 18:13:32 Resolving deltas: 74% (429/579) build 15-Jul-2024 18:13:32 Resolving deltas: 75% (435/579) build 15-Jul-2024 18:13:32 Resolving deltas: 76% (441/579) build 15-Jul-2024 18:13:32 Resolving deltas: 77% (446/579) build 15-Jul-2024 18:13:32 Resolving deltas: 78% (452/579) build 15-Jul-2024 18:13:32 Resolving deltas: 79% (458/579) build 15-Jul-2024 18:13:32 Resolving deltas: 80% (464/579) build 15-Jul-2024 18:13:32 Resolving deltas: 81% (469/579) build 15-Jul-2024 18:13:32 Resolving deltas: 82% (475/579) build 15-Jul-2024 18:13:32 Resolving deltas: 83% (481/579) build 15-Jul-2024 18:13:32 Resolving deltas: 84% (487/579) build 15-Jul-2024 18:13:32 Resolving deltas: 85% (493/579) build 15-Jul-2024 18:13:32 Resolving deltas: 86% (498/579) build 15-Jul-2024 18:13:32 Resolving deltas: 87% (504/579) build 15-Jul-2024 18:13:32 Resolving deltas: 88% (510/579) build 15-Jul-2024 18:13:32 Resolving deltas: 89% (516/579) build 15-Jul-2024 18:13:32 Resolving deltas: 90% (523/579) build 15-Jul-2024 18:13:32 Resolving deltas: 91% (527/579) build 15-Jul-2024 18:13:32 Resolving deltas: 92% (533/579) build 15-Jul-2024 18:13:32 Resolving deltas: 93% (539/579) build 15-Jul-2024 18:13:32 Resolving deltas: 94% (545/579) build 15-Jul-2024 18:13:32 Resolving deltas: 95% (551/579) build 15-Jul-2024 18:13:32 Resolving deltas: 96% (556/579) build 15-Jul-2024 18:13:32 Resolving deltas: 97% (562/579) build 15-Jul-2024 18:13:32 Resolving deltas: 98% (568/579) build 15-Jul-2024 18:13:32 Resolving deltas: 99% (574/579) build 15-Jul-2024 18:13:32 Resolving deltas: 100% (579/579) build 15-Jul-2024 18:13:32 Resolving deltas: 100% (579/579), done. build 15-Jul-2024 18:13:32 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 15-Jul-2024 18:13:32  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Jul-2024 18:13:32  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 15-Jul-2024 18:13:32  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 15-Jul-2024 18:13:32  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 15-Jul-2024 18:13:32  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 15-Jul-2024 18:13:32  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 15-Jul-2024 18:13:32  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 15-Jul-2024 18:13:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 15-Jul-2024 18:13:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 15-Jul-2024 18:13:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 15-Jul-2024 18:13:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 15-Jul-2024 18:13:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 15-Jul-2024 18:13:32  build 15-Jul-2024 18:13:32 phpBB > clean-diff-dir: build 15-Jul-2024 18:13:32  build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 15-Jul-2024 18:13:32  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 15-Jul-2024 18:13:32  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 15-Jul-2024 18:13:32  build 15-Jul-2024 18:13:32 phpBB > package: build 15-Jul-2024 18:13:32  build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-dir: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-file: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:35  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-file: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:35  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-file: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:35  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-file: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:35  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35 phpBB > checksum-file: build 15-Jul-2024 18:32:35  build 15-Jul-2024 18:32:35  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:35  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.tar.bz2 build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36 phpBB > checksum-file: build 15-Jul-2024 18:32:36  build 15-Jul-2024 18:32:36  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:36  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37 phpBB > checksum-file: build 15-Jul-2024 18:32:37  build 15-Jul-2024 18:32:37  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:37  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38 phpBB > checksum-file: build 15-Jul-2024 18:32:38  build 15-Jul-2024 18:32:38  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.zip build 15-Jul-2024 18:32:38  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39 phpBB > checksum-file: build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.zip build 15-Jul-2024 18:32:39  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39 phpBB > checksum-file: build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:39  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39 phpBB > checksum-file: build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:39  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39 phpBB > checksum-file: build 15-Jul-2024 18:32:39  build 15-Jul-2024 18:32:39  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.zip build 15-Jul-2024 18:32:39  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40 phpBB > checksum-file: build 15-Jul-2024 18:32:40  build 15-Jul-2024 18:32:40  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:40  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41 phpBB > checksum-file: build 15-Jul-2024 18:32:41  build 15-Jul-2024 18:32:41  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:41  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42 phpBB > checksum-file: build 15-Jul-2024 18:32:42  build 15-Jul-2024 18:32:42  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:42  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43 phpBB > checksum-file: build 15-Jul-2024 18:32:43  build 15-Jul-2024 18:32:43  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.tar.bz2 build 15-Jul-2024 18:32:43  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.webpi.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.tar.bz2 build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44 phpBB > checksum-file: build 15-Jul-2024 18:32:44  build 15-Jul-2024 18:32:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.zip build 15-Jul-2024 18:32:44  [php] Calling PHP function: dirname() build 15-Jul-2024 18:32:45  build 15-Jul-2024 18:32:45 phpBB > sign-packages: build 15-Jul-2024 18:32:45  build 15-Jul-2024 18:32:45  [echo] Skipping signing of packages due to missing build/package_signature build 15-Jul-2024 18:32:45  build 15-Jul-2024 18:32:45 BUILD FINISHED build 15-Jul-2024 18:32:45 build 15-Jul-2024 18:32:45 Total time: 20 minutes 24.76 seconds build 15-Jul-2024 18:32:45  simple 15-Jul-2024 18:32:45 Finished task 'Package release files' with result: Success simple 15-Jul-2024 18:32:45 Running post build plugin 'Artifact Copier' simple 15-Jul-2024 18:32:45 Publishing an artifact: Release Files simple 15-Jul-2024 18:32:48 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 3.187 s simple 15-Jul-2024 18:32:48 Running post build plugin 'npm Cache Cleanup' simple 15-Jul-2024 18:32:48 Running post build plugin 'NCover Results Collector' simple 15-Jul-2024 18:32:48 Running post build plugin 'Build Results Label Collector' simple 15-Jul-2024 18:32:48 Running post build plugin 'Clover Results Collector' simple 15-Jul-2024 18:32:48 Running post build plugin 'Docker Container Cleanup' simple 15-Jul-2024 18:33:36 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP' simple 15-Jul-2024 18:33:36 Finalising the build... simple 15-Jul-2024 18:33:36 Stopping timer. simple 15-Jul-2024 18:33:36 Build PHPBB3-DDM-P5SP-1309 completed. simple 15-Jul-2024 18:33:36 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 15-Jul-2024 18:33:36 Running on server: post build plugin 'NCover Results Collector' simple 15-Jul-2024 18:33:36 Running on server: post build plugin 'Build Labeller' simple 15-Jul-2024 18:33:36 Running on server: post build plugin 'Clover Delta Calculator' simple 15-Jul-2024 18:33:36 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 15-Jul-2024 18:33:36 All post build plugins have finished simple 15-Jul-2024 18:33:36 Generating build results summary... simple 15-Jul-2024 18:33:36 Saving build results to disk... simple 15-Jul-2024 18:33:36 Store variable context... simple 15-Jul-2024 18:33:36 Finished building PHPBB3-DDM-P5SP-1309.