simple 10-Jul-2024 21:04:01 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1306 (PHPBB3-DDM-P5SP-1306) is being prepared for building on agent Docker, bamboo version: 9.2.7 simple 10-Jul-2024 21:04:01 simple 10-Jul-2024 21:04:01 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 10-Jul-2024 21:04:01 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1306 (PHPBB3-DDM-P5SP-1306) simple 10-Jul-2024 21:04:01 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 10-Jul-2024 21:04:01 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 10-Jul-2024 21:04:01 Updating source code to revision: 1449706da987351b80a5c713b9de5584974e1c1a simple 10-Jul-2024 21:04:01 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git'. simple 10-Jul-2024 21:04:01 hint: Using 'master' as the name for the initial branch. This default branch name simple 10-Jul-2024 21:04:01 hint: is subject to change. To configure the initial branch name to use in all simple 10-Jul-2024 21:04:01 hint: of your new repositories, which will suppress this warning, call: simple 10-Jul-2024 21:04:01 hint: simple 10-Jul-2024 21:04:01 hint: git config --global init.defaultBranch simple 10-Jul-2024 21:04:01 hint: simple 10-Jul-2024 21:04:01 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 10-Jul-2024 21:04:01 hint: 'development'. The just-created branch can be renamed via this command: simple 10-Jul-2024 21:04:01 hint: simple 10-Jul-2024 21:04:01 hint: git branch -m simple 10-Jul-2024 21:04:01 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP/.git/ simple 10-Jul-2024 21:04:02 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 10-Jul-2024 21:04:13 Checking out revision 1449706da987351b80a5c713b9de5584974e1c1a. simple 10-Jul-2024 21:04:14 Already on 'master' simple 10-Jul-2024 21:04:14 Updated source code to revision: 1449706da987351b80a5c713b9de5584974e1c1a simple 10-Jul-2024 21:04:14 Finished task 'Checkout Default Repository' with result: Success simple 10-Jul-2024 21:04:14 Running pre-build action: VCS Version Collector simple 10-Jul-2024 21:04:14 Running pre-build action: Build Log Labeller Pre Build Action simple 10-Jul-2024 21:04:14 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1306 (PHPBB3-DDM-P5SP-1306) started building on agent 'Docker' () command 10-Jul-2024 21:04:14 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 10-Jul-2024 21:04:14 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 10-Jul-2024 21:04:14 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1306 (PHPBB3-DDM-P5SP-1306)'\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 10-Jul-2024 21:04:14 #0 building with "default" instance using docker driver error 10-Jul-2024 21:04:14 error 10-Jul-2024 21:04:14 #1 [internal] load build definition from Dockerfile error 10-Jul-2024 21:04:14 #1 transferring dockerfile: 511B done error 10-Jul-2024 21:04:14 #1 DONE 0.0s error 10-Jul-2024 21:04:14 error 10-Jul-2024 21:04:14 #2 [internal] load metadata for docker.io/library/php:8.1 error 10-Jul-2024 21:04:14 #2 DONE 0.3s error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #3 [internal] load .dockerignore error 10-Jul-2024 21:04:15 #3 transferring context: 2B done error 10-Jul-2024 21:04:15 #3 DONE 0.0s error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #4 [1/6] FROM docker.io/library/php:8.1@sha256:f90e125da69badb242a0f7abce00e1fc9bcda30d3d6e558956e3a71747126f5d error 10-Jul-2024 21:04:15 #4 DONE 0.0s error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #5 [2/6] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip libzip-dev && docker-php-ext-install -j$(nproc) zip error 10-Jul-2024 21:04:15 #5 CACHED error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #6 [3/6] RUN pecl install xdebug-3.2.2 error 10-Jul-2024 21:04:15 #6 CACHED error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #7 [4/6] RUN docker-php-ext-enable xdebug error 10-Jul-2024 21:04:15 #7 CACHED error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #8 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 10-Jul-2024 21:04:15 #8 CACHED error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 10-Jul-2024 21:04:15 #9 CACHED error 10-Jul-2024 21:04:15 error 10-Jul-2024 21:04:15 #10 exporting to image error 10-Jul-2024 21:04:15 #10 exporting layers done error 10-Jul-2024 21:04:15 #10 writing image sha256:dba54226b5b141fb4ab4a652313f5af7d3a39e7e156709b54e2ffbebd3eb6475 done error 10-Jul-2024 21:04:15 #10 naming to docker.io/library/phpbb:php-8.1 done error 10-Jul-2024 21:04:15 #10 DONE 0.0s simple 10-Jul-2024 21:04:15 Built Docker image 'phpbb:php-8.1' simple 10-Jul-2024 21:04:15 Finished task 'Build image' with result: Success command 10-Jul-2024 21:04:15 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-P5SP simple 10-Jul-2024 21:04:15 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 10-Jul-2024 21:04:15 Running image name (phpbb:php-8.1) command 10-Jul-2024 21:04:15 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Package #1306 (PHPBB3-DDM-P5SP-1306)'\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 10-Jul-2024 21:04:17 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 10-Jul-2024 21:04:17 Installing dependencies from lock file (including require-dev) build 10-Jul-2024 21:04:17 Verifying lock file contents can be installed on current platform. build 10-Jul-2024 21:04:17 Package operations: 142 installs, 0 updates, 0 removals build 10-Jul-2024 21:04:17 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 10-Jul-2024 21:04:17 - Downloading composer/installers (v1.12.0) build 10-Jul-2024 21:04:17 - Downloading composer/package-versions-deprecated (1.11.99.5) build 10-Jul-2024 21:04:17 - Downloading bantu/ini-get-wrapper (v1.0.1) build 10-Jul-2024 21:04:17 - Downloading carlos-mg89/oauth (0.8.15) build 10-Jul-2024 21:04:17 - Downloading chita/topological_sort (v3.0.1) build 10-Jul-2024 21:04:17 - Downloading symfony/process (v6.4.8) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-php81 (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-php80 (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-php73 (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/finder (v6.4.8) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-mbstring (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-ctype (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/filesystem (v6.4.8) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 10-Jul-2024 21:04:17 - Downloading symfony/string (v6.4.8) build 10-Jul-2024 21:04:17 - Downloading symfony/deprecation-contracts (v3.5.0) build 10-Jul-2024 21:04:17 - Downloading psr/container (2.0.2) build 10-Jul-2024 21:04:17 - Downloading symfony/service-contracts (v3.5.0) build 10-Jul-2024 21:04:17 - Downloading symfony/console (v6.4.8) build 10-Jul-2024 21:04:17 - Downloading seld/signal-handler (2.0.2) build 10-Jul-2024 21:04:17 - Downloading seld/phar-utils (1.2.1) build 10-Jul-2024 21:04:17 - Downloading seld/jsonlint (1.10.2) build 10-Jul-2024 21:04:17 - Downloading react/promise (v3.2.0) build 10-Jul-2024 21:04:17 - Downloading psr/log (3.0.0) build 10-Jul-2024 21:04:17 - Downloading justinrainbow/json-schema (v5.2.13) build 10-Jul-2024 21:04:17 - Downloading composer/pcre (3.1.4) build 10-Jul-2024 21:04:17 - Downloading composer/xdebug-handler (3.0.5) build 10-Jul-2024 21:04:17 - Downloading composer/spdx-licenses (1.5.8) build 10-Jul-2024 21:04:17 - Downloading composer/semver (3.4.0) build 10-Jul-2024 21:04:17 - Downloading composer/metadata-minifier (1.0.0) build 10-Jul-2024 21:04:17 - Downloading composer/class-map-generator (1.3.4) build 10-Jul-2024 21:04:17 - Downloading composer/ca-bundle (1.5.0) build 10-Jul-2024 21:04:17 - Downloading composer/composer (2.7.7) build 10-Jul-2024 21:04:17 - Downloading psr/cache (3.0.0) build 10-Jul-2024 21:04:17 - Downloading doctrine/deprecations (1.1.3) build 10-Jul-2024 21:04:17 - Downloading doctrine/event-manager (1.2.0) build 10-Jul-2024 21:04:17 - Downloading doctrine/cache (2.2.0) build 10-Jul-2024 21:04:17 - Downloading doctrine/dbal (3.3.8) build 10-Jul-2024 21:04:18 - Downloading google/recaptcha (1.3.0) build 10-Jul-2024 21:04:18 - Downloading guzzlehttp/promises (1.5.3) build 10-Jul-2024 21:04:18 - Downloading ralouphie/getallheaders (3.0.3) build 10-Jul-2024 21:04:18 - Downloading psr/http-message (1.1) build 10-Jul-2024 21:04:18 - Downloading guzzlehttp/psr7 (1.9.1) build 10-Jul-2024 21:04:18 - Downloading laminas/laminas-code (4.13.0) build 10-Jul-2024 21:04:18 - Downloading symfony/yaml (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading laravel/homestead (v14.5.0) build 10-Jul-2024 21:04:18 - Downloading marc1706/fast-image-size (v1.1.7) build 10-Jul-2024 21:04:18 - Downloading symfony/http-client-contracts (v3.5.0) build 10-Jul-2024 21:04:18 - Downloading symfony/http-client (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading brick/math (0.12.1) build 10-Jul-2024 21:04:18 - Downloading spomky-labs/pki-framework (1.2.1) build 10-Jul-2024 21:04:18 - Downloading psr/http-factory (1.1.0) build 10-Jul-2024 21:04:18 - Downloading psr/http-client (1.0.3) build 10-Jul-2024 21:04:18 - Downloading psr/clock (1.0.0) build 10-Jul-2024 21:04:18 - Downloading paragonie/random_compat (v9.99.100) build 10-Jul-2024 21:04:18 - Downloading paragonie/sodium_compat (v1.21.1) build 10-Jul-2024 21:04:18 - Downloading paragonie/constant_time_encoding (v2.7.0) build 10-Jul-2024 21:04:18 - Downloading web-token/jwt-library (3.4.3) build 10-Jul-2024 21:04:18 - Downloading web-token/jwt-util-ecc (3.4.3) build 10-Jul-2024 21:04:18 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 10-Jul-2024 21:04:18 - Downloading web-token/jwt-signature (3.4.3) build 10-Jul-2024 21:04:18 - Downloading web-token/jwt-key-mgmt (3.4.3) build 10-Jul-2024 21:04:18 - Downloading spomky-labs/base64url (v2.0.4) build 10-Jul-2024 21:04:18 - Downloading symfony/polyfill-php72 (v1.29.0) build 10-Jul-2024 21:04:18 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 10-Jul-2024 21:04:18 - Downloading guzzlehttp/guzzle (6.5.8) build 10-Jul-2024 21:04:18 - Downloading minishlink/web-push (v8.0.0) build 10-Jul-2024 21:04:18 - Downloading sebastian/version (3.0.2) build 10-Jul-2024 21:04:18 - Downloading sebastian/type (3.2.1) build 10-Jul-2024 21:04:18 - Downloading sebastian/resource-operations (3.0.4) build 10-Jul-2024 21:04:18 - Downloading sebastian/recursion-context (4.0.5) build 10-Jul-2024 21:04:18 - Downloading sebastian/object-reflector (2.0.4) build 10-Jul-2024 21:04:18 - Downloading sebastian/object-enumerator (4.0.4) build 10-Jul-2024 21:04:18 - Downloading sebastian/global-state (5.0.7) build 10-Jul-2024 21:04:18 - Downloading sebastian/exporter (4.0.6) build 10-Jul-2024 21:04:18 - Downloading sebastian/environment (5.1.5) build 10-Jul-2024 21:04:18 - Downloading sebastian/diff (4.0.6) build 10-Jul-2024 21:04:18 - Downloading sebastian/comparator (4.0.8) build 10-Jul-2024 21:04:18 - Downloading sebastian/code-unit (1.0.8) build 10-Jul-2024 21:04:18 - Downloading sebastian/cli-parser (1.0.2) build 10-Jul-2024 21:04:18 - Downloading phpunit/php-timer (5.0.3) build 10-Jul-2024 21:04:18 - Downloading phpunit/php-text-template (2.0.4) build 10-Jul-2024 21:04:18 - Downloading phpunit/php-invoker (3.1.1) build 10-Jul-2024 21:04:18 - Downloading phpunit/php-file-iterator (3.0.6) build 10-Jul-2024 21:04:18 - Downloading theseer/tokenizer (1.2.3) build 10-Jul-2024 21:04:18 - Downloading nikic/php-parser (v4.19.1) build 10-Jul-2024 21:04:18 - Downloading sebastian/lines-of-code (1.0.4) build 10-Jul-2024 21:04:18 - Downloading sebastian/complexity (2.0.3) build 10-Jul-2024 21:04:18 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 10-Jul-2024 21:04:18 - Downloading phpunit/php-code-coverage (9.2.31) build 10-Jul-2024 21:04:18 - Downloading phar-io/version (3.2.1) build 10-Jul-2024 21:04:18 - Downloading phar-io/manifest (2.0.4) build 10-Jul-2024 21:04:18 - Downloading myclabs/deep-copy (1.12.0) build 10-Jul-2024 21:04:18 - Downloading doctrine/instantiator (2.0.0) build 10-Jul-2024 21:04:18 - Downloading phpunit/phpunit (9.6.19) build 10-Jul-2024 21:04:18 - Downloading misantron/dbunit (5.3.0) build 10-Jul-2024 21:04:18 - Downloading phing/phing (2.17.4) build 10-Jul-2024 21:04:18 - Downloading webmozart/assert (1.11.0) build 10-Jul-2024 21:04:18 - Downloading phpstan/phpdoc-parser (1.29.1) build 10-Jul-2024 21:04:18 - Downloading phpdocumentor/reflection-common (2.2.0) build 10-Jul-2024 21:04:18 - Downloading phpdocumentor/type-resolver (1.8.2) build 10-Jul-2024 21:04:18 - Downloading phpdocumentor/reflection-docblock (5.4.1) build 10-Jul-2024 21:04:18 - Downloading spatie/array-to-xml (3.3.0) build 10-Jul-2024 21:04:18 - Downloading netresearch/jsonmapper (v4.4.1) build 10-Jul-2024 21:04:18 - Downloading fidry/cpu-core-counter (1.1.0) build 10-Jul-2024 21:04:18 - Downloading felixfbecker/language-server-protocol (v1.5.2) build 10-Jul-2024 21:04:18 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 10-Jul-2024 21:04:18 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 10-Jul-2024 21:04:18 - Downloading amphp/amp (v2.6.4) build 10-Jul-2024 21:04:18 - Downloading amphp/byte-stream (v1.8.2) build 10-Jul-2024 21:04:18 - Downloading vimeo/psalm (5.24.0) build 10-Jul-2024 21:04:18 - Downloading symfony/routing (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/polyfill-php83 (v1.29.0) build 10-Jul-2024 21:04:18 - Downloading symfony/http-foundation (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading psr/event-dispatcher (1.0.0) build 10-Jul-2024 21:04:18 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 10-Jul-2024 21:04:18 - Downloading symfony/event-dispatcher (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/var-dumper (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/error-handler (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/http-kernel (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/var-exporter (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/dependency-injection (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/config (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/cache-contracts (v3.5.0) build 10-Jul-2024 21:04:18 - Downloading symfony/cache (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/framework-bundle (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading psalm/plugin-symfony (v5.2.2) build 10-Jul-2024 21:04:18 - Downloading s9e/sweetdom (3.4.1) build 10-Jul-2024 21:04:18 - Downloading s9e/regexp-builder (1.4.6) build 10-Jul-2024 21:04:18 - Downloading s9e/text-formatter (2.17.3) build 10-Jul-2024 21:04:18 - Downloading squizlabs/php_codesniffer (3.10.1) build 10-Jul-2024 21:04:18 - Downloading masterminds/html5 (2.9.0) build 10-Jul-2024 21:04:18 - Downloading symfony/dom-crawler (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/browser-kit (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/css-selector (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading symfony/mime (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 10-Jul-2024 21:04:18 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 10-Jul-2024 21:04:18 - Downloading twig/twig (v3.8.0) build 10-Jul-2024 21:04:18 - Downloading symfony/translation-contracts (v3.5.0) build 10-Jul-2024 21:04:18 - Downloading symfony/twig-bridge (v6.4.8) build 10-Jul-2024 21:04:20 0/142 [>---------------------------] 0% 19/142 [===>------------------------] 13% 35/142 [======>---------------------] 24% 49/142 [=========>------------------] 34% 61/142 [============>---------------] 42% 75/142 [==============>-------------] 52% 92/142 [==================>---------] 64% 102/142 [====================>-------] 71% 114/142 [======================>-----] 80% 130/142 [=========================>--] 91% 142/142 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 10-Jul-2024 21:04:21 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 10-Jul-2024 21:04:21 - Installing chita/topological_sort (v3.0.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/process (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/finder (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/filesystem (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/string (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/container (2.0.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/console (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing seld/signal-handler (2.0.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing seld/phar-utils (1.2.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing seld/jsonlint (1.10.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing react/promise (v3.2.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/log (3.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/pcre (3.1.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/semver (3.4.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/class-map-generator (1.3.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/ca-bundle (1.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing composer/composer (2.7.7): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/cache (3.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing doctrine/deprecations (1.1.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing doctrine/event-manager (1.2.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing doctrine/cache (2.2.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing doctrine/dbal (3.3.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing google/recaptcha (1.3.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/http-message (1.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing laminas/laminas-code (4.13.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/yaml (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing laravel/homestead (v14.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/http-client (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing brick/math (0.12.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/http-factory (1.1.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/http-client (1.0.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/clock (1.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 10-Jul-2024 21:04:21 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing web-token/jwt-library (3.4.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing minishlink/web-push (v8.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/version (3.0.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/type (3.2.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/resource-operations (3.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/global-state (5.0.7): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/exporter (4.0.6): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/environment (5.1.5): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/diff (4.0.6): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/comparator (4.0.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/code-unit (1.0.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/cli-parser (1.0.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/php-timer (5.0.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 10-Jul-2024 21:04:21 - Installing theseer/tokenizer (1.2.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing nikic/php-parser (v4.19.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/complexity (2.0.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/php-code-coverage (9.2.31): Extracting archive build 10-Jul-2024 21:04:21 - Installing phar-io/version (3.2.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing phar-io/manifest (2.0.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing doctrine/instantiator (2.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpunit/phpunit (9.6.19): Extracting archive build 10-Jul-2024 21:04:21 - Installing misantron/dbunit (5.3.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing phing/phing (2.17.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing webmozart/assert (1.11.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing spatie/array-to-xml (3.3.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing netresearch/jsonmapper (v4.4.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing fidry/cpu-core-counter (1.1.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing amphp/amp (v2.6.4): Extracting archive build 10-Jul-2024 21:04:21 - Installing amphp/byte-stream (v1.8.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing vimeo/psalm (5.24.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/routing (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/error-handler (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/config (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/cache-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/cache (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/framework-bundle (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing psalm/plugin-symfony (v5.2.2): Extracting archive build 10-Jul-2024 21:04:21 - Installing s9e/sweetdom (3.4.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 10-Jul-2024 21:04:21 - Installing s9e/text-formatter (2.17.3): Extracting archive build 10-Jul-2024 21:04:21 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 10-Jul-2024 21:04:21 - Installing masterminds/html5 (2.9.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/dom-crawler (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/browser-kit (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/css-selector (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/mime (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 10-Jul-2024 21:04:21 - Installing twig/twig (v3.8.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:21 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 10-Jul-2024 21:04:24 0/140 [>---------------------------] 0% 19/140 [===>------------------------] 13% 29/140 [=====>----------------------] 20% 48/140 [=========>------------------] 34% 64/140 [============>---------------] 45% 74/140 [==============>-------------] 52% 84/140 [================>-----------] 60% 104/140 [====================>-------] 74% 116/140 [=======================>----] 82% 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 10-Jul-2024 21:04:24 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:24 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:24 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:24 Generating autoload files build 10-Jul-2024 21:04:24 101 packages you are using are looking for funding. build 10-Jul-2024 21:04:24 Use the `composer fund` command to find out more! build 10-Jul-2024 21:04:25 remote: Enumerating objects: 6819, done. build 10-Jul-2024 21:04:25 remote: Counting objects: 0% (1/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 1% (15/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 2% (30/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 3% (44/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 4% (59/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 5% (74/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 6% (88/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 7% (103/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 8% (118/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 9% (132/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 10% (147/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 11% (161/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 12% (176/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 13% (191/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 14% (205/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 15% (220/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 16% (235/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 17% (249/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 18% (264/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 19% (278/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 20% (293/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 21% (308/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 22% (322/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 23% (337/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 24% (352/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 25% (366/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 26% (381/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 27% (396/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 28% (410/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 29% (425/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 30% (439/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 31% (454/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 32% (469/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 33% (483/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 34% (498/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 35% (513/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 36% (527/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 37% (542/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 38% (556/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 39% (571/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 40% (586/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 41% (600/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 42% (615/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 43% (630/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 44% (644/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 45% (659/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 46% (673/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 47% (688/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 48% (703/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 49% (717/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 50% (732/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 51% (747/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 52% (761/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 53% (776/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 54% (791/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 55% (805/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 56% (820/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 57% (834/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 58% (849/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 59% (864/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 60% (878/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 61% (893/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 62% (908/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 63% (922/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 64% (937/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 65% (951/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 66% (966/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 67% (981/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 68% (995/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 69% (1010/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 70% (1025/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 71% (1039/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 72% (1054/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 73% (1068/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 74% (1083/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 75% (1098/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 76% (1112/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 77% (1127/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 78% (1142/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 79% (1156/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 80% (1171/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 81% (1186/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 82% (1200/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 83% (1215/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 84% (1229/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 85% (1244/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 86% (1259/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 87% (1273/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 88% (1288/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 89% (1303/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 90% (1317/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 91% (1332/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 92% (1346/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 93% (1361/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 94% (1376/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 95% (1390/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 96% (1405/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 97% (1420/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 98% (1434/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 99% (1449/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 100% (1463/1463) build 10-Jul-2024 21:04:25 remote: Counting objects: 100% (1463/1463), done. build 10-Jul-2024 21:04:25 Receiving objects: 0% (1/6819) build 10-Jul-2024 21:04:25 Receiving objects: 1% (69/6819) build 10-Jul-2024 21:04:25 Receiving objects: 2% (137/6819) build 10-Jul-2024 21:04:25 Receiving objects: 3% (205/6819) build 10-Jul-2024 21:04:25 Receiving objects: 4% (273/6819) build 10-Jul-2024 21:04:25 Receiving objects: 5% (341/6819) build 10-Jul-2024 21:04:25 Receiving objects: 6% (410/6819) build 10-Jul-2024 21:04:25 Receiving objects: 7% (478/6819) build 10-Jul-2024 21:04:25 Receiving objects: 8% (546/6819) build 10-Jul-2024 21:04:25 Receiving objects: 9% (614/6819) build 10-Jul-2024 21:04:25 Receiving objects: 10% (682/6819) build 10-Jul-2024 21:04:25 Receiving objects: 11% (751/6819) build 10-Jul-2024 21:04:25 Receiving objects: 12% (819/6819) build 10-Jul-2024 21:04:25 Receiving objects: 13% (887/6819) build 10-Jul-2024 21:04:25 Receiving objects: 14% (955/6819) build 10-Jul-2024 21:04:25 Receiving objects: 15% (1023/6819) build 10-Jul-2024 21:04:25 Receiving objects: 16% (1092/6819) build 10-Jul-2024 21:04:25 Receiving objects: 17% (1160/6819) build 10-Jul-2024 21:04:25 Receiving objects: 18% (1228/6819) build 10-Jul-2024 21:04:25 Receiving objects: 19% (1296/6819) build 10-Jul-2024 21:04:25 Receiving objects: 20% (1364/6819) build 10-Jul-2024 21:04:25 Receiving objects: 21% (1432/6819) build 10-Jul-2024 21:04:25 Receiving objects: 22% (1501/6819) build 10-Jul-2024 21:04:25 Receiving objects: 23% (1569/6819) build 10-Jul-2024 21:04:25 Receiving objects: 24% (1637/6819) build 10-Jul-2024 21:04:25 Receiving objects: 25% (1705/6819) build 10-Jul-2024 21:04:25 Receiving objects: 26% (1773/6819) build 10-Jul-2024 21:04:25 Receiving objects: 27% (1842/6819) build 10-Jul-2024 21:04:25 Receiving objects: 28% (1910/6819) build 10-Jul-2024 21:04:25 Receiving objects: 29% (1978/6819) build 10-Jul-2024 21:04:25 Receiving objects: 30% (2046/6819) build 10-Jul-2024 21:04:25 Receiving objects: 31% (2114/6819) build 10-Jul-2024 21:04:25 Receiving objects: 32% (2183/6819) build 10-Jul-2024 21:04:25 Receiving objects: 33% (2251/6819) build 10-Jul-2024 21:04:25 Receiving objects: 34% (2319/6819) build 10-Jul-2024 21:04:25 Receiving objects: 35% (2387/6819) build 10-Jul-2024 21:04:25 Receiving objects: 36% (2455/6819) build 10-Jul-2024 21:04:25 Receiving objects: 37% (2524/6819) build 10-Jul-2024 21:04:25 Receiving objects: 38% (2592/6819) build 10-Jul-2024 21:04:26 Receiving objects: 39% (2660/6819) build 10-Jul-2024 21:04:26 Receiving objects: 40% (2728/6819) build 10-Jul-2024 21:04:26 Receiving objects: 41% (2796/6819) build 10-Jul-2024 21:04:26 Receiving objects: 42% (2864/6819) build 10-Jul-2024 21:04:26 Receiving objects: 43% (2933/6819) build 10-Jul-2024 21:04:26 Receiving objects: 44% (3001/6819) build 10-Jul-2024 21:04:26 Receiving objects: 45% (3069/6819) build 10-Jul-2024 21:04:26 Receiving objects: 46% (3137/6819) build 10-Jul-2024 21:04:26 Receiving objects: 47% (3205/6819) build 10-Jul-2024 21:04:26 Receiving objects: 48% (3274/6819) build 10-Jul-2024 21:04:26 Receiving objects: 49% (3342/6819) build 10-Jul-2024 21:04:26 Receiving objects: 50% (3410/6819) build 10-Jul-2024 21:04:26 Receiving objects: 51% (3478/6819) build 10-Jul-2024 21:04:26 Receiving objects: 52% (3546/6819) build 10-Jul-2024 21:04:26 Receiving objects: 53% (3615/6819) build 10-Jul-2024 21:04:26 Receiving objects: 54% (3683/6819) build 10-Jul-2024 21:04:26 Receiving objects: 55% (3751/6819) build 10-Jul-2024 21:04:26 Receiving objects: 56% (3819/6819) build 10-Jul-2024 21:04:26 Receiving objects: 57% (3887/6819) build 10-Jul-2024 21:04:26 Receiving objects: 58% (3956/6819) build 10-Jul-2024 21:04:26 Receiving objects: 59% (4024/6819) build 10-Jul-2024 21:04:26 Receiving objects: 60% (4092/6819) build 10-Jul-2024 21:04:26 Receiving objects: 61% (4160/6819) build 10-Jul-2024 21:04:26 Receiving objects: 62% (4228/6819) build 10-Jul-2024 21:04:26 Receiving objects: 63% (4296/6819) build 10-Jul-2024 21:04:26 Receiving objects: 64% (4365/6819) build 10-Jul-2024 21:04:26 Receiving objects: 65% (4433/6819) build 10-Jul-2024 21:04:26 Receiving objects: 66% (4501/6819) build 10-Jul-2024 21:04:26 Receiving objects: 67% (4569/6819) build 10-Jul-2024 21:04:26 Receiving objects: 68% (4637/6819) build 10-Jul-2024 21:04:26 Receiving objects: 69% (4706/6819) build 10-Jul-2024 21:04:26 Receiving objects: 70% (4774/6819) build 10-Jul-2024 21:04:26 Receiving objects: 71% (4842/6819) build 10-Jul-2024 21:04:26 Receiving objects: 72% (4910/6819) build 10-Jul-2024 21:04:26 Receiving objects: 73% (4978/6819) build 10-Jul-2024 21:04:26 Receiving objects: 74% (5047/6819) build 10-Jul-2024 21:04:26 Receiving objects: 75% (5115/6819) build 10-Jul-2024 21:04:26 Receiving objects: 76% (5183/6819) build 10-Jul-2024 21:04:26 Receiving objects: 77% (5251/6819) build 10-Jul-2024 21:04:26 Receiving objects: 78% (5319/6819) build 10-Jul-2024 21:04:26 Receiving objects: 79% (5388/6819) build 10-Jul-2024 21:04:26 Receiving objects: 80% (5456/6819) build 10-Jul-2024 21:04:26 Receiving objects: 81% (5524/6819) build 10-Jul-2024 21:04:26 Receiving objects: 82% (5592/6819) build 10-Jul-2024 21:04:26 Receiving objects: 83% (5660/6819) build 10-Jul-2024 21:04:26 Receiving objects: 84% (5728/6819) build 10-Jul-2024 21:04:26 Receiving objects: 85% (5797/6819) build 10-Jul-2024 21:04:26 Receiving objects: 86% (5865/6819) build 10-Jul-2024 21:04:26 Receiving objects: 87% (5933/6819) build 10-Jul-2024 21:04:26 Receiving objects: 88% (6001/6819) build 10-Jul-2024 21:04:26 Receiving objects: 89% (6069/6819) build 10-Jul-2024 21:04:26 Receiving objects: 90% (6138/6819) build 10-Jul-2024 21:04:26 Receiving objects: 91% (6206/6819) build 10-Jul-2024 21:04:26 Receiving objects: 92% (6274/6819) build 10-Jul-2024 21:04:26 Receiving objects: 93% (6342/6819) build 10-Jul-2024 21:04:26 Receiving objects: 94% (6410/6819) build 10-Jul-2024 21:04:26 Receiving objects: 95% (6479/6819) build 10-Jul-2024 21:04:26 Receiving objects: 96% (6547/6819) build 10-Jul-2024 21:04:26 Receiving objects: 97% (6615/6819) build 10-Jul-2024 21:04:26 Receiving objects: 98% (6683/6819) build 10-Jul-2024 21:04:26 Receiving objects: 99% (6751/6819) build 10-Jul-2024 21:04:26 remote: Total 6819 (delta 1463), reused 1463 (delta 1463), pack-reused 5356 build 10-Jul-2024 21:04:26 Receiving objects: 100% (6819/6819) build 10-Jul-2024 21:04:26 Receiving objects: 100% (6819/6819), 4.34 MiB | 25.09 MiB/s, done. build 10-Jul-2024 21:04:26 Resolving deltas: 0% (0/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 1% (41/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 2% (81/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 3% (121/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 4% (161/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 5% (201/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 6% (241/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 7% (282/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 8% (322/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 9% (362/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 10% (402/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 11% (442/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 12% (482/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 13% (523/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 14% (563/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 15% (603/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 16% (643/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 17% (684/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 18% (723/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 19% (764/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 20% (804/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 21% (844/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 22% (884/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 23% (924/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 24% (964/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 25% (1004/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 26% (1045/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 27% (1085/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 28% (1125/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 29% (1165/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 30% (1205/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 31% (1246/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 32% (1286/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 33% (1326/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 34% (1366/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 35% (1406/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 36% (1446/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 37% (1487/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 38% (1527/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 39% (1567/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 40% (1607/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 41% (1647/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 42% (1688/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 43% (1727/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 44% (1768/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 45% (1808/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 46% (1848/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 47% (1889/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 48% (1928/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 49% (1968/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 50% (2008/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 51% (2049/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 52% (2089/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 53% (2130/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 54% (2169/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 55% (2209/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 56% (2250/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 57% (2290/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 58% (2330/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 59% (2370/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 60% (2410/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 61% (2450/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 62% (2490/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 63% (2531/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 64% (2571/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 65% (2611/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 66% (2651/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 67% (2691/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 68% (2731/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 69% (2772/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 70% (2812/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 71% (2852/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 72% (2892/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 73% (2932/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 74% (2972/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 75% (3012/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 76% (3053/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 77% (3093/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 78% (3133/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 79% (3173/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 80% (3213/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 81% (3253/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 82% (3294/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 83% (3334/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 84% (3374/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 85% (3414/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 86% (3454/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 87% (3494/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 88% (3535/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 89% (3575/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 90% (3615/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 91% (3655/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 92% (3695/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 93% (3735/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 94% (3776/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 95% (3816/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 96% (3856/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 97% (3896/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 98% (3936/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 99% (3976/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 100% (4016/4016) build 10-Jul-2024 21:04:26 Resolving deltas: 100% (4016/4016), completed with 160 local objects. build 10-Jul-2024 21:04:26 From https://github.com/phpbb/phpbb build 10-Jul-2024 21:04:26 * branch HEAD -> FETCH_HEAD build 10-Jul-2024 21:04:26 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 10-Jul-2024 21:04:26 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 10-Jul-2024 21:04:26 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 10-Jul-2024 21:04:26 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 10-Jul-2024 21:04:26 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 10-Jul-2024 21:04:26 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 10-Jul-2024 21:04:26 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 10-Jul-2024 21:04:26 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.0 -> release-2.0.0 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.1 -> release-2.0.1 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.10 -> release-2.0.10 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.11 -> release-2.0.11 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.12 -> release-2.0.12 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.13 -> release-2.0.13 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.14 -> release-2.0.14 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.15 -> release-2.0.15 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.16 -> release-2.0.16 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.17 -> release-2.0.17 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.18 -> release-2.0.18 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.19 -> release-2.0.19 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.2 -> release-2.0.2 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.20 -> release-2.0.20 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.21 -> release-2.0.21 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.22 -> release-2.0.22 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.23 -> release-2.0.23 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.3 -> release-2.0.3 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.4 -> release-2.0.4 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.5 -> release-2.0.5 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.6 -> release-2.0.6 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.7 -> release-2.0.7 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.8 -> release-2.0.8 build 10-Jul-2024 21:04:26 * [new tag] release-2.0.8a -> release-2.0.8a build 10-Jul-2024 21:04:26 * [new tag] release-2.0.9 -> release-2.0.9 build 10-Jul-2024 21:04:26 * [new tag] release-3.0.11 -> release-3.0.11 build 10-Jul-2024 21:04:26 * [new tag] release-3.0.12 -> release-3.0.12 build 10-Jul-2024 21:04:26 * [new tag] release-3.0.13 -> release-3.0.13 build 10-Jul-2024 21:04:26 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 10-Jul-2024 21:04:26 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 10-Jul-2024 21:04:26 * [new tag] start -> start build 10-Jul-2024 21:04:26 Buildfile: /data/build/build.xml build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27 phpBB > clean: build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27  [delete] Directory /data/build/logs does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/api does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/coverage does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/cpd does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/new_version does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 10-Jul-2024 21:04:27  [delete] Directory /data/build/save does not exist or is not a directory. build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27 phpBB > prepare: build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/logs build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/api build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/codebrowser build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/coverage build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/cpd build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/dependencies build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version/files build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version/patches build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version/release_files build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version/update build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/old_versions build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/save build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27 phpBB > prepare-new-version: build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27  [mkdir] Created dir: /data/build/new_version/phpBB3 build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27 phpBB > export: build 10-Jul-2024 21:04:27  build 10-Jul-2024 21:04:27 Installing dependencies from lock file build 10-Jul-2024 21:04:27 Verifying lock file contents can be installed on current platform. build 10-Jul-2024 21:04:27 Package operations: 88 installs, 0 updates, 0 removals build 10-Jul-2024 21:04:27 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 10-Jul-2024 21:04:27 - Downloading composer/installers (v1.12.0) build 10-Jul-2024 21:04:27 - Downloading composer/package-versions-deprecated (1.11.99.5) build 10-Jul-2024 21:04:27 - Downloading bantu/ini-get-wrapper (v1.0.1) build 10-Jul-2024 21:04:27 - Downloading carlos-mg89/oauth (0.8.15) build 10-Jul-2024 21:04:27 - Downloading chita/topological_sort (v3.0.1) build 10-Jul-2024 21:04:27 - Downloading symfony/process (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-php81 (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-php80 (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-php73 (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/finder (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-mbstring (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-ctype (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/filesystem (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/string (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/deprecation-contracts (v3.5.0) build 10-Jul-2024 21:04:27 - Downloading psr/container (2.0.2) build 10-Jul-2024 21:04:27 - Downloading symfony/service-contracts (v3.5.0) build 10-Jul-2024 21:04:27 - Downloading symfony/console (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading seld/signal-handler (2.0.2) build 10-Jul-2024 21:04:27 - Downloading seld/phar-utils (1.2.1) build 10-Jul-2024 21:04:27 - Downloading seld/jsonlint (1.10.2) build 10-Jul-2024 21:04:27 - Downloading react/promise (v3.2.0) build 10-Jul-2024 21:04:27 - Downloading psr/log (3.0.0) build 10-Jul-2024 21:04:27 - Downloading justinrainbow/json-schema (v5.2.13) build 10-Jul-2024 21:04:27 - Downloading composer/pcre (3.1.4) build 10-Jul-2024 21:04:27 - Downloading composer/xdebug-handler (3.0.5) build 10-Jul-2024 21:04:27 - Downloading composer/spdx-licenses (1.5.8) build 10-Jul-2024 21:04:27 - Downloading composer/semver (3.4.0) build 10-Jul-2024 21:04:27 - Downloading composer/metadata-minifier (1.0.0) build 10-Jul-2024 21:04:27 - Downloading composer/class-map-generator (1.3.4) build 10-Jul-2024 21:04:27 - Downloading composer/ca-bundle (1.5.0) build 10-Jul-2024 21:04:27 - Downloading composer/composer (2.7.7) build 10-Jul-2024 21:04:27 - Downloading psr/cache (3.0.0) build 10-Jul-2024 21:04:27 - Downloading doctrine/deprecations (1.1.3) build 10-Jul-2024 21:04:27 - Downloading doctrine/event-manager (1.2.0) build 10-Jul-2024 21:04:27 - Downloading doctrine/cache (2.2.0) build 10-Jul-2024 21:04:27 - Downloading doctrine/dbal (3.3.8) build 10-Jul-2024 21:04:27 - Downloading google/recaptcha (1.3.0) build 10-Jul-2024 21:04:27 - Downloading guzzlehttp/promises (1.5.3) build 10-Jul-2024 21:04:27 - Downloading ralouphie/getallheaders (3.0.3) build 10-Jul-2024 21:04:27 - Downloading psr/http-message (1.1) build 10-Jul-2024 21:04:27 - Downloading guzzlehttp/psr7 (1.9.1) build 10-Jul-2024 21:04:27 - Downloading laminas/laminas-code (4.13.0) build 10-Jul-2024 21:04:27 - Downloading marc1706/fast-image-size (v1.1.7) build 10-Jul-2024 21:04:27 - Downloading symfony/http-client-contracts (v3.5.0) build 10-Jul-2024 21:04:27 - Downloading symfony/http-client (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading brick/math (0.12.1) build 10-Jul-2024 21:04:27 - Downloading spomky-labs/pki-framework (1.2.1) build 10-Jul-2024 21:04:27 - Downloading psr/http-factory (1.1.0) build 10-Jul-2024 21:04:27 - Downloading psr/http-client (1.0.3) build 10-Jul-2024 21:04:27 - Downloading psr/clock (1.0.0) build 10-Jul-2024 21:04:27 - Downloading paragonie/random_compat (v9.99.100) build 10-Jul-2024 21:04:27 - Downloading paragonie/sodium_compat (v1.21.1) build 10-Jul-2024 21:04:27 - Downloading paragonie/constant_time_encoding (v2.7.0) build 10-Jul-2024 21:04:27 - Downloading web-token/jwt-library (3.4.3) build 10-Jul-2024 21:04:27 - Downloading web-token/jwt-util-ecc (3.4.3) build 10-Jul-2024 21:04:27 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 10-Jul-2024 21:04:27 - Downloading web-token/jwt-signature (3.4.3) build 10-Jul-2024 21:04:27 - Downloading web-token/jwt-key-mgmt (3.4.3) build 10-Jul-2024 21:04:27 - Downloading spomky-labs/base64url (v2.0.4) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-php72 (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading guzzlehttp/guzzle (6.5.8) build 10-Jul-2024 21:04:27 - Downloading minishlink/web-push (v8.0.0) build 10-Jul-2024 21:04:27 - Downloading s9e/sweetdom (3.4.1) build 10-Jul-2024 21:04:27 - Downloading s9e/regexp-builder (1.4.6) build 10-Jul-2024 21:04:27 - Downloading s9e/text-formatter (2.17.3) build 10-Jul-2024 21:04:27 - Downloading symfony/config (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading psr/event-dispatcher (1.0.0) build 10-Jul-2024 21:04:27 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 10-Jul-2024 21:04:27 - Downloading symfony/polyfill-php83 (v1.29.0) build 10-Jul-2024 21:04:27 - Downloading symfony/http-foundation (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/event-dispatcher (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/var-dumper (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/error-handler (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/http-kernel (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/mime (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/var-exporter (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/dependency-injection (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 10-Jul-2024 21:04:27 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/routing (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading twig/twig (v3.8.0) build 10-Jul-2024 21:04:27 - Downloading symfony/translation-contracts (v3.5.0) build 10-Jul-2024 21:04:27 - Downloading symfony/twig-bridge (v6.4.8) build 10-Jul-2024 21:04:27 - Downloading symfony/yaml (v6.4.8) build 10-Jul-2024 21:04:28 0/88 [>---------------------------] 0% build 10-Jul-2024 21:04:28 17/88 [=====>----------------------] 19% build 10-Jul-2024 21:04:28 28/88 [========>-------------------] 31% build 10-Jul-2024 21:04:29 41/88 [=============>--------------] 46% build 10-Jul-2024 21:04:29 52/88 [================>-----------] 59% build 10-Jul-2024 21:04:29 63/88 [====================>-------] 71% build 10-Jul-2024 21:04:29 74/88 [=======================>----] 84% build 10-Jul-2024 21:04:29 87/88 [===========================>] 98% build 10-Jul-2024 21:04:29 88/88 [============================] 100% build 10-Jul-2024 21:04:29 - Installing composer/installers (v1.12.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 10-Jul-2024 21:04:29 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 10-Jul-2024 21:04:29 - Installing chita/topological_sort (v3.0.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/process (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/finder (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/filesystem (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/string (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/container (2.0.2): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/console (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing seld/signal-handler (2.0.2): Extracting archive build 10-Jul-2024 21:04:29 - Installing seld/phar-utils (1.2.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing seld/jsonlint (1.10.2): Extracting archive build 10-Jul-2024 21:04:29 - Installing react/promise (v3.2.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/log (3.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/pcre (3.1.4): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/semver (3.4.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/class-map-generator (1.3.4): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/ca-bundle (1.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing composer/composer (2.7.7): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/cache (3.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing doctrine/deprecations (1.1.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing doctrine/event-manager (1.2.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing doctrine/cache (2.2.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing doctrine/dbal (3.3.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing google/recaptcha (1.3.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/http-message (1.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing laminas/laminas-code (4.13.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/http-client (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing brick/math (0.12.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/http-factory (1.1.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/http-client (1.0.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/clock (1.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 10-Jul-2024 21:04:29 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing web-token/jwt-library (3.4.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing minishlink/web-push (v8.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing s9e/sweetdom (3.4.1): Extracting archive build 10-Jul-2024 21:04:29 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 10-Jul-2024 21:04:29 - Installing s9e/text-formatter (2.17.3): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/config (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/error-handler (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/mime (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/routing (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing twig/twig (v3.8.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 - Installing symfony/yaml (v6.4.8): Extracting archive build 10-Jul-2024 21:04:29 0/86 [>---------------------------] 0% build 10-Jul-2024 21:04:29 10/86 [===>------------------------] 11% build 10-Jul-2024 21:04:29 19/86 [======>---------------------] 22% build 10-Jul-2024 21:04:29 31/86 [==========>-----------------] 36% build 10-Jul-2024 21:04:30 40/86 [=============>--------------] 46% build 10-Jul-2024 21:04:30 49/86 [===============>------------] 56% build 10-Jul-2024 21:04:30 57/86 [==================>---------] 66% build 10-Jul-2024 21:04:30 66/86 [=====================>------] 76% build 10-Jul-2024 21:04:30 73/86 [=======================>----] 84% build 10-Jul-2024 21:04:30 83/86 [===========================>] 96% build 10-Jul-2024 21:04:30 86/86 [============================] 100% build 10-Jul-2024 21:04:30 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:30 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:30 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:30 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 10-Jul-2024 21:04:30 Generating optimized autoload files build 10-Jul-2024 21:04:32 63 packages you are using are looking for funding. build 10-Jul-2024 21:04:32 Use the `composer fund` command to find out more! build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 10-Jul-2024 21:04:32  build 10-Jul-2024 21:04:32 phpBB > clean-vendor-dir: build 10-Jul-2024 21:04:32  build 10-Jul-2024 21:04:32  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist build 10-Jul-2024 21:04:32  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/react/promise/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 10-Jul-2024 21:04:32  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 10-Jul-2024 21:04:32  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 10-Jul-2024 21:04:32 Cloning into 'viglink'... build 10-Jul-2024 21:04:33 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:33 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:33 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:33 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:33 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:33 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:33 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:33 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:33 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:33 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:33 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:33 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:33 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:33 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:33 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:33 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:33 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:33 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:33 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:33 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:33 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:33 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:33 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:33 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:33 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:33 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:33 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:33 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:33 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:33 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:33 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:33 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:33 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:33 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:33 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:33 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:33 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:33 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:33 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:33 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:33 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:33 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:33 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:33 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:33 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:33 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:33 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:33 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:33 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:33 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:33 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:33 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:33 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:33 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:33 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:33 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:33 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:33 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:33 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:33 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:33 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:33 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:33 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:33 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:33 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:33 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:33 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:33 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:33 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:33 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:33 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:33 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:33 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:33 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:33 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:33 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:33 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:33 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:33 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:33 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:33 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:33 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:33 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:33 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:33 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:33 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:33 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:33 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:33 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:33 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:33 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:33 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:33 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:33 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:33 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:33 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:33 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:33 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:33 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:33 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:33 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:33 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:33 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:33 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:33 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:33 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:33 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:33 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 10-Jul-2024 21:04:33 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:33 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:33 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:33 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:04:33 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:33 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:33 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:33 Resolving deltas: 7% (42/579) build 10-Jul-2024 21:04:33 Resolving deltas: 8% (48/579) build 10-Jul-2024 21:04:33 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:33 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:04:33 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:33 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:33 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:33 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:33 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:04:33 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:33 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:33 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:33 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:33 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:33 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:33 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:33 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:04:33 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:33 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:33 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:33 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:33 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:33 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:33 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:33 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:33 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:04:33 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:04:33 Resolving deltas: 34% (198/579) build 10-Jul-2024 21:04:33 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:33 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:33 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:33 Resolving deltas: 38% (222/579) build 10-Jul-2024 21:04:33 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:33 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:33 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:33 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:33 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:04:33 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:33 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:33 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:33 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:33 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:33 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:04:33 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:33 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:33 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:33 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:33 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:04:33 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:04:33 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:33 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:33 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:04:33 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:33 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:33 Resolving deltas: 61% (356/579) build 10-Jul-2024 21:04:33 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:33 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:33 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:33 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:04:33 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:33 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:33 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:33 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:33 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:33 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:33 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:33 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:33 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:33 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:33 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:33 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:33 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:33 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:33 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:33 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:33 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:33 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:04:33 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:33 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:33 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:33 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:33 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:33 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:33 Resolving deltas: 90% (523/579) build 10-Jul-2024 21:04:33 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:33 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:04:33 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:33 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:33 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:04:33 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:33 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:33 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:33 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:33 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:33 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:34 Already on 'master' build 10-Jul-2024 21:04:34 Your branch is up to date with 'origin/master'. build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:34  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:04:34  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:34  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:04:34  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:34  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:34  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 10-Jul-2024 21:04:34  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 10-Jul-2024 21:04:34  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 10-Jul-2024 21:04:34  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 10-Jul-2024 21:04:34  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 10-Jul-2024 21:04:34  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 10-Jul-2024 21:04:34  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 10-Jul-2024 21:04:34  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:35  build 10-Jul-2024 21:04:35 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:35  build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/cache build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/docs build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/files build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/install build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/store build 10-Jul-2024 21:04:35  [delete] Deleting directory /data/build/old_versions/release-4.0.0-a1-dev/vendor build 10-Jul-2024 21:04:36  [touch] Creating /data/build/new_version/phpBB3/config.php build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36 phpBB > old-version-diffs: build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36 phpBB > old-version-diff: build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36  [echo] Retrieving version 3.1.0 build 10-Jul-2024 21:04:36  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36 phpBB > export: build 10-Jul-2024 21:04:36  build 10-Jul-2024 21:04:36  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 10-Jul-2024 21:04:36  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 10-Jul-2024 21:04:36  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 10-Jul-2024 21:04:36  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:36  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:36  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 10-Jul-2024 21:04:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 10-Jul-2024 21:04:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 10-Jul-2024 21:04:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 10-Jul-2024 21:04:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 10-Jul-2024 21:04:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:37 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:37  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 10-Jul-2024 21:04:37  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 10-Jul-2024 21:04:37  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 10-Jul-2024 21:04:37  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 10-Jul-2024 21:04:37  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 10-Jul-2024 21:04:37  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:37 phpBB > old-version-diff: build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:37  [echo] Retrieving version 3.1.1 build 10-Jul-2024 21:04:37  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:37 phpBB > export: build 10-Jul-2024 21:04:37  build 10-Jul-2024 21:04:38  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 10-Jul-2024 21:04:38  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:38  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:38  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 10-Jul-2024 21:04:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 10-Jul-2024 21:04:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 10-Jul-2024 21:04:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 10-Jul-2024 21:04:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 10-Jul-2024 21:04:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:38 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 10-Jul-2024 21:04:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 10-Jul-2024 21:04:38  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:38 phpBB > old-version-diff: build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:38  [echo] Retrieving version 3.1.2 build 10-Jul-2024 21:04:38  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:38 phpBB > export: build 10-Jul-2024 21:04:38  build 10-Jul-2024 21:04:39  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 10-Jul-2024 21:04:39  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:39  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:39  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 10-Jul-2024 21:04:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 10-Jul-2024 21:04:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 10-Jul-2024 21:04:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 10-Jul-2024 21:04:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 10-Jul-2024 21:04:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:39  build 10-Jul-2024 21:04:39 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:39  build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 10-Jul-2024 21:04:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 10-Jul-2024 21:04:39  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40 phpBB > old-version-diff: build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40  [echo] Retrieving version 3.1.3 build 10-Jul-2024 21:04:40  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40 phpBB > export: build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 10-Jul-2024 21:04:40  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:40  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:40  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 10-Jul-2024 21:04:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 10-Jul-2024 21:04:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 10-Jul-2024 21:04:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 10-Jul-2024 21:04:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 10-Jul-2024 21:04:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:40  build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 10-Jul-2024 21:04:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 10-Jul-2024 21:04:40  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41 phpBB > old-version-diff: build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41  [echo] Retrieving version 3.1.4 build 10-Jul-2024 21:04:41  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41 phpBB > export: build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 10-Jul-2024 21:04:41  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:41  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:41  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 10-Jul-2024 21:04:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 10-Jul-2024 21:04:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 10-Jul-2024 21:04:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 10-Jul-2024 21:04:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 10-Jul-2024 21:04:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:41  build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 10-Jul-2024 21:04:41  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 10-Jul-2024 21:04:41  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42 phpBB > old-version-diff: build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42  [echo] Retrieving version 3.1.5 build 10-Jul-2024 21:04:42  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42 phpBB > export: build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 10-Jul-2024 21:04:42  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:42  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:42  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 10-Jul-2024 21:04:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 10-Jul-2024 21:04:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 10-Jul-2024 21:04:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 10-Jul-2024 21:04:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 10-Jul-2024 21:04:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:42  build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 10-Jul-2024 21:04:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 10-Jul-2024 21:04:42  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43 phpBB > old-version-diff: build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43  [echo] Retrieving version 3.1.6 build 10-Jul-2024 21:04:43  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43 phpBB > export: build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 10-Jul-2024 21:04:43  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:43  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:43  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 10-Jul-2024 21:04:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 10-Jul-2024 21:04:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 10-Jul-2024 21:04:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 10-Jul-2024 21:04:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 10-Jul-2024 21:04:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:43  build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 10-Jul-2024 21:04:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 10-Jul-2024 21:04:43  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44 phpBB > old-version-diff: build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44  [echo] Retrieving version 3.1.7 build 10-Jul-2024 21:04:44  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44 phpBB > export: build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 10-Jul-2024 21:04:44  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:44  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:44  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 10-Jul-2024 21:04:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 10-Jul-2024 21:04:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 10-Jul-2024 21:04:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 10-Jul-2024 21:04:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 10-Jul-2024 21:04:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:44  build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 10-Jul-2024 21:04:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 10-Jul-2024 21:04:44  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45 phpBB > old-version-diff: build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45  [echo] Retrieving version 3.1.7-pl1 build 10-Jul-2024 21:04:45  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45 phpBB > export: build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 10-Jul-2024 21:04:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:45  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 10-Jul-2024 21:04:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 10-Jul-2024 21:04:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 10-Jul-2024 21:04:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 10-Jul-2024 21:04:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 10-Jul-2024 21:04:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:45  build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 10-Jul-2024 21:04:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 10-Jul-2024 21:04:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46 phpBB > old-version-diff: build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46  [echo] Retrieving version 3.1.8 build 10-Jul-2024 21:04:46  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46 phpBB > export: build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 10-Jul-2024 21:04:46  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:46  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:46  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 10-Jul-2024 21:04:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 10-Jul-2024 21:04:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 10-Jul-2024 21:04:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 10-Jul-2024 21:04:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 10-Jul-2024 21:04:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:46  build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 10-Jul-2024 21:04:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 10-Jul-2024 21:04:46  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47 phpBB > old-version-diff: build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47  [echo] Retrieving version 3.1.9 build 10-Jul-2024 21:04:47  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47 phpBB > export: build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 10-Jul-2024 21:04:47  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:47  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:47  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 10-Jul-2024 21:04:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 10-Jul-2024 21:04:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 10-Jul-2024 21:04:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 10-Jul-2024 21:04:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 10-Jul-2024 21:04:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:47  build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 10-Jul-2024 21:04:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 10-Jul-2024 21:04:47  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48 phpBB > old-version-diff: build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48  [echo] Retrieving version 3.1.10 build 10-Jul-2024 21:04:48  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48 phpBB > export: build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 10-Jul-2024 21:04:48  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:48  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:48  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 10-Jul-2024 21:04:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 10-Jul-2024 21:04:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 10-Jul-2024 21:04:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 10-Jul-2024 21:04:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 10-Jul-2024 21:04:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:48  build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 10-Jul-2024 21:04:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 10-Jul-2024 21:04:48  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49 phpBB > old-version-diff: build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49  [echo] Retrieving version 3.1.11 build 10-Jul-2024 21:04:49  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49 phpBB > export: build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 10-Jul-2024 21:04:49  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:49  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:49  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 10-Jul-2024 21:04:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 10-Jul-2024 21:04:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 10-Jul-2024 21:04:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 10-Jul-2024 21:04:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 10-Jul-2024 21:04:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:49  build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 10-Jul-2024 21:04:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 10-Jul-2024 21:04:49  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50 phpBB > old-version-diff: build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50  [echo] Retrieving version 3.1.12 build 10-Jul-2024 21:04:50  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50 phpBB > export: build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 10-Jul-2024 21:04:50  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 10-Jul-2024 21:04:50  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 10-Jul-2024 21:04:50  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 10-Jul-2024 21:04:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 10-Jul-2024 21:04:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 10-Jul-2024 21:04:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 10-Jul-2024 21:04:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 10-Jul-2024 21:04:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:50  build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 10-Jul-2024 21:04:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 10-Jul-2024 21:04:50  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:51  build 10-Jul-2024 21:04:51 phpBB > old-version-diff: build 10-Jul-2024 21:04:51  build 10-Jul-2024 21:04:51  [echo] Retrieving version 3.2.0 build 10-Jul-2024 21:04:51  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 10-Jul-2024 21:04:51  build 10-Jul-2024 21:04:51 phpBB > export: build 10-Jul-2024 21:04:51  build 10-Jul-2024 21:04:51 Cloning into 'viglink'... build 10-Jul-2024 21:04:52 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:52 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:52 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:52 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:52 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:52 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:52 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:52 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:52 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:52 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:52 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:52 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:52 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:52 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:52 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:52 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:52 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:52 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:52 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:52 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:52 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:52 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:52 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:52 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:52 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:52 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:52 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:52 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:52 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:52 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:52 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:52 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:52 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:52 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:52 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:52 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:52 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:52 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:52 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:52 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:52 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:52 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:52 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:52 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:52 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:52 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:52 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:52 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:52 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:52 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:52 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:52 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:52 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:52 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:52 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:52 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:52 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:52 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:52 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:52 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:52 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:52 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:52 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:52 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:52 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:52 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:52 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:52 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:52 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:52 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:52 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:52 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:52 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:52 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:52 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:52 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:52 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:52 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:52 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:52 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:52 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:52 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:52 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:52 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:52 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:52 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:52 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:52 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:52 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:52 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:52 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:52 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:52 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:52 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:52 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:52 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:52 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:52 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:52 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:52 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:52 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:52 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:52 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:52 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:52 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:52 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:52 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:52 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 10-Jul-2024 21:04:52 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:52 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:52 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:52 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:04:52 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:52 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:52 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:52 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:04:52 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:04:52 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:52 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:04:52 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:52 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:52 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:52 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:52 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:04:52 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:52 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:52 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:52 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:52 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:52 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:52 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:52 Resolving deltas: 23% (135/579) build 10-Jul-2024 21:04:52 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:52 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:52 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:52 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:52 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:52 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:52 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:52 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:52 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:04:52 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:04:52 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:04:52 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:52 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:52 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:52 Resolving deltas: 38% (222/579) build 10-Jul-2024 21:04:52 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:52 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:52 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:52 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:52 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:04:52 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:52 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:52 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:52 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:52 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:52 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:04:52 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:52 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:52 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:52 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:52 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:04:52 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:04:52 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:52 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:52 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:04:52 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:52 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:52 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:04:52 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:52 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:52 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:52 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:04:52 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:52 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:52 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:52 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:52 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:52 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:52 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:52 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:52 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:52 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:52 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:52 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:52 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:52 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:52 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:52 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:52 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:52 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:04:52 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:52 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:52 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:52 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:52 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:52 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:52 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:04:52 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:52 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:04:52 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:52 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:52 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:04:52 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:52 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:52 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:52 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:52 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:52 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:52 Note: switching to 'release-phpbb-3.2.0'. build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:04:52 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:04:52 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:04:52 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 git switch -c build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 Or undo this operation with: build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 git switch - build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:04:52 build 10-Jul-2024 21:04:52 HEAD is now at 5441364 Update version to 1.0.0 build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 10-Jul-2024 21:04:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:04:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:52  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 10-Jul-2024 21:04:52  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 10-Jul-2024 21:04:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 10-Jul-2024 21:04:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 10-Jul-2024 21:04:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 10-Jul-2024 21:04:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 10-Jul-2024 21:04:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:52  build 10-Jul-2024 21:04:52 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:52  build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 10-Jul-2024 21:04:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 10-Jul-2024 21:04:52  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:53  build 10-Jul-2024 21:04:53 phpBB > old-version-diff: build 10-Jul-2024 21:04:53  build 10-Jul-2024 21:04:53  [echo] Retrieving version 3.2.1 build 10-Jul-2024 21:04:53  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 10-Jul-2024 21:04:53  build 10-Jul-2024 21:04:53 phpBB > export: build 10-Jul-2024 21:04:53  build 10-Jul-2024 21:04:53 Cloning into 'viglink'... build 10-Jul-2024 21:04:53 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:53 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:53 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:53 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:53 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:53 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:53 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:53 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:53 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:53 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:53 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:53 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:53 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:53 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:53 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:53 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:53 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:53 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:53 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:53 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:53 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:53 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:53 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:53 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:53 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:53 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:53 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:53 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:53 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:53 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:53 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:53 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:53 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:53 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:53 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:53 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:53 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:53 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:53 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:53 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:53 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:53 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:53 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:53 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:53 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:53 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:53 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:53 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:53 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:53 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:53 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:53 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:53 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:53 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:53 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:53 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:53 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:53 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:53 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:53 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:53 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:53 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:53 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:53 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:53 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:53 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:53 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:53 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:53 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:53 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:53 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:53 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:53 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:53 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:53 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:53 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:53 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:53 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:53 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:53 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:53 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:53 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:53 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:53 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:53 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:53 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:53 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:53 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:53 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:53 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:53 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:53 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:53 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:53 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:53 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:53 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:53 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:53 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:53 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:53 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:53 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:53 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:53 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:53 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:53 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:53 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:53 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:53 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.67 MiB/s, done. build 10-Jul-2024 21:04:53 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:53 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:53 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:53 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:04:53 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:53 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:53 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:53 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:04:53 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:04:53 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:53 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:04:53 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:53 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:53 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:53 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:53 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:04:53 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:53 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:53 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:53 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:53 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:53 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:53 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:53 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:04:53 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:53 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:53 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:53 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:53 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:53 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:53 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:53 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:53 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:04:53 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:04:53 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:04:53 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:53 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:53 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:53 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:04:53 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:53 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:53 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:53 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:53 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:04:53 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:53 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:53 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:53 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:53 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:53 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:04:53 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:53 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:53 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:53 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:53 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:04:53 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:04:53 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:53 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:53 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:04:53 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:53 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:53 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:04:53 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:53 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:53 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:53 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:04:53 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:53 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:53 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:53 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:53 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:53 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:53 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:53 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:53 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:53 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:53 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:53 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:53 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:53 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:53 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:53 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:53 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:53 Resolving deltas: 83% (483/579) build 10-Jul-2024 21:04:53 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:53 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:53 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:53 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:53 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:53 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:53 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:04:53 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:53 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:04:53 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:53 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:53 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:04:53 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:53 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:53 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:53 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:53 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:53 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:53 Note: switching to 'release-phpbb-3.2.1'. build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:04:53 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:04:53 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:04:53 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 git switch -c build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 Or undo this operation with: build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 git switch - build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:04:53 build 10-Jul-2024 21:04:53 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 10-Jul-2024 21:04:53  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 10-Jul-2024 21:04:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:04:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:54  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 10-Jul-2024 21:04:54  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 10-Jul-2024 21:04:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 10-Jul-2024 21:04:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 10-Jul-2024 21:04:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 10-Jul-2024 21:04:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 10-Jul-2024 21:04:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:54 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 10-Jul-2024 21:04:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 10-Jul-2024 21:04:54  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:54 phpBB > old-version-diff: build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:54  [echo] Retrieving version 3.2.2 build 10-Jul-2024 21:04:54  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:54 phpBB > export: build 10-Jul-2024 21:04:54  build 10-Jul-2024 21:04:55 Cloning into 'viglink'... build 10-Jul-2024 21:04:55 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:55 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:55 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:55 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:55 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:55 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:55 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:55 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:55 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:55 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:55 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:55 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:55 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:55 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:55 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:55 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:55 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:55 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:55 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:55 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:55 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:55 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:55 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:55 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:55 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:55 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:55 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:55 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:55 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:55 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:55 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:55 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:55 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:55 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:55 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:55 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:55 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:55 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:55 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:55 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:55 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:55 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:55 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:55 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:55 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:55 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:55 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:55 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:55 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:55 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:55 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:55 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:55 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:55 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:55 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:55 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:55 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:55 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:55 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:55 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:55 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:55 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:55 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:55 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:55 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:55 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:55 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:55 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:55 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:55 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:55 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:55 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:55 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:55 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:55 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:55 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:55 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:55 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:55 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:55 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:55 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:55 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:55 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:55 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:55 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:55 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:55 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:55 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:55 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:55 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:55 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:55 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:55 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:55 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:55 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:55 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:55 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:55 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:55 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:55 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:55 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:55 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:55 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:55 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:55 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:55 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:55 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:55 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.56 MiB/s, done. build 10-Jul-2024 21:04:55 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:55 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:55 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:55 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:04:55 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:55 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:55 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:55 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:04:55 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:04:55 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:55 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:04:55 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:55 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:55 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:55 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:55 Resolving deltas: 15% (88/579) build 10-Jul-2024 21:04:55 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:55 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:55 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:55 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:55 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:55 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:55 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:55 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:04:55 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:55 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:55 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:55 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:55 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:55 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:55 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:55 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:55 Resolving deltas: 32% (187/579) build 10-Jul-2024 21:04:55 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:04:55 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:04:55 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:55 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:55 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:55 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:04:55 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:55 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:55 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:55 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:55 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:04:55 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:55 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:55 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:55 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:55 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:55 Resolving deltas: 49% (285/579) build 10-Jul-2024 21:04:55 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:55 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:55 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:55 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:55 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:04:55 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:04:55 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:55 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:55 Resolving deltas: 58% (337/579) build 10-Jul-2024 21:04:55 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:55 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:55 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:04:55 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:55 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:55 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:55 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:04:55 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:55 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:55 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:55 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:55 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:55 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:55 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:55 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:55 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:55 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:55 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:55 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:55 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:55 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:55 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:55 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:55 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:55 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:04:55 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:55 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:55 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:55 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:55 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:55 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:55 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:04:55 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:55 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:04:55 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:55 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:55 Resolving deltas: 95% (552/579) build 10-Jul-2024 21:04:55 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:55 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:55 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:55 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:55 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:55 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:55 Note: switching to 'release-phpbb-3.2.2'. build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:04:55 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:04:55 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:04:55 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 git switch -c build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 Or undo this operation with: build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 git switch - build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:04:55 build 10-Jul-2024 21:04:55 HEAD is now at da2cda3 Update to 1.0.3 build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 10-Jul-2024 21:04:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:04:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:55  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 10-Jul-2024 21:04:55  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 10-Jul-2024 21:04:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 10-Jul-2024 21:04:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 10-Jul-2024 21:04:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 10-Jul-2024 21:04:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 10-Jul-2024 21:04:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:55  build 10-Jul-2024 21:04:55 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:55  build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 10-Jul-2024 21:04:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 10-Jul-2024 21:04:55  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:56  build 10-Jul-2024 21:04:56 phpBB > old-version-diff: build 10-Jul-2024 21:04:56  build 10-Jul-2024 21:04:56  [echo] Retrieving version 3.2.3 build 10-Jul-2024 21:04:56  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 10-Jul-2024 21:04:56  build 10-Jul-2024 21:04:56 phpBB > export: build 10-Jul-2024 21:04:56  build 10-Jul-2024 21:04:56 Cloning into 'viglink'... build 10-Jul-2024 21:04:57 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:57 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:57 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:57 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:57 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:57 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:57 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:57 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:57 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:57 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:57 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:57 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:57 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:57 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:57 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:57 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:57 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:57 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:57 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:57 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:57 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:57 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:57 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:57 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:57 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:57 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:57 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:57 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:57 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:57 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:57 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:57 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:57 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:57 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:57 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:57 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:57 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:57 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:57 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:57 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:57 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:57 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:57 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:57 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:57 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:57 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:57 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:57 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:57 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:57 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:57 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:57 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:57 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:57 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:57 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:57 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:57 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:57 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:57 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:57 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:57 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:57 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:57 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:57 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:57 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:57 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:57 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:57 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:57 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:57 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:57 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:57 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:57 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:57 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:57 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:57 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:57 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:57 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:57 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:57 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:57 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:57 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:57 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:57 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:57 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:57 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:57 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:57 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:57 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:57 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:57 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:57 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:57 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:57 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:57 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:57 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:57 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:57 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:57 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:57 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:57 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:57 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:57 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:57 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:57 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:57 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:57 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:57 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.03 MiB/s, done. build 10-Jul-2024 21:04:57 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:57 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:57 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:57 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:04:57 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:57 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:57 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:57 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:04:57 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:04:57 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:57 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:04:57 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:57 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:57 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:57 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:57 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:04:57 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:57 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:57 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:57 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:57 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:57 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:57 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:57 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:04:57 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:57 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:57 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:57 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:57 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:57 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:57 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:57 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:57 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:04:57 Resolving deltas: 33% (193/579) build 10-Jul-2024 21:04:57 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:04:57 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:57 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:57 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:57 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:04:57 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:57 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:57 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:57 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:57 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:04:57 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:57 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:57 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:57 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:57 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:57 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:04:57 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:57 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:57 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:57 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:57 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:04:57 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:04:57 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:57 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:57 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:04:57 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:57 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:57 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:04:57 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:57 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:57 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:57 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:04:57 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:57 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:57 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:57 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:57 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:57 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:57 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:57 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:57 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:57 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:57 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:57 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:57 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:57 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:57 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:57 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:57 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:57 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:04:57 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:57 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:57 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:57 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:57 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:57 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:57 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:04:57 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:57 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:04:57 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:57 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:57 Resolving deltas: 95% (552/579) build 10-Jul-2024 21:04:57 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:57 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:57 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:57 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:57 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:57 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:57 Note: switching to 'release-phpbb-3.2.3'. build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:04:57 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:04:57 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:04:57 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 git switch -c build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 Or undo this operation with: build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 git switch - build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:04:57 build 10-Jul-2024 21:04:57 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 10-Jul-2024 21:04:57  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:57  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:04:57  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:57  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:57  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 10-Jul-2024 21:04:57  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 10-Jul-2024 21:04:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 10-Jul-2024 21:04:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 10-Jul-2024 21:04:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 10-Jul-2024 21:04:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 10-Jul-2024 21:04:57  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:57  build 10-Jul-2024 21:04:57 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:57  build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 10-Jul-2024 21:04:57  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 10-Jul-2024 21:04:57  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:58  build 10-Jul-2024 21:04:58 phpBB > old-version-diff: build 10-Jul-2024 21:04:58  build 10-Jul-2024 21:04:58  [echo] Retrieving version 3.2.4 build 10-Jul-2024 21:04:58  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 10-Jul-2024 21:04:58  build 10-Jul-2024 21:04:58 phpBB > export: build 10-Jul-2024 21:04:58  build 10-Jul-2024 21:04:58 Cloning into 'viglink'... build 10-Jul-2024 21:04:58 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:04:58 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:04:58 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:04:58 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:04:58 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:04:58 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:04:58 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:04:58 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:04:58 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:04:58 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:04:58 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:04:58 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:04:58 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:04:58 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:04:58 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:04:58 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:04:58 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:04:58 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:04:58 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:04:58 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:04:58 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:04:58 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:04:58 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:04:58 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:04:58 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:04:58 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:04:58 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:04:58 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:04:58 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:04:58 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:04:58 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:04:58 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:04:58 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:04:58 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:04:58 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:04:58 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:04:58 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:04:58 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:04:58 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:04:58 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:04:58 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:04:58 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:04:58 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:04:58 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:04:58 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:04:58 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:04:58 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:04:58 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:04:58 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:04:58 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:04:58 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:04:58 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:04:58 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:04:58 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:04:58 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:04:58 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:04:58 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:04:58 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:04:58 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:04:58 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:04:58 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:04:58 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:04:58 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:04:58 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:04:58 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:04:58 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:04:58 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:04:58 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:04:58 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:04:58 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:04:58 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:04:58 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:04:58 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:04:58 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:04:58 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:04:58 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:04:58 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:04:58 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:04:58 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:04:58 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:04:58 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:04:58 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:04:58 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:04:58 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:04:58 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:04:58 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:04:58 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:04:58 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:04:58 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:04:58 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:04:58 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:04:58 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:04:58 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:04:58 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:04:58 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:04:58 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:04:58 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:04:58 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:04:58 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:04:58 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:04:58 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:04:58 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:04:58 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:04:58 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:04:58 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:04:58 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:04:58 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:04:58 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.67 MiB/s, done. build 10-Jul-2024 21:04:58 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:04:58 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:04:58 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:04:58 Resolving deltas: 3% (19/579) build 10-Jul-2024 21:04:58 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:04:58 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:04:58 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:04:58 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:04:58 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:04:58 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:04:58 Resolving deltas: 10% (59/579) build 10-Jul-2024 21:04:58 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:04:58 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:04:58 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:04:58 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:04:58 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:04:58 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:04:58 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:04:58 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:04:58 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:04:58 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:04:58 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:04:58 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:04:58 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:04:58 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:04:58 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:04:58 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:04:58 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:04:58 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:04:58 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:04:58 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:04:58 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:04:58 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:04:58 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:04:58 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:04:58 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:04:58 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:04:58 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:04:58 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:04:58 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:04:58 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:04:58 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:04:58 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:04:58 Resolving deltas: 43% (250/579) build 10-Jul-2024 21:04:58 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:04:58 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:04:58 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:04:58 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:04:58 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:04:58 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:04:58 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:04:58 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:04:58 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:04:58 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:04:58 Resolving deltas: 54% (314/579) build 10-Jul-2024 21:04:58 Resolving deltas: 55% (320/579) build 10-Jul-2024 21:04:58 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:04:58 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:04:58 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:04:58 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:04:58 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:04:58 Resolving deltas: 61% (355/579) build 10-Jul-2024 21:04:58 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:04:58 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:04:58 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:04:58 Resolving deltas: 65% (378/579) build 10-Jul-2024 21:04:58 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:04:58 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:04:58 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:04:58 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:04:58 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:04:58 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:04:58 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:04:58 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:04:58 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:04:58 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:04:58 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:04:58 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:04:58 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:04:58 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:04:58 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:04:58 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:04:58 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:04:58 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:04:58 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:04:58 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:04:58 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:04:58 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:04:58 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:04:58 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:04:58 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:04:58 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:04:58 Resolving deltas: 92% (534/579) build 10-Jul-2024 21:04:58 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:04:58 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:04:58 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:04:58 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:04:58 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:04:58 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:04:58 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:04:58 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:04:58 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:04:58 Note: switching to 'release-phpbb-3.2.4'. build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:04:58 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:04:58 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:04:58 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 git switch -c build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 Or undo this operation with: build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 git switch - build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:04:58 build 10-Jul-2024 21:04:58 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 10-Jul-2024 21:04:58  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:04:58  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:04:58  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:04:58  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 10-Jul-2024 21:04:58  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 10-Jul-2024 21:04:58  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 10-Jul-2024 21:04:58  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 10-Jul-2024 21:04:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 10-Jul-2024 21:04:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 10-Jul-2024 21:04:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 10-Jul-2024 21:04:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 10-Jul-2024 21:04:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59 phpBB > clean-diff-dir: build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 10-Jul-2024 21:04:59  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 10-Jul-2024 21:04:59  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 10-Jul-2024 21:04:59  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 10-Jul-2024 21:04:59  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 10-Jul-2024 21:04:59  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59 phpBB > old-version-diff: build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59  [echo] Retrieving version 3.2.5 build 10-Jul-2024 21:04:59  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59 phpBB > export: build 10-Jul-2024 21:04:59  build 10-Jul-2024 21:04:59 Cloning into 'viglink'... build 10-Jul-2024 21:05:00 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:00 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:00 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:00 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:00 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:00 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:00 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:00 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:00 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:00 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:00 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:00 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:00 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:00 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:00 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:00 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:00 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:00 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:00 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:00 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:00 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:00 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:00 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:00 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:00 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:00 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:00 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:00 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:00 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:00 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:00 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:00 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:00 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:00 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:00 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:00 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:00 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:00 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:00 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:00 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:00 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:00 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:00 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:00 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:00 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:00 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:00 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:00 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:00 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:00 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:00 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:00 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:00 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:00 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:00 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:00 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:00 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:00 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:00 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:00 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:00 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:00 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:00 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:00 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:00 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:00 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:00 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:00 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:00 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:00 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:00 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:00 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:00 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:00 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:00 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:00 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:00 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:00 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:00 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:00 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:00 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:00 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:00 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:00 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:00 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:00 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:00 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:00 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:00 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:00 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:00 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:00 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:00 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:00 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:00 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:00 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:00 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:00 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:00 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:00 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:00 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:00 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:00 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:00 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:00 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:00 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:00 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:00 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.54 MiB/s, done. build 10-Jul-2024 21:05:00 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:00 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:00 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:00 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:00 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:00 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:00 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:00 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:00 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:00 Resolving deltas: 9% (54/579) build 10-Jul-2024 21:05:00 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:00 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:00 Resolving deltas: 12% (71/579) build 10-Jul-2024 21:05:00 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:00 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:00 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:00 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:00 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:00 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:00 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:00 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:00 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:00 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:00 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:00 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:00 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:00 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:00 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:00 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:00 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:00 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:00 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:00 Resolving deltas: 32% (187/579) build 10-Jul-2024 21:05:00 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:00 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:00 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:00 Resolving deltas: 36% (210/579) build 10-Jul-2024 21:05:00 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:00 Resolving deltas: 38% (222/579) build 10-Jul-2024 21:05:00 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:00 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:00 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:00 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:00 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:00 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:00 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:00 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:00 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:00 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:00 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:00 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:00 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:00 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:00 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:00 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:00 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:00 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:00 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:00 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:00 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:00 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:00 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:00 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:00 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:00 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:00 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:00 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:00 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:00 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:00 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:00 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:00 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:00 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:00 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:00 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:00 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:00 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:00 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:00 Resolving deltas: 78% (453/579) build 10-Jul-2024 21:05:00 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:00 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:00 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:00 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:00 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:00 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:00 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:00 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:00 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:00 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:00 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:00 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:00 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:00 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:00 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:00 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:00 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:00 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:00 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:00 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:00 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:00 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:00 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:00 Note: switching to 'release-phpbb-3.2.5'. build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:00 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:00 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:00 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 git switch -c build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 Or undo this operation with: build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 git switch - build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:00 build 10-Jul-2024 21:05:00 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:00  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:00  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:00  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:00  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:00  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 10-Jul-2024 21:05:00  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 10-Jul-2024 21:05:00  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 10-Jul-2024 21:05:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 10-Jul-2024 21:05:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 10-Jul-2024 21:05:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 10-Jul-2024 21:05:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 10-Jul-2024 21:05:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:01 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:01  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 10-Jul-2024 21:05:01  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 10-Jul-2024 21:05:01  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 10-Jul-2024 21:05:01  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 10-Jul-2024 21:05:01  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 10-Jul-2024 21:05:01  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:01 phpBB > old-version-diff: build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:01  [echo] Retrieving version 3.2.6 build 10-Jul-2024 21:05:01  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:01 phpBB > export: build 10-Jul-2024 21:05:01  build 10-Jul-2024 21:05:02 Cloning into 'viglink'... build 10-Jul-2024 21:05:02 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:02 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:02 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:03 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:03 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:03 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:03 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:03 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:03 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:03 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:03 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:03 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:03 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:03 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:03 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:03 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:03 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:03 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:03 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:03 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:03 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:03 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:03 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:03 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:03 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:03 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:03 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:03 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:03 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:03 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:03 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:03 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:03 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:03 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:03 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:03 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:03 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:03 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:03 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:03 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:03 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:03 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:03 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:03 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:03 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:03 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:03 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:03 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:03 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:03 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:03 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:03 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:03 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:03 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:03 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:03 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:03 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:03 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:03 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:03 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:03 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:03 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:03 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:03 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:03 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:03 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:03 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:03 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:03 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:03 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:03 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:03 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:03 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:03 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:03 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:03 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:03 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:03 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:03 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:03 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:03 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:03 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:03 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:03 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:03 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:03 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:03 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:03 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:03 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:03 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:03 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:03 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:03 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:03 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:03 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:03 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:03 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:03 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:03 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:03 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:03 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:03 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:03 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:03 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:03 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:03 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:03 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:03 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:03 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 10-Jul-2024 21:05:03 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:03 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:03 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:03 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:03 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:03 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:03 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:03 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:03 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:03 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:03 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:03 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:03 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:03 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:03 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:03 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:03 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:03 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:03 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:03 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:03 Resolving deltas: 20% (118/579) build 10-Jul-2024 21:05:03 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:03 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:03 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:03 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:03 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:03 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:03 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:03 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:03 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:03 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:03 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:03 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:03 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:03 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:03 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:03 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:03 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:03 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:03 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:03 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:03 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:03 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:03 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:03 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:03 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:03 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:03 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:03 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:03 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:03 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:03 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:03 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:03 Resolving deltas: 53% (308/579) build 10-Jul-2024 21:05:03 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:03 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:03 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:03 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:03 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:03 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:03 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:03 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:03 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:03 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:03 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:03 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:03 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:03 Resolving deltas: 67% (389/579) build 10-Jul-2024 21:05:03 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:03 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:03 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:03 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:03 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:03 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:03 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:03 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:03 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:03 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:03 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:03 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:03 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:03 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:03 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:03 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:03 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:03 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:03 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:03 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:03 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:03 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:03 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:03 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:03 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:03 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:03 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:03 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:03 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:03 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:03 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:03 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:03 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:03 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:03 Note: switching to 'release-phpbb-3.2.6'. build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:03 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:03 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:03 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 git switch -c build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 Or undo this operation with: build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 git switch - build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:03 build 10-Jul-2024 21:05:03 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:03  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:03  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:03  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:03  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:03  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 10-Jul-2024 21:05:03  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 10-Jul-2024 21:05:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 10-Jul-2024 21:05:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 10-Jul-2024 21:05:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 10-Jul-2024 21:05:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 10-Jul-2024 21:05:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:03  build 10-Jul-2024 21:05:03 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:03  build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 10-Jul-2024 21:05:03  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 10-Jul-2024 21:05:03  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:04  build 10-Jul-2024 21:05:04 phpBB > old-version-diff: build 10-Jul-2024 21:05:04  build 10-Jul-2024 21:05:04  [echo] Retrieving version 3.2.7 build 10-Jul-2024 21:05:04  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 10-Jul-2024 21:05:04  build 10-Jul-2024 21:05:04 phpBB > export: build 10-Jul-2024 21:05:04  build 10-Jul-2024 21:05:04 Cloning into 'viglink'... build 10-Jul-2024 21:05:05 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:05 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:05 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:05 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:05 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:05 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:05 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:05 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:05 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:05 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:05 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:05 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:05 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:05 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:05 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:05 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:05 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:05 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:05 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:05 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:05 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:05 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:05 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:05 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:05 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:05 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:05 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:05 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:05 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:05 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:05 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:05 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:05 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:05 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:05 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:05 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:05 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:05 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:05 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:05 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:05 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:05 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:05 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:05 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:05 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:05 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:05 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:05 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:05 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:05 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:05 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:05 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:05 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:05 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:05 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:05 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:05 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:05 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:05 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:05 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:05 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:05 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:05 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:05 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:05 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:05 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:05 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:05 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:05 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:05 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:05 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:05 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:05 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:05 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:05 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:05 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:05 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:05 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:05 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:05 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:05 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:05 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:05 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:05 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:05 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:05 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:05 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:05 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:05 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:05 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:05 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:05 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:05 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:05 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:05 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:05 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:05 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:05 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:05 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:05 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:05 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:05 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:05 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:05 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:05 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:05 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:05 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:05 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 10-Jul-2024 21:05:05 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:05 Resolving deltas: 1% (7/579) build 10-Jul-2024 21:05:05 Resolving deltas: 2% (13/579) build 10-Jul-2024 21:05:05 Resolving deltas: 3% (19/579) build 10-Jul-2024 21:05:05 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:05 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:05 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:05 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:05 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:05 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:05 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:05 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:05 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:05 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:05 Resolving deltas: 14% (83/579) build 10-Jul-2024 21:05:05 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:05 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:05 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:05 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:05 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:05 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:05 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:05 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:05 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:05 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:05 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:05 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:05 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:05 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:05 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:05 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:05 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:05 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:05 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:05 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:05 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:05 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:05 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:05 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:05 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:05 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:05 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:05 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:05 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:05 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:05 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:05 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:05 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:05 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:05 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:05 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:05 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:05 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:05 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:05 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:05 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:05 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:05 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:05 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:05 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:05 Resolving deltas: 60% (349/579) build 10-Jul-2024 21:05:05 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:05 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:05 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:05 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:05 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:05 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:05 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:05 Resolving deltas: 68% (395/579) build 10-Jul-2024 21:05:05 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:05 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:05 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:05 Resolving deltas: 72% (418/579) build 10-Jul-2024 21:05:05 Resolving deltas: 73% (424/579) build 10-Jul-2024 21:05:05 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:05 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:05 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:05 Resolving deltas: 77% (447/579) build 10-Jul-2024 21:05:05 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:05 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:05 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:05 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:05 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:05 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:05 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:05 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:05 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:05 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:05 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:05 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:05 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:05 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:05 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:05 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:05 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:05 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:05 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:05 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:05 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:05 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:05 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:05 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:05 Note: switching to 'release-phpbb-3.2.7'. build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:05 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:05 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:05 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 git switch -c build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 Or undo this operation with: build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 git switch - build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:05 build 10-Jul-2024 21:05:05 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 10-Jul-2024 21:05:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:05  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 10-Jul-2024 21:05:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 10-Jul-2024 21:05:06  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 10-Jul-2024 21:05:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 10-Jul-2024 21:05:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 10-Jul-2024 21:05:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 10-Jul-2024 21:05:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 10-Jul-2024 21:05:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:06 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 10-Jul-2024 21:05:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 10-Jul-2024 21:05:06  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:06 phpBB > old-version-diff: build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:06  [echo] Retrieving version 3.2.8 build 10-Jul-2024 21:05:06  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:06 phpBB > export: build 10-Jul-2024 21:05:06  build 10-Jul-2024 21:05:07 Cloning into 'viglink'... build 10-Jul-2024 21:05:07 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:07 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:07 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:07 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:07 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:07 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:07 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:07 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:07 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:07 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:07 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:07 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:07 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:07 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:07 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:07 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:07 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:07 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:07 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:07 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:07 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:07 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:07 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:07 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:07 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:07 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:07 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:07 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:07 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:07 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:07 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:07 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:07 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:07 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:07 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:07 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:07 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:07 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:07 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:07 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:07 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:07 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:07 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:07 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:07 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:07 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:07 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:07 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:07 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:07 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:07 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:07 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:07 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:07 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:07 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:07 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:07 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:07 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:07 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:07 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:07 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:07 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:07 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:07 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:07 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:07 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:07 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:07 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:07 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:07 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:07 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:07 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:07 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:07 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:07 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:07 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:07 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:07 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:07 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:07 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:07 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:07 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:07 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:07 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:07 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:07 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:07 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:07 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:07 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:07 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:07 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:07 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:07 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:07 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:07 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:07 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:07 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:07 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:07 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:07 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:07 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:07 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:07 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:07 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:07 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:07 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:07 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:07 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 10-Jul-2024 21:05:07 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:07 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:07 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:07 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:07 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:07 Resolving deltas: 5% (30/579) build 10-Jul-2024 21:05:07 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:07 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:07 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:07 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:07 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:07 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:07 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:07 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:07 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:07 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:07 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:07 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:07 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:07 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:07 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:07 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:07 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:07 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:07 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:07 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:07 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:07 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:07 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:07 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:07 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:07 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:07 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:07 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:07 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:07 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:07 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:07 Resolving deltas: 37% (216/579) build 10-Jul-2024 21:05:07 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:07 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:07 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:07 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:07 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:07 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:07 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:07 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:07 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:07 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:07 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:07 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:07 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:07 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:07 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:07 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:07 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:07 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:07 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:07 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:07 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:07 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:07 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:07 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:07 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:07 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:07 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:07 Resolving deltas: 65% (378/579) build 10-Jul-2024 21:05:07 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:07 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:07 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:07 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:07 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:07 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:07 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:07 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:07 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:07 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:07 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:07 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:07 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:07 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:07 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:07 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:07 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:07 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:07 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:07 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:07 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:07 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:07 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:07 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:07 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:07 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:07 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:07 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:07 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:07 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:07 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:07 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:07 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:07 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:07 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:07 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:07 Note: switching to 'release-phpbb-3.2.8'. build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:07 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:07 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:07 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 git switch -c build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 Or undo this operation with: build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 git switch - build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:07 build 10-Jul-2024 21:05:07 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:07  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 10-Jul-2024 21:05:07  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 10-Jul-2024 21:05:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 10-Jul-2024 21:05:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 10-Jul-2024 21:05:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 10-Jul-2024 21:05:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 10-Jul-2024 21:05:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:07  build 10-Jul-2024 21:05:07 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:07  build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 10-Jul-2024 21:05:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 10-Jul-2024 21:05:07  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:08  build 10-Jul-2024 21:05:08 phpBB > old-version-diff: build 10-Jul-2024 21:05:08  build 10-Jul-2024 21:05:08  [echo] Retrieving version 3.2.9 build 10-Jul-2024 21:05:08  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 10-Jul-2024 21:05:08  build 10-Jul-2024 21:05:08 phpBB > export: build 10-Jul-2024 21:05:08  build 10-Jul-2024 21:05:08 Cloning into 'viglink'... build 10-Jul-2024 21:05:09 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:09 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:09 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:09 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:09 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:09 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:09 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:09 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:09 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:09 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:09 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:09 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:09 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:09 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:09 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:09 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:09 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:09 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:09 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:09 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:09 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:09 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:09 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:09 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:09 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:09 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:09 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:09 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:09 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:09 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:09 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:09 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:09 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:09 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:09 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:09 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:09 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:09 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:09 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:09 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:09 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:09 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:09 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:09 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:09 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:09 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:09 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:09 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:09 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:09 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:09 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:09 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:09 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:09 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:09 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:09 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:09 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:09 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:09 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:09 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:09 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:09 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:09 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:09 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:09 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:09 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:09 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:09 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:09 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:09 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:09 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:09 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:09 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:09 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:09 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:09 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:09 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:09 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:09 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:09 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:09 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:09 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:09 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:09 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:09 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:09 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:09 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:09 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:09 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:09 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:09 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:09 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:09 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:09 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:09 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:09 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:09 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:09 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:09 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:09 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:09 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:09 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:09 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:09 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:09 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:09 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:09 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:09 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 10-Jul-2024 21:05:09 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:09 Resolving deltas: 1% (7/579) build 10-Jul-2024 21:05:09 Resolving deltas: 2% (13/579) build 10-Jul-2024 21:05:09 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:09 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:09 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:09 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:09 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:09 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:09 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:09 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:09 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:09 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:09 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:09 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:09 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:09 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:09 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:09 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:09 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:09 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:09 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:09 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:09 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:09 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:09 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:09 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:09 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:09 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:09 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:09 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:09 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:09 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:09 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:09 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:09 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:09 Resolving deltas: 36% (210/579) build 10-Jul-2024 21:05:09 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:09 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:09 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:09 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:09 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:09 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:09 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:09 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:09 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:09 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:09 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:09 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:09 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:09 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:09 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:09 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:09 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:09 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:09 Resolving deltas: 55% (320/579) build 10-Jul-2024 21:05:09 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:09 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:09 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:09 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:09 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:09 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:09 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:09 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:09 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:09 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:09 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:09 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:09 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:09 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:09 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:09 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:09 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:09 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:09 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:09 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:09 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:09 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:09 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:09 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:09 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:09 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:09 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:09 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:09 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:09 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:09 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:09 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:09 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:09 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:09 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:09 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:09 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:09 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:09 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:09 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:09 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:09 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:09 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:09 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:09 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:09 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:20 Note: switching to 'release-phpbb-3.2.9'. build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:20 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:20 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:20 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 git switch -c build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 Or undo this operation with: build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 git switch - build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:20 build 10-Jul-2024 21:05:20 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:20  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:20  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:20  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:20  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:20  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 10-Jul-2024 21:05:20  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 10-Jul-2024 21:05:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 10-Jul-2024 21:05:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 10-Jul-2024 21:05:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 10-Jul-2024 21:05:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 10-Jul-2024 21:05:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:20 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 10-Jul-2024 21:05:20  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 10-Jul-2024 21:05:20  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:20 phpBB > old-version-diff: build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:20  [echo] Retrieving version 3.2.10 build 10-Jul-2024 21:05:20  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:20 phpBB > export: build 10-Jul-2024 21:05:20  build 10-Jul-2024 21:05:21 Cloning into 'viglink'... build 10-Jul-2024 21:05:21 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:21 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:21 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:21 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:21 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:21 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:21 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:21 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:21 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:21 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:21 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:21 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:21 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:21 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:21 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:21 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:21 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:21 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:21 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:21 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:21 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:21 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:21 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:21 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:21 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:21 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:21 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:21 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:21 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:21 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:21 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:21 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:21 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:21 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:21 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:21 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:21 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:21 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:21 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:21 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:21 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:21 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:21 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:21 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:21 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:21 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:21 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:21 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:21 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:21 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:21 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:21 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:21 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:21 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:21 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:21 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:21 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:21 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:21 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:21 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:21 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:21 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:21 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:21 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:21 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:21 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:21 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:21 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:21 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:21 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:21 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:21 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:21 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:21 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:21 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:21 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:21 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:21 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:21 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:21 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:21 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:21 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:21 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:21 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:21 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:21 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:21 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:21 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:21 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:21 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:21 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:21 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:21 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:21 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:21 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:21 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:21 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:21 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:21 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:21 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:21 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:21 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:21 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:21 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:21 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:21 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:21 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:21 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 10-Jul-2024 21:05:21 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:21 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:21 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:21 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:21 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:21 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:21 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:21 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:21 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:21 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:21 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:21 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:21 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:21 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:21 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:21 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:21 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:21 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:21 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:21 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:21 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:21 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:21 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:21 Resolving deltas: 23% (135/579) build 10-Jul-2024 21:05:21 Resolving deltas: 24% (140/579) build 10-Jul-2024 21:05:21 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:21 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:21 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:21 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:21 Resolving deltas: 29% (169/579) build 10-Jul-2024 21:05:21 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:21 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:21 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:21 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:21 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:21 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:21 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:21 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:21 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:21 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:21 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:21 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:21 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:21 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:21 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:21 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:21 Resolving deltas: 46% (268/579) build 10-Jul-2024 21:05:21 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:21 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:21 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:21 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:21 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:21 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:21 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:21 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:21 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:21 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:21 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:21 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:21 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:21 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:21 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:21 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:21 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:21 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:21 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:21 Resolving deltas: 66% (384/579) build 10-Jul-2024 21:05:21 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:21 Resolving deltas: 68% (395/579) build 10-Jul-2024 21:05:21 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:21 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:21 Resolving deltas: 71% (413/579) build 10-Jul-2024 21:05:21 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:21 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:21 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:21 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:21 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:21 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:21 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:21 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:21 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:21 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:21 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:21 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:21 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:21 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:21 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:21 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:21 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:21 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:21 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:21 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:21 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:21 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:21 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:21 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:21 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:21 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:21 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:21 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:21 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:21 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:21 Note: switching to 'release-phpbb-3.2.10'. build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:21 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:21 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:21 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 git switch -c build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 Or undo this operation with: build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 git switch - build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:21 build 10-Jul-2024 21:05:21 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:21  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:21  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:21  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:21  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:21  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 10-Jul-2024 21:05:21  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 10-Jul-2024 21:05:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 10-Jul-2024 21:05:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 10-Jul-2024 21:05:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 10-Jul-2024 21:05:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 10-Jul-2024 21:05:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:21  build 10-Jul-2024 21:05:21 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:21  build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 10-Jul-2024 21:05:21  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 10-Jul-2024 21:05:21  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:22  build 10-Jul-2024 21:05:22 phpBB > old-version-diff: build 10-Jul-2024 21:05:22  build 10-Jul-2024 21:05:22  [echo] Retrieving version 3.2.11 build 10-Jul-2024 21:05:22  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 10-Jul-2024 21:05:22  build 10-Jul-2024 21:05:22 phpBB > export: build 10-Jul-2024 21:05:22  build 10-Jul-2024 21:05:22 Cloning into 'viglink'... build 10-Jul-2024 21:05:23 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:23 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:23 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:23 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:23 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:23 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:23 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:23 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:23 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:23 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:23 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:23 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:23 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:23 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:23 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:23 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:23 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:23 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:23 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:23 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:23 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:23 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:23 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:23 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:23 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:23 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:23 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:23 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:23 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:23 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:23 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:23 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:23 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:23 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:23 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:23 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:23 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:23 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:23 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:23 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:23 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:23 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:23 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:23 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:23 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:23 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:23 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:23 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:23 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:23 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:23 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:23 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:23 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:23 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:23 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:23 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:23 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:23 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:23 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:23 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:23 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:23 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:23 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:23 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:23 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:23 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:23 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:23 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:23 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:23 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:23 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:23 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:23 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:23 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:23 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:23 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:23 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:23 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:23 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:23 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:23 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:23 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:23 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:23 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:23 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:23 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:23 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:23 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:23 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:23 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:23 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:23 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:23 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:23 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:23 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:23 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:23 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:23 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:23 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:23 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:23 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:23 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:23 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:23 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:23 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:23 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:23 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:23 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 10-Jul-2024 21:05:23 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:23 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:23 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:23 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:23 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:23 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:23 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:23 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:23 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:23 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:23 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:23 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:23 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:23 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:23 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:23 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:23 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:23 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:23 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:23 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:23 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:23 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:23 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:23 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:23 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:23 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:23 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:23 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:23 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:23 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:23 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:23 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:23 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:23 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:23 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:23 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:23 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:23 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:23 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:23 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:23 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:23 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:23 Resolving deltas: 42% (245/579) build 10-Jul-2024 21:05:23 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:23 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:23 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:23 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:23 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:23 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:23 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:23 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:23 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:23 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:23 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:23 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:23 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:23 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:23 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:23 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:23 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:23 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:23 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:23 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:23 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:23 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:23 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:23 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:23 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:23 Resolving deltas: 68% (395/579) build 10-Jul-2024 21:05:23 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:23 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:23 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:23 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:23 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:23 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:23 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:23 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:23 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:23 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:23 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:23 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:23 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:23 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:23 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:23 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:23 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:23 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:23 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:23 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:23 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:23 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:23 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:23 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:23 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:23 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:23 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:23 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:23 Resolving deltas: 97% (563/579) build 10-Jul-2024 21:05:23 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:23 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:23 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:23 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:23 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:23  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:23  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:23  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:23  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:23  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:23  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 10-Jul-2024 21:05:23  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 10-Jul-2024 21:05:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 10-Jul-2024 21:05:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 10-Jul-2024 21:05:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 10-Jul-2024 21:05:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 10-Jul-2024 21:05:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:23 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 10-Jul-2024 21:05:23  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 10-Jul-2024 21:05:23  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:23 phpBB > old-version-diff: build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:23  [echo] Retrieving version 3.3.0 build 10-Jul-2024 21:05:23  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:23 phpBB > export: build 10-Jul-2024 21:05:23  build 10-Jul-2024 21:05:24 Cloning into 'viglink'... build 10-Jul-2024 21:05:24 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:24 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:24 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:24 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:24 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:24 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:24 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:24 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:24 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:24 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:24 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:24 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:24 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:24 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:24 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:24 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:24 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:24 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:24 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:24 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:24 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:24 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:24 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:24 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:24 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:24 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:24 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:24 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:24 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:24 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:24 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:24 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:24 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:24 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:24 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:24 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:24 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:24 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:24 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:24 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:24 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:24 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:24 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:24 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:24 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:24 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:24 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:24 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:24 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:24 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:24 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:24 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:24 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:24 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:24 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:24 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:24 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:24 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:24 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:24 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:24 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:24 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:24 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:24 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:24 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:24 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:24 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:24 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:24 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:24 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:24 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:24 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:24 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:24 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:24 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:24 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:24 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:24 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:24 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:24 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:24 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:24 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:24 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:24 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:24 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:24 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:24 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:24 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:24 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:24 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:24 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:24 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:24 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:24 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:24 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:24 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:24 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:24 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:24 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:24 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:24 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:24 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:24 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:24 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:24 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:24 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:24 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:24 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.34 MiB/s, done. build 10-Jul-2024 21:05:24 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:24 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:24 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:24 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:24 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:24 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:24 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:24 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:24 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:24 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:24 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:24 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:24 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:24 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:24 Resolving deltas: 14% (83/579) build 10-Jul-2024 21:05:24 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:24 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:24 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:24 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:24 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:24 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:24 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:24 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:24 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:24 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:24 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:24 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:24 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:24 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:24 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:24 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:24 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:24 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:24 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:24 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:24 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:24 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:24 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:24 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:24 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:24 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:24 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:24 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:24 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:24 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:24 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:24 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:24 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:24 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:24 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:24 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:24 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:24 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:24 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:24 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:24 Resolving deltas: 55% (320/579) build 10-Jul-2024 21:05:24 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:24 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:24 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:24 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:24 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:24 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:24 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:24 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:24 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:24 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:24 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:24 Resolving deltas: 67% (389/579) build 10-Jul-2024 21:05:24 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:24 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:24 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:24 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:24 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:24 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:24 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:24 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:24 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:24 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:24 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:24 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:24 Resolving deltas: 80% (465/579) build 10-Jul-2024 21:05:24 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:24 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:24 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:24 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:24 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:24 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:24 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:24 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:24 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:24 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:24 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:24 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:24 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:24 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:24 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:24 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:24 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:24 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:24 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:24 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:24 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:24 Note: switching to 'release-phpbb-3.3.0'. build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:24 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:24 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:24 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 git switch -c build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 Or undo this operation with: build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 git switch - build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:24 build 10-Jul-2024 21:05:24 HEAD is now at 6913153 Merge branch '3.2.x' build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:24  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:24  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:24  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:24  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:24  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 10-Jul-2024 21:05:24  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 10-Jul-2024 21:05:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 10-Jul-2024 21:05:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 10-Jul-2024 21:05:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 10-Jul-2024 21:05:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 10-Jul-2024 21:05:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:24  build 10-Jul-2024 21:05:24 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:24  build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 10-Jul-2024 21:05:24  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 10-Jul-2024 21:05:24  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:25  build 10-Jul-2024 21:05:25 phpBB > old-version-diff: build 10-Jul-2024 21:05:25  build 10-Jul-2024 21:05:25  [echo] Retrieving version 3.3.1 build 10-Jul-2024 21:05:25  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 10-Jul-2024 21:05:25  build 10-Jul-2024 21:05:25 phpBB > export: build 10-Jul-2024 21:05:25  build 10-Jul-2024 21:05:25 Cloning into 'viglink'... build 10-Jul-2024 21:05:25 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:25 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:25 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:25 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:25 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:25 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:25 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:25 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:25 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:25 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:25 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:25 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:25 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:25 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:25 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:25 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:25 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:25 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:25 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:25 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:25 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:25 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:25 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:25 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:25 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:25 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:25 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:25 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:25 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:25 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:25 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:25 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:25 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:25 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:25 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:25 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:25 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:25 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:25 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:25 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:25 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:25 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:25 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:25 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:25 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:25 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:25 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:25 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:25 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:25 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:25 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:25 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:25 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:25 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:25 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:25 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:25 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:25 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:25 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:25 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:25 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:25 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:25 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:25 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:25 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:25 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:25 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:25 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:25 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:25 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:25 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:25 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:25 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:25 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:25 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:26 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:26 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:26 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:26 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:26 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:26 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:26 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:26 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:26 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:26 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:26 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:26 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:26 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:26 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:26 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:26 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:26 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:26 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:26 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:26 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:26 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:26 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:26 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:26 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:26 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:26 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:26 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:26 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:26 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:26 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:26 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:26 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:26 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.03 MiB/s, done. build 10-Jul-2024 21:05:26 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:26 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:26 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:26 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:26 Resolving deltas: 4% (25/579) build 10-Jul-2024 21:05:26 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:26 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:26 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:26 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:26 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:26 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:26 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:26 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:26 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:26 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:26 Resolving deltas: 15% (88/579) build 10-Jul-2024 21:05:26 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:26 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:26 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:26 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:26 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:26 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:26 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:26 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:26 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:26 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:26 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:26 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:26 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:26 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:26 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:26 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:26 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:26 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:26 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:26 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:26 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:26 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:26 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:26 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:26 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:26 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:26 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:26 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:26 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:26 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:26 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:26 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:26 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:26 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:26 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:26 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:26 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:26 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:26 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:26 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:26 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:26 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:26 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:26 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:26 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:26 Resolving deltas: 61% (355/579) build 10-Jul-2024 21:05:26 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:26 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:26 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:26 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:26 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:26 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:26 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:26 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:26 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:26 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:26 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:26 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:26 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:26 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:26 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:26 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:26 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:26 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:26 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:26 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:26 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:26 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:26 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:26 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:26 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:26 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:26 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:26 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:26 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:26 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:26 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:26 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:26 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:26 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:26 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:26 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:26 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:26 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:26 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:26 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:27 Note: switching to 'release-phpbb-3.3.1'. build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 You are in 'detached HEAD' state. You can look around, make experimental build 10-Jul-2024 21:05:27 changes and commit them, and you can discard any commits you make in this build 10-Jul-2024 21:05:27 state without impacting any branches by switching back to a branch. build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 If you want to create a new branch to retain commits you create, you may build 10-Jul-2024 21:05:27 do so (now or later) by using -c with the switch command. Example: build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 git switch -c build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 Or undo this operation with: build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 git switch - build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 Turn off this advice by setting config variable advice.detachedHead to false build 10-Jul-2024 21:05:27 build 10-Jul-2024 21:05:27 HEAD is now at 6913153 Merge branch '3.2.x' build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 10-Jul-2024 21:05:27  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:27  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 10-Jul-2024 21:05:27  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:27  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:27  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 10-Jul-2024 21:05:27  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 10-Jul-2024 21:05:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 10-Jul-2024 21:05:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 10-Jul-2024 21:05:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 10-Jul-2024 21:05:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 10-Jul-2024 21:05:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:27  build 10-Jul-2024 21:05:27 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:27  build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 10-Jul-2024 21:05:27  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 10-Jul-2024 21:05:27  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:28  build 10-Jul-2024 21:05:28 phpBB > old-version-diff: build 10-Jul-2024 21:05:28  build 10-Jul-2024 21:05:28  [echo] Retrieving version 3.3.2 build 10-Jul-2024 21:05:28  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 10-Jul-2024 21:05:28  build 10-Jul-2024 21:05:28 phpBB > export: build 10-Jul-2024 21:05:28  build 10-Jul-2024 21:05:28 Cloning into 'viglink'... build 10-Jul-2024 21:05:29 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:29 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:29 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:29 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:29 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:29 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:29 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:29 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:29 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:29 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:29 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:29 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:29 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:29 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:29 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:29 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:29 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:29 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:29 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:29 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:29 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:29 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:29 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:29 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:29 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:29 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:29 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:29 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:29 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:29 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:29 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:29 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:29 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:29 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:29 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:29 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:29 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:29 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:29 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:29 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:29 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:29 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:29 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:29 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:29 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:29 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:29 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:29 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:29 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:29 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:29 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:29 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:29 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:29 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:29 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:29 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:29 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:29 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:29 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:29 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:29 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:29 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:29 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:29 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:29 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:29 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:29 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:29 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:29 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:29 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:29 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:29 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:29 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:29 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:29 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:29 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:29 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:29 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:29 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:29 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:29 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:29 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:29 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:29 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:29 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:29 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:29 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:29 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:29 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:29 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:29 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:29 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:29 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:29 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:29 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:29 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:29 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:29 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:29 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:29 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:29 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:29 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:29 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:29 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:29 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:29 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:29 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:29 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.53 MiB/s, done. build 10-Jul-2024 21:05:29 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:29 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:29 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:29 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:29 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:29 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:29 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:29 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:29 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:29 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:29 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:29 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:29 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:29 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:29 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:29 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:29 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:29 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:29 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:29 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:29 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:29 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:29 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:29 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:29 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:29 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:29 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:29 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:29 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:29 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:29 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:29 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:29 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:29 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:29 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:29 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:29 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:29 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:29 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:29 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:29 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:29 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:29 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:29 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:29 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:29 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:29 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:29 Resolving deltas: 47% (274/579) build 10-Jul-2024 21:05:29 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:29 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:29 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:29 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:29 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:29 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:29 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:29 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:29 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:29 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:29 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:29 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:29 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:29 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:29 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:29 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:29 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:29 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:29 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:29 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:29 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:29 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:29 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:29 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:29 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:29 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:29 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:29 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:29 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:29 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:29 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:29 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:29 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:29 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:29 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:29 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:29 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:29 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:29 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:29 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:29 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:29 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:29 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:29 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:29 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:29 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:29 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:29 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:29 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:29 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:29 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:29 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:29 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:29 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:29 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:29  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:29  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:29  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:29  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:29  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:29  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 10-Jul-2024 21:05:29  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 10-Jul-2024 21:05:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 10-Jul-2024 21:05:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 10-Jul-2024 21:05:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 10-Jul-2024 21:05:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 10-Jul-2024 21:05:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:29  build 10-Jul-2024 21:05:29 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:29  build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 10-Jul-2024 21:05:29  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 10-Jul-2024 21:05:29  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:30  build 10-Jul-2024 21:05:30 phpBB > old-version-diff: build 10-Jul-2024 21:05:30  build 10-Jul-2024 21:05:30  [echo] Retrieving version 3.3.3 build 10-Jul-2024 21:05:30  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 10-Jul-2024 21:05:30  build 10-Jul-2024 21:05:30 phpBB > export: build 10-Jul-2024 21:05:30  build 10-Jul-2024 21:05:30 Cloning into 'viglink'... build 10-Jul-2024 21:05:31 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:31 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:31 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:31 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:31 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:31 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:31 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:31 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:31 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:31 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:31 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:31 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:31 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:31 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:31 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:31 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:31 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:31 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:31 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:31 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:31 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:31 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:31 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:31 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:31 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:31 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:31 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:31 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:31 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:31 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:31 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:31 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:31 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:31 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:31 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:31 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:31 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:31 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:31 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:31 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:31 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:31 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:31 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:31 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:31 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:31 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:31 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:31 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:31 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:31 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:31 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:31 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:31 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:31 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:31 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:31 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:31 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:31 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:31 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:31 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:31 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:31 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:31 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:31 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:31 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:31 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:31 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:31 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:31 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:31 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:31 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:31 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:31 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:31 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:31 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:31 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:31 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:31 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:31 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:31 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:31 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:31 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:31 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:31 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:31 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:31 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:31 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:31 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:31 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:31 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:31 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:31 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:31 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:31 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:31 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:31 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:31 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:31 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:31 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:31 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:31 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:31 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:31 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:31 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:31 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:31 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:31 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:31 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 10-Jul-2024 21:05:31 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:31 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:31 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:31 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:31 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:31 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:31 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:31 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:31 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:31 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:31 Resolving deltas: 10% (59/579) build 10-Jul-2024 21:05:31 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:31 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:31 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:31 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:31 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:31 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:31 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:31 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:31 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:31 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:31 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:31 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:31 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:31 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:31 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:31 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:31 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:31 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:31 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:31 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:31 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:31 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:31 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:31 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:31 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:31 Resolving deltas: 36% (211/579) build 10-Jul-2024 21:05:31 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:31 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:31 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:31 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:31 Resolving deltas: 41% (239/579) build 10-Jul-2024 21:05:31 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:31 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:31 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:31 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:31 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:31 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:31 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:31 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:31 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:31 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:31 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:31 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:31 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:31 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:31 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:31 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:31 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:31 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:31 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:31 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:31 Resolving deltas: 62% (360/579) build 10-Jul-2024 21:05:31 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:31 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:31 Resolving deltas: 65% (378/579) build 10-Jul-2024 21:05:31 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:31 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:31 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:31 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:31 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:31 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:31 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:31 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:31 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:31 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:31 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:31 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:31 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:31 Resolving deltas: 79% (459/579) build 10-Jul-2024 21:05:31 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:31 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:31 Resolving deltas: 82% (476/579) build 10-Jul-2024 21:05:31 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:31 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:31 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:31 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:31 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:31 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:31 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:31 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:31 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:31 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:31 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:31 Resolving deltas: 94% (546/579) build 10-Jul-2024 21:05:31 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:31 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:31 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:31 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:31 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:31 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:31 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:37 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:37  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:37  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:37  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:37  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:37  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:37  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 10-Jul-2024 21:05:37  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 10-Jul-2024 21:05:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 10-Jul-2024 21:05:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 10-Jul-2024 21:05:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 10-Jul-2024 21:05:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 10-Jul-2024 21:05:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:37  build 10-Jul-2024 21:05:37 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:37  build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 10-Jul-2024 21:05:37  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 10-Jul-2024 21:05:37  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38 phpBB > old-version-diff: build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38  [echo] Retrieving version 3.3.4 build 10-Jul-2024 21:05:38  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38 phpBB > export: build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38 Cloning into 'viglink'... build 10-Jul-2024 21:05:38 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:38 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:38 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:38 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:38 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:38 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:38 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:38 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:38 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:38 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:38 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:38 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:38 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:38 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:38 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:38 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:38 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:38 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:38 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:38 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:38 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:38 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:38 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:38 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:38 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:38 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:38 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:38 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:38 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:38 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:38 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:38 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:38 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:38 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:38 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:38 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:38 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:38 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:38 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:38 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:38 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:38 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:38 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:38 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:38 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:38 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:38 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:38 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:38 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:38 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:38 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:38 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:38 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:38 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:38 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:38 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:38 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:38 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:38 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:38 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:38 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:38 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:38 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:38 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:38 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:38 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:38 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:38 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:38 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:38 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:38 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:38 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:38 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:38 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:38 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:38 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:38 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:38 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:38 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:38 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:38 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:38 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:38 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:38 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:38 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:38 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:38 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:38 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:38 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:38 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:38 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:38 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:38 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:38 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:38 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:38 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:38 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:38 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:38 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:38 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:38 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:38 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:38 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:38 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:38 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:38 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:38 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:38 Receiving objects: 100% (1127/1127), 216.86 KiB | 12.05 MiB/s, done. build 10-Jul-2024 21:05:38 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:38 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:38 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:38 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:38 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:38 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:38 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:38 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:38 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:38 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:38 Resolving deltas: 10% (59/579) build 10-Jul-2024 21:05:38 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:38 Resolving deltas: 12% (71/579) build 10-Jul-2024 21:05:38 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:38 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:38 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:38 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:38 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:38 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:38 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:38 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:38 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:38 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:38 Resolving deltas: 23% (136/579) build 10-Jul-2024 21:05:38 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:38 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:38 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:38 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:38 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:38 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:38 Resolving deltas: 30% (175/579) build 10-Jul-2024 21:05:38 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:38 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:38 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:38 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:38 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:38 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:38 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:38 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:38 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:38 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:38 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:38 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:38 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:38 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:38 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:38 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:38 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:38 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:38 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:38 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:38 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:38 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:38 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:38 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:38 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:38 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:38 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:38 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:38 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:38 Resolving deltas: 60% (349/579) build 10-Jul-2024 21:05:38 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:38 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:38 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:38 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:38 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:38 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:38 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:38 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:38 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:38 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:38 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:38 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:38 Resolving deltas: 73% (424/579) build 10-Jul-2024 21:05:38 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:38 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:38 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:38 Resolving deltas: 77% (447/579) build 10-Jul-2024 21:05:38 Resolving deltas: 78% (453/579) build 10-Jul-2024 21:05:38 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:38 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:38 Resolving deltas: 81% (470/579) build 10-Jul-2024 21:05:38 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:38 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:38 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:38 Resolving deltas: 85% (494/579) build 10-Jul-2024 21:05:38 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:38 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:38 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:38 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:38 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:38 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:38 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:38 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:38 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:38 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:38 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:38 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:38 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:38 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:38 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:38 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:38 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:38  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:38  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:38  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:38  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:38  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:38  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 10-Jul-2024 21:05:38  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 10-Jul-2024 21:05:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 10-Jul-2024 21:05:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 10-Jul-2024 21:05:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 10-Jul-2024 21:05:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 10-Jul-2024 21:05:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:38  build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 10-Jul-2024 21:05:38  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 10-Jul-2024 21:05:38  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:39  build 10-Jul-2024 21:05:39 phpBB > old-version-diff: build 10-Jul-2024 21:05:39  build 10-Jul-2024 21:05:39  [echo] Retrieving version 3.3.5 build 10-Jul-2024 21:05:39  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 10-Jul-2024 21:05:39  build 10-Jul-2024 21:05:39 phpBB > export: build 10-Jul-2024 21:05:39  build 10-Jul-2024 21:05:39 Cloning into 'viglink'... build 10-Jul-2024 21:05:40 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:40 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:40 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:40 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:40 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:40 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:40 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:40 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:40 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:40 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:40 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:40 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:40 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:40 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:40 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:40 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:40 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:40 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:40 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:40 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:40 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:40 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:40 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:40 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:40 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:40 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:40 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:40 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:40 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:40 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:40 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:40 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:40 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:40 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:40 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:40 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:40 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:40 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:40 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:40 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:40 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:40 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:40 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:40 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:40 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:40 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:40 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:40 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:40 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:40 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:40 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:40 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:40 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:40 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:40 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:40 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:40 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:40 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:40 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:40 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:40 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:40 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:40 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:40 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:40 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:40 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:40 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:40 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:40 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:40 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:40 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:40 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:40 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:40 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:40 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:40 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:40 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:40 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:40 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:40 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:40 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:40 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:40 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:40 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:40 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:40 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:40 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:40 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:40 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:40 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:40 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:40 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:40 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:40 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:40 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:40 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:40 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:40 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:40 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:40 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:40 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:40 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:40 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:40 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:40 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:40 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:40 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:40 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.43 MiB/s, done. build 10-Jul-2024 21:05:40 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:40 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:40 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:40 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:40 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:40 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:40 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:40 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:40 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:40 Resolving deltas: 9% (54/579) build 10-Jul-2024 21:05:40 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:40 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:40 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:40 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:40 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:40 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:40 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:40 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:40 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:40 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:40 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:40 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:40 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:40 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:40 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:40 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:40 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:40 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:40 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:40 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:40 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:40 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:40 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:40 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:40 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:40 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:40 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:40 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:40 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:40 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:40 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:40 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:40 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:40 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:40 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:40 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:40 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:40 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:40 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:40 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:40 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:40 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:40 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:40 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:40 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:40 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:40 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:40 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:40 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:40 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:40 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:40 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:40 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:40 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:40 Resolving deltas: 64% (372/579) build 10-Jul-2024 21:05:40 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:40 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:40 Resolving deltas: 67% (389/579) build 10-Jul-2024 21:05:40 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:40 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:40 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:40 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:40 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:40 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:40 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:40 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:40 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:40 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:40 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:40 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:40 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:40 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:40 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:40 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:40 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:40 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:40 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:40 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:40 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:40 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:40 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:40 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:40 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:40 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:40 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:40 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:40 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:40 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:40 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:40 Resolving deltas: 99% (575/579) build 10-Jul-2024 21:05:40 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:40 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:40 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:40  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:40  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:40  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:40  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:40  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:40  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 10-Jul-2024 21:05:40  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 10-Jul-2024 21:05:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 10-Jul-2024 21:05:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 10-Jul-2024 21:05:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 10-Jul-2024 21:05:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 10-Jul-2024 21:05:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:40 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 10-Jul-2024 21:05:40  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 10-Jul-2024 21:05:40  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:40 phpBB > old-version-diff: build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:40  [echo] Retrieving version 3.3.6 build 10-Jul-2024 21:05:40  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:40 phpBB > export: build 10-Jul-2024 21:05:40  build 10-Jul-2024 21:05:41 Cloning into 'viglink'... build 10-Jul-2024 21:05:41 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:41 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:41 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:41 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:41 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:41 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:41 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:41 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:41 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:41 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:41 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:41 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:41 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:41 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:41 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:41 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:41 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:41 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:41 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:41 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:41 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:41 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:41 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:41 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:41 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:41 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:41 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:41 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:41 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:41 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:41 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:41 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:41 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:41 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:41 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:41 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:41 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:41 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:41 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:41 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:41 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:41 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:41 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:41 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:41 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:41 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:41 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:41 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:41 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:41 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:41 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:41 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:41 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:41 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:41 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:41 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:41 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:41 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:41 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:41 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:41 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:41 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:41 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:41 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:41 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:41 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:41 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:41 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:41 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:41 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:41 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:41 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:41 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:41 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:41 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:41 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:41 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:41 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:41 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:41 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:41 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:41 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:41 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:41 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:41 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:41 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:41 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:41 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:41 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:41 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:41 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:41 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:41 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:41 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:41 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:41 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:41 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:41 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:41 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:41 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:41 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:41 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:41 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:41 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:41 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:41 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:41 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:41 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 10-Jul-2024 21:05:41 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:41 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:41 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:41 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:41 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:41 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:41 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:41 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:41 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:41 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:41 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:41 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:41 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:41 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:41 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:41 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:41 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:41 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:41 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:41 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:41 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:41 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:41 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:41 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:41 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:41 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:41 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:41 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:41 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:41 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:41 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:41 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:41 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:41 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:41 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:41 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:41 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:41 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:41 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:41 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:41 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:41 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:41 Resolving deltas: 42% (245/579) build 10-Jul-2024 21:05:41 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:41 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:41 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:41 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:41 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:41 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:41 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:41 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:41 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:41 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:41 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:41 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:41 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:41 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:41 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:41 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:41 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:41 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:41 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:41 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:41 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:41 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:41 Resolving deltas: 65% (378/579) build 10-Jul-2024 21:05:41 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:41 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:41 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:41 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:41 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:41 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:41 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:41 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:41 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:41 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:41 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:41 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:41 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:41 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:41 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:41 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:41 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:41 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:41 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:41 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:41 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:41 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:41 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:41 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:41 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:41 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:41 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:41 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:41 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:41 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:41 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:41 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:41 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:41 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:41 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:41 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:42 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:42  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:42  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:42  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 10-Jul-2024 21:05:42  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 10-Jul-2024 21:05:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 10-Jul-2024 21:05:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 10-Jul-2024 21:05:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 10-Jul-2024 21:05:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 10-Jul-2024 21:05:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:42 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 10-Jul-2024 21:05:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 10-Jul-2024 21:05:42  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:42 phpBB > old-version-diff: build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:42  [echo] Retrieving version 3.3.7 build 10-Jul-2024 21:05:42  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:42 phpBB > export: build 10-Jul-2024 21:05:42  build 10-Jul-2024 21:05:43 Cloning into 'viglink'... build 10-Jul-2024 21:05:43 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:43 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:43 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:43 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:43 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:43 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:43 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:43 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:43 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:43 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:43 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:43 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:43 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:43 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:43 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:43 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:43 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:43 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:43 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:43 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:43 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:43 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:43 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:43 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:43 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:43 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:43 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:43 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:43 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:43 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:43 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:43 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:43 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:43 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:43 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:43 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:43 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:43 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:43 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:43 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:43 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:43 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:43 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:43 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:43 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:43 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:43 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:43 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:43 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:43 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:43 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:43 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:43 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:43 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:43 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:43 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:43 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:43 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:43 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:43 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:43 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:43 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:43 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:43 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:43 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:43 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:43 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:43 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:43 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:43 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:43 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:43 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:43 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:43 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:43 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:43 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:43 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:43 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:43 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:43 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:43 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:43 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:43 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:43 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:43 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:43 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:43 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:43 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:43 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:43 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:43 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:43 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:43 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:43 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:43 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:43 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:43 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:43 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:43 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:43 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:43 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:43 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:43 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:43 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:43 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:43 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:43 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:43 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 10-Jul-2024 21:05:43 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:43 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:43 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:43 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:43 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:43 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:43 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:43 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:43 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:43 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:43 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:43 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:43 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:43 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:43 Resolving deltas: 14% (83/579) build 10-Jul-2024 21:05:43 Resolving deltas: 15% (88/579) build 10-Jul-2024 21:05:43 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:43 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:43 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:43 Resolving deltas: 19% (112/579) build 10-Jul-2024 21:05:43 Resolving deltas: 20% (117/579) build 10-Jul-2024 21:05:43 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:43 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:43 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:43 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:43 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:43 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:43 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:43 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:43 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:43 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:43 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:43 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:43 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:43 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:43 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:43 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:43 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:43 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:43 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:43 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:43 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:43 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:43 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:43 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:43 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:43 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:43 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:43 Resolving deltas: 48% (279/579) build 10-Jul-2024 21:05:43 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:43 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:43 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:43 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:43 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:43 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:43 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:43 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:43 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:43 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:43 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:43 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:43 Resolving deltas: 61% (355/579) build 10-Jul-2024 21:05:43 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:43 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:43 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:43 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:43 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:43 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:43 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:43 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:43 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:43 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:43 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:43 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:43 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:43 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:43 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:43 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:43 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:43 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:43 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:43 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:43 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:43 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:43 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:43 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:43 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:43 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:43 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:43 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:43 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:43 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:43 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:43 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:43 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:43 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:43 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:43 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:43 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:43 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:43 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:43 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:43 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:43  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:43  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:43  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:43  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:43  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:43  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 10-Jul-2024 21:05:43  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 10-Jul-2024 21:05:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 10-Jul-2024 21:05:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 10-Jul-2024 21:05:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 10-Jul-2024 21:05:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 10-Jul-2024 21:05:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:43  build 10-Jul-2024 21:05:43 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:43  build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 10-Jul-2024 21:05:43  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 10-Jul-2024 21:05:43  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:44  build 10-Jul-2024 21:05:44 phpBB > old-version-diff: build 10-Jul-2024 21:05:44  build 10-Jul-2024 21:05:44  [echo] Retrieving version 3.3.8 build 10-Jul-2024 21:05:44  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 10-Jul-2024 21:05:44  build 10-Jul-2024 21:05:44 phpBB > export: build 10-Jul-2024 21:05:44  build 10-Jul-2024 21:05:44 Cloning into 'viglink'... build 10-Jul-2024 21:05:45 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:45 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:45 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:45 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:45 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:45 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:45 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:45 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:45 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:45 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:45 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:45 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:45 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:45 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:45 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:45 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:45 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:45 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:45 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:45 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:45 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:45 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:45 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:45 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:45 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:45 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:45 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:45 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:45 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:45 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:45 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:45 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:45 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:45 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:45 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:45 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:45 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:45 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:45 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:45 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:45 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:45 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:45 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:45 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:45 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:45 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:45 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:45 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:45 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:45 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:45 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:45 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:45 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:45 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:45 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:45 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:45 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:45 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:45 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:45 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:45 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:45 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:45 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:45 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:45 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:45 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:45 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:45 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:45 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:45 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:45 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:45 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:45 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:45 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:45 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:45 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:45 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:45 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:45 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:45 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:45 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:45 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:45 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:45 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:45 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:45 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:45 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:45 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:45 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:45 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:45 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:45 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:45 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:45 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:45 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:45 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:45 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:45 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:45 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:45 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:45 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:45 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:45 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:45 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:45 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:45 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:45 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:45 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.67 MiB/s, done. build 10-Jul-2024 21:05:45 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:45 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:45 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:45 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:45 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:45 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:45 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:45 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:45 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:45 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:45 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:45 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:45 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:45 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:45 Resolving deltas: 14% (83/579) build 10-Jul-2024 21:05:45 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:45 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:45 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:45 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:45 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:45 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:45 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:45 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:45 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:45 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:45 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:45 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:45 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:45 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:45 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:45 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:45 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:45 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:45 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:45 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:45 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:45 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:45 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:45 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:45 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:45 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:45 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:45 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:45 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:45 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:45 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:45 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:45 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:45 Resolving deltas: 48% (279/579) build 10-Jul-2024 21:05:45 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:45 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:45 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:45 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:45 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:45 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:45 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:45 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:45 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:45 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:45 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:45 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:45 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:45 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:45 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:45 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:45 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:45 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:45 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:45 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:45 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:45 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:45 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:45 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:45 Resolving deltas: 73% (424/579) build 10-Jul-2024 21:05:45 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:45 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:45 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:45 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:45 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:45 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:45 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:45 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:45 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:45 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:45 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:45 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:45 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:45 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:45 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:45 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:45 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:45 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:45 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:45 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:45 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:45 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:45 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:45 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:45 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:45 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:45 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:45 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:45 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:45  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:45  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:45  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 10-Jul-2024 21:05:45  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 10-Jul-2024 21:05:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 10-Jul-2024 21:05:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 10-Jul-2024 21:05:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 10-Jul-2024 21:05:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 10-Jul-2024 21:05:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 10-Jul-2024 21:05:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 10-Jul-2024 21:05:45  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45 phpBB > old-version-diff: build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45  [echo] Retrieving version 3.3.9 build 10-Jul-2024 21:05:45  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45 phpBB > export: build 10-Jul-2024 21:05:45  build 10-Jul-2024 21:05:45 Cloning into 'viglink'... build 10-Jul-2024 21:05:46 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:46 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:46 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:46 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:46 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:46 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:46 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:46 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:46 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:46 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:46 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:46 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:46 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:46 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:46 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:46 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:46 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:46 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:46 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:46 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:46 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:46 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:46 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:46 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:46 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:46 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:46 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:46 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:46 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:46 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:46 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:46 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:46 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:46 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:46 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:46 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:46 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:46 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:46 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:46 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:46 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:46 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:46 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:46 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:46 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:46 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:46 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:46 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:46 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:46 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:46 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:46 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:46 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:46 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:46 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:46 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:46 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:46 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:46 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:46 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:46 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:46 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:46 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:46 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:46 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:46 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:46 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:46 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:46 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:46 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:46 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:46 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:46 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:46 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:46 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:46 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:46 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:46 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:46 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:46 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:46 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:46 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:46 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:46 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:46 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:46 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:46 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:46 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:46 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:46 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:46 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:46 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:46 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:46 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:46 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:46 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:46 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:46 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:46 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:46 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:46 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:46 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:46 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:46 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:46 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:46 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:46 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:46 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.58 MiB/s, done. build 10-Jul-2024 21:05:46 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:46 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:46 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:46 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:46 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:46 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:46 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:46 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:46 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:46 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:46 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:46 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:46 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:46 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:46 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:46 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:46 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:46 Resolving deltas: 17% (100/579) build 10-Jul-2024 21:05:46 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:46 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:46 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:46 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:46 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:46 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:46 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:46 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:46 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:46 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:46 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:46 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:46 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:46 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:46 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:46 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:46 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:46 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:46 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:46 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:46 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:46 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:46 Resolving deltas: 40% (233/579) build 10-Jul-2024 21:05:46 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:46 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:46 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:46 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:46 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:46 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:46 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:46 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:46 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:46 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:46 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:46 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:46 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:46 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:46 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:46 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:46 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:46 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:46 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:46 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:46 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:46 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:46 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:46 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:46 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:46 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:46 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:46 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:46 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:46 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:46 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:46 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:46 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:46 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:46 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:46 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:46 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:46 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:46 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:46 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:46 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:46 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:46 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:46 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:46 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:46 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:46 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:46 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:46 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:46 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:46 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:46 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:46 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:46 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:46 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:46 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:46 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:46 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:46 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:46 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:46 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:46 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:46  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:46  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:46  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 10-Jul-2024 21:05:46  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 10-Jul-2024 21:05:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 10-Jul-2024 21:05:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 10-Jul-2024 21:05:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 10-Jul-2024 21:05:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 10-Jul-2024 21:05:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:46  build 10-Jul-2024 21:05:46 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:46  build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 10-Jul-2024 21:05:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 10-Jul-2024 21:05:46  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:47  build 10-Jul-2024 21:05:47 phpBB > old-version-diff: build 10-Jul-2024 21:05:47  build 10-Jul-2024 21:05:47  [echo] Retrieving version 3.3.10 build 10-Jul-2024 21:05:47  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 10-Jul-2024 21:05:47  build 10-Jul-2024 21:05:47 phpBB > export: build 10-Jul-2024 21:05:47  build 10-Jul-2024 21:05:47 Cloning into 'viglink'... build 10-Jul-2024 21:05:48 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:48 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:48 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:48 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:48 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:48 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:48 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:48 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:48 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:48 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:48 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:48 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:48 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:48 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:48 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:48 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:48 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:48 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:48 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:48 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:48 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:48 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:48 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:48 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:48 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:48 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:48 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:48 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:48 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:48 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:48 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:48 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:48 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:48 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:48 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:48 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:48 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:48 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:48 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:48 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:48 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:48 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:48 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:48 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:48 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:48 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:48 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:48 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:48 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:48 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:48 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:48 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:48 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:48 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:48 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:48 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:48 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:48 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:48 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:48 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:48 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:48 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:48 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:48 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:48 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:48 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:48 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:48 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:48 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:48 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:48 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:48 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:48 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:48 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:48 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:48 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:48 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:48 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:48 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:48 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:48 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:48 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:48 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:48 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:48 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:48 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:48 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:48 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:48 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:48 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:48 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:48 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:48 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:48 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:48 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:48 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:48 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:48 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:48 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:48 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:48 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:48 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:48 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:48 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:48 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:48 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:48 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:48 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.58 MiB/s, done. build 10-Jul-2024 21:05:48 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:48 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:48 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:48 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:48 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:48 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:48 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:48 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:48 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:48 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:48 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:48 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:48 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:48 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:48 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:48 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:48 Resolving deltas: 16% (94/579) build 10-Jul-2024 21:05:48 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:48 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:48 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:48 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:48 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:48 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:48 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:48 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:48 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:48 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:48 Resolving deltas: 27% (158/579) build 10-Jul-2024 21:05:48 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:48 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:48 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:48 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:48 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:48 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:48 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:48 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:48 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:48 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:48 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:48 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:48 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:48 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:48 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:48 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:48 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:48 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:48 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:48 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:48 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:48 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:48 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:48 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:48 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:48 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:48 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:48 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:48 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:48 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:48 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:48 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:48 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:48 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:48 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:48 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:48 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:48 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:48 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:48 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:48 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:48 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:48 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:48 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:48 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:48 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:48 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:48 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:48 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:48 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:48 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:48 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:48 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:48 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:48 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:48 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:48 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:48 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:48 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:48 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:48 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:48 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:48 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:48 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:48 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:48 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:48 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:48 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:48 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:48 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:48 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:48 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:48 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:48 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:48 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:48  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:48  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:48  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:48  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:48  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:48  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 10-Jul-2024 21:05:48  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 10-Jul-2024 21:05:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 10-Jul-2024 21:05:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 10-Jul-2024 21:05:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 10-Jul-2024 21:05:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 10-Jul-2024 21:05:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:48  build 10-Jul-2024 21:05:48 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:48  build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 10-Jul-2024 21:05:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 10-Jul-2024 21:05:48  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:49  build 10-Jul-2024 21:05:49 phpBB > old-version-diff: build 10-Jul-2024 21:05:49  build 10-Jul-2024 21:05:49  [echo] Retrieving version 3.3.11 build 10-Jul-2024 21:05:49  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 10-Jul-2024 21:05:49  build 10-Jul-2024 21:05:49 phpBB > export: build 10-Jul-2024 21:05:49  build 10-Jul-2024 21:05:49 Cloning into 'viglink'... build 10-Jul-2024 21:05:49 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:49 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:49 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:49 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:49 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:49 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:49 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:49 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:49 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:49 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:49 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:49 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:49 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:49 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:49 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:49 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:49 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:49 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:49 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:49 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:49 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:49 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:49 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:49 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:49 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:49 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:49 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:49 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:49 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:49 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:49 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:49 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:49 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:49 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:49 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:49 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:49 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:49 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:49 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:49 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:49 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:49 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:49 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:49 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:49 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:49 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:49 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:49 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:49 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:49 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:49 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:49 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:49 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:49 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:49 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:49 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:49 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:49 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:49 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:49 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:49 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:49 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:49 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:49 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:49 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:49 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:49 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:49 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:49 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:49 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:49 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:49 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:49 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:49 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:49 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:49 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:49 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:49 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:49 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:49 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:49 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:49 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:49 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:49 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:49 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:49 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:49 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:49 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:49 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:49 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:49 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:49 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:49 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:49 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:49 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:49 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:49 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:49 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:49 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:49 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:49 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:49 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:49 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:49 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:49 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:49 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:49 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:49 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 10-Jul-2024 21:05:49 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:49 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:49 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:49 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:49 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:49 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:49 Resolving deltas: 6% (36/579) build 10-Jul-2024 21:05:49 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:49 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:49 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:49 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:49 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:49 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:49 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:49 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:49 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:49 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:49 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:49 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:49 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:49 Resolving deltas: 20% (116/579) build 10-Jul-2024 21:05:49 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:49 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:49 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:49 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:49 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:49 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:49 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:49 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:49 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:49 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:49 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:49 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:49 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:49 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:49 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:49 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:49 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:49 Resolving deltas: 38% (222/579) build 10-Jul-2024 21:05:49 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:49 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:49 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:49 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:49 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:49 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:49 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:49 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:49 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:49 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:49 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:49 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:49 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:49 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:49 Resolving deltas: 53% (308/579) build 10-Jul-2024 21:05:49 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:49 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:49 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:49 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:49 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:49 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:49 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:49 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:49 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:49 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:49 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:49 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:49 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:49 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:49 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:49 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:49 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:49 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:49 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:49 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:49 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:49 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:49 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:49 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:49 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:49 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:49 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:49 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:49 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:49 Resolving deltas: 83% (482/579) build 10-Jul-2024 21:05:49 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:49 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:49 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:49 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:49 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:49 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:49 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:49 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:49 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:49 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:49 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:49 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:49 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:49 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:49 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:49 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:49 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:49 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:49 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:49  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:49  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:49  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 10-Jul-2024 21:05:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 10-Jul-2024 21:05:50  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 10-Jul-2024 21:05:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 10-Jul-2024 21:05:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 10-Jul-2024 21:05:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 10-Jul-2024 21:05:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 10-Jul-2024 21:05:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 10-Jul-2024 21:05:50  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 10-Jul-2024 21:05:50  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 10-Jul-2024 21:05:50  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 10-Jul-2024 21:05:50  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 10-Jul-2024 21:05:50  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50 phpBB > old-version-diff: build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50  [echo] Retrieving version 3.3.12 build 10-Jul-2024 21:05:50  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50 phpBB > export: build 10-Jul-2024 21:05:50  build 10-Jul-2024 21:05:50 Cloning into 'viglink'... build 10-Jul-2024 21:05:51 remote: Enumerating objects: 1127, done. build 10-Jul-2024 21:05:51 remote: Counting objects: 1% (1/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 2% (2/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 4% (3/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 5% (4/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 7% (5/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 8% (6/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 9% (7/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 11% (8/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 12% (9/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 14% (10/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 15% (11/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 16% (12/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 18% (13/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 19% (14/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 21% (15/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 22% (16/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 23% (17/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 25% (18/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 26% (19/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 28% (20/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 29% (21/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 30% (22/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 32% (23/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 33% (24/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 35% (25/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 36% (26/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 38% (27/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 39% (28/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 40% (29/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 42% (30/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 43% (31/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 45% (32/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 46% (33/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 47% (34/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 49% (35/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 50% (36/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 52% (37/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 53% (38/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 54% (39/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 56% (40/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 57% (41/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 59% (42/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 60% (43/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 61% (44/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 63% (45/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 64% (46/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 66% (47/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 67% (48/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 69% (49/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 70% (50/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 71% (51/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 73% (52/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 74% (53/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 76% (54/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 77% (55/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 78% (56/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 80% (57/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 81% (58/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 83% (59/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 84% (60/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 85% (61/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 87% (62/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 88% (63/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 90% (64/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 91% (65/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 92% (66/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 94% (67/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 95% (68/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 97% (69/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 98% (70/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 100% (71/71) build 10-Jul-2024 21:05:51 remote: Counting objects: 100% (71/71), done. build 10-Jul-2024 21:05:51 remote: Compressing objects: 2% (1/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 4% (2/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 6% (3/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 8% (4/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 11% (5/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 13% (6/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 15% (7/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 17% (8/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 20% (9/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 22% (10/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 24% (11/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 26% (12/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 28% (13/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 31% (14/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 33% (15/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 35% (16/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 37% (17/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 40% (18/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 42% (19/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 44% (20/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 46% (21/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 48% (22/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 51% (23/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 53% (24/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 55% (25/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 57% (26/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 60% (27/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 62% (28/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 64% (29/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 66% (30/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 68% (31/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 71% (32/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 73% (33/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 75% (34/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 77% (35/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 80% (36/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 82% (37/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 84% (38/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 86% (39/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 88% (40/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 91% (41/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 93% (42/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 95% (43/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 97% (44/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 100% (45/45) build 10-Jul-2024 21:05:51 remote: Compressing objects: 100% (45/45), done. build 10-Jul-2024 21:05:51 Receiving objects: 0% (1/1127) build 10-Jul-2024 21:05:51 Receiving objects: 1% (12/1127) build 10-Jul-2024 21:05:51 Receiving objects: 2% (23/1127) build 10-Jul-2024 21:05:51 Receiving objects: 3% (34/1127) build 10-Jul-2024 21:05:51 Receiving objects: 4% (46/1127) build 10-Jul-2024 21:05:51 Receiving objects: 5% (57/1127) build 10-Jul-2024 21:05:51 Receiving objects: 6% (68/1127) build 10-Jul-2024 21:05:51 Receiving objects: 7% (79/1127) build 10-Jul-2024 21:05:51 Receiving objects: 8% (91/1127) build 10-Jul-2024 21:05:51 Receiving objects: 9% (102/1127) build 10-Jul-2024 21:05:51 Receiving objects: 10% (113/1127) build 10-Jul-2024 21:05:51 Receiving objects: 11% (124/1127) build 10-Jul-2024 21:05:51 Receiving objects: 12% (136/1127) build 10-Jul-2024 21:05:51 Receiving objects: 13% (147/1127) build 10-Jul-2024 21:05:51 Receiving objects: 14% (158/1127) build 10-Jul-2024 21:05:51 Receiving objects: 15% (170/1127) build 10-Jul-2024 21:05:51 Receiving objects: 16% (181/1127) build 10-Jul-2024 21:05:51 Receiving objects: 17% (192/1127) build 10-Jul-2024 21:05:51 Receiving objects: 18% (203/1127) build 10-Jul-2024 21:05:51 Receiving objects: 19% (215/1127) build 10-Jul-2024 21:05:51 Receiving objects: 20% (226/1127) build 10-Jul-2024 21:05:51 Receiving objects: 21% (237/1127) build 10-Jul-2024 21:05:51 Receiving objects: 22% (248/1127) build 10-Jul-2024 21:05:51 Receiving objects: 23% (260/1127) build 10-Jul-2024 21:05:51 Receiving objects: 24% (271/1127) build 10-Jul-2024 21:05:51 Receiving objects: 25% (282/1127) build 10-Jul-2024 21:05:51 Receiving objects: 26% (294/1127) build 10-Jul-2024 21:05:51 Receiving objects: 27% (305/1127) build 10-Jul-2024 21:05:51 Receiving objects: 28% (316/1127) build 10-Jul-2024 21:05:51 Receiving objects: 29% (327/1127) build 10-Jul-2024 21:05:51 Receiving objects: 30% (339/1127) build 10-Jul-2024 21:05:51 Receiving objects: 31% (350/1127) build 10-Jul-2024 21:05:51 Receiving objects: 32% (361/1127) build 10-Jul-2024 21:05:51 Receiving objects: 33% (372/1127) build 10-Jul-2024 21:05:51 Receiving objects: 34% (384/1127) build 10-Jul-2024 21:05:51 Receiving objects: 35% (395/1127) build 10-Jul-2024 21:05:51 Receiving objects: 36% (406/1127) build 10-Jul-2024 21:05:51 Receiving objects: 37% (417/1127) build 10-Jul-2024 21:05:51 Receiving objects: 38% (429/1127) build 10-Jul-2024 21:05:51 Receiving objects: 39% (440/1127) build 10-Jul-2024 21:05:51 Receiving objects: 40% (451/1127) build 10-Jul-2024 21:05:51 Receiving objects: 41% (463/1127) build 10-Jul-2024 21:05:51 Receiving objects: 42% (474/1127) build 10-Jul-2024 21:05:51 Receiving objects: 43% (485/1127) build 10-Jul-2024 21:05:51 Receiving objects: 44% (496/1127) build 10-Jul-2024 21:05:51 Receiving objects: 45% (508/1127) build 10-Jul-2024 21:05:51 Receiving objects: 46% (519/1127) build 10-Jul-2024 21:05:51 Receiving objects: 47% (530/1127) build 10-Jul-2024 21:05:51 Receiving objects: 48% (541/1127) build 10-Jul-2024 21:05:51 Receiving objects: 49% (553/1127) build 10-Jul-2024 21:05:51 Receiving objects: 50% (564/1127) build 10-Jul-2024 21:05:51 Receiving objects: 51% (575/1127) build 10-Jul-2024 21:05:51 Receiving objects: 52% (587/1127) build 10-Jul-2024 21:05:51 Receiving objects: 53% (598/1127) build 10-Jul-2024 21:05:51 Receiving objects: 54% (609/1127) build 10-Jul-2024 21:05:51 Receiving objects: 55% (620/1127) build 10-Jul-2024 21:05:51 Receiving objects: 56% (632/1127) build 10-Jul-2024 21:05:51 Receiving objects: 57% (643/1127) build 10-Jul-2024 21:05:51 Receiving objects: 58% (654/1127) build 10-Jul-2024 21:05:51 Receiving objects: 59% (665/1127) build 10-Jul-2024 21:05:51 Receiving objects: 60% (677/1127) build 10-Jul-2024 21:05:51 Receiving objects: 61% (688/1127) build 10-Jul-2024 21:05:51 Receiving objects: 62% (699/1127) build 10-Jul-2024 21:05:51 Receiving objects: 63% (711/1127) build 10-Jul-2024 21:05:51 Receiving objects: 64% (722/1127) build 10-Jul-2024 21:05:51 Receiving objects: 65% (733/1127) build 10-Jul-2024 21:05:51 Receiving objects: 66% (744/1127) build 10-Jul-2024 21:05:51 Receiving objects: 67% (756/1127) build 10-Jul-2024 21:05:51 Receiving objects: 68% (767/1127) build 10-Jul-2024 21:05:51 Receiving objects: 69% (778/1127) build 10-Jul-2024 21:05:51 Receiving objects: 70% (789/1127) build 10-Jul-2024 21:05:51 Receiving objects: 71% (801/1127) build 10-Jul-2024 21:05:51 Receiving objects: 72% (812/1127) build 10-Jul-2024 21:05:51 Receiving objects: 73% (823/1127) build 10-Jul-2024 21:05:51 Receiving objects: 74% (834/1127) build 10-Jul-2024 21:05:51 Receiving objects: 75% (846/1127) build 10-Jul-2024 21:05:51 Receiving objects: 76% (857/1127) build 10-Jul-2024 21:05:51 Receiving objects: 77% (868/1127) build 10-Jul-2024 21:05:51 Receiving objects: 78% (880/1127) build 10-Jul-2024 21:05:51 Receiving objects: 79% (891/1127) build 10-Jul-2024 21:05:51 Receiving objects: 80% (902/1127) build 10-Jul-2024 21:05:51 Receiving objects: 81% (913/1127) build 10-Jul-2024 21:05:51 Receiving objects: 82% (925/1127) build 10-Jul-2024 21:05:51 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 build 10-Jul-2024 21:05:51 Receiving objects: 83% (936/1127) build 10-Jul-2024 21:05:51 Receiving objects: 84% (947/1127) build 10-Jul-2024 21:05:51 Receiving objects: 85% (958/1127) build 10-Jul-2024 21:05:51 Receiving objects: 86% (970/1127) build 10-Jul-2024 21:05:51 Receiving objects: 87% (981/1127) build 10-Jul-2024 21:05:51 Receiving objects: 88% (992/1127) build 10-Jul-2024 21:05:51 Receiving objects: 89% (1004/1127) build 10-Jul-2024 21:05:51 Receiving objects: 90% (1015/1127) build 10-Jul-2024 21:05:51 Receiving objects: 91% (1026/1127) build 10-Jul-2024 21:05:51 Receiving objects: 92% (1037/1127) build 10-Jul-2024 21:05:51 Receiving objects: 93% (1049/1127) build 10-Jul-2024 21:05:51 Receiving objects: 94% (1060/1127) build 10-Jul-2024 21:05:51 Receiving objects: 95% (1071/1127) build 10-Jul-2024 21:05:51 Receiving objects: 96% (1082/1127) build 10-Jul-2024 21:05:51 Receiving objects: 97% (1094/1127) build 10-Jul-2024 21:05:51 Receiving objects: 98% (1105/1127) build 10-Jul-2024 21:05:51 Receiving objects: 99% (1116/1127) build 10-Jul-2024 21:05:51 Receiving objects: 100% (1127/1127) build 10-Jul-2024 21:05:51 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 10-Jul-2024 21:05:51 Resolving deltas: 0% (0/579) build 10-Jul-2024 21:05:51 Resolving deltas: 1% (6/579) build 10-Jul-2024 21:05:51 Resolving deltas: 2% (12/579) build 10-Jul-2024 21:05:51 Resolving deltas: 3% (18/579) build 10-Jul-2024 21:05:51 Resolving deltas: 4% (24/579) build 10-Jul-2024 21:05:51 Resolving deltas: 5% (29/579) build 10-Jul-2024 21:05:51 Resolving deltas: 6% (35/579) build 10-Jul-2024 21:05:51 Resolving deltas: 7% (41/579) build 10-Jul-2024 21:05:51 Resolving deltas: 8% (47/579) build 10-Jul-2024 21:05:51 Resolving deltas: 9% (53/579) build 10-Jul-2024 21:05:51 Resolving deltas: 10% (58/579) build 10-Jul-2024 21:05:51 Resolving deltas: 11% (64/579) build 10-Jul-2024 21:05:51 Resolving deltas: 12% (70/579) build 10-Jul-2024 21:05:51 Resolving deltas: 13% (76/579) build 10-Jul-2024 21:05:51 Resolving deltas: 14% (82/579) build 10-Jul-2024 21:05:51 Resolving deltas: 15% (87/579) build 10-Jul-2024 21:05:51 Resolving deltas: 16% (93/579) build 10-Jul-2024 21:05:51 Resolving deltas: 17% (99/579) build 10-Jul-2024 21:05:51 Resolving deltas: 18% (105/579) build 10-Jul-2024 21:05:51 Resolving deltas: 19% (111/579) build 10-Jul-2024 21:05:51 Resolving deltas: 20% (117/579) build 10-Jul-2024 21:05:51 Resolving deltas: 21% (122/579) build 10-Jul-2024 21:05:51 Resolving deltas: 22% (128/579) build 10-Jul-2024 21:05:51 Resolving deltas: 23% (134/579) build 10-Jul-2024 21:05:51 Resolving deltas: 24% (139/579) build 10-Jul-2024 21:05:51 Resolving deltas: 25% (145/579) build 10-Jul-2024 21:05:51 Resolving deltas: 26% (151/579) build 10-Jul-2024 21:05:51 Resolving deltas: 27% (157/579) build 10-Jul-2024 21:05:51 Resolving deltas: 28% (163/579) build 10-Jul-2024 21:05:51 Resolving deltas: 29% (168/579) build 10-Jul-2024 21:05:51 Resolving deltas: 30% (174/579) build 10-Jul-2024 21:05:51 Resolving deltas: 31% (180/579) build 10-Jul-2024 21:05:51 Resolving deltas: 32% (186/579) build 10-Jul-2024 21:05:51 Resolving deltas: 33% (192/579) build 10-Jul-2024 21:05:51 Resolving deltas: 34% (197/579) build 10-Jul-2024 21:05:51 Resolving deltas: 35% (203/579) build 10-Jul-2024 21:05:51 Resolving deltas: 36% (209/579) build 10-Jul-2024 21:05:51 Resolving deltas: 37% (215/579) build 10-Jul-2024 21:05:51 Resolving deltas: 38% (221/579) build 10-Jul-2024 21:05:51 Resolving deltas: 39% (226/579) build 10-Jul-2024 21:05:51 Resolving deltas: 40% (232/579) build 10-Jul-2024 21:05:51 Resolving deltas: 41% (238/579) build 10-Jul-2024 21:05:51 Resolving deltas: 42% (244/579) build 10-Jul-2024 21:05:51 Resolving deltas: 43% (249/579) build 10-Jul-2024 21:05:51 Resolving deltas: 44% (255/579) build 10-Jul-2024 21:05:51 Resolving deltas: 45% (261/579) build 10-Jul-2024 21:05:51 Resolving deltas: 46% (267/579) build 10-Jul-2024 21:05:51 Resolving deltas: 47% (273/579) build 10-Jul-2024 21:05:51 Resolving deltas: 48% (278/579) build 10-Jul-2024 21:05:51 Resolving deltas: 49% (284/579) build 10-Jul-2024 21:05:51 Resolving deltas: 50% (290/579) build 10-Jul-2024 21:05:51 Resolving deltas: 51% (296/579) build 10-Jul-2024 21:05:51 Resolving deltas: 52% (302/579) build 10-Jul-2024 21:05:51 Resolving deltas: 53% (307/579) build 10-Jul-2024 21:05:51 Resolving deltas: 54% (313/579) build 10-Jul-2024 21:05:51 Resolving deltas: 55% (319/579) build 10-Jul-2024 21:05:51 Resolving deltas: 56% (325/579) build 10-Jul-2024 21:05:51 Resolving deltas: 57% (331/579) build 10-Jul-2024 21:05:51 Resolving deltas: 58% (336/579) build 10-Jul-2024 21:05:51 Resolving deltas: 59% (342/579) build 10-Jul-2024 21:05:51 Resolving deltas: 60% (348/579) build 10-Jul-2024 21:05:51 Resolving deltas: 61% (354/579) build 10-Jul-2024 21:05:51 Resolving deltas: 62% (359/579) build 10-Jul-2024 21:05:51 Resolving deltas: 63% (365/579) build 10-Jul-2024 21:05:51 Resolving deltas: 64% (371/579) build 10-Jul-2024 21:05:51 Resolving deltas: 65% (377/579) build 10-Jul-2024 21:05:51 Resolving deltas: 66% (383/579) build 10-Jul-2024 21:05:51 Resolving deltas: 67% (388/579) build 10-Jul-2024 21:05:51 Resolving deltas: 68% (394/579) build 10-Jul-2024 21:05:51 Resolving deltas: 69% (400/579) build 10-Jul-2024 21:05:51 Resolving deltas: 70% (406/579) build 10-Jul-2024 21:05:51 Resolving deltas: 71% (412/579) build 10-Jul-2024 21:05:51 Resolving deltas: 72% (417/579) build 10-Jul-2024 21:05:51 Resolving deltas: 73% (423/579) build 10-Jul-2024 21:05:51 Resolving deltas: 74% (429/579) build 10-Jul-2024 21:05:51 Resolving deltas: 75% (435/579) build 10-Jul-2024 21:05:51 Resolving deltas: 76% (441/579) build 10-Jul-2024 21:05:51 Resolving deltas: 77% (446/579) build 10-Jul-2024 21:05:51 Resolving deltas: 78% (452/579) build 10-Jul-2024 21:05:51 Resolving deltas: 79% (458/579) build 10-Jul-2024 21:05:51 Resolving deltas: 80% (464/579) build 10-Jul-2024 21:05:51 Resolving deltas: 81% (469/579) build 10-Jul-2024 21:05:51 Resolving deltas: 82% (475/579) build 10-Jul-2024 21:05:51 Resolving deltas: 83% (481/579) build 10-Jul-2024 21:05:51 Resolving deltas: 84% (487/579) build 10-Jul-2024 21:05:51 Resolving deltas: 85% (493/579) build 10-Jul-2024 21:05:51 Resolving deltas: 86% (498/579) build 10-Jul-2024 21:05:51 Resolving deltas: 87% (504/579) build 10-Jul-2024 21:05:51 Resolving deltas: 88% (510/579) build 10-Jul-2024 21:05:51 Resolving deltas: 89% (516/579) build 10-Jul-2024 21:05:51 Resolving deltas: 90% (522/579) build 10-Jul-2024 21:05:51 Resolving deltas: 91% (527/579) build 10-Jul-2024 21:05:51 Resolving deltas: 92% (533/579) build 10-Jul-2024 21:05:51 Resolving deltas: 93% (539/579) build 10-Jul-2024 21:05:51 Resolving deltas: 94% (545/579) build 10-Jul-2024 21:05:51 Resolving deltas: 95% (551/579) build 10-Jul-2024 21:05:51 Resolving deltas: 96% (556/579) build 10-Jul-2024 21:05:51 Resolving deltas: 97% (562/579) build 10-Jul-2024 21:05:51 Resolving deltas: 98% (568/579) build 10-Jul-2024 21:05:51 Resolving deltas: 99% (574/579) build 10-Jul-2024 21:05:51 Resolving deltas: 100% (579/579) build 10-Jul-2024 21:05:51 Resolving deltas: 100% (579/579), done. build 10-Jul-2024 21:05:51 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 10-Jul-2024 21:05:51  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 10-Jul-2024 21:05:51  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 10-Jul-2024 21:05:51  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 10-Jul-2024 21:05:51  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 10-Jul-2024 21:05:51  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 10-Jul-2024 21:05:51  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 10-Jul-2024 21:05:51  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 10-Jul-2024 21:05:51  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 10-Jul-2024 21:05:51  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 10-Jul-2024 21:05:51  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 10-Jul-2024 21:05:51  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 10-Jul-2024 21:05:51  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 10-Jul-2024 21:05:51  build 10-Jul-2024 21:05:51 phpBB > clean-diff-dir: build 10-Jul-2024 21:05:51  build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 10-Jul-2024 21:05:51  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 10-Jul-2024 21:05:51  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 10-Jul-2024 21:05:51  build 10-Jul-2024 21:05:51 phpBB > package: build 10-Jul-2024 21:05:51  build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-dir: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06 phpBB > checksum-file: build 10-Jul-2024 21:26:06  build 10-Jul-2024 21:26:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.tar.bz2 build 10-Jul-2024 21:26:06  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07 phpBB > checksum-file: build 10-Jul-2024 21:26:07  build 10-Jul-2024 21:26:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:07  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08 phpBB > checksum-file: build 10-Jul-2024 21:26:08  build 10-Jul-2024 21:26:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:08  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:09  build 10-Jul-2024 21:26:09 phpBB > checksum-file: build 10-Jul-2024 21:26:09  build 10-Jul-2024 21:26:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:09  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:09  build 10-Jul-2024 21:26:09 phpBB > checksum-file: build 10-Jul-2024 21:26:09  build 10-Jul-2024 21:26:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-files.zip build 10-Jul-2024 21:26:09  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.zip build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.zip build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10 phpBB > checksum-file: build 10-Jul-2024 21:26:10  build 10-Jul-2024 21:26:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:10  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11 phpBB > checksum-file: build 10-Jul-2024 21:26:11  build 10-Jul-2024 21:26:11  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:11  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12 phpBB > checksum-file: build 10-Jul-2024 21:26:12  build 10-Jul-2024 21:26:12  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:12  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13 phpBB > checksum-file: build 10-Jul-2024 21:26:13  build 10-Jul-2024 21:26:13  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev-patch.tar.bz2 build 10-Jul-2024 21:26:13  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-4.0.0-a1-dev.webpi.zip build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14 phpBB > checksum-file: build 10-Jul-2024 21:26:14  build 10-Jul-2024 21:26:14  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:14  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15 phpBB > checksum-file: build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:15  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15 phpBB > checksum-file: build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_4.0.0-a1-dev.tar.bz2 build 10-Jul-2024 21:26:15  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15 phpBB > checksum-file: build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_4.0.0-a1-dev.zip build 10-Jul-2024 21:26:15  [php] Calling PHP function: dirname() build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15 phpBB > sign-packages: build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15  [echo] Skipping signing of packages due to missing build/package_signature build 10-Jul-2024 21:26:15  build 10-Jul-2024 21:26:15 BUILD FINISHED build 10-Jul-2024 21:26:15 build 10-Jul-2024 21:26:15 Total time: 21 minutes 48.40 seconds build 10-Jul-2024 21:26:15  simple 10-Jul-2024 21:26:15 Finished task 'Package release files' with result: Success simple 10-Jul-2024 21:26:15 Running post build plugin 'Artifact Copier' simple 10-Jul-2024 21:26:15 Publishing an artifact: Release Files simple 10-Jul-2024 21:26:18 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 2.965 s simple 10-Jul-2024 21:26:18 Running post build plugin 'npm Cache Cleanup' simple 10-Jul-2024 21:26:18 Running post build plugin 'NCover Results Collector' simple 10-Jul-2024 21:26:18 Running post build plugin 'Build Results Label Collector' simple 10-Jul-2024 21:26:18 Running post build plugin 'Clover Results Collector' simple 10-Jul-2024 21:26:18 Running post build plugin 'Docker Container Cleanup' simple 10-Jul-2024 21:27:01 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-P5SP' simple 10-Jul-2024 21:27:01 Finalising the build... simple 10-Jul-2024 21:27:01 Stopping timer. simple 10-Jul-2024 21:27:01 Build PHPBB3-DDM-P5SP-1306 completed. simple 10-Jul-2024 21:27:01 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 10-Jul-2024 21:27:01 Running on server: post build plugin 'NCover Results Collector' simple 10-Jul-2024 21:27:01 Running on server: post build plugin 'Build Labeller' simple 10-Jul-2024 21:27:01 Running on server: post build plugin 'Clover Delta Calculator' simple 10-Jul-2024 21:27:01 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 10-Jul-2024 21:27:01 All post build plugins have finished simple 10-Jul-2024 21:27:01 Generating build results summary... simple 10-Jul-2024 21:27:01 Saving build results to disk... simple 10-Jul-2024 21:27:01 Store variable context... simple 10-Jul-2024 21:27:01 Finished building PHPBB3-DDM-P5SP-1306.