simple 28-Sep-2024 15:55:00 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #580 (PHPBB3-DD33-P5SP-580) is being prepared for building on agent Default Agent, bamboo version: 9.2.16 simple 28-Sep-2024 15:55:00 simple 28-Sep-2024 15:55:00 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 28-Sep-2024 15:55:00 Executing build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #580 (PHPBB3-DD33-P5SP-580) simple 28-Sep-2024 15:55:00 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 28-Sep-2024 15:55:00 Checking out into /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 28-Sep-2024 15:55:00 Updating source code to revision: d8dc1204c26482f6a4589a4c8d52963a0127b25b simple 28-Sep-2024 15:55:00 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git'. simple 28-Sep-2024 15:55:00 hint: Using 'master' as the name for the initial branch. This default branch name simple 28-Sep-2024 15:55:00 hint: is subject to change. To configure the initial branch name to use in all simple 28-Sep-2024 15:55:00 hint: of your new repositories, which will suppress this warning, call: simple 28-Sep-2024 15:55:00 hint: simple 28-Sep-2024 15:55:00 hint: git config --global init.defaultBranch simple 28-Sep-2024 15:55:00 hint: simple 28-Sep-2024 15:55:00 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 28-Sep-2024 15:55:00 hint: 'development'. The just-created branch can be renamed via this command: simple 28-Sep-2024 15:55:00 hint: simple 28-Sep-2024 15:55:00 hint: git branch -m simple 28-Sep-2024 15:55:00 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git/ simple 28-Sep-2024 15:55:00 Fetching 'refs/heads/3.3.x' from 'https://github.com/phpbb/phpbb.git'. simple 28-Sep-2024 15:55:13 Checking out revision d8dc1204c26482f6a4589a4c8d52963a0127b25b. simple 28-Sep-2024 15:55:13 Switched to branch '3.3.x' simple 28-Sep-2024 15:55:13 Updated source code to revision: d8dc1204c26482f6a4589a4c8d52963a0127b25b simple 28-Sep-2024 15:55:13 Finished task 'Checkout Default Repository' with result: Success simple 28-Sep-2024 15:55:13 Running pre-build action: VCS Version Collector simple 28-Sep-2024 15:55:13 Running pre-build action: Build Log Labeller Pre Build Action simple 28-Sep-2024 15:55:13 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #580 (PHPBB3-DD33-P5SP-580) started building on agent 'Default Agent' () command 28-Sep-2024 15:55:13 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 28-Sep-2024 15:55:13 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 28-Sep-2024 15:55:13 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #580 (PHPBB3-DD33-P5SP-580)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-c27e3465-a842-4d49-a8ff-3edfb332f29d build --force-rm=true --tag=phpbb:php-7.2 /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP\n error 28-Sep-2024 15:55:15 #0 building with "default" instance using docker driver error 28-Sep-2024 15:55:15 error 28-Sep-2024 15:55:15 #1 [internal] load build definition from Dockerfile error 28-Sep-2024 15:55:15 #1 transferring dockerfile: 490B 0.0s done error 28-Sep-2024 15:55:15 #1 DONE 0.1s error 28-Sep-2024 15:55:15 error 28-Sep-2024 15:55:15 #2 [internal] load metadata for docker.io/library/php:7.2 error 28-Sep-2024 15:55:16 #2 DONE 0.9s error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #3 [internal] load .dockerignore error 28-Sep-2024 15:55:16 #3 transferring context: 2B done error 28-Sep-2024 15:55:16 #3 DONE 0.0s error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #4 [1/5] FROM docker.io/library/php:7.2@sha256:42ffbc0798e4449bbd1e14fc4dcb87774aa1ad1900a09ef6a965bc0880aa2161 error 28-Sep-2024 15:55:16 #4 DONE 0.0s error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #5 [2/5] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip && docker-php-ext-install -j$(nproc) zip error 28-Sep-2024 15:55:16 #5 CACHED error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #6 [3/5] RUN pecl install xdebug-2.9.0 error 28-Sep-2024 15:55:16 #6 CACHED error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #7 [4/5] RUN docker-php-ext-enable xdebug error 28-Sep-2024 15:55:16 #7 CACHED error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #8 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 28-Sep-2024 15:55:16 #8 CACHED error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 28-Sep-2024 15:55:16 #9 CACHED error 28-Sep-2024 15:55:16 error 28-Sep-2024 15:55:16 #10 exporting to image error 28-Sep-2024 15:55:16 #10 exporting layers done error 28-Sep-2024 15:55:16 #10 writing image sha256:385ec003b909f78fa702d4fda0c88ba06c3609d675e572e4f4fdce17d47e2d7d done error 28-Sep-2024 15:55:16 #10 naming to docker.io/library/phpbb:php-7.2 error 28-Sep-2024 15:55:16 #10 naming to docker.io/library/phpbb:php-7.2 done error 28-Sep-2024 15:55:16 #10 DONE 0.0s simple 28-Sep-2024 15:55:16 Built Docker image 'phpbb:php-7.2' simple 28-Sep-2024 15:55:16 Finished task 'Build image' with result: Success command 28-Sep-2024 15:55:16 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 28-Sep-2024 15:55:16 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 28-Sep-2024 15:55:16 Running image name (phpbb:php-7.2) command 28-Sep-2024 15:55:16 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #580 (PHPBB3-DD33-P5SP-580)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DD33-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-7.2 /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-DD33-P5SP\n build 28-Sep-2024 15:55:19 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 28-Sep-2024 15:55:19 Installing dependencies from lock file (including require-dev) build 28-Sep-2024 15:55:19 Verifying lock file contents can be installed on current platform. build 28-Sep-2024 15:55:19 Package operations: 76 installs, 0 updates, 0 removals build 28-Sep-2024 15:55:19 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 28-Sep-2024 15:55:19 - Downloading composer/package-versions-deprecated (1.11.99.5) build 28-Sep-2024 15:55:19 - Downloading bantu/ini-get-wrapper (v1.0.1) build 28-Sep-2024 15:55:19 - Downloading carlos-mg89/oauth (0.8.15) build 28-Sep-2024 15:55:19 - Downloading symfony/polyfill-mbstring (v1.29.0) build 28-Sep-2024 15:55:19 - Downloading symfony/polyfill-ctype (v1.29.0) build 28-Sep-2024 15:55:19 - Downloading symfony/dom-crawler (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/css-selector (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/browser-kit (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/polyfill-php72 (v1.29.0) build 28-Sep-2024 15:55:19 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 28-Sep-2024 15:55:19 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 28-Sep-2024 15:55:19 - Downloading ralouphie/getallheaders (3.0.3) build 28-Sep-2024 15:55:19 - Downloading psr/http-message (1.1) build 28-Sep-2024 15:55:19 - Downloading guzzlehttp/psr7 (1.9.1) build 28-Sep-2024 15:55:19 - Downloading guzzlehttp/promises (1.5.3) build 28-Sep-2024 15:55:19 - Downloading guzzlehttp/guzzle (6.5.8) build 28-Sep-2024 15:55:19 - Downloading fabpot/goutte (v3.2.3) build 28-Sep-2024 15:55:19 - Downloading google/recaptcha (1.2.4) build 28-Sep-2024 15:55:19 - Downloading symfony/yaml (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/process (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading psr/log (1.1.4) build 28-Sep-2024 15:55:19 - Downloading symfony/debug (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/console (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading laravel/homestead (v7.20.0) build 28-Sep-2024 15:55:19 - Downloading marc1706/fast-image-size (v1.1.7) build 28-Sep-2024 15:55:19 - Downloading phing/phing (2.17.4) build 28-Sep-2024 15:55:19 - Downloading php-webdriver/webdriver (1.13.1) build 28-Sep-2024 15:55:19 - Downloading webmozart/assert (1.11.0) build 28-Sep-2024 15:55:19 - Downloading phpdocumentor/reflection-common (2.2.0) build 28-Sep-2024 15:55:19 - Downloading phpdocumentor/type-resolver (1.6.1) build 28-Sep-2024 15:55:19 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 28-Sep-2024 15:55:19 - Downloading sebastian/version (2.0.1) build 28-Sep-2024 15:55:19 - Downloading sebastian/resource-operations (2.0.3) build 28-Sep-2024 15:55:19 - Downloading sebastian/recursion-context (3.0.2) build 28-Sep-2024 15:55:19 - Downloading sebastian/object-reflector (1.1.3) build 28-Sep-2024 15:55:19 - Downloading sebastian/object-enumerator (3.0.5) build 28-Sep-2024 15:55:19 - Downloading sebastian/global-state (2.0.0) build 28-Sep-2024 15:55:19 - Downloading sebastian/exporter (3.1.6) build 28-Sep-2024 15:55:19 - Downloading sebastian/environment (4.2.5) build 28-Sep-2024 15:55:19 - Downloading sebastian/diff (3.0.6) build 28-Sep-2024 15:55:19 - Downloading sebastian/comparator (3.0.5) build 28-Sep-2024 15:55:19 - Downloading phpunit/php-timer (2.1.4) build 28-Sep-2024 15:55:19 - Downloading phpunit/php-text-template (1.2.1) build 28-Sep-2024 15:55:19 - Downloading phpunit/php-file-iterator (2.0.6) build 28-Sep-2024 15:55:19 - Downloading theseer/tokenizer (1.2.3) build 28-Sep-2024 15:55:19 - Downloading sebastian/code-unit-reverse-lookup (1.0.3) build 28-Sep-2024 15:55:19 - Downloading phpunit/php-token-stream (3.1.3) build 28-Sep-2024 15:55:19 - Downloading phpunit/php-code-coverage (6.1.4) build 28-Sep-2024 15:55:19 - Downloading doctrine/instantiator (1.5.0) build 28-Sep-2024 15:55:19 - Downloading phpspec/prophecy (v1.19.0) build 28-Sep-2024 15:55:19 - Downloading phar-io/version (2.0.1) build 28-Sep-2024 15:55:19 - Downloading phar-io/manifest (1.0.3) build 28-Sep-2024 15:55:19 - Downloading myclabs/deep-copy (1.12.0) build 28-Sep-2024 15:55:19 - Downloading phpunit/phpunit (7.5.20) build 28-Sep-2024 15:55:19 - Downloading phpunit/dbunit (4.0.0) build 28-Sep-2024 15:55:19 - Downloading psr/container (1.1.1) build 28-Sep-2024 15:55:19 - Downloading s9e/sweetdom (2.1.0.1) build 28-Sep-2024 15:55:19 - Downloading s9e/regexp-builder (1.4.6) build 28-Sep-2024 15:55:19 - Downloading s9e/text-formatter (2.11.5) build 28-Sep-2024 15:55:19 - Downloading squizlabs/php_codesniffer (3.10.1) build 28-Sep-2024 15:55:19 - Downloading symfony/filesystem (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/config (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/finder (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/http-foundation (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/event-dispatcher (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/http-kernel (v3.4.49) build 28-Sep-2024 15:55:19 - Downloading symfony/dependency-injection (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading zendframework/zend-eventmanager (3.2.1) build 28-Sep-2024 15:55:19 - Downloading zendframework/zend-code (3.4.1) build 28-Sep-2024 15:55:19 - Downloading ocramius/proxy-manager (2.2.4) build 28-Sep-2024 15:55:19 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading symfony/routing (v3.4.47) build 28-Sep-2024 15:55:19 - Downloading twig/twig (v2.16.0) build 28-Sep-2024 15:55:19 - Downloading symfony/twig-bridge (v3.4.47) build 28-Sep-2024 15:55:21 0/74 [>---------------------------] 0% 12/74 [====>-----------------------] 16% 16/74 [======>---------------------] 21% 24/74 [=========>------------------] 32% 33/74 [============>---------------] 44% 42/74 [===============>------------] 56% 45/74 [=================>----------] 60% 55/74 [====================>-------] 74% 65/74 [========================>---] 87% 69/74 [==========================>-] 93% 74/74 [============================] 100% - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 28-Sep-2024 15:55:21 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/dom-crawler (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/css-selector (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/browser-kit (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing psr/http-message (1.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 28-Sep-2024 15:55:21 - Installing fabpot/goutte (v3.2.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing google/recaptcha (1.2.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/yaml (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/process (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing psr/log (1.1.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/debug (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/console (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing laravel/homestead (v7.20.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 28-Sep-2024 15:55:21 - Installing phing/phing (2.17.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing php-webdriver/webdriver (1.13.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing webmozart/assert (1.11.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpdocumentor/type-resolver (1.6.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/version (2.0.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/resource-operations (2.0.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/recursion-context (3.0.2): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/object-reflector (1.1.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/object-enumerator (3.0.5): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/global-state (2.0.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/exporter (3.1.6): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/environment (4.2.5): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/diff (3.0.6): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/comparator (3.0.5): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/php-timer (2.1.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/php-text-template (1.2.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/php-file-iterator (2.0.6): Extracting archive build 28-Sep-2024 15:55:21 - Installing theseer/tokenizer (1.2.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/php-token-stream (3.1.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/php-code-coverage (6.1.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing doctrine/instantiator (1.5.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpspec/prophecy (v1.19.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing phar-io/version (2.0.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing phar-io/manifest (1.0.3): Extracting archive build 28-Sep-2024 15:55:21 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/phpunit (7.5.20): Extracting archive build 28-Sep-2024 15:55:21 - Installing phpunit/dbunit (4.0.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing psr/container (1.1.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 28-Sep-2024 15:55:21 - Installing s9e/text-formatter (2.11.5): Extracting archive build 28-Sep-2024 15:55:21 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/filesystem (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/config (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/finder (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-php56 (v1.20.0) build 28-Sep-2024 15:55:21 - Installing symfony/polyfill-php70 (v1.20.0) build 28-Sep-2024 15:55:21 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing zendframework/zend-code (3.4.1): Extracting archive build 28-Sep-2024 15:55:21 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/routing (v3.4.47): Extracting archive build 28-Sep-2024 15:55:21 - Installing twig/twig (v2.16.0): Extracting archive build 28-Sep-2024 15:55:21 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 28-Sep-2024 15:55:23 0/73 [>---------------------------] 0% 8/73 [===>------------------------] 10% 18/73 [======>---------------------] 24% 25/73 [=========>------------------] 34% 30/73 [===========>----------------] 41% 38/73 [==============>-------------] 52% 45/73 [=================>----------] 61% 55/73 [=====================>------] 75% 61/73 [=======================>----] 83% 68/73 [==========================>-] 93% 73/73 [============================] 100%Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 28-Sep-2024 15:55:23 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 28-Sep-2024 15:55:23 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 28-Sep-2024 15:55:23 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 28-Sep-2024 15:55:23 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 28-Sep-2024 15:55:23 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 28-Sep-2024 15:55:23 Generating autoload files build 28-Sep-2024 15:55:24 47 packages you are using are looking for funding. build 28-Sep-2024 15:55:24 Use the `composer fund` command to find out more! build 28-Sep-2024 15:55:26 remote: Enumerating objects: 39589, done. build 28-Sep-2024 15:55:26 remote: Counting objects: 0% (1/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 1% (127/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 2% (253/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 3% (379/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 4% (506/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 5% (632/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 6% (758/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 7% (885/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 8% (1011/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 9% (1137/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 10% (1263/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 11% (1390/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 12% (1516/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 13% (1642/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 14% (1769/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 15% (1895/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 16% (2021/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 17% (2147/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 18% (2274/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 19% (2400/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 20% (2526/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 21% (2653/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 22% (2779/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 23% (2905/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 24% (3031/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 25% (3158/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 26% (3284/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 27% (3410/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 28% (3537/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 29% (3663/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 30% (3789/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 31% (3915/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 32% (4042/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 33% (4168/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 34% (4294/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 35% (4421/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 36% (4547/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 37% (4673/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 38% (4800/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 39% (4926/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 40% (5052/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 41% (5178/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 42% (5305/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 43% (5431/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 44% (5557/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 45% (5684/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 46% (5810/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 47% (5936/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 48% (6062/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 49% (6189/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 50% (6315/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 51% (6441/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 52% (6568/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 53% (6694/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 54% (6820/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 55% (6946/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 56% (7073/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 57% (7199/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 58% (7325/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 59% (7452/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 60% (7578/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 61% (7704/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 62% (7830/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 63% (7957/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 64% (8083/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 65% (8209/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 66% (8336/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 67% (8462/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 68% (8588/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 69% (8715/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 70% (8841/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 71% (8967/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 72% (9093/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 73% (9220/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 74% (9346/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 75% (9472/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 76% (9599/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 77% (9725/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 78% (9851/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 79% (9977/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 80% (10104/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 81% (10230/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 82% (10356/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 83% (10483/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 84% (10609/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 85% (10735/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 86% (10861/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 87% (10988/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 88% (11114/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 89% (11240/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 90% (11367/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 91% (11493/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 92% (11619/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 93% (11745/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 94% (11872/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 95% (11998/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 96% (12124/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 97% (12251/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 98% (12377/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 99% (12503/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 100% (12629/12629) build 28-Sep-2024 15:55:26 remote: Counting objects: 100% (12629/12629), done. build 28-Sep-2024 15:55:26 remote: Compressing objects: 0% (1/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 1% (8/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 2% (15/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 3% (22/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 4% (29/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 5% (37/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 6% (44/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 7% (51/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 8% (58/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 9% (65/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 10% (73/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 11% (80/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 12% (87/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 13% (94/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 14% (102/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 15% (109/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 16% (116/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 17% (123/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 18% (130/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 19% (138/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 20% (145/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 21% (152/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 22% (159/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 23% (167/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 24% (174/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 25% (181/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 26% (188/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 27% (195/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 28% (203/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 29% (210/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 30% (217/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 31% (224/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 32% (232/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 33% (239/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 34% (246/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 35% (253/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 36% (260/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 37% (268/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 38% (275/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 39% (282/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 40% (289/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 41% (297/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 42% (304/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 43% (311/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 44% (318/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 45% (325/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 46% (333/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 47% (340/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 48% (347/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 49% (354/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 50% (361/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 51% (369/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 52% (376/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 53% (383/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 54% (390/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 55% (398/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 56% (405/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 57% (412/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 58% (419/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 59% (426/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 60% (434/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 61% (441/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 62% (448/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 63% (455/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 64% (463/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 65% (470/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 66% (477/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 67% (484/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 68% (491/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 69% (499/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 70% (506/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 71% (513/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 72% (520/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 73% (528/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 74% (535/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 75% (542/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 76% (549/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 77% (556/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 78% (564/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 79% (571/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 80% (578/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 81% (585/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 82% (593/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 83% (600/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 84% (607/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 85% (614/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 86% (621/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 87% (629/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 88% (636/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 89% (643/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 90% (650/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 91% (658/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 92% (665/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 93% (672/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 94% (679/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 95% (686/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 96% (694/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 97% (701/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 98% (708/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 99% (715/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 100% (722/722) build 28-Sep-2024 15:55:26 remote: Compressing objects: 100% (722/722), done. build 28-Sep-2024 15:55:26 Receiving objects: 0% (1/39589) build 28-Sep-2024 15:55:26 Receiving objects: 1% (396/39589) build 28-Sep-2024 15:55:26 Receiving objects: 2% (792/39589) build 28-Sep-2024 15:55:26 Receiving objects: 3% (1188/39589) build 28-Sep-2024 15:55:26 Receiving objects: 4% (1584/39589) build 28-Sep-2024 15:55:26 Receiving objects: 5% (1980/39589) build 28-Sep-2024 15:55:26 Receiving objects: 6% (2376/39589) build 28-Sep-2024 15:55:26 Receiving objects: 7% (2772/39589) build 28-Sep-2024 15:55:26 Receiving objects: 8% (3168/39589) build 28-Sep-2024 15:55:26 Receiving objects: 9% (3564/39589) build 28-Sep-2024 15:55:26 Receiving objects: 10% (3959/39589) build 28-Sep-2024 15:55:26 Receiving objects: 11% (4355/39589) build 28-Sep-2024 15:55:26 Receiving objects: 12% (4751/39589) build 28-Sep-2024 15:55:26 Receiving objects: 13% (5147/39589) build 28-Sep-2024 15:55:26 Receiving objects: 14% (5543/39589) build 28-Sep-2024 15:55:26 Receiving objects: 15% (5939/39589) build 28-Sep-2024 15:55:26 Receiving objects: 16% (6335/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 17% (6731/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 18% (7127/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 19% (7522/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 20% (7918/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 21% (8314/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 22% (8710/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 23% (9106/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 24% (9502/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 25% (9898/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 26% (10294/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 27% (10690/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 28% (11085/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 29% (11481/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 30% (11877/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 31% (12273/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 32% (12669/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 33% (13065/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 34% (13461/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 35% (13857/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 36% (14253/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 37% (14648/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 38% (15044/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 39% (15440/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 40% (15836/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 41% (16232/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 42% (16628/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 43% (17024/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 44% (17420/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:26 Receiving objects: 45% (17816/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 46% (18211/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 47% (18607/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 48% (19003/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 49% (19399/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 50% (19795/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 51% (20191/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 52% (20587/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 53% (20983/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 54% (21379/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 55% (21774/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 56% (22170/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 57% (22566/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 58% (22962/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 59% (23358/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 60% (23754/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 61% (24150/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 62% (24546/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 63% (24942/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 64% (25337/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 65% (25733/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 66% (26129/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 67% (26525/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 68% (26921/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 69% (27317/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 70% (27713/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 71% (28109/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 72% (28505/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 73% (28900/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 74% (29296/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 75% (29692/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 76% (30088/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 77% (30484/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 78% (30880/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 79% (31276/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 80% (31672/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 81% (32068/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 82% (32463/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 83% (32859/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 84% (33255/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 85% (33651/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 86% (34047/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 87% (34443/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 88% (34839/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 89% (35235/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 90% (35631/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 91% (36026/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 92% (36422/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 93% (36818/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 94% (37214/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 95% (37610/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 96% (38006/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 97% (38402/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 97% (38570/39589), 6.60 MiB | 13.19 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 98% (38798/39589), 17.29 MiB | 17.28 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 99% (39194/39589), 17.29 MiB | 17.28 MiB/s build 28-Sep-2024 15:55:27 remote: Total 39589 (delta 12097), reused 12370 (delta 11887), pack-reused 26960 (from 1) build 28-Sep-2024 15:55:27 Receiving objects: 100% (39589/39589), 17.29 MiB | 17.28 MiB/s build 28-Sep-2024 15:55:27 Receiving objects: 100% (39589/39589), 18.46 MiB | 17.47 MiB/s, done. build 28-Sep-2024 15:55:27 Resolving deltas: 0% (0/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 1% (450/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 2% (697/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 3% (864/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 4% (1148/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 5% (1437/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 6% (1725/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 7% (2018/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 8% (2341/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 9% (2585/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 10% (2880/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 11% (3155/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 12% (3466/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 13% (3729/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 14% (4019/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 15% (4307/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 16% (4599/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 17% (4882/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 18% (5162/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 19% (5463/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 20% (5742/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 21% (6068/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 22% (6318/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 23% (6602/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 24% (7032/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 25% (7190/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 26% (7480/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 27% (7847/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 28% (8043/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 29% (8368/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 30% (8611/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 31% (8895/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 32% (9270/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 33% (9464/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 34% (9885/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 35% (10046/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 36% (10323/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 37% (10682/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 38% (10946/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 39% (11293/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 40% (11474/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 41% (11760/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 42% (12053/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 43% (12360/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 44% (12667/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 45% (12904/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 46% (13195/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 47% (13499/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 48% (13765/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 49% (14051/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 50% (14365/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 51% (14637/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 52% (14913/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 53% (15223/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 54% (15495/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 55% (15788/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 56% (16152/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 57% (16377/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 58% (16776/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 59% (16967/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 60% (17223/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 61% (17493/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 62% (17779/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 63% (18069/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 64% (18352/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 65% (18642/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 66% (18926/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 67% (19238/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 68% (19502/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 69% (19790/28675) build 28-Sep-2024 15:55:27 Resolving deltas: 70% (20075/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 71% (20372/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 72% (20646/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 73% (20966/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 74% (21220/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 75% (21507/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 76% (21796/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 77% (22081/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 78% (22367/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 79% (22668/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 80% (22948/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 81% (23228/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 82% (23519/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 82% (23699/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 83% (23801/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 84% (24087/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 85% (24377/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 86% (24665/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 87% (24967/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 88% (25245/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 89% (25522/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 90% (25808/28675) build 28-Sep-2024 15:55:28 Resolving deltas: 91% (26095/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 92% (26465/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 93% (26679/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 94% (26976/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 95% (27249/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 96% (27530/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 96% (27673/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 97% (27815/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 98% (28102/28675) build 28-Sep-2024 15:55:29 Resolving deltas: 99% (28395/28675) build 28-Sep-2024 15:55:30 Resolving deltas: 100% (28675/28675) build 28-Sep-2024 15:55:30 Resolving deltas: 100% (28675/28675), completed with 2800 local objects. build 28-Sep-2024 15:55:31 From https://github.com/phpbb/phpbb build 28-Sep-2024 15:55:31 * branch HEAD -> FETCH_HEAD build 28-Sep-2024 15:55:31 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 28-Sep-2024 15:55:31 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 28-Sep-2024 15:55:31 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 28-Sep-2024 15:55:31 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 28-Sep-2024 15:55:31 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 28-Sep-2024 15:55:31 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 28-Sep-2024 15:55:31 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 28-Sep-2024 15:55:31 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.0 -> release-2.0.0 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.1 -> release-2.0.1 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.10 -> release-2.0.10 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.11 -> release-2.0.11 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.12 -> release-2.0.12 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.13 -> release-2.0.13 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.14 -> release-2.0.14 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.15 -> release-2.0.15 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.16 -> release-2.0.16 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.17 -> release-2.0.17 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.18 -> release-2.0.18 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.19 -> release-2.0.19 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.2 -> release-2.0.2 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.20 -> release-2.0.20 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.21 -> release-2.0.21 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.22 -> release-2.0.22 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.23 -> release-2.0.23 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.3 -> release-2.0.3 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.4 -> release-2.0.4 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.5 -> release-2.0.5 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.6 -> release-2.0.6 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.7 -> release-2.0.7 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.8 -> release-2.0.8 build 28-Sep-2024 15:55:31 * [new tag] release-2.0.8a -> release-2.0.8a build 28-Sep-2024 15:55:31 * [new tag] release-2.0.9 -> release-2.0.9 build 28-Sep-2024 15:55:31 * [new tag] release-3.0.11 -> release-3.0.11 build 28-Sep-2024 15:55:31 * [new tag] release-3.0.12 -> release-3.0.12 build 28-Sep-2024 15:55:31 * [new tag] release-3.0.13 -> release-3.0.13 build 28-Sep-2024 15:55:31 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 28-Sep-2024 15:55:31 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 28-Sep-2024 15:55:31 * [new tag] start -> start build 28-Sep-2024 15:55:31 Buildfile: /data/build/build.xml build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31 phpBB > clean: build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31  [delete] Directory /data/build/logs does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/api does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/coverage does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/cpd does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/new_version does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 28-Sep-2024 15:55:31  [delete] Directory /data/build/save does not exist or is not a directory. build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31 phpBB > prepare: build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/logs build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/api build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/codebrowser build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/coverage build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/cpd build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/dependencies build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version/files build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version/patches build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version/release_files build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version/update build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/old_versions build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/save build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31 phpBB > prepare-new-version: build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31  [mkdir] Created dir: /data/build/new_version/phpBB3 build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31 phpBB > export: build 28-Sep-2024 15:55:31  build 28-Sep-2024 15:55:31 Installing dependencies from lock file build 28-Sep-2024 15:55:31 Verifying lock file contents can be installed on current platform. build 28-Sep-2024 15:55:31 Package operations: 40 installs, 0 updates, 0 removals build 28-Sep-2024 15:55:31 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 28-Sep-2024 15:55:31 - Downloading composer/package-versions-deprecated (1.11.99.5) build 28-Sep-2024 15:55:31 - Downloading bantu/ini-get-wrapper (v1.0.1) build 28-Sep-2024 15:55:31 - Downloading carlos-mg89/oauth (0.8.15) build 28-Sep-2024 15:55:31 - Downloading google/recaptcha (1.2.4) build 28-Sep-2024 15:55:31 - Downloading symfony/polyfill-php72 (v1.29.0) build 28-Sep-2024 15:55:31 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 28-Sep-2024 15:55:31 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 28-Sep-2024 15:55:31 - Downloading ralouphie/getallheaders (3.0.3) build 28-Sep-2024 15:55:31 - Downloading psr/http-message (1.1) build 28-Sep-2024 15:55:31 - Downloading guzzlehttp/psr7 (1.9.1) build 28-Sep-2024 15:55:31 - Downloading guzzlehttp/promises (1.5.3) build 28-Sep-2024 15:55:31 - Downloading guzzlehttp/guzzle (6.5.8) build 28-Sep-2024 15:55:31 - Downloading symfony/polyfill-mbstring (v1.29.0) build 28-Sep-2024 15:55:31 - Downloading marc1706/fast-image-size (v1.1.7) build 28-Sep-2024 15:55:31 - Downloading psr/container (1.1.1) build 28-Sep-2024 15:55:31 - Downloading s9e/sweetdom (2.1.0.1) build 28-Sep-2024 15:55:31 - Downloading s9e/regexp-builder (1.4.6) build 28-Sep-2024 15:55:31 - Downloading s9e/text-formatter (2.11.5) build 28-Sep-2024 15:55:31 - Downloading symfony/polyfill-ctype (v1.29.0) build 28-Sep-2024 15:55:31 - Downloading symfony/filesystem (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/config (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading psr/log (1.1.4) build 28-Sep-2024 15:55:31 - Downloading symfony/debug (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/console (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/finder (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/http-foundation (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/event-dispatcher (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/http-kernel (v3.4.49) build 28-Sep-2024 15:55:31 - Downloading symfony/process (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/dependency-injection (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading zendframework/zend-eventmanager (3.2.1) build 28-Sep-2024 15:55:31 - Downloading zendframework/zend-code (3.4.1) build 28-Sep-2024 15:55:31 - Downloading ocramius/proxy-manager (2.2.4) build 28-Sep-2024 15:55:31 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/routing (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading twig/twig (v2.16.0) build 28-Sep-2024 15:55:31 - Downloading symfony/twig-bridge (v3.4.47) build 28-Sep-2024 15:55:31 - Downloading symfony/yaml (v3.4.47) build 28-Sep-2024 15:55:32 0/38 [>---------------------------] 0% build 28-Sep-2024 15:55:32 11/38 [========>-------------------] 28% build 28-Sep-2024 15:55:32 18/38 [=============>--------------] 47% build 28-Sep-2024 15:55:32 30/38 [======================>-----] 78% build 28-Sep-2024 15:55:32 37/38 [===========================>] 97% build 28-Sep-2024 15:55:32 38/38 [============================] 100% build 28-Sep-2024 15:55:32 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 28-Sep-2024 15:55:32 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 28-Sep-2024 15:55:32 - Installing google/recaptcha (1.2.4): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 28-Sep-2024 15:55:32 - Installing psr/http-message (1.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 28-Sep-2024 15:55:32 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 28-Sep-2024 15:55:32 - Installing psr/container (1.1.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 28-Sep-2024 15:55:32 - Installing s9e/text-formatter (2.11.5): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/filesystem (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/config (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing psr/log (1.1.4): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/debug (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/console (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/finder (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-php56 (v1.20.0) build 28-Sep-2024 15:55:32 - Installing symfony/polyfill-php70 (v1.20.0) build 28-Sep-2024 15:55:32 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/process (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing zendframework/zend-code (3.4.1): Extracting archive build 28-Sep-2024 15:55:32 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/routing (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing twig/twig (v2.16.0): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 - Installing symfony/yaml (v3.4.47): Extracting archive build 28-Sep-2024 15:55:32 0/37 [>---------------------------] 0% build 28-Sep-2024 15:55:33 18/37 [=============>--------------] 48% build 28-Sep-2024 15:55:33 26/37 [===================>--------] 70% build 28-Sep-2024 15:55:33 37/37 [============================] 100% build 28-Sep-2024 15:55:33 Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 28-Sep-2024 15:55:33 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 28-Sep-2024 15:55:33 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 28-Sep-2024 15:55:33 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 28-Sep-2024 15:55:33 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 28-Sep-2024 15:55:33 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 28-Sep-2024 15:55:33 Generating optimized autoload files build 28-Sep-2024 15:55:34 27 packages you are using are looking for funding. build 28-Sep-2024 15:55:34 Use the `composer fund` command to find out more! build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 28-Sep-2024 15:55:34  build 28-Sep-2024 15:55:34 phpBB > clean-vendor-dir: build 28-Sep-2024 15:55:34  build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/README.md to delete. build 28-Sep-2024 15:55:34  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 28-Sep-2024 15:55:34  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist build 28-Sep-2024 15:55:34  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 28-Sep-2024 15:55:34  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist build 28-Sep-2024 15:55:35  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 28-Sep-2024 15:55:35  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist build 28-Sep-2024 15:55:35  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 28-Sep-2024 15:55:35  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 28-Sep-2024 15:55:35  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 28-Sep-2024 15:55:35 Cloning into 'viglink'... build 28-Sep-2024 15:55:35 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:55:35 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:55:35 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:55:35 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:55:35 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:55:35 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:55:35 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:55:35 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:55:35 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:55:35 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:55:35 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:55:35 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:55:35 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:55:35 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:55:35 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:55:35 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:55:35 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:55:35 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:55:35 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:55:35 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:55:35 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:55:35 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:55:35 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:55:35 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:55:35 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:55:35 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:55:35 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:55:35 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:55:35 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:55:35 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:55:35 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:55:35 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:55:35 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:55:35 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:55:35 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:55:35 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:55:35 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:55:35 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:55:35 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:55:35 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:55:35 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:55:35 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:55:35 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:55:35 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:55:35 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:55:35 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:55:35 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:55:35 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:55:35 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:55:35 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:55:35 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:55:35 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:55:35 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:55:35 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:55:35 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:55:35 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:55:35 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:55:35 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:55:35 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:55:35 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:55:35 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:55:35 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:55:35 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:55:35 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:55:35 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:55:35 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:55:35 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:55:35 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:55:35 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:55:35 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:55:35 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:55:35 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:55:35 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:55:35 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:55:35 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:55:35 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:55:35 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:55:35 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:55:35 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:55:35 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:55:35 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:55:35 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:55:35 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:55:35 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:55:35 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:55:35 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:55:35 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:55:35 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:55:35 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:55:35 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:55:35 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:55:35 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:55:35 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:55:35 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:55:35 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:55:35 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:55:35 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:55:35 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:55:35 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:55:35 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:55:35 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:55:35 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:55:35 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:55:35 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:55:35 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:55:35 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:55:35 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:55:35 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 28-Sep-2024 15:55:35 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:55:35 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:55:35 Resolving deltas: 3% (22/579) build 28-Sep-2024 15:55:35 Resolving deltas: 5% (33/579) build 28-Sep-2024 15:55:35 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:55:35 Resolving deltas: 9% (57/579) build 28-Sep-2024 15:55:35 Resolving deltas: 10% (63/579) build 28-Sep-2024 15:55:35 Resolving deltas: 11% (64/579) build 28-Sep-2024 15:55:35 Resolving deltas: 16% (97/579) build 28-Sep-2024 15:55:35 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:55:35 Resolving deltas: 20% (116/579) build 28-Sep-2024 15:55:35 Resolving deltas: 21% (123/579) build 28-Sep-2024 15:55:35 Resolving deltas: 24% (144/579) build 28-Sep-2024 15:55:35 Resolving deltas: 25% (145/579) build 28-Sep-2024 15:55:35 Resolving deltas: 26% (153/579) build 28-Sep-2024 15:55:35 Resolving deltas: 31% (180/579) build 28-Sep-2024 15:55:35 Resolving deltas: 32% (189/579) build 28-Sep-2024 15:55:35 Resolving deltas: 34% (201/579) build 28-Sep-2024 15:55:35 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:55:35 Resolving deltas: 37% (219/579) build 28-Sep-2024 15:55:35 Resolving deltas: 38% (225/579) build 28-Sep-2024 15:55:35 Resolving deltas: 39% (226/579) build 28-Sep-2024 15:55:35 Resolving deltas: 44% (255/579) build 28-Sep-2024 15:55:35 Resolving deltas: 45% (266/579) build 28-Sep-2024 15:55:35 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:55:35 Resolving deltas: 48% (283/579) build 28-Sep-2024 15:55:35 Resolving deltas: 49% (284/579) build 28-Sep-2024 15:55:35 Resolving deltas: 50% (293/579) build 28-Sep-2024 15:55:35 Resolving deltas: 51% (299/579) build 28-Sep-2024 15:55:35 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:55:35 Resolving deltas: 59% (345/579) build 28-Sep-2024 15:55:35 Resolving deltas: 60% (350/579) build 28-Sep-2024 15:55:35 Resolving deltas: 62% (361/579) build 28-Sep-2024 15:55:35 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:55:35 Resolving deltas: 66% (384/579) build 28-Sep-2024 15:55:35 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:55:35 Resolving deltas: 72% (417/579) build 28-Sep-2024 15:55:35 Resolving deltas: 76% (441/579) build 28-Sep-2024 15:55:35 Resolving deltas: 77% (449/579) build 28-Sep-2024 15:55:35 Resolving deltas: 78% (455/579) build 28-Sep-2024 15:55:35 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:55:35 Resolving deltas: 81% (473/579) build 28-Sep-2024 15:55:35 Resolving deltas: 82% (476/579) build 28-Sep-2024 15:55:35 Resolving deltas: 83% (482/579) build 28-Sep-2024 15:55:35 Resolving deltas: 84% (491/579) build 28-Sep-2024 15:55:35 Resolving deltas: 85% (493/579) build 28-Sep-2024 15:55:35 Resolving deltas: 86% (499/579) build 28-Sep-2024 15:55:35 Resolving deltas: 87% (505/579) build 28-Sep-2024 15:55:35 Resolving deltas: 88% (512/579) build 28-Sep-2024 15:55:35 Resolving deltas: 89% (517/579) build 28-Sep-2024 15:55:35 Resolving deltas: 92% (534/579) build 28-Sep-2024 15:55:35 Resolving deltas: 93% (541/579) build 28-Sep-2024 15:55:35 Resolving deltas: 94% (546/579) build 28-Sep-2024 15:55:35 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:55:35 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:55:35 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:55:35 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:55:35 Already on 'master' build 28-Sep-2024 15:55:35 Your branch is up to date with 'origin/master'. build 28-Sep-2024 15:55:35  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 28-Sep-2024 15:55:35  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 28-Sep-2024 15:55:35  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:55:35  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:55:35  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 28-Sep-2024 15:55:36  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 28-Sep-2024 15:55:36  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 28-Sep-2024 15:55:36  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 28-Sep-2024 15:55:36  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 28-Sep-2024 15:55:36  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 28-Sep-2024 15:55:36  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 28-Sep-2024 15:55:36  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:36  build 28-Sep-2024 15:55:36 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:36  build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/cache build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/docs build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/files build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/install build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/store build 28-Sep-2024 15:55:36  [delete] Deleting directory /data/build/old_versions/release-3.3.14-dev/vendor build 28-Sep-2024 15:55:37  [touch] Creating /data/build/new_version/phpBB3/config.php build 28-Sep-2024 15:55:37  [copy] Copying 1 file to /data/build/new_version/phpBB3/vendor build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:37 phpBB > old-version-diffs: build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:37 phpBB > old-version-diff: build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:37  [echo] Retrieving version 3.1.0 build 28-Sep-2024 15:55:37  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:37 phpBB > export: build 28-Sep-2024 15:55:37  build 28-Sep-2024 15:55:38  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 28-Sep-2024 15:55:38  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:38  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:38  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 28-Sep-2024 15:55:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 28-Sep-2024 15:55:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 28-Sep-2024 15:55:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 28-Sep-2024 15:55:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 28-Sep-2024 15:55:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 28-Sep-2024 15:55:38  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38 phpBB > old-version-diff: build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38  [echo] Retrieving version 3.1.1 build 28-Sep-2024 15:55:38  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38 phpBB > export: build 28-Sep-2024 15:55:38  build 28-Sep-2024 15:55:38  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 28-Sep-2024 15:55:38  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 28-Sep-2024 15:55:38  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:38  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:38  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 28-Sep-2024 15:55:39  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39 phpBB > old-version-diff: build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39  [echo] Retrieving version 3.1.2 build 28-Sep-2024 15:55:39  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39 phpBB > export: build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 28-Sep-2024 15:55:39  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:39  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:39  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 28-Sep-2024 15:55:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:39  build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 28-Sep-2024 15:55:39  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 28-Sep-2024 15:55:40  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 28-Sep-2024 15:55:40  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:40  build 28-Sep-2024 15:55:40 phpBB > old-version-diff: build 28-Sep-2024 15:55:40  build 28-Sep-2024 15:55:40  [echo] Retrieving version 3.1.3 build 28-Sep-2024 15:55:40  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 28-Sep-2024 15:55:40  build 28-Sep-2024 15:55:40 phpBB > export: build 28-Sep-2024 15:55:40  build 28-Sep-2024 15:55:40  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 28-Sep-2024 15:55:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 28-Sep-2024 15:55:40  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 28-Sep-2024 15:55:40  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:40  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:40  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 28-Sep-2024 15:55:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 28-Sep-2024 15:55:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 28-Sep-2024 15:55:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 28-Sep-2024 15:55:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 28-Sep-2024 15:55:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:41 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:41  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 28-Sep-2024 15:55:41  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 28-Sep-2024 15:55:41  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 28-Sep-2024 15:55:41  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 28-Sep-2024 15:55:41  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 28-Sep-2024 15:55:41  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:41 phpBB > old-version-diff: build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:41  [echo] Retrieving version 3.1.4 build 28-Sep-2024 15:55:41  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:41 phpBB > export: build 28-Sep-2024 15:55:41  build 28-Sep-2024 15:55:42  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:42  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42 phpBB > old-version-diff: build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42  [echo] Retrieving version 3.1.5 build 28-Sep-2024 15:55:42  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42 phpBB > export: build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:42  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 28-Sep-2024 15:55:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:42  build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 28-Sep-2024 15:55:42  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 28-Sep-2024 15:55:42  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43 phpBB > old-version-diff: build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43  [echo] Retrieving version 3.1.6 build 28-Sep-2024 15:55:43  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43 phpBB > export: build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 28-Sep-2024 15:55:43  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:43  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:43  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 28-Sep-2024 15:55:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 28-Sep-2024 15:55:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 28-Sep-2024 15:55:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 28-Sep-2024 15:55:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 28-Sep-2024 15:55:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:43  build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 28-Sep-2024 15:55:43  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 28-Sep-2024 15:55:43  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44 phpBB > old-version-diff: build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44  [echo] Retrieving version 3.1.7 build 28-Sep-2024 15:55:44  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44 phpBB > export: build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 28-Sep-2024 15:55:44  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:44  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:44  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 28-Sep-2024 15:55:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 28-Sep-2024 15:55:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 28-Sep-2024 15:55:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 28-Sep-2024 15:55:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 28-Sep-2024 15:55:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:44  build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 28-Sep-2024 15:55:44  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 28-Sep-2024 15:55:44  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45 phpBB > old-version-diff: build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45  [echo] Retrieving version 3.1.7-pl1 build 28-Sep-2024 15:55:45  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45 phpBB > export: build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 28-Sep-2024 15:55:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:45  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 28-Sep-2024 15:55:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 28-Sep-2024 15:55:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 28-Sep-2024 15:55:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 28-Sep-2024 15:55:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 28-Sep-2024 15:55:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 28-Sep-2024 15:55:45  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 28-Sep-2024 15:55:45  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45 phpBB > old-version-diff: build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45  [echo] Retrieving version 3.1.8 build 28-Sep-2024 15:55:45  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:45 phpBB > export: build 28-Sep-2024 15:55:45  build 28-Sep-2024 15:55:46  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 28-Sep-2024 15:55:46  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:46  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:46  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 28-Sep-2024 15:55:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 28-Sep-2024 15:55:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 28-Sep-2024 15:55:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 28-Sep-2024 15:55:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 28-Sep-2024 15:55:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:46  build 28-Sep-2024 15:55:46 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:46  build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 28-Sep-2024 15:55:46  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 28-Sep-2024 15:55:46  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47 phpBB > old-version-diff: build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47  [echo] Retrieving version 3.1.9 build 28-Sep-2024 15:55:47  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47 phpBB > export: build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 28-Sep-2024 15:55:47  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:47  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:47  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 28-Sep-2024 15:55:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 28-Sep-2024 15:55:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 28-Sep-2024 15:55:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 28-Sep-2024 15:55:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 28-Sep-2024 15:55:47  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:47  build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 28-Sep-2024 15:55:47  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 28-Sep-2024 15:55:47  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48 phpBB > old-version-diff: build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48  [echo] Retrieving version 3.1.10 build 28-Sep-2024 15:55:48  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48 phpBB > export: build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 28-Sep-2024 15:55:48  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:48  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:48  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 28-Sep-2024 15:55:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 28-Sep-2024 15:55:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 28-Sep-2024 15:55:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 28-Sep-2024 15:55:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 28-Sep-2024 15:55:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:48  build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 28-Sep-2024 15:55:48  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 28-Sep-2024 15:55:48  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49 phpBB > old-version-diff: build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49  [echo] Retrieving version 3.1.11 build 28-Sep-2024 15:55:49  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49 phpBB > export: build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 28-Sep-2024 15:55:49  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:49  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:49  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 28-Sep-2024 15:55:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 28-Sep-2024 15:55:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 28-Sep-2024 15:55:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 28-Sep-2024 15:55:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 28-Sep-2024 15:55:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:49  build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 28-Sep-2024 15:55:49  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 28-Sep-2024 15:55:49  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50 phpBB > old-version-diff: build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50  [echo] Retrieving version 3.1.12 build 28-Sep-2024 15:55:50  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50 phpBB > export: build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 28-Sep-2024 15:55:50  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 28-Sep-2024 15:55:50  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 28-Sep-2024 15:55:50  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 28-Sep-2024 15:55:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 28-Sep-2024 15:55:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 28-Sep-2024 15:55:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 28-Sep-2024 15:55:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 28-Sep-2024 15:55:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:50  build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 28-Sep-2024 15:55:50  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 28-Sep-2024 15:55:50  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:51  build 28-Sep-2024 15:55:51 phpBB > old-version-diff: build 28-Sep-2024 15:55:51  build 28-Sep-2024 15:55:51  [echo] Retrieving version 3.2.0 build 28-Sep-2024 15:55:51  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 28-Sep-2024 15:55:51  build 28-Sep-2024 15:55:51 phpBB > export: build 28-Sep-2024 15:55:51  build 28-Sep-2024 15:55:51 Cloning into 'viglink'... build 28-Sep-2024 15:55:52 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:55:52 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:55:52 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:55:52 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:55:52 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:55:52 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:55:52 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:55:52 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:55:52 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:55:52 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:55:52 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:55:52 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:55:52 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:55:52 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:55:52 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:55:52 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:55:52 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:55:52 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:55:52 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:55:52 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:55:52 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:55:52 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:55:52 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:55:52 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:55:52 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:55:52 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:55:52 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:55:52 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:55:52 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:55:52 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:55:52 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:55:52 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:55:52 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:55:52 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:55:52 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:55:52 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:55:52 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:55:52 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:55:52 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:55:52 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:55:52 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:55:52 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:55:52 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:55:52 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:55:52 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:55:52 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:55:52 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:55:52 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:55:52 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:55:52 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:55:52 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:55:52 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:55:52 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:55:52 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:55:52 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:55:52 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:55:52 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:55:52 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:55:52 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:55:52 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:55:52 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:55:52 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:55:52 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:55:52 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:55:52 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:55:52 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:55:52 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:55:52 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:55:52 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:55:52 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:55:52 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:55:52 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:55:52 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:55:52 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:55:52 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:55:52 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:55:52 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:55:52 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:55:52 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:55:52 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:55:52 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:55:52 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:55:52 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:55:52 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:55:52 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:55:52 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:55:52 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:55:52 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:55:52 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:55:52 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:55:52 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:55:52 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:55:52 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:55:52 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:55:52 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:55:52 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:55:52 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:55:52 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:55:52 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:55:52 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:55:52 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:55:52 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:55:52 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:55:52 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:55:52 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:55:52 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:55:52 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:55:52 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.59 MiB/s, done. build 28-Sep-2024 15:55:52 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:55:52 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:55:52 Resolving deltas: 3% (19/579) build 28-Sep-2024 15:55:52 Resolving deltas: 5% (30/579) build 28-Sep-2024 15:55:52 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:55:52 Resolving deltas: 9% (55/579) build 28-Sep-2024 15:55:52 Resolving deltas: 10% (60/579) build 28-Sep-2024 15:55:52 Resolving deltas: 12% (71/579) build 28-Sep-2024 15:55:52 Resolving deltas: 15% (91/579) build 28-Sep-2024 15:55:52 Resolving deltas: 16% (93/579) build 28-Sep-2024 15:55:52 Resolving deltas: 17% (103/579) build 28-Sep-2024 15:55:52 Resolving deltas: 19% (115/579) build 28-Sep-2024 15:55:52 Resolving deltas: 22% (129/579) build 28-Sep-2024 15:55:52 Resolving deltas: 23% (135/579) build 28-Sep-2024 15:55:52 Resolving deltas: 25% (150/579) build 28-Sep-2024 15:55:52 Resolving deltas: 30% (175/579) build 28-Sep-2024 15:55:52 Resolving deltas: 32% (186/579) build 28-Sep-2024 15:55:52 Resolving deltas: 34% (198/579) build 28-Sep-2024 15:55:52 Resolving deltas: 35% (206/579) build 28-Sep-2024 15:55:52 Resolving deltas: 36% (210/579) build 28-Sep-2024 15:55:52 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:55:52 Resolving deltas: 39% (228/579) build 28-Sep-2024 15:55:52 Resolving deltas: 42% (244/579) build 28-Sep-2024 15:55:52 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:55:52 Resolving deltas: 44% (255/579) build 28-Sep-2024 15:55:52 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:55:52 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:55:52 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:55:52 Resolving deltas: 56% (326/579) build 28-Sep-2024 15:55:52 Resolving deltas: 57% (331/579) build 28-Sep-2024 15:55:52 Resolving deltas: 58% (340/579) build 28-Sep-2024 15:55:52 Resolving deltas: 63% (368/579) build 28-Sep-2024 15:55:52 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:55:52 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:55:52 Resolving deltas: 68% (397/579) build 28-Sep-2024 15:55:52 Resolving deltas: 69% (401/579) build 28-Sep-2024 15:55:52 Resolving deltas: 73% (428/579) build 28-Sep-2024 15:55:52 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:55:52 Resolving deltas: 77% (448/579) build 28-Sep-2024 15:55:52 Resolving deltas: 78% (454/579) build 28-Sep-2024 15:55:52 Resolving deltas: 79% (463/579) build 28-Sep-2024 15:55:52 Resolving deltas: 80% (466/579) build 28-Sep-2024 15:55:52 Resolving deltas: 81% (470/579) build 28-Sep-2024 15:55:52 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:55:52 Resolving deltas: 85% (493/579) build 28-Sep-2024 15:55:52 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:55:52 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:55:52 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:55:52 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:55:52 Resolving deltas: 95% (555/579) build 28-Sep-2024 15:55:52 Resolving deltas: 96% (560/579) build 28-Sep-2024 15:55:52 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:55:52 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:55:52 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:55:52 Note: checking out 'release-phpbb-3.2.0'. build 28-Sep-2024 15:55:52 build 28-Sep-2024 15:55:52 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:55:52 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:55:52 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:55:52 build 28-Sep-2024 15:55:52 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:55:52 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:55:52 build 28-Sep-2024 15:55:52 git checkout -b build 28-Sep-2024 15:55:52 build 28-Sep-2024 15:55:52 HEAD is now at 5441364 Update version to 1.0.0 build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 28-Sep-2024 15:55:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:55:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:55:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:55:52  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 28-Sep-2024 15:55:52  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 28-Sep-2024 15:55:52  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 28-Sep-2024 15:55:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 28-Sep-2024 15:55:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 28-Sep-2024 15:55:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 28-Sep-2024 15:55:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 28-Sep-2024 15:55:52  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:52 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 28-Sep-2024 15:55:52  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 28-Sep-2024 15:55:52  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:52 phpBB > old-version-diff: build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:52  [echo] Retrieving version 3.2.1 build 28-Sep-2024 15:55:52  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:52 phpBB > export: build 28-Sep-2024 15:55:52  build 28-Sep-2024 15:55:53 Cloning into 'viglink'... build 28-Sep-2024 15:55:53 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:55:53 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:55:53 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:55:53 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:55:53 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:55:53 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:55:53 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:55:53 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:55:53 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:55:53 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:55:53 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:55:53 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:55:53 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:55:53 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:55:53 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:55:53 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:55:53 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:55:53 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:55:53 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:55:53 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:55:53 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:55:53 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:55:53 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:55:53 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:55:53 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:55:53 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:55:53 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:55:53 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:55:53 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:55:53 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:55:53 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:55:53 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:55:53 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:55:53 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:55:53 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:55:53 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:55:53 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:55:53 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:55:53 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:55:53 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:55:53 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:55:53 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:55:53 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:55:53 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:55:53 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:55:53 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:55:53 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:55:53 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:55:53 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:55:53 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:55:53 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:55:53 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:55:53 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:55:53 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:55:53 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:55:53 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:55:53 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:55:53 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:55:53 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:55:53 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:55:53 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:55:53 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:55:53 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:55:53 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:55:53 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:55:53 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:55:53 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:55:53 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:55:53 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:55:53 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:55:53 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:55:53 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:55:54 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:55:54 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:55:54 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:55:54 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:55:54 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:55:54 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:55:54 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:55:54 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:55:54 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:55:54 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:55:54 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:55:54 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:55:54 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:55:54 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:55:54 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:55:54 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:55:54 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:55:54 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:55:54 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:55:54 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:55:54 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:55:54 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:55:54 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:55:54 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:55:54 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:55:54 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:55:54 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:55:54 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:55:54 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:55:54 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:55:54 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:55:54 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:55:54 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:55:54 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:55:54 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:55:54 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.59 MiB/s, done. build 28-Sep-2024 15:55:54 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:55:54 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:55:54 Resolving deltas: 3% (20/579) build 28-Sep-2024 15:55:54 Resolving deltas: 5% (30/579) build 28-Sep-2024 15:55:54 Resolving deltas: 7% (41/579) build 28-Sep-2024 15:55:54 Resolving deltas: 8% (49/579) build 28-Sep-2024 15:55:54 Resolving deltas: 10% (62/579) build 28-Sep-2024 15:55:54 Resolving deltas: 11% (67/579) build 28-Sep-2024 15:55:54 Resolving deltas: 13% (79/579) build 28-Sep-2024 15:55:54 Resolving deltas: 15% (87/579) build 28-Sep-2024 15:55:54 Resolving deltas: 16% (98/579) build 28-Sep-2024 15:55:54 Resolving deltas: 20% (117/579) build 28-Sep-2024 15:55:54 Resolving deltas: 21% (127/579) build 28-Sep-2024 15:55:54 Resolving deltas: 23% (134/579) build 28-Sep-2024 15:55:54 Resolving deltas: 24% (141/579) build 28-Sep-2024 15:55:54 Resolving deltas: 28% (166/579) build 28-Sep-2024 15:55:54 Resolving deltas: 29% (168/579) build 28-Sep-2024 15:55:54 Resolving deltas: 30% (177/579) build 28-Sep-2024 15:55:54 Resolving deltas: 32% (189/579) build 28-Sep-2024 15:55:54 Resolving deltas: 34% (197/579) build 28-Sep-2024 15:55:54 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:55:54 Resolving deltas: 37% (219/579) build 28-Sep-2024 15:55:54 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:55:54 Resolving deltas: 41% (242/579) build 28-Sep-2024 15:55:54 Resolving deltas: 42% (246/579) build 28-Sep-2024 15:55:54 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:55:54 Resolving deltas: 44% (255/579) build 28-Sep-2024 15:55:54 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:55:54 Resolving deltas: 54% (317/579) build 28-Sep-2024 15:55:54 Resolving deltas: 55% (321/579) build 28-Sep-2024 15:55:54 Resolving deltas: 57% (331/579) build 28-Sep-2024 15:55:54 Resolving deltas: 62% (363/579) build 28-Sep-2024 15:55:54 Resolving deltas: 63% (365/579) build 28-Sep-2024 15:55:54 Resolving deltas: 66% (387/579) build 28-Sep-2024 15:55:54 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:55:54 Resolving deltas: 68% (396/579) build 28-Sep-2024 15:55:54 Resolving deltas: 70% (407/579) build 28-Sep-2024 15:55:54 Resolving deltas: 75% (439/579) build 28-Sep-2024 15:55:54 Resolving deltas: 78% (454/579) build 28-Sep-2024 15:55:54 Resolving deltas: 79% (460/579) build 28-Sep-2024 15:55:54 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:55:54 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:55:54 Resolving deltas: 83% (483/579) build 28-Sep-2024 15:55:54 Resolving deltas: 84% (487/579) build 28-Sep-2024 15:55:54 Resolving deltas: 89% (519/579) build 28-Sep-2024 15:55:54 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:55:54 Resolving deltas: 93% (544/579) build 28-Sep-2024 15:55:54 Resolving deltas: 94% (547/579) build 28-Sep-2024 15:55:54 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:55:54 Resolving deltas: 96% (561/579) build 28-Sep-2024 15:55:54 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:55:54 Resolving deltas: 98% (571/579) build 28-Sep-2024 15:55:54 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:55:54 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:55:54 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:55:54 Note: checking out 'release-phpbb-3.2.1'. build 28-Sep-2024 15:55:54 build 28-Sep-2024 15:55:54 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:55:54 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:55:54 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:55:54 build 28-Sep-2024 15:55:54 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:55:54 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:55:54 build 28-Sep-2024 15:55:54 git checkout -b build 28-Sep-2024 15:55:54 build 28-Sep-2024 15:55:54 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 28-Sep-2024 15:55:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:55:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:55:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:55:54  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 28-Sep-2024 15:55:54  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 28-Sep-2024 15:55:54  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 28-Sep-2024 15:55:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 28-Sep-2024 15:55:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 28-Sep-2024 15:55:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 28-Sep-2024 15:55:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 28-Sep-2024 15:55:54  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:54 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 28-Sep-2024 15:55:54  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 28-Sep-2024 15:55:54  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:54 phpBB > old-version-diff: build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:54  [echo] Retrieving version 3.2.2 build 28-Sep-2024 15:55:54  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:54 phpBB > export: build 28-Sep-2024 15:55:54  build 28-Sep-2024 15:55:55 Cloning into 'viglink'... build 28-Sep-2024 15:55:55 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:55:55 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:55:55 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:55:55 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:55:55 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:55:55 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:55:55 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:55:55 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:55:55 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:55:55 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:55:55 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:55:55 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:55:55 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:55:55 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:55:55 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:55:55 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:55:55 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:55:55 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:55:55 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:55:55 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:55:55 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:55:55 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:55:55 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:55:55 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:55:55 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:55:55 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:55:55 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:55:55 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:55:55 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:55:55 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:55:55 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:55:55 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:55:55 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:55:55 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:55:55 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:55:55 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:55:55 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:55:55 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:55:55 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:55:55 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:55:55 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:55:55 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:55:55 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:55:55 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:55:55 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:55:55 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:55:55 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:55:55 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:55:55 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:55:55 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:55:55 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:55:55 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:55:55 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:55:55 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:55:55 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:55:55 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:55:55 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:55:55 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:55:55 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:55:55 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:55:55 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:55:55 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:55:55 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:55:55 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:55:55 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:55:55 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:55:55 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:55:55 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:55:55 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:55:55 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:55:55 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:55:55 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:55:55 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:55:55 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:55:55 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:55:55 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:55:55 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:55:55 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:55:55 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:55:55 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:55:55 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:55:55 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:55:55 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:55:55 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:55:55 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:55:55 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:55:55 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:55:55 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:55:55 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:55:55 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:55:55 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:55:55 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:55:55 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:55:55 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:55:55 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:55:55 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:55:55 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:55:55 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:55:55 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:55:55 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:55:55 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:55:55 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:55:55 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:55:55 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:55:55 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:55:55 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:55:55 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:55:55 Receiving objects: 100% (1127/1127), 216.86 KiB | 8.67 MiB/s, done. build 28-Sep-2024 15:55:55 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:55:55 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:55:55 Resolving deltas: 2% (16/579) build 28-Sep-2024 15:55:55 Resolving deltas: 3% (21/579) build 28-Sep-2024 15:55:55 Resolving deltas: 5% (34/579) build 28-Sep-2024 15:55:55 Resolving deltas: 7% (42/579) build 28-Sep-2024 15:55:55 Resolving deltas: 9% (53/579) build 28-Sep-2024 15:55:55 Resolving deltas: 11% (67/579) build 28-Sep-2024 15:55:55 Resolving deltas: 15% (87/579) build 28-Sep-2024 15:55:55 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:55:55 Resolving deltas: 19% (111/579) build 28-Sep-2024 15:55:55 Resolving deltas: 23% (134/579) build 28-Sep-2024 15:55:55 Resolving deltas: 24% (142/579) build 28-Sep-2024 15:55:55 Resolving deltas: 25% (148/579) build 28-Sep-2024 15:55:55 Resolving deltas: 30% (176/579) build 28-Sep-2024 15:55:55 Resolving deltas: 32% (187/579) build 28-Sep-2024 15:55:55 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:55:55 Resolving deltas: 35% (207/579) build 28-Sep-2024 15:55:55 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:55:55 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:55:55 Resolving deltas: 39% (229/579) build 28-Sep-2024 15:55:55 Resolving deltas: 42% (245/579) build 28-Sep-2024 15:55:55 Resolving deltas: 43% (252/579) build 28-Sep-2024 15:55:55 Resolving deltas: 44% (256/579) build 28-Sep-2024 15:55:55 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:55:55 Resolving deltas: 46% (269/579) build 28-Sep-2024 15:55:55 Resolving deltas: 47% (275/579) build 28-Sep-2024 15:55:55 Resolving deltas: 48% (283/579) build 28-Sep-2024 15:55:55 Resolving deltas: 49% (285/579) build 28-Sep-2024 15:55:55 Resolving deltas: 50% (290/579) build 28-Sep-2024 15:55:55 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:55:55 Resolving deltas: 56% (330/579) build 28-Sep-2024 15:55:55 Resolving deltas: 57% (332/579) build 28-Sep-2024 15:55:55 Resolving deltas: 61% (354/579) build 28-Sep-2024 15:55:55 Resolving deltas: 62% (359/579) build 28-Sep-2024 15:55:55 Resolving deltas: 67% (390/579) build 28-Sep-2024 15:55:55 Resolving deltas: 69% (402/579) build 28-Sep-2024 15:55:55 Resolving deltas: 70% (410/579) build 28-Sep-2024 15:55:55 Resolving deltas: 71% (416/579) build 28-Sep-2024 15:55:55 Resolving deltas: 72% (418/579) build 28-Sep-2024 15:55:55 Resolving deltas: 73% (427/579) build 28-Sep-2024 15:55:55 Resolving deltas: 74% (430/579) build 28-Sep-2024 15:55:55 Resolving deltas: 75% (439/579) build 28-Sep-2024 15:55:55 Resolving deltas: 76% (443/579) build 28-Sep-2024 15:55:55 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:55:55 Resolving deltas: 93% (540/579) build 28-Sep-2024 15:55:55 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:55:55 Resolving deltas: 95% (555/579) build 28-Sep-2024 15:55:55 Resolving deltas: 96% (558/579) build 28-Sep-2024 15:55:55 Resolving deltas: 97% (564/579) build 28-Sep-2024 15:55:55 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:55:55 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:55:55 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:55:55 Note: checking out 'release-phpbb-3.2.2'. build 28-Sep-2024 15:55:55 build 28-Sep-2024 15:55:55 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:55:55 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:55:55 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:55:55 build 28-Sep-2024 15:55:55 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:55:55 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:55:55 build 28-Sep-2024 15:55:55 git checkout -b build 28-Sep-2024 15:55:55 build 28-Sep-2024 15:55:55 HEAD is now at da2cda3 Update to 1.0.3 build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 28-Sep-2024 15:55:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:55:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:55:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:55:55  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 28-Sep-2024 15:55:55  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 28-Sep-2024 15:55:55  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 28-Sep-2024 15:55:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 28-Sep-2024 15:55:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 28-Sep-2024 15:55:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 28-Sep-2024 15:55:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 28-Sep-2024 15:55:55  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:55:55  build 28-Sep-2024 15:55:55 phpBB > clean-diff-dir: build 28-Sep-2024 15:55:55  build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 28-Sep-2024 15:55:55  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 28-Sep-2024 15:55:55  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 28-Sep-2024 15:55:56  build 28-Sep-2024 15:55:56 phpBB > old-version-diff: build 28-Sep-2024 15:55:56  build 28-Sep-2024 15:55:56  [echo] Retrieving version 3.2.3 build 28-Sep-2024 15:55:56  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 28-Sep-2024 15:55:56  build 28-Sep-2024 15:55:56 phpBB > export: build 28-Sep-2024 15:55:56  build 28-Sep-2024 15:55:56 Cloning into 'viglink'... build 28-Sep-2024 15:55:57 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:55:57 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:55:57 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:55:57 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:55:57 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:55:57 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:55:57 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:55:57 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:55:57 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:55:57 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:55:57 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:55:57 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:55:57 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:55:57 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:55:57 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:55:57 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:55:57 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:55:57 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:55:57 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:55:57 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:55:57 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:55:57 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:55:57 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:55:57 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:55:57 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:55:57 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:55:57 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:55:57 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:55:57 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:55:57 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:55:57 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:55:57 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:55:57 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:55:57 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:55:57 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:55:57 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:55:57 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:55:57 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:55:57 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:55:57 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:55:57 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:55:57 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:55:57 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:55:57 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:55:57 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:55:57 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:55:57 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:55:57 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:55:57 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:55:57 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:55:57 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:55:57 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:55:57 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:55:57 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:55:57 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:55:57 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:55:57 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:55:57 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:55:57 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:55:57 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:55:57 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:55:57 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:55:57 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:55:57 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:55:59 Receiving objects: 58% (657/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 59% (665/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 60% (677/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 61% (688/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 62% (699/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 63% (711/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 64% (722/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 65% (733/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 66% (744/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 67% (756/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 68% (767/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 69% (778/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 70% (789/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 71% (801/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 72% (812/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 73% (823/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 74% (834/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 75% (846/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 76% (857/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 77% (868/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 78% (880/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 79% (891/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 80% (902/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 81% (913/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 82% (925/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 83% (936/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 84% (947/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 85% (958/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 86% (970/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 87% (981/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 88% (992/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 89% (1004/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 90% (1015/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 91% (1026/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 92% (1037/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 93% (1049/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 94% (1060/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 95% (1071/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 96% (1082/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 97% (1094/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 98% (1105/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 99% (1116/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:55:59 Receiving objects: 100% (1127/1127), 152.01 KiB | 72.00 KiB/s build 28-Sep-2024 15:55:59 Receiving objects: 100% (1127/1127), 216.86 KiB | 106.00 KiB/s, done. build 28-Sep-2024 15:55:59 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:55:59 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:55:59 Resolving deltas: 4% (27/579) build 28-Sep-2024 15:55:59 Resolving deltas: 7% (46/579) build 28-Sep-2024 15:55:59 Resolving deltas: 8% (48/579) build 28-Sep-2024 15:55:59 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:55:59 Resolving deltas: 14% (82/579) build 28-Sep-2024 15:55:59 Resolving deltas: 16% (94/579) build 28-Sep-2024 15:55:59 Resolving deltas: 18% (106/579) build 28-Sep-2024 15:55:59 Resolving deltas: 20% (120/579) build 28-Sep-2024 15:55:59 Resolving deltas: 21% (126/579) build 28-Sep-2024 15:55:59 Resolving deltas: 24% (141/579) build 28-Sep-2024 15:55:59 Resolving deltas: 28% (166/579) build 28-Sep-2024 15:55:59 Resolving deltas: 29% (168/579) build 28-Sep-2024 15:55:59 Resolving deltas: 32% (190/579) build 28-Sep-2024 15:55:59 Resolving deltas: 34% (202/579) build 28-Sep-2024 15:55:59 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:55:59 Resolving deltas: 36% (210/579) build 28-Sep-2024 15:55:59 Resolving deltas: 37% (218/579) build 28-Sep-2024 15:55:59 Resolving deltas: 40% (232/579) build 28-Sep-2024 15:55:59 Resolving deltas: 42% (248/579) build 28-Sep-2024 15:55:59 Resolving deltas: 44% (255/579) build 28-Sep-2024 15:55:59 Resolving deltas: 45% (264/579) build 28-Sep-2024 15:55:59 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:55:59 Resolving deltas: 47% (276/579) build 28-Sep-2024 15:55:59 Resolving deltas: 56% (330/579) build 28-Sep-2024 15:55:59 Resolving deltas: 57% (334/579) build 28-Sep-2024 15:55:59 Resolving deltas: 58% (337/579) build 28-Sep-2024 15:55:59 Resolving deltas: 59% (344/579) build 28-Sep-2024 15:55:59 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:55:59 Resolving deltas: 65% (377/579) build 28-Sep-2024 15:55:59 Resolving deltas: 68% (396/579) build 28-Sep-2024 15:55:59 Resolving deltas: 69% (401/579) build 28-Sep-2024 15:55:59 Resolving deltas: 75% (435/579) build 28-Sep-2024 15:55:59 Resolving deltas: 77% (447/579) build 28-Sep-2024 15:55:59 Resolving deltas: 78% (455/579) build 28-Sep-2024 15:55:59 Resolving deltas: 79% (461/579) build 28-Sep-2024 15:55:59 Resolving deltas: 81% (472/579) build 28-Sep-2024 15:55:59 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:55:59 Resolving deltas: 83% (484/579) build 28-Sep-2024 15:55:59 Resolving deltas: 84% (488/579) build 28-Sep-2024 15:55:59 Resolving deltas: 86% (500/579) build 28-Sep-2024 15:55:59 Resolving deltas: 90% (525/579) build 28-Sep-2024 15:55:59 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:55:59 Resolving deltas: 92% (537/579) build 28-Sep-2024 15:55:59 Resolving deltas: 93% (540/579) build 28-Sep-2024 15:55:59 Resolving deltas: 94% (546/579) build 28-Sep-2024 15:55:59 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:55:59 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:55:59 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:00 Note: checking out 'release-phpbb-3.2.3'. build 28-Sep-2024 15:56:00 build 28-Sep-2024 15:56:00 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:00 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:00 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:00 build 28-Sep-2024 15:56:00 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:00 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:00 build 28-Sep-2024 15:56:00 git checkout -b build 28-Sep-2024 15:56:00 build 28-Sep-2024 15:56:00 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:00  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:00  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:00  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:00  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:00  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 28-Sep-2024 15:56:00  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 28-Sep-2024 15:56:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 28-Sep-2024 15:56:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 28-Sep-2024 15:56:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 28-Sep-2024 15:56:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 28-Sep-2024 15:56:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 28-Sep-2024 15:56:00  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 28-Sep-2024 15:56:00  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00 phpBB > old-version-diff: build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00  [echo] Retrieving version 3.2.4 build 28-Sep-2024 15:56:00  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00 phpBB > export: build 28-Sep-2024 15:56:00  build 28-Sep-2024 15:56:00 Cloning into 'viglink'... build 28-Sep-2024 15:56:01 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:01 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:01 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:01 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:01 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:01 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:01 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:01 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:01 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:01 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:01 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:01 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:01 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:01 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:01 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:01 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:01 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:01 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:01 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:01 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:01 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:01 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:01 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:01 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:01 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:01 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:01 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:01 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:01 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:01 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:01 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:01 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:01 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:01 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:01 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:01 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:01 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:01 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:01 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:01 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:01 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:01 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:01 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:01 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:01 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:01 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:01 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:01 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:01 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:01 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:01 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:01 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:01 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:01 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:01 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:01 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:01 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:01 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:01 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:01 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:01 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:01 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:01 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:01 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:01 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:01 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:01 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:01 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:01 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:01 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:01 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:01 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:01 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:01 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:01 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:01 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:01 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:01 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:01 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:01 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:01 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:01 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:01 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:01 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:01 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:01 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:01 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:01 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:01 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:01 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:01 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:01 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:01 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:01 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:01 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:01 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:01 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:01 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:01 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:01 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:01 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:01 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:01 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:01 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:01 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:01 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:01 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:01 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.58 MiB/s, done. build 28-Sep-2024 15:56:01 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:01 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:01 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:56:01 Resolving deltas: 8% (49/579) build 28-Sep-2024 15:56:01 Resolving deltas: 10% (61/579) build 28-Sep-2024 15:56:01 Resolving deltas: 11% (64/579) build 28-Sep-2024 15:56:01 Resolving deltas: 14% (83/579) build 28-Sep-2024 15:56:01 Resolving deltas: 15% (88/579) build 28-Sep-2024 15:56:01 Resolving deltas: 16% (98/579) build 28-Sep-2024 15:56:01 Resolving deltas: 22% (132/579) build 28-Sep-2024 15:56:01 Resolving deltas: 25% (148/579) build 28-Sep-2024 15:56:01 Resolving deltas: 27% (162/579) build 28-Sep-2024 15:56:01 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:01 Resolving deltas: 32% (191/579) build 28-Sep-2024 15:56:01 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:56:01 Resolving deltas: 37% (216/579) build 28-Sep-2024 15:56:01 Resolving deltas: 38% (223/579) build 28-Sep-2024 15:56:01 Resolving deltas: 40% (234/579) build 28-Sep-2024 15:56:01 Resolving deltas: 43% (254/579) build 28-Sep-2024 15:56:01 Resolving deltas: 44% (258/579) build 28-Sep-2024 15:56:01 Resolving deltas: 45% (262/579) build 28-Sep-2024 15:56:01 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:01 Resolving deltas: 47% (276/579) build 28-Sep-2024 15:56:01 Resolving deltas: 48% (278/579) build 28-Sep-2024 15:56:01 Resolving deltas: 49% (287/579) build 28-Sep-2024 15:56:01 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:01 Resolving deltas: 51% (296/579) build 28-Sep-2024 15:56:01 Resolving deltas: 52% (304/579) build 28-Sep-2024 15:56:01 Resolving deltas: 53% (310/579) build 28-Sep-2024 15:56:01 Resolving deltas: 54% (316/579) build 28-Sep-2024 15:56:01 Resolving deltas: 61% (358/579) build 28-Sep-2024 15:56:01 Resolving deltas: 64% (375/579) build 28-Sep-2024 15:56:01 Resolving deltas: 67% (388/579) build 28-Sep-2024 15:56:01 Resolving deltas: 74% (430/579) build 28-Sep-2024 15:56:01 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:01 Resolving deltas: 79% (459/579) build 28-Sep-2024 15:56:01 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:01 Resolving deltas: 82% (479/579) build 28-Sep-2024 15:56:01 Resolving deltas: 83% (481/579) build 28-Sep-2024 15:56:01 Resolving deltas: 84% (487/579) build 28-Sep-2024 15:56:01 Resolving deltas: 86% (502/579) build 28-Sep-2024 15:56:01 Resolving deltas: 87% (504/579) build 28-Sep-2024 15:56:01 Resolving deltas: 89% (516/579) build 28-Sep-2024 15:56:01 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:56:01 Resolving deltas: 92% (534/579) build 28-Sep-2024 15:56:01 Resolving deltas: 93% (544/579) build 28-Sep-2024 15:56:01 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:01 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:01 Resolving deltas: 97% (566/579) build 28-Sep-2024 15:56:01 Resolving deltas: 98% (569/579) build 28-Sep-2024 15:56:01 Resolving deltas: 99% (575/579) build 28-Sep-2024 15:56:01 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:01 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:01 Note: checking out 'release-phpbb-3.2.4'. build 28-Sep-2024 15:56:01 build 28-Sep-2024 15:56:01 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:01 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:01 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:01 build 28-Sep-2024 15:56:01 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:01 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:01 build 28-Sep-2024 15:56:01 git checkout -b build 28-Sep-2024 15:56:01 build 28-Sep-2024 15:56:01 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 28-Sep-2024 15:56:01  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:01  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:01  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:01  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:01  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:01  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:01  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:02  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 28-Sep-2024 15:56:02  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 28-Sep-2024 15:56:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 28-Sep-2024 15:56:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 28-Sep-2024 15:56:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 28-Sep-2024 15:56:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 28-Sep-2024 15:56:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 28-Sep-2024 15:56:02  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 28-Sep-2024 15:56:02  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02 phpBB > old-version-diff: build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02  [echo] Retrieving version 3.2.5 build 28-Sep-2024 15:56:02  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02 phpBB > export: build 28-Sep-2024 15:56:02  build 28-Sep-2024 15:56:02 Cloning into 'viglink'... build 28-Sep-2024 15:56:03 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:03 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:03 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:03 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:03 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:03 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:03 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:03 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:03 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:03 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:03 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:03 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:03 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:03 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:03 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:03 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:03 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:03 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:03 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:03 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:03 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:03 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:03 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:03 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:03 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:03 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:03 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:03 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:03 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:03 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:03 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:03 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:03 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:03 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:03 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:03 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:03 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:03 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:03 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:03 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:03 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:03 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:03 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:03 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:03 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:03 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:03 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:03 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:03 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:03 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:03 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:03 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:03 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:03 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:03 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:03 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:03 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:03 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:03 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:03 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:03 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:03 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:03 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:03 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:03 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:03 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:03 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:03 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:03 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:03 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:03 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:03 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:03 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:03 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:03 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:03 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:03 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:03 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:03 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:03 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:03 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:03 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:03 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:03 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:03 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:03 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:03 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:03 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:03 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:03 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:03 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:03 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:03 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:03 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:03 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:03 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:03 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:03 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:03 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:03 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:03 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:03 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:03 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:03 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:03 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:03 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:03 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:03 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.43 MiB/s, done. build 28-Sep-2024 15:56:03 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:03 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:03 Resolving deltas: 2% (14/579) build 28-Sep-2024 15:56:03 Resolving deltas: 4% (27/579) build 28-Sep-2024 15:56:03 Resolving deltas: 6% (37/579) build 28-Sep-2024 15:56:03 Resolving deltas: 8% (48/579) build 28-Sep-2024 15:56:03 Resolving deltas: 10% (62/579) build 28-Sep-2024 15:56:03 Resolving deltas: 14% (82/579) build 28-Sep-2024 15:56:03 Resolving deltas: 16% (94/579) build 28-Sep-2024 15:56:03 Resolving deltas: 18% (106/579) build 28-Sep-2024 15:56:03 Resolving deltas: 20% (120/579) build 28-Sep-2024 15:56:03 Resolving deltas: 21% (126/579) build 28-Sep-2024 15:56:03 Resolving deltas: 24% (141/579) build 28-Sep-2024 15:56:03 Resolving deltas: 28% (166/579) build 28-Sep-2024 15:56:03 Resolving deltas: 29% (168/579) build 28-Sep-2024 15:56:03 Resolving deltas: 30% (177/579) build 28-Sep-2024 15:56:03 Resolving deltas: 32% (189/579) build 28-Sep-2024 15:56:03 Resolving deltas: 34% (197/579) build 28-Sep-2024 15:56:03 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:56:03 Resolving deltas: 38% (225/579) build 28-Sep-2024 15:56:03 Resolving deltas: 41% (241/579) build 28-Sep-2024 15:56:03 Resolving deltas: 42% (248/579) build 28-Sep-2024 15:56:03 Resolving deltas: 43% (252/579) build 28-Sep-2024 15:56:03 Resolving deltas: 44% (257/579) build 28-Sep-2024 15:56:03 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:56:03 Resolving deltas: 46% (269/579) build 28-Sep-2024 15:56:03 Resolving deltas: 55% (323/579) build 28-Sep-2024 15:56:03 Resolving deltas: 56% (327/579) build 28-Sep-2024 15:56:03 Resolving deltas: 58% (337/579) build 28-Sep-2024 15:56:03 Resolving deltas: 63% (365/579) build 28-Sep-2024 15:56:03 Resolving deltas: 67% (389/579) build 28-Sep-2024 15:56:03 Resolving deltas: 68% (394/579) build 28-Sep-2024 15:56:03 Resolving deltas: 73% (425/579) build 28-Sep-2024 15:56:03 Resolving deltas: 75% (437/579) build 28-Sep-2024 15:56:03 Resolving deltas: 76% (445/579) build 28-Sep-2024 15:56:03 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:03 Resolving deltas: 78% (453/579) build 28-Sep-2024 15:56:03 Resolving deltas: 79% (462/579) build 28-Sep-2024 15:56:03 Resolving deltas: 80% (465/579) build 28-Sep-2024 15:56:03 Resolving deltas: 81% (469/579) build 28-Sep-2024 15:56:03 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:03 Resolving deltas: 88% (510/579) build 28-Sep-2024 15:56:03 Resolving deltas: 93% (540/579) build 28-Sep-2024 15:56:03 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:03 Resolving deltas: 96% (557/579) build 28-Sep-2024 15:56:03 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:03 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:03 Resolving deltas: 99% (575/579) build 28-Sep-2024 15:56:03 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:03 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:03 Note: checking out 'release-phpbb-3.2.5'. build 28-Sep-2024 15:56:03 build 28-Sep-2024 15:56:03 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:03 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:03 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:03 build 28-Sep-2024 15:56:03 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:03 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:03 build 28-Sep-2024 15:56:03 git checkout -b build 28-Sep-2024 15:56:03 build 28-Sep-2024 15:56:03 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:03  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:03  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:03  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:03  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:03  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 28-Sep-2024 15:56:03  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 28-Sep-2024 15:56:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 28-Sep-2024 15:56:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 28-Sep-2024 15:56:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 28-Sep-2024 15:56:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 28-Sep-2024 15:56:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:03 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 28-Sep-2024 15:56:03  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 28-Sep-2024 15:56:03  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:03 phpBB > old-version-diff: build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:03  [echo] Retrieving version 3.2.6 build 28-Sep-2024 15:56:03  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:03 phpBB > export: build 28-Sep-2024 15:56:03  build 28-Sep-2024 15:56:04 Cloning into 'viglink'... build 28-Sep-2024 15:56:04 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:04 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:04 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:04 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:04 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:04 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:04 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:04 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:04 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:04 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:04 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:04 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:04 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:04 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:04 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:04 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:04 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:04 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:04 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:04 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:04 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:04 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:04 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:04 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:04 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:04 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:04 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:04 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:04 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:04 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:04 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:04 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:04 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:04 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:04 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:04 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:04 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:04 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:04 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:04 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:04 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:04 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:04 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:04 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:04 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:04 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:04 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:04 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:04 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:04 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:04 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:04 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:04 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:04 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:04 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:04 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:04 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:04 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:04 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:04 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:04 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:04 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:04 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:04 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:04 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:04 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:04 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:04 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:04 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:04 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:04 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:04 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:04 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:04 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:04 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:04 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:04 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:04 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:04 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:04 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:04 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:04 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:04 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:04 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:04 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:04 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:04 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:04 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:04 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:04 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:04 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:04 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:04 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:04 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:04 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:04 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:04 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:04 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:04 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:04 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:04 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:04 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:04 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:04 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:04 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:04 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:04 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:04 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 28-Sep-2024 15:56:04 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:04 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:04 Resolving deltas: 3% (20/579) build 28-Sep-2024 15:56:04 Resolving deltas: 6% (35/579) build 28-Sep-2024 15:56:04 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:56:04 Resolving deltas: 10% (60/579) build 28-Sep-2024 15:56:04 Resolving deltas: 11% (64/579) build 28-Sep-2024 15:56:04 Resolving deltas: 14% (84/579) build 28-Sep-2024 15:56:04 Resolving deltas: 15% (88/579) build 28-Sep-2024 15:56:04 Resolving deltas: 17% (104/579) build 28-Sep-2024 15:56:04 Resolving deltas: 20% (117/579) build 28-Sep-2024 15:56:04 Resolving deltas: 22% (129/579) build 28-Sep-2024 15:56:04 Resolving deltas: 26% (151/579) build 28-Sep-2024 15:56:04 Resolving deltas: 28% (163/579) build 28-Sep-2024 15:56:04 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:04 Resolving deltas: 33% (192/579) build 28-Sep-2024 15:56:04 Resolving deltas: 34% (197/579) build 28-Sep-2024 15:56:04 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:56:04 Resolving deltas: 36% (210/579) build 28-Sep-2024 15:56:04 Resolving deltas: 37% (217/579) build 28-Sep-2024 15:56:04 Resolving deltas: 39% (226/579) build 28-Sep-2024 15:56:04 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:56:04 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:56:04 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:56:04 Resolving deltas: 46% (272/579) build 28-Sep-2024 15:56:04 Resolving deltas: 47% (274/579) build 28-Sep-2024 15:56:04 Resolving deltas: 48% (279/579) build 28-Sep-2024 15:56:04 Resolving deltas: 49% (284/579) build 28-Sep-2024 15:56:04 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:04 Resolving deltas: 51% (297/579) build 28-Sep-2024 15:56:04 Resolving deltas: 52% (303/579) build 28-Sep-2024 15:56:04 Resolving deltas: 54% (313/579) build 28-Sep-2024 15:56:04 Resolving deltas: 55% (320/579) build 28-Sep-2024 15:56:04 Resolving deltas: 56% (327/579) build 28-Sep-2024 15:56:04 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:04 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:56:04 Resolving deltas: 70% (407/579) build 28-Sep-2024 15:56:04 Resolving deltas: 71% (415/579) build 28-Sep-2024 15:56:04 Resolving deltas: 72% (417/579) build 28-Sep-2024 15:56:04 Resolving deltas: 74% (434/579) build 28-Sep-2024 15:56:04 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:04 Resolving deltas: 78% (455/579) build 28-Sep-2024 15:56:04 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:04 Resolving deltas: 80% (467/579) build 28-Sep-2024 15:56:04 Resolving deltas: 83% (484/579) build 28-Sep-2024 15:56:04 Resolving deltas: 85% (495/579) build 28-Sep-2024 15:56:04 Resolving deltas: 86% (498/579) build 28-Sep-2024 15:56:04 Resolving deltas: 89% (516/579) build 28-Sep-2024 15:56:04 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:04 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:56:04 Resolving deltas: 94% (548/579) build 28-Sep-2024 15:56:04 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:04 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:04 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:04 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:04 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:04 Note: checking out 'release-phpbb-3.2.6'. build 28-Sep-2024 15:56:04 build 28-Sep-2024 15:56:04 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:04 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:04 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:04 build 28-Sep-2024 15:56:04 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:04 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:04 build 28-Sep-2024 15:56:04 git checkout -b build 28-Sep-2024 15:56:04 build 28-Sep-2024 15:56:04 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:04  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:04  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:04  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:04  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:04  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 28-Sep-2024 15:56:04  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 28-Sep-2024 15:56:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 28-Sep-2024 15:56:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 28-Sep-2024 15:56:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 28-Sep-2024 15:56:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 28-Sep-2024 15:56:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:04  build 28-Sep-2024 15:56:04 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:04  build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 28-Sep-2024 15:56:04  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 28-Sep-2024 15:56:04  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:05  build 28-Sep-2024 15:56:05 phpBB > old-version-diff: build 28-Sep-2024 15:56:05  build 28-Sep-2024 15:56:05  [echo] Retrieving version 3.2.7 build 28-Sep-2024 15:56:05  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 28-Sep-2024 15:56:05  build 28-Sep-2024 15:56:05 phpBB > export: build 28-Sep-2024 15:56:05  build 28-Sep-2024 15:56:05 Cloning into 'viglink'... build 28-Sep-2024 15:56:05 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:05 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:05 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:05 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:05 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:05 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:05 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:05 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:05 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:05 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:05 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:05 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:05 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:05 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:05 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:05 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:05 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:05 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:05 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:05 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:05 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:05 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:05 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:05 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:05 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:05 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:05 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:05 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:05 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:05 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:05 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:05 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:05 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:05 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:05 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:05 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:05 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:05 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:05 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:05 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:05 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:05 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:05 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:05 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:05 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:05 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:05 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:05 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:05 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:05 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:05 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:05 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:05 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:05 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:05 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:05 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:05 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:05 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:05 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:05 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:05 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:05 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:05 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:05 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:05 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:05 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:05 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:05 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:05 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:05 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:05 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:05 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:05 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:05 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:05 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:05 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:05 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:05 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:05 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:05 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:05 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:05 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:05 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:05 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:05 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:05 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:05 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:05 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:05 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:05 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:05 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:05 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:05 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:05 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:05 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:05 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:05 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:05 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:05 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:05 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:05 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:05 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:05 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:05 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:05 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:05 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:05 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:05 Receiving objects: 100% (1127/1127), 216.86 KiB | 7.48 MiB/s, done. build 28-Sep-2024 15:56:05 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:05 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:05 Resolving deltas: 3% (20/579) build 28-Sep-2024 15:56:05 Resolving deltas: 5% (29/579) build 28-Sep-2024 15:56:05 Resolving deltas: 7% (46/579) build 28-Sep-2024 15:56:05 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:05 Resolving deltas: 11% (65/579) build 28-Sep-2024 15:56:05 Resolving deltas: 13% (76/579) build 28-Sep-2024 15:56:05 Resolving deltas: 15% (91/579) build 28-Sep-2024 15:56:05 Resolving deltas: 16% (96/579) build 28-Sep-2024 15:56:05 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:56:05 Resolving deltas: 18% (109/579) build 28-Sep-2024 15:56:05 Resolving deltas: 20% (118/579) build 28-Sep-2024 15:56:05 Resolving deltas: 23% (135/579) build 28-Sep-2024 15:56:05 Resolving deltas: 25% (146/579) build 28-Sep-2024 15:56:05 Resolving deltas: 29% (170/579) build 28-Sep-2024 15:56:05 Resolving deltas: 30% (174/579) build 28-Sep-2024 15:56:05 Resolving deltas: 32% (191/579) build 28-Sep-2024 15:56:05 Resolving deltas: 34% (202/579) build 28-Sep-2024 15:56:05 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:56:05 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:56:05 Resolving deltas: 37% (216/579) build 28-Sep-2024 15:56:05 Resolving deltas: 39% (228/579) build 28-Sep-2024 15:56:05 Resolving deltas: 40% (237/579) build 28-Sep-2024 15:56:05 Resolving deltas: 42% (245/579) build 28-Sep-2024 15:56:05 Resolving deltas: 43% (254/579) build 28-Sep-2024 15:56:05 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:56:05 Resolving deltas: 46% (269/579) build 28-Sep-2024 15:56:05 Resolving deltas: 48% (279/579) build 28-Sep-2024 15:56:05 Resolving deltas: 49% (288/579) build 28-Sep-2024 15:56:05 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:56:05 Resolving deltas: 55% (322/579) build 28-Sep-2024 15:56:05 Resolving deltas: 56% (327/579) build 28-Sep-2024 15:56:05 Resolving deltas: 58% (338/579) build 28-Sep-2024 15:56:05 Resolving deltas: 60% (348/579) build 28-Sep-2024 15:56:05 Resolving deltas: 64% (375/579) build 28-Sep-2024 15:56:05 Resolving deltas: 67% (393/579) build 28-Sep-2024 15:56:05 Resolving deltas: 68% (398/579) build 28-Sep-2024 15:56:05 Resolving deltas: 69% (400/579) build 28-Sep-2024 15:56:05 Resolving deltas: 74% (433/579) build 28-Sep-2024 15:56:05 Resolving deltas: 78% (455/579) build 28-Sep-2024 15:56:05 Resolving deltas: 79% (462/579) build 28-Sep-2024 15:56:05 Resolving deltas: 80% (467/579) build 28-Sep-2024 15:56:05 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:56:05 Resolving deltas: 83% (482/579) build 28-Sep-2024 15:56:05 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:05 Resolving deltas: 86% (501/579) build 28-Sep-2024 15:56:05 Resolving deltas: 87% (506/579) build 28-Sep-2024 15:56:05 Resolving deltas: 89% (516/579) build 28-Sep-2024 15:56:05 Resolving deltas: 90% (525/579) build 28-Sep-2024 15:56:05 Resolving deltas: 91% (530/579) build 28-Sep-2024 15:56:05 Resolving deltas: 92% (534/579) build 28-Sep-2024 15:56:05 Resolving deltas: 96% (560/579) build 28-Sep-2024 15:56:05 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:56:05 Resolving deltas: 98% (569/579) build 28-Sep-2024 15:56:05 Resolving deltas: 99% (575/579) build 28-Sep-2024 15:56:05 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:05 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:05 Note: checking out 'release-phpbb-3.2.7'. build 28-Sep-2024 15:56:05 build 28-Sep-2024 15:56:05 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:05 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:05 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:05 build 28-Sep-2024 15:56:05 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:05 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:05 build 28-Sep-2024 15:56:05 git checkout -b build 28-Sep-2024 15:56:05 build 28-Sep-2024 15:56:05 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:05  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:05  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 28-Sep-2024 15:56:05  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 28-Sep-2024 15:56:05  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 28-Sep-2024 15:56:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 28-Sep-2024 15:56:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 28-Sep-2024 15:56:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 28-Sep-2024 15:56:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 28-Sep-2024 15:56:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 28-Sep-2024 15:56:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 28-Sep-2024 15:56:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 28-Sep-2024 15:56:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 28-Sep-2024 15:56:06  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 28-Sep-2024 15:56:06  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06 phpBB > old-version-diff: build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06  [echo] Retrieving version 3.2.8 build 28-Sep-2024 15:56:06  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06 phpBB > export: build 28-Sep-2024 15:56:06  build 28-Sep-2024 15:56:06 Cloning into 'viglink'... build 28-Sep-2024 15:56:07 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:07 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:07 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:07 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:07 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:07 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:07 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:07 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:07 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:07 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:07 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:07 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:07 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:07 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:07 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:07 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:07 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:07 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:07 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:07 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:07 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:07 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:07 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:07 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:07 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:07 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:07 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:07 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:07 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:07 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:07 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:07 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:07 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:07 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:07 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:07 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:07 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:07 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:07 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:07 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:07 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:07 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:07 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:07 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:07 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:07 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:07 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:07 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:07 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:07 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:07 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:07 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:07 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:07 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:07 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:07 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:07 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:07 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:07 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:07 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:07 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:07 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:07 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:07 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:07 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:07 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:07 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:07 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:07 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:07 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:07 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:07 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:07 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:07 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:07 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:07 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:07 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:07 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:07 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:07 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:07 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:07 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:07 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:07 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:07 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:07 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:07 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:07 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:07 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:07 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:07 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:07 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:07 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:07 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:07 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:07 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:07 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:07 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:07 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:07 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:07 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:07 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:07 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:07 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:07 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:07 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:07 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:07 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 28-Sep-2024 15:56:07 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:07 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:07 Resolving deltas: 4% (26/579) build 28-Sep-2024 15:56:07 Resolving deltas: 5% (31/579) build 28-Sep-2024 15:56:07 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:56:07 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:56:07 Resolving deltas: 9% (53/579) build 28-Sep-2024 15:56:07 Resolving deltas: 10% (63/579) build 28-Sep-2024 15:56:07 Resolving deltas: 11% (66/579) build 28-Sep-2024 15:56:07 Resolving deltas: 12% (70/579) build 28-Sep-2024 15:56:07 Resolving deltas: 16% (95/579) build 28-Sep-2024 15:56:07 Resolving deltas: 21% (125/579) build 28-Sep-2024 15:56:07 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:07 Resolving deltas: 27% (159/579) build 28-Sep-2024 15:56:07 Resolving deltas: 31% (184/579) build 28-Sep-2024 15:56:07 Resolving deltas: 32% (186/579) build 28-Sep-2024 15:56:07 Resolving deltas: 33% (195/579) build 28-Sep-2024 15:56:07 Resolving deltas: 35% (207/579) build 28-Sep-2024 15:56:07 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:07 Resolving deltas: 38% (223/579) build 28-Sep-2024 15:56:07 Resolving deltas: 39% (226/579) build 28-Sep-2024 15:56:07 Resolving deltas: 42% (245/579) build 28-Sep-2024 15:56:07 Resolving deltas: 43% (253/579) build 28-Sep-2024 15:56:07 Resolving deltas: 44% (256/579) build 28-Sep-2024 15:56:07 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:56:07 Resolving deltas: 46% (271/579) build 28-Sep-2024 15:56:07 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:07 Resolving deltas: 53% (309/579) build 28-Sep-2024 15:56:07 Resolving deltas: 57% (333/579) build 28-Sep-2024 15:56:07 Resolving deltas: 58% (336/579) build 28-Sep-2024 15:56:07 Resolving deltas: 63% (366/579) build 28-Sep-2024 15:56:07 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:07 Resolving deltas: 67% (393/579) build 28-Sep-2024 15:56:07 Resolving deltas: 68% (394/579) build 28-Sep-2024 15:56:07 Resolving deltas: 69% (404/579) build 28-Sep-2024 15:56:07 Resolving deltas: 70% (409/579) build 28-Sep-2024 15:56:07 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:07 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:07 Resolving deltas: 80% (464/579) build 28-Sep-2024 15:56:07 Resolving deltas: 81% (473/579) build 28-Sep-2024 15:56:07 Resolving deltas: 82% (479/579) build 28-Sep-2024 15:56:07 Resolving deltas: 84% (488/579) build 28-Sep-2024 15:56:07 Resolving deltas: 85% (495/579) build 28-Sep-2024 15:56:07 Resolving deltas: 86% (501/579) build 28-Sep-2024 15:56:07 Resolving deltas: 88% (510/579) build 28-Sep-2024 15:56:07 Resolving deltas: 92% (536/579) build 28-Sep-2024 15:56:07 Resolving deltas: 93% (540/579) build 28-Sep-2024 15:56:07 Resolving deltas: 94% (546/579) build 28-Sep-2024 15:56:07 Resolving deltas: 95% (553/579) build 28-Sep-2024 15:56:07 Resolving deltas: 96% (559/579) build 28-Sep-2024 15:56:07 Resolving deltas: 97% (565/579) build 28-Sep-2024 15:56:07 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:07 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:07 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:07 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:07 Note: checking out 'release-phpbb-3.2.8'. build 28-Sep-2024 15:56:07 build 28-Sep-2024 15:56:07 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:07 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:07 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:07 build 28-Sep-2024 15:56:07 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:07 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:07 build 28-Sep-2024 15:56:07 git checkout -b build 28-Sep-2024 15:56:07 build 28-Sep-2024 15:56:07 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:07  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:07  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 28-Sep-2024 15:56:07  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 28-Sep-2024 15:56:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 28-Sep-2024 15:56:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 28-Sep-2024 15:56:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 28-Sep-2024 15:56:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 28-Sep-2024 15:56:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:07 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 28-Sep-2024 15:56:07  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 28-Sep-2024 15:56:07  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:07 phpBB > old-version-diff: build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:07  [echo] Retrieving version 3.2.9 build 28-Sep-2024 15:56:07  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:07 phpBB > export: build 28-Sep-2024 15:56:07  build 28-Sep-2024 15:56:08 Cloning into 'viglink'... build 28-Sep-2024 15:56:08 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:08 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:08 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:08 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:08 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:08 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:08 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:08 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:08 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:08 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:08 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:08 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:08 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:08 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:08 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:08 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:08 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:08 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:08 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:08 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:08 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:08 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:08 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:08 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:08 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:08 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:08 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:08 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:08 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:08 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:08 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:08 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:08 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:08 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:08 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:08 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:08 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:08 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:08 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:08 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:08 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:08 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:08 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:08 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:08 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:08 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:08 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:08 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:08 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:08 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:08 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:08 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:08 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:08 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:08 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:08 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:08 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:08 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:08 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:08 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:08 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:08 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:08 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:08 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:08 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:08 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:08 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:08 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:08 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:08 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:08 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:08 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:08 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:08 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:08 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:08 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:08 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:08 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:08 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:08 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:08 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:08 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:08 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:08 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:08 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:08 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:08 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:08 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:08 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:08 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:08 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:08 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:08 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:08 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:08 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:08 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:08 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:08 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:08 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:08 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:08 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:08 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:08 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:08 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:08 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:08 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:08 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:08 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 28-Sep-2024 15:56:08 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:08 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:08 Resolving deltas: 2% (12/579) build 28-Sep-2024 15:56:08 Resolving deltas: 4% (25/579) build 28-Sep-2024 15:56:08 Resolving deltas: 6% (36/579) build 28-Sep-2024 15:56:08 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:56:08 Resolving deltas: 12% (70/579) build 28-Sep-2024 15:56:08 Resolving deltas: 14% (83/579) build 28-Sep-2024 15:56:08 Resolving deltas: 16% (95/579) build 28-Sep-2024 15:56:08 Resolving deltas: 18% (109/579) build 28-Sep-2024 15:56:08 Resolving deltas: 19% (115/579) build 28-Sep-2024 15:56:08 Resolving deltas: 22% (130/579) build 28-Sep-2024 15:56:08 Resolving deltas: 26% (155/579) build 28-Sep-2024 15:56:08 Resolving deltas: 27% (157/579) build 28-Sep-2024 15:56:08 Resolving deltas: 28% (166/579) build 28-Sep-2024 15:56:08 Resolving deltas: 30% (178/579) build 28-Sep-2024 15:56:08 Resolving deltas: 32% (186/579) build 28-Sep-2024 15:56:08 Resolving deltas: 33% (194/579) build 28-Sep-2024 15:56:08 Resolving deltas: 35% (208/579) build 28-Sep-2024 15:56:08 Resolving deltas: 38% (224/579) build 28-Sep-2024 15:56:08 Resolving deltas: 39% (231/579) build 28-Sep-2024 15:56:08 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:56:08 Resolving deltas: 41% (240/579) build 28-Sep-2024 15:56:08 Resolving deltas: 42% (244/579) build 28-Sep-2024 15:56:08 Resolving deltas: 43% (252/579) build 28-Sep-2024 15:56:08 Resolving deltas: 52% (306/579) build 28-Sep-2024 15:56:08 Resolving deltas: 53% (310/579) build 28-Sep-2024 15:56:08 Resolving deltas: 54% (313/579) build 28-Sep-2024 15:56:08 Resolving deltas: 55% (320/579) build 28-Sep-2024 15:56:08 Resolving deltas: 60% (348/579) build 28-Sep-2024 15:56:08 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:08 Resolving deltas: 65% (377/579) build 28-Sep-2024 15:56:08 Resolving deltas: 70% (408/579) build 28-Sep-2024 15:56:08 Resolving deltas: 72% (420/579) build 28-Sep-2024 15:56:08 Resolving deltas: 73% (428/579) build 28-Sep-2024 15:56:08 Resolving deltas: 74% (434/579) build 28-Sep-2024 15:56:08 Resolving deltas: 75% (436/579) build 28-Sep-2024 15:56:08 Resolving deltas: 76% (445/579) build 28-Sep-2024 15:56:08 Resolving deltas: 77% (448/579) build 28-Sep-2024 15:56:08 Resolving deltas: 78% (452/579) build 28-Sep-2024 15:56:08 Resolving deltas: 79% (461/579) build 28-Sep-2024 15:56:08 Resolving deltas: 83% (483/579) build 28-Sep-2024 15:56:08 Resolving deltas: 87% (508/579) build 28-Sep-2024 15:56:08 Resolving deltas: 88% (510/579) build 28-Sep-2024 15:56:08 Resolving deltas: 90% (523/579) build 28-Sep-2024 15:56:08 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:56:08 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:08 Resolving deltas: 96% (561/579) build 28-Sep-2024 15:56:08 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:08 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:08 Note: checking out 'release-phpbb-3.2.9'. build 28-Sep-2024 15:56:08 build 28-Sep-2024 15:56:08 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:08 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:08 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:08 build 28-Sep-2024 15:56:08 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:08 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:08 build 28-Sep-2024 15:56:08 git checkout -b build 28-Sep-2024 15:56:08 build 28-Sep-2024 15:56:08 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:08  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:08  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:08  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:08  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:08  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 28-Sep-2024 15:56:08  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 28-Sep-2024 15:56:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 28-Sep-2024 15:56:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 28-Sep-2024 15:56:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 28-Sep-2024 15:56:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 28-Sep-2024 15:56:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:08  build 28-Sep-2024 15:56:08 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:08  build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 28-Sep-2024 15:56:08  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 28-Sep-2024 15:56:08  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:08  build 28-Sep-2024 15:56:08 phpBB > old-version-diff: build 28-Sep-2024 15:56:08  build 28-Sep-2024 15:56:08  [echo] Retrieving version 3.2.10 build 28-Sep-2024 15:56:08  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 28-Sep-2024 15:56:09  build 28-Sep-2024 15:56:09 phpBB > export: build 28-Sep-2024 15:56:09  build 28-Sep-2024 15:56:09 Cloning into 'viglink'... build 28-Sep-2024 15:56:09 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:09 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:09 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:09 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:09 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:09 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:09 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:09 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:09 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:09 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:09 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:09 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:09 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:09 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:09 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:09 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:09 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:09 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:09 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:09 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:09 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:09 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:09 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:09 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:09 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:09 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:09 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:09 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:09 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:09 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:09 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:09 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:09 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:09 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:09 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:09 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:09 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:09 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:09 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:09 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:09 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:09 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:09 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:09 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:09 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:09 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:09 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:09 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:09 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:09 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:09 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:09 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:09 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:09 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:09 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:09 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:09 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:09 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:09 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:09 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:09 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:09 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:09 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:09 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:09 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:09 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:09 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:09 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:09 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:09 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:09 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:09 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:09 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:09 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:09 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:09 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:09 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:09 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:09 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:09 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:09 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:09 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:09 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:09 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:09 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:09 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:09 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:09 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:09 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:09 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:09 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:09 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:09 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:09 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:09 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:09 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:09 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:09 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:09 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:09 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:09 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:09 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:09 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:09 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:09 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:09 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:09 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:09 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 28-Sep-2024 15:56:09 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:09 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:09 Resolving deltas: 3% (21/579) build 28-Sep-2024 15:56:09 Resolving deltas: 8% (47/579) build 28-Sep-2024 15:56:09 Resolving deltas: 9% (53/579) build 28-Sep-2024 15:56:09 Resolving deltas: 12% (73/579) build 28-Sep-2024 15:56:09 Resolving deltas: 13% (78/579) build 28-Sep-2024 15:56:09 Resolving deltas: 14% (86/579) build 28-Sep-2024 15:56:09 Resolving deltas: 15% (92/579) build 28-Sep-2024 15:56:09 Resolving deltas: 20% (117/579) build 28-Sep-2024 15:56:09 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:09 Resolving deltas: 27% (157/579) build 28-Sep-2024 15:56:09 Resolving deltas: 28% (165/579) build 28-Sep-2024 15:56:09 Resolving deltas: 29% (171/579) build 28-Sep-2024 15:56:09 Resolving deltas: 30% (178/579) build 28-Sep-2024 15:56:09 Resolving deltas: 31% (181/579) build 28-Sep-2024 15:56:09 Resolving deltas: 33% (196/579) build 28-Sep-2024 15:56:09 Resolving deltas: 35% (207/579) build 28-Sep-2024 15:56:09 Resolving deltas: 36% (209/579) build 28-Sep-2024 15:56:09 Resolving deltas: 43% (250/579) build 28-Sep-2024 15:56:09 Resolving deltas: 45% (264/579) build 28-Sep-2024 15:56:09 Resolving deltas: 46% (270/579) build 28-Sep-2024 15:56:09 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:09 Resolving deltas: 48% (282/579) build 28-Sep-2024 15:56:09 Resolving deltas: 49% (286/579) build 28-Sep-2024 15:56:09 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:56:09 Resolving deltas: 53% (308/579) build 28-Sep-2024 15:56:09 Resolving deltas: 58% (337/579) build 28-Sep-2024 15:56:09 Resolving deltas: 60% (352/579) build 28-Sep-2024 15:56:09 Resolving deltas: 65% (378/579) build 28-Sep-2024 15:56:09 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:56:09 Resolving deltas: 68% (398/579) build 28-Sep-2024 15:56:09 Resolving deltas: 73% (426/579) build 28-Sep-2024 15:56:09 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:09 Resolving deltas: 79% (462/579) build 28-Sep-2024 15:56:09 Resolving deltas: 80% (464/579) build 28-Sep-2024 15:56:09 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:09 Resolving deltas: 83% (485/579) build 28-Sep-2024 15:56:09 Resolving deltas: 85% (494/579) build 28-Sep-2024 15:56:09 Resolving deltas: 86% (501/579) build 28-Sep-2024 15:56:09 Resolving deltas: 89% (518/579) build 28-Sep-2024 15:56:09 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:56:09 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:09 Resolving deltas: 93% (541/579) build 28-Sep-2024 15:56:09 Resolving deltas: 94% (550/579) build 28-Sep-2024 15:56:09 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:09 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:09 Resolving deltas: 97% (565/579) build 28-Sep-2024 15:56:09 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:09 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:09 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:09 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:09 Note: checking out 'release-phpbb-3.2.10'. build 28-Sep-2024 15:56:09 build 28-Sep-2024 15:56:09 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:09 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:09 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:09 build 28-Sep-2024 15:56:09 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:09 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:09 build 28-Sep-2024 15:56:09 git checkout -b build 28-Sep-2024 15:56:09 build 28-Sep-2024 15:56:09 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:09  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:09  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:09  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:09  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:09  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 28-Sep-2024 15:56:09  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 28-Sep-2024 15:56:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 28-Sep-2024 15:56:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 28-Sep-2024 15:56:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 28-Sep-2024 15:56:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 28-Sep-2024 15:56:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:09  build 28-Sep-2024 15:56:09 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:09  build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 28-Sep-2024 15:56:09  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 28-Sep-2024 15:56:09  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:10  build 28-Sep-2024 15:56:10 phpBB > old-version-diff: build 28-Sep-2024 15:56:10  build 28-Sep-2024 15:56:10  [echo] Retrieving version 3.2.11 build 28-Sep-2024 15:56:10  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 28-Sep-2024 15:56:10  build 28-Sep-2024 15:56:10 phpBB > export: build 28-Sep-2024 15:56:10  build 28-Sep-2024 15:56:10 Cloning into 'viglink'... build 28-Sep-2024 15:56:11 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:11 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:11 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:11 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:11 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:11 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:11 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:11 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:11 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:11 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:11 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:11 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:11 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:11 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:11 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:11 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:11 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:11 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:11 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:11 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:11 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:11 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:11 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:11 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:11 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:11 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:11 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:11 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:11 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:11 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:11 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:11 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:11 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:11 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:11 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:11 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:11 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:11 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:11 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:11 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:11 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:11 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:11 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:11 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:11 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:11 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:11 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:11 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:11 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:11 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:11 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:11 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:11 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:11 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:11 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:11 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:11 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:11 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:11 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:11 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:11 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:11 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:11 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:11 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:11 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:11 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:11 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:11 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:11 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:11 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:11 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:11 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:11 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:11 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:11 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:11 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:11 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:11 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:11 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:11 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:11 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:11 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:11 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:11 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:11 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:11 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:11 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:11 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:11 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:11 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:11 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:11 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:11 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:11 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:11 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:11 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:11 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:11 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:11 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:11 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:11 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:11 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:11 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:11 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:11 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:11 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:11 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:11 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 28-Sep-2024 15:56:11 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:11 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:11 Resolving deltas: 3% (18/579) build 28-Sep-2024 15:56:11 Resolving deltas: 4% (27/579) build 28-Sep-2024 15:56:11 Resolving deltas: 10% (61/579) build 28-Sep-2024 15:56:11 Resolving deltas: 11% (68/579) build 28-Sep-2024 15:56:11 Resolving deltas: 13% (80/579) build 28-Sep-2024 15:56:11 Resolving deltas: 14% (85/579) build 28-Sep-2024 15:56:11 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:56:11 Resolving deltas: 18% (108/579) build 28-Sep-2024 15:56:11 Resolving deltas: 22% (130/579) build 28-Sep-2024 15:56:11 Resolving deltas: 23% (138/579) build 28-Sep-2024 15:56:11 Resolving deltas: 26% (153/579) build 28-Sep-2024 15:56:11 Resolving deltas: 28% (164/579) build 28-Sep-2024 15:56:11 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:11 Resolving deltas: 30% (175/579) build 28-Sep-2024 15:56:11 Resolving deltas: 34% (201/579) build 28-Sep-2024 15:56:11 Resolving deltas: 35% (204/579) build 28-Sep-2024 15:56:11 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:56:11 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:11 Resolving deltas: 38% (221/579) build 28-Sep-2024 15:56:11 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:56:11 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:56:11 Resolving deltas: 44% (259/579) build 28-Sep-2024 15:56:11 Resolving deltas: 46% (268/579) build 28-Sep-2024 15:56:11 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:11 Resolving deltas: 48% (278/579) build 28-Sep-2024 15:56:11 Resolving deltas: 49% (287/579) build 28-Sep-2024 15:56:11 Resolving deltas: 50% (291/579) build 28-Sep-2024 15:56:11 Resolving deltas: 51% (300/579) build 28-Sep-2024 15:56:11 Resolving deltas: 52% (303/579) build 28-Sep-2024 15:56:11 Resolving deltas: 53% (307/579) build 28-Sep-2024 15:56:11 Resolving deltas: 55% (321/579) build 28-Sep-2024 15:56:11 Resolving deltas: 65% (381/579) build 28-Sep-2024 15:56:11 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:56:11 Resolving deltas: 69% (400/579) build 28-Sep-2024 15:56:11 Resolving deltas: 70% (406/579) build 28-Sep-2024 15:56:11 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:11 Resolving deltas: 78% (454/579) build 28-Sep-2024 15:56:11 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:11 Resolving deltas: 81% (472/579) build 28-Sep-2024 15:56:11 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:56:11 Resolving deltas: 83% (481/579) build 28-Sep-2024 15:56:11 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:11 Resolving deltas: 85% (494/579) build 28-Sep-2024 15:56:11 Resolving deltas: 86% (499/579) build 28-Sep-2024 15:56:11 Resolving deltas: 87% (508/579) build 28-Sep-2024 15:56:11 Resolving deltas: 88% (511/579) build 28-Sep-2024 15:56:11 Resolving deltas: 89% (519/579) build 28-Sep-2024 15:56:11 Resolving deltas: 90% (526/579) build 28-Sep-2024 15:56:11 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:56:11 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:11 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:11 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:11 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:11 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:11  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:11  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:11  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:11  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:11  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:11  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 28-Sep-2024 15:56:11  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 28-Sep-2024 15:56:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 28-Sep-2024 15:56:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 28-Sep-2024 15:56:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 28-Sep-2024 15:56:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 28-Sep-2024 15:56:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:11  build 28-Sep-2024 15:56:11 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:11  build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 28-Sep-2024 15:56:11  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 28-Sep-2024 15:56:11  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:12  build 28-Sep-2024 15:56:12 phpBB > old-version-diff: build 28-Sep-2024 15:56:12  build 28-Sep-2024 15:56:12  [echo] Retrieving version 3.3.0 build 28-Sep-2024 15:56:12  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 28-Sep-2024 15:56:12  build 28-Sep-2024 15:56:12 phpBB > export: build 28-Sep-2024 15:56:12  build 28-Sep-2024 15:56:12 Cloning into 'viglink'... build 28-Sep-2024 15:56:12 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:12 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:12 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:12 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:12 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:12 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:12 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:12 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:12 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:12 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:12 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:12 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:12 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:12 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:12 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:12 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:12 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:12 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:12 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:12 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:12 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:12 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:12 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:12 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:12 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:12 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:12 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:12 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:12 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:12 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:12 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:12 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:12 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:12 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:12 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:12 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:12 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:12 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:12 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:12 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:12 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:12 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:12 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:12 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:12 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:12 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:12 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:12 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:12 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:12 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:12 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:12 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:12 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:12 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:12 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:12 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:12 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:12 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:12 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:12 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:12 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:12 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:12 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:12 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:12 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:12 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:12 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:12 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:12 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:12 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:12 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:12 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:12 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:12 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:12 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:12 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:12 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:12 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:12 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:12 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:12 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:12 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:12 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:12 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:12 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:12 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:12 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:12 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:12 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:12 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:12 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:12 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:12 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:12 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:12 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:12 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:12 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:12 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:12 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:12 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:12 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:12 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:12 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:12 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:12 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:12 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:12 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:12 Receiving objects: 100% (1127/1127), 216.86 KiB | 11.41 MiB/s, done. build 28-Sep-2024 15:56:12 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:12 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:12 Resolving deltas: 2% (16/579) build 28-Sep-2024 15:56:12 Resolving deltas: 5% (31/579) build 28-Sep-2024 15:56:12 Resolving deltas: 6% (36/579) build 28-Sep-2024 15:56:12 Resolving deltas: 7% (44/579) build 28-Sep-2024 15:56:12 Resolving deltas: 9% (55/579) build 28-Sep-2024 15:56:12 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:12 Resolving deltas: 11% (69/579) build 28-Sep-2024 15:56:12 Resolving deltas: 15% (89/579) build 28-Sep-2024 15:56:12 Resolving deltas: 17% (101/579) build 28-Sep-2024 15:56:12 Resolving deltas: 19% (113/579) build 28-Sep-2024 15:56:12 Resolving deltas: 21% (127/579) build 28-Sep-2024 15:56:12 Resolving deltas: 22% (133/579) build 28-Sep-2024 15:56:12 Resolving deltas: 25% (148/579) build 28-Sep-2024 15:56:12 Resolving deltas: 29% (173/579) build 28-Sep-2024 15:56:12 Resolving deltas: 30% (175/579) build 28-Sep-2024 15:56:12 Resolving deltas: 31% (184/579) build 28-Sep-2024 15:56:12 Resolving deltas: 32% (187/579) build 28-Sep-2024 15:56:12 Resolving deltas: 34% (200/579) build 28-Sep-2024 15:56:12 Resolving deltas: 35% (204/579) build 28-Sep-2024 15:56:12 Resolving deltas: 36% (209/579) build 28-Sep-2024 15:56:12 Resolving deltas: 38% (222/579) build 28-Sep-2024 15:56:12 Resolving deltas: 41% (238/579) build 28-Sep-2024 15:56:12 Resolving deltas: 42% (245/579) build 28-Sep-2024 15:56:12 Resolving deltas: 43% (249/579) build 28-Sep-2024 15:56:12 Resolving deltas: 44% (257/579) build 28-Sep-2024 15:56:12 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:56:12 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:12 Resolving deltas: 55% (320/579) build 28-Sep-2024 15:56:12 Resolving deltas: 56% (325/579) build 28-Sep-2024 15:56:12 Resolving deltas: 57% (334/579) build 28-Sep-2024 15:56:12 Resolving deltas: 64% (371/579) build 28-Sep-2024 15:56:12 Resolving deltas: 65% (377/579) build 28-Sep-2024 15:56:12 Resolving deltas: 68% (397/579) build 28-Sep-2024 15:56:12 Resolving deltas: 69% (404/579) build 28-Sep-2024 15:56:12 Resolving deltas: 70% (408/579) build 28-Sep-2024 15:56:12 Resolving deltas: 73% (425/579) build 28-Sep-2024 15:56:12 Resolving deltas: 75% (438/579) build 28-Sep-2024 15:56:12 Resolving deltas: 77% (446/579) build 28-Sep-2024 15:56:12 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:12 Resolving deltas: 81% (469/579) build 28-Sep-2024 15:56:12 Resolving deltas: 82% (476/579) build 28-Sep-2024 15:56:12 Resolving deltas: 83% (481/579) build 28-Sep-2024 15:56:12 Resolving deltas: 86% (503/579) build 28-Sep-2024 15:56:12 Resolving deltas: 87% (504/579) build 28-Sep-2024 15:56:12 Resolving deltas: 89% (520/579) build 28-Sep-2024 15:56:12 Resolving deltas: 90% (525/579) build 28-Sep-2024 15:56:12 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:56:12 Resolving deltas: 93% (544/579) build 28-Sep-2024 15:56:12 Resolving deltas: 96% (557/579) build 28-Sep-2024 15:56:12 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:12 Resolving deltas: 98% (569/579) build 28-Sep-2024 15:56:12 Resolving deltas: 99% (575/579) build 28-Sep-2024 15:56:12 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:12 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:12 Note: checking out 'release-phpbb-3.3.0'. build 28-Sep-2024 15:56:12 build 28-Sep-2024 15:56:12 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:12 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:12 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:12 build 28-Sep-2024 15:56:12 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:12 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:12 build 28-Sep-2024 15:56:12 git checkout -b build 28-Sep-2024 15:56:12 build 28-Sep-2024 15:56:12 HEAD is now at 6913153 Merge branch '3.2.x' build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:12  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:12  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 28-Sep-2024 15:56:12  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 28-Sep-2024 15:56:12  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 28-Sep-2024 15:56:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 28-Sep-2024 15:56:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 28-Sep-2024 15:56:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 28-Sep-2024 15:56:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 28-Sep-2024 15:56:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 28-Sep-2024 15:56:13  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 28-Sep-2024 15:56:13  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 28-Sep-2024 15:56:13  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 28-Sep-2024 15:56:13  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 28-Sep-2024 15:56:13  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13 phpBB > old-version-diff: build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13  [echo] Retrieving version 3.3.1 build 28-Sep-2024 15:56:13  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13 phpBB > export: build 28-Sep-2024 15:56:13  build 28-Sep-2024 15:56:13 Cloning into 'viglink'... build 28-Sep-2024 15:56:14 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:14 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:14 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:14 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:14 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:14 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:14 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:14 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:14 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:14 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:14 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:14 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:14 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:14 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:14 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:14 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:14 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:14 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:14 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:14 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:14 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:14 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:14 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:14 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:14 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:14 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:14 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:14 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:14 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:14 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:14 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:14 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:14 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:14 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:14 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:14 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:14 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:14 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:14 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:14 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:14 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:14 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:14 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:14 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:14 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:14 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:14 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:14 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:14 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:14 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:14 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:14 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:14 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:14 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:14 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:14 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:14 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:14 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:14 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:14 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:14 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:14 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:14 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:14 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:14 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:14 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:14 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:14 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:14 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:14 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:14 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:14 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:14 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:14 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:14 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:14 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:14 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:14 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:14 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:14 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:14 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:14 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:14 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:14 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:14 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:14 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:14 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:14 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:14 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:14 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:14 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:14 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:14 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:14 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:14 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:14 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:14 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:14 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:14 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:14 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:14 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:14 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:14 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:14 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:14 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:14 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:14 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:14 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 28-Sep-2024 15:56:14 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:14 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:14 Resolving deltas: 2% (13/579) build 28-Sep-2024 15:56:14 Resolving deltas: 3% (18/579) build 28-Sep-2024 15:56:14 Resolving deltas: 6% (35/579) build 28-Sep-2024 15:56:14 Resolving deltas: 9% (54/579) build 28-Sep-2024 15:56:14 Resolving deltas: 11% (66/579) build 28-Sep-2024 15:56:14 Resolving deltas: 12% (73/579) build 28-Sep-2024 15:56:14 Resolving deltas: 13% (78/579) build 28-Sep-2024 15:56:14 Resolving deltas: 14% (82/579) build 28-Sep-2024 15:56:14 Resolving deltas: 18% (109/579) build 28-Sep-2024 15:56:14 Resolving deltas: 20% (119/579) build 28-Sep-2024 15:56:14 Resolving deltas: 21% (126/579) build 28-Sep-2024 15:56:14 Resolving deltas: 23% (135/579) build 28-Sep-2024 15:56:14 Resolving deltas: 27% (159/579) build 28-Sep-2024 15:56:14 Resolving deltas: 28% (164/579) build 28-Sep-2024 15:56:14 Resolving deltas: 30% (174/579) build 28-Sep-2024 15:56:14 Resolving deltas: 32% (191/579) build 28-Sep-2024 15:56:14 Resolving deltas: 33% (195/579) build 28-Sep-2024 15:56:14 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:56:14 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:14 Resolving deltas: 38% (225/579) build 28-Sep-2024 15:56:14 Resolving deltas: 41% (241/579) build 28-Sep-2024 15:56:14 Resolving deltas: 44% (257/579) build 28-Sep-2024 15:56:14 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:14 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:14 Resolving deltas: 48% (278/579) build 28-Sep-2024 15:56:14 Resolving deltas: 49% (288/579) build 28-Sep-2024 15:56:14 Resolving deltas: 50% (291/579) build 28-Sep-2024 15:56:14 Resolving deltas: 51% (301/579) build 28-Sep-2024 15:56:14 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:56:14 Resolving deltas: 54% (314/579) build 28-Sep-2024 15:56:14 Resolving deltas: 56% (325/579) build 28-Sep-2024 15:56:14 Resolving deltas: 65% (381/579) build 28-Sep-2024 15:56:14 Resolving deltas: 68% (395/579) build 28-Sep-2024 15:56:14 Resolving deltas: 70% (411/579) build 28-Sep-2024 15:56:14 Resolving deltas: 71% (412/579) build 28-Sep-2024 15:56:14 Resolving deltas: 74% (429/579) build 28-Sep-2024 15:56:14 Resolving deltas: 75% (438/579) build 28-Sep-2024 15:56:14 Resolving deltas: 77% (448/579) build 28-Sep-2024 15:56:14 Resolving deltas: 78% (452/579) build 28-Sep-2024 15:56:14 Resolving deltas: 81% (470/579) build 28-Sep-2024 15:56:14 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:14 Resolving deltas: 83% (482/579) build 28-Sep-2024 15:56:14 Resolving deltas: 87% (507/579) build 28-Sep-2024 15:56:14 Resolving deltas: 88% (512/579) build 28-Sep-2024 15:56:14 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:14 Resolving deltas: 95% (554/579) build 28-Sep-2024 15:56:14 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:14 Resolving deltas: 97% (564/579) build 28-Sep-2024 15:56:14 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:14 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:14 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:14 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:14 Note: checking out 'release-phpbb-3.3.1'. build 28-Sep-2024 15:56:14 build 28-Sep-2024 15:56:14 You are in 'detached HEAD' state. You can look around, make experimental build 28-Sep-2024 15:56:14 changes and commit them, and you can discard any commits you make in this build 28-Sep-2024 15:56:14 state without impacting any branches by performing another checkout. build 28-Sep-2024 15:56:14 build 28-Sep-2024 15:56:14 If you want to create a new branch to retain commits you create, you may build 28-Sep-2024 15:56:14 do so (now or later) by using -b with the checkout command again. Example: build 28-Sep-2024 15:56:14 build 28-Sep-2024 15:56:14 git checkout -b build 28-Sep-2024 15:56:14 build 28-Sep-2024 15:56:14 HEAD is now at 6913153 Merge branch '3.2.x' build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 28-Sep-2024 15:56:14  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:14  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 28-Sep-2024 15:56:14  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:14  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:14  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 28-Sep-2024 15:56:14  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 28-Sep-2024 15:56:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 28-Sep-2024 15:56:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 28-Sep-2024 15:56:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 28-Sep-2024 15:56:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 28-Sep-2024 15:56:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 28-Sep-2024 15:56:14  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 28-Sep-2024 15:56:14  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14 phpBB > old-version-diff: build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14  [echo] Retrieving version 3.3.2 build 28-Sep-2024 15:56:14  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14 phpBB > export: build 28-Sep-2024 15:56:14  build 28-Sep-2024 15:56:14 Cloning into 'viglink'... build 28-Sep-2024 15:56:15 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:15 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:15 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:15 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:15 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:15 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:15 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:15 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:15 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:15 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:15 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:15 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:15 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:15 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:15 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:15 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:15 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:15 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:15 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:15 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:15 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:15 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:15 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:15 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:15 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:15 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:15 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:15 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:15 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:15 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:15 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:15 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:15 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:15 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:15 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:15 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:15 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:15 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:15 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:15 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:15 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:15 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:15 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:15 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:15 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:15 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:15 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:15 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:15 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:15 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:15 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:15 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:15 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:15 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:15 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:15 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:15 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:15 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:15 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:15 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:15 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:15 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:15 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:15 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:15 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:15 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:15 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:15 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:15 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:15 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:15 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:15 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:15 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:15 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:15 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:15 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:15 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:15 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:15 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:15 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:15 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:15 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:15 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:15 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:15 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:15 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:15 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:15 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:15 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:15 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:15 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:15 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:15 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:15 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:15 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:15 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:15 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:15 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:15 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:15 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:15 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:15 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:15 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:15 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:15 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:15 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:15 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:15 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 28-Sep-2024 15:56:15 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:15 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:15 Resolving deltas: 2% (16/579) build 28-Sep-2024 15:56:15 Resolving deltas: 3% (20/579) build 28-Sep-2024 15:56:15 Resolving deltas: 4% (25/579) build 28-Sep-2024 15:56:15 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:56:15 Resolving deltas: 8% (48/579) build 28-Sep-2024 15:56:15 Resolving deltas: 11% (64/579) build 28-Sep-2024 15:56:15 Resolving deltas: 12% (75/579) build 28-Sep-2024 15:56:15 Resolving deltas: 14% (85/579) build 28-Sep-2024 15:56:15 Resolving deltas: 15% (87/579) build 28-Sep-2024 15:56:15 Resolving deltas: 18% (105/579) build 28-Sep-2024 15:56:15 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:15 Resolving deltas: 27% (161/579) build 28-Sep-2024 15:56:15 Resolving deltas: 31% (182/579) build 28-Sep-2024 15:56:15 Resolving deltas: 32% (190/579) build 28-Sep-2024 15:56:15 Resolving deltas: 34% (200/579) build 28-Sep-2024 15:56:15 Resolving deltas: 35% (204/579) build 28-Sep-2024 15:56:15 Resolving deltas: 36% (209/579) build 28-Sep-2024 15:56:15 Resolving deltas: 37% (217/579) build 28-Sep-2024 15:56:15 Resolving deltas: 38% (224/579) build 28-Sep-2024 15:56:15 Resolving deltas: 39% (230/579) build 28-Sep-2024 15:56:15 Resolving deltas: 43% (254/579) build 28-Sep-2024 15:56:15 Resolving deltas: 44% (256/579) build 28-Sep-2024 15:56:15 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:56:15 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:15 Resolving deltas: 47% (276/579) build 28-Sep-2024 15:56:15 Resolving deltas: 50% (293/579) build 28-Sep-2024 15:56:15 Resolving deltas: 51% (297/579) build 28-Sep-2024 15:56:15 Resolving deltas: 53% (308/579) build 28-Sep-2024 15:56:15 Resolving deltas: 54% (316/579) build 28-Sep-2024 15:56:15 Resolving deltas: 55% (320/579) build 28-Sep-2024 15:56:15 Resolving deltas: 56% (328/579) build 28-Sep-2024 15:56:15 Resolving deltas: 59% (345/579) build 28-Sep-2024 15:56:15 Resolving deltas: 65% (377/579) build 28-Sep-2024 15:56:15 Resolving deltas: 68% (399/579) build 28-Sep-2024 15:56:15 Resolving deltas: 70% (407/579) build 28-Sep-2024 15:56:15 Resolving deltas: 73% (423/579) build 28-Sep-2024 15:56:15 Resolving deltas: 77% (447/579) build 28-Sep-2024 15:56:15 Resolving deltas: 79% (463/579) build 28-Sep-2024 15:56:15 Resolving deltas: 80% (464/579) build 28-Sep-2024 15:56:15 Resolving deltas: 81% (472/579) build 28-Sep-2024 15:56:15 Resolving deltas: 82% (480/579) build 28-Sep-2024 15:56:15 Resolving deltas: 83% (484/579) build 28-Sep-2024 15:56:15 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:15 Resolving deltas: 85% (493/579) build 28-Sep-2024 15:56:15 Resolving deltas: 93% (543/579) build 28-Sep-2024 15:56:15 Resolving deltas: 94% (546/579) build 28-Sep-2024 15:56:15 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:15 Resolving deltas: 97% (564/579) build 28-Sep-2024 15:56:15 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:15 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:15 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:15 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:15 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:15  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:15  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:15  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:15  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 28-Sep-2024 15:56:15  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 28-Sep-2024 15:56:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 28-Sep-2024 15:56:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 28-Sep-2024 15:56:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 28-Sep-2024 15:56:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 28-Sep-2024 15:56:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:15 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 28-Sep-2024 15:56:15  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 28-Sep-2024 15:56:15  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:15 phpBB > old-version-diff: build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:15  [echo] Retrieving version 3.3.3 build 28-Sep-2024 15:56:15  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:15 phpBB > export: build 28-Sep-2024 15:56:15  build 28-Sep-2024 15:56:16 Cloning into 'viglink'... build 28-Sep-2024 15:56:16 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:16 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:16 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:16 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:16 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:16 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:16 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:16 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:16 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:16 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:16 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:16 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:16 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:16 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:16 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:16 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:16 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:16 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:16 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:16 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:16 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:16 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:16 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:16 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:16 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:16 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:16 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:16 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:16 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:16 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:16 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:16 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:16 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:16 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:16 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:16 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:16 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:16 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:16 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:16 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:16 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:16 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:16 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:16 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:16 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:16 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:16 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:16 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:16 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:16 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:16 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:16 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:16 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:16 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:16 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:16 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:16 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:16 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:16 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:16 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:16 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:16 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:16 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:16 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:16 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:16 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:16 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:16 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:16 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:16 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:16 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:16 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:16 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:16 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:16 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:16 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:16 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:16 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:16 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:16 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:16 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:16 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:16 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:16 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:16 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:16 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:16 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:16 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:16 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:16 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:16 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:16 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:16 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:16 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:16 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:16 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:16 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:16 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:16 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:16 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:16 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:16 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:16 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:16 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:16 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:16 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:16 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:16 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.33 MiB/s, done. build 28-Sep-2024 15:56:16 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:16 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:16 Resolving deltas: 3% (23/579) build 28-Sep-2024 15:56:16 Resolving deltas: 4% (25/579) build 28-Sep-2024 15:56:16 Resolving deltas: 6% (36/579) build 28-Sep-2024 15:56:16 Resolving deltas: 7% (45/579) build 28-Sep-2024 15:56:16 Resolving deltas: 10% (61/579) build 28-Sep-2024 15:56:16 Resolving deltas: 11% (66/579) build 28-Sep-2024 15:56:16 Resolving deltas: 12% (73/579) build 28-Sep-2024 15:56:16 Resolving deltas: 16% (93/579) build 28-Sep-2024 15:56:16 Resolving deltas: 17% (104/579) build 28-Sep-2024 15:56:16 Resolving deltas: 20% (117/579) build 28-Sep-2024 15:56:16 Resolving deltas: 23% (135/579) build 28-Sep-2024 15:56:16 Resolving deltas: 24% (141/579) build 28-Sep-2024 15:56:16 Resolving deltas: 26% (151/579) build 28-Sep-2024 15:56:16 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:16 Resolving deltas: 31% (184/579) build 28-Sep-2024 15:56:16 Resolving deltas: 33% (192/579) build 28-Sep-2024 15:56:16 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:56:16 Resolving deltas: 37% (219/579) build 28-Sep-2024 15:56:16 Resolving deltas: 38% (222/579) build 28-Sep-2024 15:56:16 Resolving deltas: 39% (226/579) build 28-Sep-2024 15:56:16 Resolving deltas: 43% (252/579) build 28-Sep-2024 15:56:16 Resolving deltas: 44% (258/579) build 28-Sep-2024 15:56:16 Resolving deltas: 46% (268/579) build 28-Sep-2024 15:56:16 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:16 Resolving deltas: 48% (278/579) build 28-Sep-2024 15:56:16 Resolving deltas: 49% (288/579) build 28-Sep-2024 15:56:16 Resolving deltas: 55% (322/579) build 28-Sep-2024 15:56:16 Resolving deltas: 56% (329/579) build 28-Sep-2024 15:56:16 Resolving deltas: 58% (336/579) build 28-Sep-2024 15:56:16 Resolving deltas: 59% (342/579) build 28-Sep-2024 15:56:16 Resolving deltas: 62% (359/579) build 28-Sep-2024 15:56:16 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:16 Resolving deltas: 72% (420/579) build 28-Sep-2024 15:56:16 Resolving deltas: 76% (441/579) build 28-Sep-2024 15:56:16 Resolving deltas: 77% (446/579) build 28-Sep-2024 15:56:16 Resolving deltas: 78% (452/579) build 28-Sep-2024 15:56:16 Resolving deltas: 79% (463/579) build 28-Sep-2024 15:56:16 Resolving deltas: 80% (466/579) build 28-Sep-2024 15:56:16 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:16 Resolving deltas: 83% (486/579) build 28-Sep-2024 15:56:16 Resolving deltas: 84% (490/579) build 28-Sep-2024 15:56:16 Resolving deltas: 86% (500/579) build 28-Sep-2024 15:56:16 Resolving deltas: 87% (504/579) build 28-Sep-2024 15:56:16 Resolving deltas: 91% (530/579) build 28-Sep-2024 15:56:16 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:16 Resolving deltas: 94% (549/579) build 28-Sep-2024 15:56:16 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:16 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:16 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:16 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:16 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:16 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:16  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:16  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:16  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:16  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:16  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:16  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 28-Sep-2024 15:56:16  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 28-Sep-2024 15:56:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 28-Sep-2024 15:56:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 28-Sep-2024 15:56:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 28-Sep-2024 15:56:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 28-Sep-2024 15:56:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:16 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 28-Sep-2024 15:56:16  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 28-Sep-2024 15:56:16  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:16 phpBB > old-version-diff: build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:16  [echo] Retrieving version 3.3.4 build 28-Sep-2024 15:56:16  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:16 phpBB > export: build 28-Sep-2024 15:56:16  build 28-Sep-2024 15:56:17 Cloning into 'viglink'... build 28-Sep-2024 15:56:17 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:17 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:17 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:17 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:17 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:17 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:17 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:17 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:17 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:17 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:17 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:17 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:17 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:17 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:17 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:17 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:17 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:17 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:17 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:17 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:17 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:17 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:17 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:17 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:17 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:17 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:17 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:17 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:17 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:17 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:17 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:17 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:17 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:17 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:17 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:17 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:17 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:17 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:17 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:17 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:17 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:17 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:17 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:17 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:17 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:17 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:17 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:17 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:17 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:17 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:17 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:17 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:17 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:18 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:18 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:18 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:18 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:18 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:18 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:18 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:18 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:18 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:18 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:18 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:18 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:18 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:18 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:18 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:18 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:18 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:18 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:18 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:18 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:18 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:18 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:18 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:18 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:18 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:18 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:18 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:18 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:18 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:18 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:18 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:18 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:18 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:18 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:18 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:18 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:18 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:18 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:18 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:18 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:18 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:18 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:18 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:18 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:18 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:18 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:18 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:18 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:18 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:18 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:18 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:18 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:18 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:18 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:18 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.57 MiB/s, done. build 28-Sep-2024 15:56:18 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:18 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:18 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:56:18 Resolving deltas: 8% (47/579) build 28-Sep-2024 15:56:18 Resolving deltas: 9% (57/579) build 28-Sep-2024 15:56:18 Resolving deltas: 10% (61/579) build 28-Sep-2024 15:56:18 Resolving deltas: 11% (66/579) build 28-Sep-2024 15:56:18 Resolving deltas: 12% (73/579) build 28-Sep-2024 15:56:18 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:56:18 Resolving deltas: 18% (109/579) build 28-Sep-2024 15:56:18 Resolving deltas: 20% (120/579) build 28-Sep-2024 15:56:18 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:18 Resolving deltas: 25% (145/579) build 28-Sep-2024 15:56:18 Resolving deltas: 28% (167/579) build 28-Sep-2024 15:56:18 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:18 Resolving deltas: 31% (182/579) build 28-Sep-2024 15:56:18 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:56:18 Resolving deltas: 35% (208/579) build 28-Sep-2024 15:56:18 Resolving deltas: 36% (214/579) build 28-Sep-2024 15:56:18 Resolving deltas: 37% (220/579) build 28-Sep-2024 15:56:18 Resolving deltas: 38% (222/579) build 28-Sep-2024 15:56:18 Resolving deltas: 40% (237/579) build 28-Sep-2024 15:56:18 Resolving deltas: 41% (242/579) build 28-Sep-2024 15:56:18 Resolving deltas: 43% (253/579) build 28-Sep-2024 15:56:18 Resolving deltas: 44% (259/579) build 28-Sep-2024 15:56:18 Resolving deltas: 45% (264/579) build 28-Sep-2024 15:56:18 Resolving deltas: 46% (270/579) build 28-Sep-2024 15:56:18 Resolving deltas: 48% (279/579) build 28-Sep-2024 15:56:18 Resolving deltas: 52% (305/579) build 28-Sep-2024 15:56:18 Resolving deltas: 55% (321/579) build 28-Sep-2024 15:56:18 Resolving deltas: 56% (326/579) build 28-Sep-2024 15:56:18 Resolving deltas: 59% (346/579) build 28-Sep-2024 15:56:18 Resolving deltas: 61% (354/579) build 28-Sep-2024 15:56:18 Resolving deltas: 62% (359/579) build 28-Sep-2024 15:56:18 Resolving deltas: 65% (378/579) build 28-Sep-2024 15:56:18 Resolving deltas: 66% (383/579) build 28-Sep-2024 15:56:18 Resolving deltas: 71% (414/579) build 28-Sep-2024 15:56:18 Resolving deltas: 73% (426/579) build 28-Sep-2024 15:56:18 Resolving deltas: 74% (434/579) build 28-Sep-2024 15:56:18 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:18 Resolving deltas: 76% (442/579) build 28-Sep-2024 15:56:18 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:18 Resolving deltas: 78% (454/579) build 28-Sep-2024 15:56:18 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:18 Resolving deltas: 80% (467/579) build 28-Sep-2024 15:56:18 Resolving deltas: 86% (499/579) build 28-Sep-2024 15:56:18 Resolving deltas: 90% (524/579) build 28-Sep-2024 15:56:18 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:56:18 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:56:18 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:18 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:18 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:18 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:18 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:18  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:18  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:18  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:18  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:18  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:18  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 28-Sep-2024 15:56:18  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 28-Sep-2024 15:56:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 28-Sep-2024 15:56:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 28-Sep-2024 15:56:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 28-Sep-2024 15:56:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 28-Sep-2024 15:56:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 28-Sep-2024 15:56:18  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 28-Sep-2024 15:56:18  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18 phpBB > old-version-diff: build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18  [echo] Retrieving version 3.3.5 build 28-Sep-2024 15:56:18  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18 phpBB > export: build 28-Sep-2024 15:56:18  build 28-Sep-2024 15:56:18 Cloning into 'viglink'... build 28-Sep-2024 15:56:19 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:19 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:19 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:19 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:19 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:19 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:19 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:19 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:19 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:19 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:19 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:19 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:19 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:19 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:19 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:19 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:19 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:19 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:19 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:19 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:19 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:19 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:19 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:19 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:19 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:19 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:19 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:19 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:19 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:19 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:19 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:19 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:19 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:19 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:19 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:19 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:19 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:19 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:19 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:19 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:19 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:19 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:19 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:19 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:19 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:19 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:19 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:19 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:19 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:19 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:19 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:19 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:19 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:19 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:19 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:19 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:19 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:19 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:19 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:19 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:19 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:19 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:19 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:19 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:19 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:19 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:19 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:19 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:19 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:19 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:19 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:19 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:19 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:19 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:19 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:19 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:19 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:19 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:19 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:19 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:19 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:19 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:19 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:19 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:19 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:19 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:19 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:19 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:19 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:19 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:19 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:19 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:19 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:19 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:19 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:19 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:19 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:19 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:19 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:19 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:19 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:19 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:19 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:19 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:19 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:19 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:19 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:19 Receiving objects: 100% (1127/1127), 216.86 KiB | 12.76 MiB/s, done. build 28-Sep-2024 15:56:19 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:19 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:19 Resolving deltas: 4% (27/579) build 28-Sep-2024 15:56:19 Resolving deltas: 7% (46/579) build 28-Sep-2024 15:56:19 Resolving deltas: 8% (51/579) build 28-Sep-2024 15:56:19 Resolving deltas: 10% (59/579) build 28-Sep-2024 15:56:19 Resolving deltas: 12% (70/579) build 28-Sep-2024 15:56:19 Resolving deltas: 14% (84/579) build 28-Sep-2024 15:56:19 Resolving deltas: 17% (104/579) build 28-Sep-2024 15:56:19 Resolving deltas: 18% (106/579) build 28-Sep-2024 15:56:19 Resolving deltas: 20% (116/579) build 28-Sep-2024 15:56:19 Resolving deltas: 22% (128/579) build 28-Sep-2024 15:56:19 Resolving deltas: 24% (142/579) build 28-Sep-2024 15:56:19 Resolving deltas: 25% (148/579) build 28-Sep-2024 15:56:19 Resolving deltas: 28% (163/579) build 28-Sep-2024 15:56:19 Resolving deltas: 32% (188/579) build 28-Sep-2024 15:56:19 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:56:19 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:56:19 Resolving deltas: 37% (219/579) build 28-Sep-2024 15:56:19 Resolving deltas: 38% (223/579) build 28-Sep-2024 15:56:19 Resolving deltas: 39% (227/579) build 28-Sep-2024 15:56:19 Resolving deltas: 41% (241/579) build 28-Sep-2024 15:56:19 Resolving deltas: 44% (257/579) build 28-Sep-2024 15:56:19 Resolving deltas: 45% (264/579) build 28-Sep-2024 15:56:19 Resolving deltas: 46% (268/579) build 28-Sep-2024 15:56:19 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:19 Resolving deltas: 48% (280/579) build 28-Sep-2024 15:56:19 Resolving deltas: 49% (285/579) build 28-Sep-2024 15:56:19 Resolving deltas: 58% (339/579) build 28-Sep-2024 15:56:19 Resolving deltas: 59% (343/579) build 28-Sep-2024 15:56:19 Resolving deltas: 60% (353/579) build 28-Sep-2024 15:56:19 Resolving deltas: 61% (354/579) build 28-Sep-2024 15:56:19 Resolving deltas: 65% (381/579) build 28-Sep-2024 15:56:19 Resolving deltas: 66% (383/579) build 28-Sep-2024 15:56:19 Resolving deltas: 67% (392/579) build 28-Sep-2024 15:56:19 Resolving deltas: 68% (396/579) build 28-Sep-2024 15:56:19 Resolving deltas: 69% (401/579) build 28-Sep-2024 15:56:19 Resolving deltas: 73% (424/579) build 28-Sep-2024 15:56:19 Resolving deltas: 74% (432/579) build 28-Sep-2024 15:56:19 Resolving deltas: 76% (442/579) build 28-Sep-2024 15:56:19 Resolving deltas: 78% (454/579) build 28-Sep-2024 15:56:19 Resolving deltas: 79% (461/579) build 28-Sep-2024 15:56:19 Resolving deltas: 80% (467/579) build 28-Sep-2024 15:56:19 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:19 Resolving deltas: 87% (507/579) build 28-Sep-2024 15:56:19 Resolving deltas: 88% (510/579) build 28-Sep-2024 15:56:19 Resolving deltas: 89% (517/579) build 28-Sep-2024 15:56:19 Resolving deltas: 92% (535/579) build 28-Sep-2024 15:56:19 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:56:19 Resolving deltas: 94% (547/579) build 28-Sep-2024 15:56:19 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:19 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:19 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:19 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:19 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:19  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:19  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:19  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:19  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:19  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:19  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 28-Sep-2024 15:56:19  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 28-Sep-2024 15:56:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 28-Sep-2024 15:56:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 28-Sep-2024 15:56:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 28-Sep-2024 15:56:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 28-Sep-2024 15:56:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:19 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 28-Sep-2024 15:56:19  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 28-Sep-2024 15:56:19  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:19 phpBB > old-version-diff: build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:19  [echo] Retrieving version 3.3.6 build 28-Sep-2024 15:56:19  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:19 phpBB > export: build 28-Sep-2024 15:56:19  build 28-Sep-2024 15:56:20 Cloning into 'viglink'... build 28-Sep-2024 15:56:20 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:20 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:20 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:20 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:20 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:20 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:20 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:20 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:20 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:20 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:20 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:20 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:20 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:20 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:20 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:20 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:20 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:20 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:20 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:20 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:20 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:20 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:20 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:20 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:20 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:20 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:20 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:20 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:20 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:20 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:20 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:20 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:20 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:20 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:20 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:20 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:20 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:20 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:20 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:20 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:20 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:20 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:20 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:20 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:20 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:20 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:20 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:20 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:20 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:20 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:20 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:20 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:20 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:20 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:20 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:20 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:20 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:20 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:20 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:20 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:20 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:20 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:20 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:20 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:20 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:20 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:20 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:20 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:20 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:20 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:20 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:20 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:20 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:20 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:20 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:20 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:20 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:20 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:20 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:20 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:20 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:20 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:20 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:20 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:20 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:20 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:20 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:20 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:20 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:20 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:20 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:20 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:20 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:20 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:20 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:20 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:20 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:20 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:20 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:20 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:20 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:20 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:20 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:20 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:20 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:20 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:20 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:20 Receiving objects: 100% (1127/1127), 216.86 KiB | 10.84 MiB/s, done. build 28-Sep-2024 15:56:20 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:20 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:20 Resolving deltas: 4% (24/579) build 28-Sep-2024 15:56:20 Resolving deltas: 5% (32/579) build 28-Sep-2024 15:56:20 Resolving deltas: 8% (49/579) build 28-Sep-2024 15:56:20 Resolving deltas: 9% (56/579) build 28-Sep-2024 15:56:20 Resolving deltas: 11% (67/579) build 28-Sep-2024 15:56:20 Resolving deltas: 13% (77/579) build 28-Sep-2024 15:56:20 Resolving deltas: 16% (95/579) build 28-Sep-2024 15:56:20 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:56:20 Resolving deltas: 18% (109/579) build 28-Sep-2024 15:56:20 Resolving deltas: 21% (124/579) build 28-Sep-2024 15:56:20 Resolving deltas: 23% (135/579) build 28-Sep-2024 15:56:20 Resolving deltas: 24% (141/579) build 28-Sep-2024 15:56:20 Resolving deltas: 30% (174/579) build 28-Sep-2024 15:56:20 Resolving deltas: 31% (180/579) build 28-Sep-2024 15:56:20 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:56:20 Resolving deltas: 38% (221/579) build 28-Sep-2024 15:56:20 Resolving deltas: 39% (230/579) build 28-Sep-2024 15:56:20 Resolving deltas: 44% (256/579) build 28-Sep-2024 15:56:20 Resolving deltas: 45% (262/579) build 28-Sep-2024 15:56:20 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:20 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:20 Resolving deltas: 48% (283/579) build 28-Sep-2024 15:56:20 Resolving deltas: 49% (284/579) build 28-Sep-2024 15:56:20 Resolving deltas: 50% (291/579) build 28-Sep-2024 15:56:20 Resolving deltas: 52% (306/579) build 28-Sep-2024 15:56:20 Resolving deltas: 53% (308/579) build 28-Sep-2024 15:56:20 Resolving deltas: 54% (318/579) build 28-Sep-2024 15:56:20 Resolving deltas: 55% (321/579) build 28-Sep-2024 15:56:20 Resolving deltas: 56% (325/579) build 28-Sep-2024 15:56:20 Resolving deltas: 67% (388/579) build 28-Sep-2024 15:56:20 Resolving deltas: 68% (394/579) build 28-Sep-2024 15:56:20 Resolving deltas: 70% (409/579) build 28-Sep-2024 15:56:20 Resolving deltas: 75% (437/579) build 28-Sep-2024 15:56:20 Resolving deltas: 77% (447/579) build 28-Sep-2024 15:56:20 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:20 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:20 Resolving deltas: 82% (479/579) build 28-Sep-2024 15:56:20 Resolving deltas: 83% (485/579) build 28-Sep-2024 15:56:20 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:20 Resolving deltas: 86% (498/579) build 28-Sep-2024 15:56:20 Resolving deltas: 87% (508/579) build 28-Sep-2024 15:56:20 Resolving deltas: 88% (513/579) build 28-Sep-2024 15:56:20 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:20 Resolving deltas: 93% (540/579) build 28-Sep-2024 15:56:20 Resolving deltas: 94% (548/579) build 28-Sep-2024 15:56:20 Resolving deltas: 96% (557/579) build 28-Sep-2024 15:56:20 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:56:20 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:20 Resolving deltas: 99% (578/579) build 28-Sep-2024 15:56:20 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:20 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:20 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:20  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:20  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:20  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:20  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:20  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:20  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 28-Sep-2024 15:56:20  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 28-Sep-2024 15:56:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 28-Sep-2024 15:56:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 28-Sep-2024 15:56:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 28-Sep-2024 15:56:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 28-Sep-2024 15:56:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:20 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 28-Sep-2024 15:56:20  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 28-Sep-2024 15:56:20  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:20 phpBB > old-version-diff: build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:20  [echo] Retrieving version 3.3.7 build 28-Sep-2024 15:56:20  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:20 phpBB > export: build 28-Sep-2024 15:56:20  build 28-Sep-2024 15:56:21 Cloning into 'viglink'... build 28-Sep-2024 15:56:21 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:21 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:21 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:21 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:21 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:21 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:21 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:21 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:21 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:21 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:21 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:21 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:21 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:21 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:21 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:21 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:21 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:21 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:21 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:21 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:21 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:21 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:21 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:21 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:21 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:21 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:21 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:21 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:21 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:21 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:21 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:21 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:21 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:21 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:21 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:21 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:21 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:21 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:21 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:21 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:21 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:21 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:21 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:21 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:21 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:21 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:21 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:21 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:21 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:21 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:21 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:22 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:22 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:22 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:22 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:22 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:22 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:22 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:22 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:22 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:22 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:22 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:22 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:22 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:22 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:22 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:22 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:22 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:22 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:22 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:22 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:22 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:22 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:22 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:22 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:22 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:22 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:22 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:22 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:22 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:22 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:22 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:22 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:22 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:22 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:22 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:22 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:22 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:22 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:22 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:22 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:22 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:22 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:22 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:22 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:22 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:22 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:22 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:22 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:22 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:22 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:22 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:22 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:22 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:22 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:22 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:22 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:22 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.84 MiB/s, done. build 28-Sep-2024 15:56:22 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:22 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:22 Resolving deltas: 4% (26/579) build 28-Sep-2024 15:56:22 Resolving deltas: 7% (45/579) build 28-Sep-2024 15:56:22 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:56:22 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:22 Resolving deltas: 11% (66/579) build 28-Sep-2024 15:56:22 Resolving deltas: 12% (70/579) build 28-Sep-2024 15:56:22 Resolving deltas: 13% (81/579) build 28-Sep-2024 15:56:22 Resolving deltas: 14% (83/579) build 28-Sep-2024 15:56:22 Resolving deltas: 16% (98/579) build 28-Sep-2024 15:56:22 Resolving deltas: 17% (100/579) build 28-Sep-2024 15:56:22 Resolving deltas: 22% (130/579) build 28-Sep-2024 15:56:22 Resolving deltas: 25% (145/579) build 28-Sep-2024 15:56:22 Resolving deltas: 28% (163/579) build 28-Sep-2024 15:56:22 Resolving deltas: 30% (176/579) build 28-Sep-2024 15:56:22 Resolving deltas: 31% (185/579) build 28-Sep-2024 15:56:22 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:56:22 Resolving deltas: 36% (210/579) build 28-Sep-2024 15:56:22 Resolving deltas: 37% (218/579) build 28-Sep-2024 15:56:22 Resolving deltas: 41% (243/579) build 28-Sep-2024 15:56:22 Resolving deltas: 43% (253/579) build 28-Sep-2024 15:56:22 Resolving deltas: 45% (261/579) build 28-Sep-2024 15:56:22 Resolving deltas: 46% (270/579) build 28-Sep-2024 15:56:22 Resolving deltas: 48% (281/579) build 28-Sep-2024 15:56:22 Resolving deltas: 50% (290/579) build 28-Sep-2024 15:56:22 Resolving deltas: 51% (299/579) build 28-Sep-2024 15:56:22 Resolving deltas: 53% (309/579) build 28-Sep-2024 15:56:22 Resolving deltas: 58% (339/579) build 28-Sep-2024 15:56:22 Resolving deltas: 59% (347/579) build 28-Sep-2024 15:56:22 Resolving deltas: 63% (365/579) build 28-Sep-2024 15:56:22 Resolving deltas: 65% (381/579) build 28-Sep-2024 15:56:22 Resolving deltas: 68% (395/579) build 28-Sep-2024 15:56:22 Resolving deltas: 70% (406/579) build 28-Sep-2024 15:56:22 Resolving deltas: 74% (429/579) build 28-Sep-2024 15:56:22 Resolving deltas: 77% (450/579) build 28-Sep-2024 15:56:22 Resolving deltas: 78% (453/579) build 28-Sep-2024 15:56:22 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:22 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:22 Resolving deltas: 83% (483/579) build 28-Sep-2024 15:56:22 Resolving deltas: 84% (488/579) build 28-Sep-2024 15:56:22 Resolving deltas: 85% (496/579) build 28-Sep-2024 15:56:22 Resolving deltas: 88% (512/579) build 28-Sep-2024 15:56:22 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:56:22 Resolving deltas: 91% (532/579) build 28-Sep-2024 15:56:22 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:22 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:22 Resolving deltas: 95% (552/579) build 28-Sep-2024 15:56:22 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:22 Resolving deltas: 98% (572/579) build 28-Sep-2024 15:56:22 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:22 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:22 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:22 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:22  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:22  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:22  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:22  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:22  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:22  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 28-Sep-2024 15:56:22  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 28-Sep-2024 15:56:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 28-Sep-2024 15:56:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 28-Sep-2024 15:56:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 28-Sep-2024 15:56:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 28-Sep-2024 15:56:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 28-Sep-2024 15:56:22  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 28-Sep-2024 15:56:22  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22 phpBB > old-version-diff: build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22  [echo] Retrieving version 3.3.8 build 28-Sep-2024 15:56:22  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22 phpBB > export: build 28-Sep-2024 15:56:22  build 28-Sep-2024 15:56:22 Cloning into 'viglink'... build 28-Sep-2024 15:56:23 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:23 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:23 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:23 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:23 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:23 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:23 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:23 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:23 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:23 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:23 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:23 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:23 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:23 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:23 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:23 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:23 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:23 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:23 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:23 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:23 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:23 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:23 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:23 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:23 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:23 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:23 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:23 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:23 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:23 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:23 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:23 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:23 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:23 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:23 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:23 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:23 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:23 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:23 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:23 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:23 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:23 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:23 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:23 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:23 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:23 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:23 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:23 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:23 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:23 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:23 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:23 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:23 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:23 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:23 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:23 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:23 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:23 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:23 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:23 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:23 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:23 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:23 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:23 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:23 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:23 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:23 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:23 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:23 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:23 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:23 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:23 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:23 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:23 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:23 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:23 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:23 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:23 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:23 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:23 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:23 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:23 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:23 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:23 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:23 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:23 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:23 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:23 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:23 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:23 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:23 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:23 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:23 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:23 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:23 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:23 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:23 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:23 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:23 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:23 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:23 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:23 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:23 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:23 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:23 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:23 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:23 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:23 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.86 MiB/s, done. build 28-Sep-2024 15:56:23 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:23 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:23 Resolving deltas: 4% (28/579) build 28-Sep-2024 15:56:23 Resolving deltas: 8% (51/579) build 28-Sep-2024 15:56:23 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:23 Resolving deltas: 11% (65/579) build 28-Sep-2024 15:56:23 Resolving deltas: 13% (77/579) build 28-Sep-2024 15:56:23 Resolving deltas: 14% (82/579) build 28-Sep-2024 15:56:23 Resolving deltas: 18% (107/579) build 28-Sep-2024 15:56:23 Resolving deltas: 19% (115/579) build 28-Sep-2024 15:56:23 Resolving deltas: 21% (126/579) build 28-Sep-2024 15:56:23 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:23 Resolving deltas: 26% (154/579) build 28-Sep-2024 15:56:23 Resolving deltas: 27% (162/579) build 28-Sep-2024 15:56:23 Resolving deltas: 28% (164/579) build 28-Sep-2024 15:56:23 Resolving deltas: 29% (170/579) build 28-Sep-2024 15:56:23 Resolving deltas: 32% (190/579) build 28-Sep-2024 15:56:23 Resolving deltas: 33% (193/579) build 28-Sep-2024 15:56:23 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:56:23 Resolving deltas: 35% (203/579) build 28-Sep-2024 15:56:23 Resolving deltas: 36% (209/579) build 28-Sep-2024 15:56:23 Resolving deltas: 37% (220/579) build 28-Sep-2024 15:56:23 Resolving deltas: 38% (221/579) build 28-Sep-2024 15:56:23 Resolving deltas: 40% (232/579) build 28-Sep-2024 15:56:23 Resolving deltas: 41% (241/579) build 28-Sep-2024 15:56:23 Resolving deltas: 42% (248/579) build 28-Sep-2024 15:56:23 Resolving deltas: 43% (254/579) build 28-Sep-2024 15:56:23 Resolving deltas: 44% (260/579) build 28-Sep-2024 15:56:23 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:56:23 Resolving deltas: 46% (272/579) build 28-Sep-2024 15:56:23 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:23 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:23 Resolving deltas: 51% (301/579) build 28-Sep-2024 15:56:23 Resolving deltas: 52% (302/579) build 28-Sep-2024 15:56:23 Resolving deltas: 53% (307/579) build 28-Sep-2024 15:56:23 Resolving deltas: 55% (322/579) build 28-Sep-2024 15:56:23 Resolving deltas: 57% (333/579) build 28-Sep-2024 15:56:23 Resolving deltas: 59% (345/579) build 28-Sep-2024 15:56:23 Resolving deltas: 61% (356/579) build 28-Sep-2024 15:56:23 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:23 Resolving deltas: 65% (380/579) build 28-Sep-2024 15:56:23 Resolving deltas: 66% (384/579) build 28-Sep-2024 15:56:23 Resolving deltas: 71% (414/579) build 28-Sep-2024 15:56:23 Resolving deltas: 75% (439/579) build 28-Sep-2024 15:56:23 Resolving deltas: 79% (459/579) build 28-Sep-2024 15:56:23 Resolving deltas: 80% (464/579) build 28-Sep-2024 15:56:23 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:23 Resolving deltas: 82% (479/579) build 28-Sep-2024 15:56:23 Resolving deltas: 84% (487/579) build 28-Sep-2024 15:56:23 Resolving deltas: 86% (503/579) build 28-Sep-2024 15:56:23 Resolving deltas: 87% (504/579) build 28-Sep-2024 15:56:23 Resolving deltas: 89% (519/579) build 28-Sep-2024 15:56:23 Resolving deltas: 90% (523/579) build 28-Sep-2024 15:56:23 Resolving deltas: 91% (527/579) build 28-Sep-2024 15:56:23 Resolving deltas: 93% (541/579) build 28-Sep-2024 15:56:23 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:23 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:23 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:23 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:23 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:23 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:23 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:23 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:23  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:23  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:23  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:23  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:23  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:23  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 28-Sep-2024 15:56:23  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 28-Sep-2024 15:56:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 28-Sep-2024 15:56:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 28-Sep-2024 15:56:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 28-Sep-2024 15:56:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 28-Sep-2024 15:56:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 28-Sep-2024 15:56:23  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 28-Sep-2024 15:56:23  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23 phpBB > old-version-diff: build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23  [echo] Retrieving version 3.3.9 build 28-Sep-2024 15:56:23  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23 phpBB > export: build 28-Sep-2024 15:56:23  build 28-Sep-2024 15:56:23 Cloning into 'viglink'... build 28-Sep-2024 15:56:24 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:24 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:24 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:24 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:24 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:24 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:24 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:24 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:24 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:24 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:24 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:24 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:24 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:24 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:24 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:24 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:24 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:24 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:24 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:24 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:24 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:24 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:24 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:24 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:24 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:24 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:24 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:24 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:24 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:24 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:24 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:24 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:24 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:24 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:24 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:24 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:24 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:24 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:24 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:24 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:24 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:24 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:24 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:24 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:24 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:24 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:24 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:24 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:24 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:24 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:24 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:24 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:24 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:24 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:24 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:24 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:24 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:24 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:24 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:24 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:24 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:24 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:24 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:24 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:24 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:24 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:24 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:24 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:24 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:24 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:24 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:24 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:24 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:24 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:24 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:24 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:24 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:24 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:24 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:24 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:24 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:24 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:24 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:24 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:24 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:24 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:24 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:24 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:24 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:24 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:24 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:24 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:24 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:24 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:24 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:24 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:24 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:24 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:24 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:24 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:24 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:24 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:24 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:24 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:24 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:24 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:24 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:24 Receiving objects: 100% (1127/1127), 216.86 KiB | 9.43 MiB/s, done. build 28-Sep-2024 15:56:24 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:24 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:24 Resolving deltas: 4% (26/579) build 28-Sep-2024 15:56:24 Resolving deltas: 7% (45/579) build 28-Sep-2024 15:56:24 Resolving deltas: 8% (50/579) build 28-Sep-2024 15:56:24 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:24 Resolving deltas: 11% (69/579) build 28-Sep-2024 15:56:24 Resolving deltas: 12% (72/579) build 28-Sep-2024 15:56:24 Resolving deltas: 14% (83/579) build 28-Sep-2024 15:56:24 Resolving deltas: 16% (97/579) build 28-Sep-2024 15:56:24 Resolving deltas: 17% (99/579) build 28-Sep-2024 15:56:24 Resolving deltas: 18% (105/579) build 28-Sep-2024 15:56:24 Resolving deltas: 21% (123/579) build 28-Sep-2024 15:56:24 Resolving deltas: 22% (128/579) build 28-Sep-2024 15:56:24 Resolving deltas: 25% (146/579) build 28-Sep-2024 15:56:24 Resolving deltas: 26% (153/579) build 28-Sep-2024 15:56:24 Resolving deltas: 31% (184/579) build 28-Sep-2024 15:56:24 Resolving deltas: 34% (197/579) build 28-Sep-2024 15:56:24 Resolving deltas: 36% (210/579) build 28-Sep-2024 15:56:24 Resolving deltas: 37% (217/579) build 28-Sep-2024 15:56:24 Resolving deltas: 38% (223/579) build 28-Sep-2024 15:56:24 Resolving deltas: 39% (229/579) build 28-Sep-2024 15:56:24 Resolving deltas: 42% (246/579) build 28-Sep-2024 15:56:24 Resolving deltas: 44% (255/579) build 28-Sep-2024 15:56:24 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:56:24 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:24 Resolving deltas: 47% (275/579) build 28-Sep-2024 15:56:24 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:24 Resolving deltas: 51% (296/579) build 28-Sep-2024 15:56:24 Resolving deltas: 55% (324/579) build 28-Sep-2024 15:56:24 Resolving deltas: 56% (326/579) build 28-Sep-2024 15:56:24 Resolving deltas: 61% (354/579) build 28-Sep-2024 15:56:24 Resolving deltas: 65% (377/579) build 28-Sep-2024 15:56:24 Resolving deltas: 66% (385/579) build 28-Sep-2024 15:56:24 Resolving deltas: 69% (405/579) build 28-Sep-2024 15:56:24 Resolving deltas: 73% (423/579) build 28-Sep-2024 15:56:24 Resolving deltas: 78% (453/579) build 28-Sep-2024 15:56:24 Resolving deltas: 79% (459/579) build 28-Sep-2024 15:56:24 Resolving deltas: 81% (471/579) build 28-Sep-2024 15:56:24 Resolving deltas: 82% (476/579) build 28-Sep-2024 15:56:24 Resolving deltas: 83% (484/579) build 28-Sep-2024 15:56:24 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:24 Resolving deltas: 85% (494/579) build 28-Sep-2024 15:56:24 Resolving deltas: 86% (500/579) build 28-Sep-2024 15:56:24 Resolving deltas: 89% (516/579) build 28-Sep-2024 15:56:24 Resolving deltas: 94% (546/579) build 28-Sep-2024 15:56:24 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:24 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:24 Resolving deltas: 97% (562/579) build 28-Sep-2024 15:56:24 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:24 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:24 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:24 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:24 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:24  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:24  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:24  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:24  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:24  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:24  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 28-Sep-2024 15:56:24  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 28-Sep-2024 15:56:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 28-Sep-2024 15:56:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 28-Sep-2024 15:56:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 28-Sep-2024 15:56:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 28-Sep-2024 15:56:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:24 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 28-Sep-2024 15:56:24  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 28-Sep-2024 15:56:24  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:24 phpBB > old-version-diff: build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:24  [echo] Retrieving version 3.3.10 build 28-Sep-2024 15:56:24  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:24 phpBB > export: build 28-Sep-2024 15:56:24  build 28-Sep-2024 15:56:25 Cloning into 'viglink'... build 28-Sep-2024 15:56:25 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:25 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:25 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:25 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:25 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:25 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:25 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:25 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:25 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:25 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:25 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:25 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:25 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:25 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:25 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:25 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:25 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:25 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:25 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:25 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:25 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:25 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:25 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:25 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:25 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:25 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:25 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:25 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:25 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:25 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:25 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:25 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:25 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:25 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:25 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:25 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:25 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:25 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:25 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:25 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:25 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:25 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:25 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:25 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:25 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:25 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:25 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:25 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:25 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:25 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:25 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:25 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:25 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:25 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:25 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:25 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:25 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:25 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:25 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:25 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:25 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:25 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:25 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:25 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:25 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:25 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:25 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:25 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:25 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:25 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:25 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:25 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:25 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:25 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:25 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:25 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:25 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:25 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:25 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:25 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:25 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:25 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:25 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:25 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:25 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:25 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:25 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:25 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:25 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:25 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:25 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:25 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:25 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:25 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:25 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:25 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:25 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:25 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:25 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:25 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:25 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:25 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:25 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:25 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:25 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:25 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:25 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:25 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.61 MiB/s, done. build 28-Sep-2024 15:56:25 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:25 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:25 Resolving deltas: 3% (18/579) build 28-Sep-2024 15:56:25 Resolving deltas: 6% (39/579) build 28-Sep-2024 15:56:25 Resolving deltas: 8% (47/579) build 28-Sep-2024 15:56:25 Resolving deltas: 10% (58/579) build 28-Sep-2024 15:56:25 Resolving deltas: 12% (72/579) build 28-Sep-2024 15:56:25 Resolving deltas: 15% (92/579) build 28-Sep-2024 15:56:25 Resolving deltas: 16% (94/579) build 28-Sep-2024 15:56:25 Resolving deltas: 17% (104/579) build 28-Sep-2024 15:56:25 Resolving deltas: 20% (116/579) build 28-Sep-2024 15:56:25 Resolving deltas: 22% (130/579) build 28-Sep-2024 15:56:25 Resolving deltas: 23% (136/579) build 28-Sep-2024 15:56:25 Resolving deltas: 26% (151/579) build 28-Sep-2024 15:56:25 Resolving deltas: 30% (176/579) build 28-Sep-2024 15:56:25 Resolving deltas: 32% (187/579) build 28-Sep-2024 15:56:25 Resolving deltas: 34% (199/579) build 28-Sep-2024 15:56:25 Resolving deltas: 35% (207/579) build 28-Sep-2024 15:56:25 Resolving deltas: 36% (211/579) build 28-Sep-2024 15:56:25 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:25 Resolving deltas: 39% (230/579) build 28-Sep-2024 15:56:25 Resolving deltas: 40% (236/579) build 28-Sep-2024 15:56:25 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:56:25 Resolving deltas: 44% (258/579) build 28-Sep-2024 15:56:25 Resolving deltas: 46% (268/579) build 28-Sep-2024 15:56:25 Resolving deltas: 47% (273/579) build 28-Sep-2024 15:56:25 Resolving deltas: 48% (281/579) build 28-Sep-2024 15:56:25 Resolving deltas: 49% (284/579) build 28-Sep-2024 15:56:25 Resolving deltas: 50% (292/579) build 28-Sep-2024 15:56:25 Resolving deltas: 52% (303/579) build 28-Sep-2024 15:56:25 Resolving deltas: 55% (321/579) build 28-Sep-2024 15:56:25 Resolving deltas: 56% (325/579) build 28-Sep-2024 15:56:25 Resolving deltas: 58% (336/579) build 28-Sep-2024 15:56:25 Resolving deltas: 66% (384/579) build 28-Sep-2024 15:56:25 Resolving deltas: 68% (394/579) build 28-Sep-2024 15:56:25 Resolving deltas: 70% (411/579) build 28-Sep-2024 15:56:25 Resolving deltas: 73% (427/579) build 28-Sep-2024 15:56:25 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:25 Resolving deltas: 78% (456/579) build 28-Sep-2024 15:56:25 Resolving deltas: 79% (460/579) build 28-Sep-2024 15:56:25 Resolving deltas: 81% (469/579) build 28-Sep-2024 15:56:25 Resolving deltas: 82% (478/579) build 28-Sep-2024 15:56:25 Resolving deltas: 83% (482/579) build 28-Sep-2024 15:56:25 Resolving deltas: 84% (489/579) build 28-Sep-2024 15:56:25 Resolving deltas: 85% (497/579) build 28-Sep-2024 15:56:25 Resolving deltas: 86% (503/579) build 28-Sep-2024 15:56:25 Resolving deltas: 92% (536/579) build 28-Sep-2024 15:56:25 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:56:25 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:25 Resolving deltas: 95% (554/579) build 28-Sep-2024 15:56:25 Resolving deltas: 96% (557/579) build 28-Sep-2024 15:56:25 Resolving deltas: 97% (565/579) build 28-Sep-2024 15:56:25 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:25 Resolving deltas: 99% (576/579) build 28-Sep-2024 15:56:25 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:25 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:26 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:26  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:26  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:26  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:26  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:26  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:26  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 28-Sep-2024 15:56:26  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 28-Sep-2024 15:56:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 28-Sep-2024 15:56:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 28-Sep-2024 15:56:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 28-Sep-2024 15:56:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 28-Sep-2024 15:56:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 28-Sep-2024 15:56:26  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 28-Sep-2024 15:56:26  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26 phpBB > old-version-diff: build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26  [echo] Retrieving version 3.3.11 build 28-Sep-2024 15:56:26  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26 phpBB > export: build 28-Sep-2024 15:56:26  build 28-Sep-2024 15:56:26 Cloning into 'viglink'... build 28-Sep-2024 15:56:27 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:27 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:27 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:27 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:27 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:27 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:27 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:27 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:27 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:27 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:27 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:27 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:27 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:27 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:27 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:27 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:27 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:27 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:27 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:27 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:27 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:27 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:27 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:27 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:27 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:27 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:27 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:27 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:27 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:27 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:27 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:27 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:27 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:27 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:27 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:27 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:27 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:27 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:27 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:27 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:27 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:27 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:27 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:27 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:27 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:27 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:27 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:27 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:27 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:27 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:27 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:27 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:27 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:27 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:27 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:27 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:27 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:27 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:27 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:27 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:27 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:27 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:27 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:27 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:27 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:27 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:27 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:27 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:27 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:27 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:27 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:27 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:27 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:27 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:27 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:27 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:27 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:27 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:27 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:27 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:27 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:27 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:27 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:27 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:27 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:27 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:27 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:27 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:27 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:27 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:27 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:27 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:27 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:27 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:27 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:27 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:27 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:27 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:27 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:27 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:27 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:27 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:27 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:27 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:27 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:27 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:27 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:27 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.54 MiB/s, done. build 28-Sep-2024 15:56:27 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:27 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:27 Resolving deltas: 2% (12/579) build 28-Sep-2024 15:56:27 Resolving deltas: 5% (29/579) build 28-Sep-2024 15:56:27 Resolving deltas: 8% (51/579) build 28-Sep-2024 15:56:27 Resolving deltas: 9% (57/579) build 28-Sep-2024 15:56:27 Resolving deltas: 10% (63/579) build 28-Sep-2024 15:56:27 Resolving deltas: 12% (74/579) build 28-Sep-2024 15:56:27 Resolving deltas: 13% (79/579) build 28-Sep-2024 15:56:27 Resolving deltas: 15% (89/579) build 28-Sep-2024 15:56:27 Resolving deltas: 16% (98/579) build 28-Sep-2024 15:56:27 Resolving deltas: 18% (108/579) build 28-Sep-2024 15:56:27 Resolving deltas: 20% (119/579) build 28-Sep-2024 15:56:27 Resolving deltas: 22% (132/579) build 28-Sep-2024 15:56:27 Resolving deltas: 23% (138/579) build 28-Sep-2024 15:56:27 Resolving deltas: 24% (139/579) build 28-Sep-2024 15:56:27 Resolving deltas: 25% (149/579) build 28-Sep-2024 15:56:27 Resolving deltas: 26% (155/579) build 28-Sep-2024 15:56:27 Resolving deltas: 27% (159/579) build 28-Sep-2024 15:56:27 Resolving deltas: 30% (178/579) build 28-Sep-2024 15:56:27 Resolving deltas: 31% (181/579) build 28-Sep-2024 15:56:27 Resolving deltas: 33% (195/579) build 28-Sep-2024 15:56:27 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:56:27 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:27 Resolving deltas: 39% (229/579) build 28-Sep-2024 15:56:27 Resolving deltas: 42% (245/579) build 28-Sep-2024 15:56:27 Resolving deltas: 43% (252/579) build 28-Sep-2024 15:56:27 Resolving deltas: 45% (263/579) build 28-Sep-2024 15:56:27 Resolving deltas: 47% (274/579) build 28-Sep-2024 15:56:27 Resolving deltas: 48% (281/579) build 28-Sep-2024 15:56:27 Resolving deltas: 49% (285/579) build 28-Sep-2024 15:56:27 Resolving deltas: 50% (290/579) build 28-Sep-2024 15:56:27 Resolving deltas: 51% (300/579) build 28-Sep-2024 15:56:27 Resolving deltas: 52% (305/579) build 28-Sep-2024 15:56:27 Resolving deltas: 53% (312/579) build 28-Sep-2024 15:56:27 Resolving deltas: 54% (314/579) build 28-Sep-2024 15:56:27 Resolving deltas: 65% (381/579) build 28-Sep-2024 15:56:27 Resolving deltas: 67% (393/579) build 28-Sep-2024 15:56:27 Resolving deltas: 69% (401/579) build 28-Sep-2024 15:56:27 Resolving deltas: 74% (431/579) build 28-Sep-2024 15:56:27 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:27 Resolving deltas: 77% (449/579) build 28-Sep-2024 15:56:27 Resolving deltas: 78% (456/579) build 28-Sep-2024 15:56:27 Resolving deltas: 79% (458/579) build 28-Sep-2024 15:56:27 Resolving deltas: 80% (468/579) build 28-Sep-2024 15:56:27 Resolving deltas: 82% (475/579) build 28-Sep-2024 15:56:27 Resolving deltas: 83% (485/579) build 28-Sep-2024 15:56:27 Resolving deltas: 84% (488/579) build 28-Sep-2024 15:56:27 Resolving deltas: 86% (498/579) build 28-Sep-2024 15:56:27 Resolving deltas: 87% (509/579) build 28-Sep-2024 15:56:27 Resolving deltas: 88% (510/579) build 28-Sep-2024 15:56:27 Resolving deltas: 89% (516/579) build 28-Sep-2024 15:56:27 Resolving deltas: 90% (525/579) build 28-Sep-2024 15:56:27 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:27 Resolving deltas: 93% (539/579) build 28-Sep-2024 15:56:27 Resolving deltas: 97% (563/579) build 28-Sep-2024 15:56:27 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:27 Resolving deltas: 99% (575/579) build 28-Sep-2024 15:56:27 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:27 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:27 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:27  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:27  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:27  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:27  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:27  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:27  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 28-Sep-2024 15:56:27  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 28-Sep-2024 15:56:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 28-Sep-2024 15:56:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 28-Sep-2024 15:56:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 28-Sep-2024 15:56:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 28-Sep-2024 15:56:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:27  build 28-Sep-2024 15:56:27 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:27  build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 28-Sep-2024 15:56:27  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 28-Sep-2024 15:56:27  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:28  build 28-Sep-2024 15:56:28 phpBB > old-version-diff: build 28-Sep-2024 15:56:28  build 28-Sep-2024 15:56:28  [echo] Retrieving version 3.3.12 build 28-Sep-2024 15:56:28  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 28-Sep-2024 15:56:28  build 28-Sep-2024 15:56:28 phpBB > export: build 28-Sep-2024 15:56:28  build 28-Sep-2024 15:56:28 Cloning into 'viglink'... build 28-Sep-2024 15:56:28 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:28 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:28 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:28 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:28 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:29 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:29 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:29 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:29 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:29 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:29 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:29 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:29 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:29 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:29 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:29 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:29 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:29 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:29 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:29 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:29 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:29 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:29 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:29 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:29 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:29 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:29 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:29 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:29 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:29 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:29 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:29 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:29 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:29 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:29 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:29 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:29 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:29 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:29 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:29 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:29 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:29 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:29 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:29 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:29 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:29 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:29 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:29 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:29 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:29 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:29 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:29 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:29 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:29 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:29 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:29 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:29 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:29 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:29 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:29 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:29 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:29 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:29 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:29 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:29 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:29 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:29 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:29 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:29 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:29 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:29 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:29 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:29 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:29 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:29 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:29 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:29 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:29 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:29 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:29 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:29 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:29 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:29 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:29 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:29 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:29 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:29 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:29 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:29 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:29 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:29 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:29 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:29 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:29 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:29 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:29 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:29 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:29 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:29 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:29 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:29 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:29 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:29 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:29 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:29 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:29 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:29 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:29 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:29 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.79 MiB/s, done. build 28-Sep-2024 15:56:29 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:29 Resolving deltas: 1% (6/579) build 28-Sep-2024 15:56:29 Resolving deltas: 4% (24/579) build 28-Sep-2024 15:56:29 Resolving deltas: 7% (42/579) build 28-Sep-2024 15:56:29 Resolving deltas: 9% (53/579) build 28-Sep-2024 15:56:29 Resolving deltas: 10% (60/579) build 28-Sep-2024 15:56:29 Resolving deltas: 12% (71/579) build 28-Sep-2024 15:56:29 Resolving deltas: 13% (81/579) build 28-Sep-2024 15:56:29 Resolving deltas: 14% (83/579) build 28-Sep-2024 15:56:29 Resolving deltas: 16% (93/579) build 28-Sep-2024 15:56:29 Resolving deltas: 18% (105/579) build 28-Sep-2024 15:56:29 Resolving deltas: 20% (119/579) build 28-Sep-2024 15:56:29 Resolving deltas: 21% (125/579) build 28-Sep-2024 15:56:29 Resolving deltas: 24% (140/579) build 28-Sep-2024 15:56:29 Resolving deltas: 28% (165/579) build 28-Sep-2024 15:56:29 Resolving deltas: 31% (184/579) build 28-Sep-2024 15:56:29 Resolving deltas: 33% (193/579) build 28-Sep-2024 15:56:29 Resolving deltas: 35% (205/579) build 28-Sep-2024 15:56:29 Resolving deltas: 36% (213/579) build 28-Sep-2024 15:56:29 Resolving deltas: 37% (217/579) build 28-Sep-2024 15:56:29 Resolving deltas: 38% (221/579) build 28-Sep-2024 15:56:29 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:56:29 Resolving deltas: 43% (251/579) build 28-Sep-2024 15:56:29 Resolving deltas: 44% (258/579) build 28-Sep-2024 15:56:29 Resolving deltas: 45% (262/579) build 28-Sep-2024 15:56:29 Resolving deltas: 46% (267/579) build 28-Sep-2024 15:56:29 Resolving deltas: 47% (274/579) build 28-Sep-2024 15:56:29 Resolving deltas: 48% (279/579) build 28-Sep-2024 15:56:29 Resolving deltas: 57% (333/579) build 28-Sep-2024 15:56:29 Resolving deltas: 58% (337/579) build 28-Sep-2024 15:56:29 Resolving deltas: 59% (347/579) build 28-Sep-2024 15:56:29 Resolving deltas: 60% (348/579) build 28-Sep-2024 15:56:29 Resolving deltas: 61% (356/579) build 28-Sep-2024 15:56:29 Resolving deltas: 62% (364/579) build 28-Sep-2024 15:56:29 Resolving deltas: 63% (365/579) build 28-Sep-2024 15:56:29 Resolving deltas: 66% (384/579) build 28-Sep-2024 15:56:29 Resolving deltas: 67% (389/579) build 28-Sep-2024 15:56:29 Resolving deltas: 72% (420/579) build 28-Sep-2024 15:56:29 Resolving deltas: 74% (432/579) build 28-Sep-2024 15:56:29 Resolving deltas: 75% (440/579) build 28-Sep-2024 15:56:29 Resolving deltas: 77% (446/579) build 28-Sep-2024 15:56:29 Resolving deltas: 78% (457/579) build 28-Sep-2024 15:56:29 Resolving deltas: 79% (460/579) build 28-Sep-2024 15:56:29 Resolving deltas: 80% (464/579) build 28-Sep-2024 15:56:29 Resolving deltas: 81% (469/579) build 28-Sep-2024 15:56:29 Resolving deltas: 87% (505/579) build 28-Sep-2024 15:56:29 Resolving deltas: 91% (530/579) build 28-Sep-2024 15:56:29 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:29 Resolving deltas: 94% (545/579) build 28-Sep-2024 15:56:29 Resolving deltas: 95% (551/579) build 28-Sep-2024 15:56:29 Resolving deltas: 96% (556/579) build 28-Sep-2024 15:56:29 Resolving deltas: 97% (565/579) build 28-Sep-2024 15:56:29 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:29 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:29 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:29  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:29  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:29  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:29  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:29  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:29  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 28-Sep-2024 15:56:29  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 28-Sep-2024 15:56:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 28-Sep-2024 15:56:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 28-Sep-2024 15:56:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 28-Sep-2024 15:56:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 28-Sep-2024 15:56:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 28-Sep-2024 15:56:29  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 28-Sep-2024 15:56:29  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29 phpBB > old-version-diff: build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29  [echo] Retrieving version 3.3.13 build 28-Sep-2024 15:56:29  [mkdir] Created dir: /data/build/old_versions/release-3.3.13 build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29 phpBB > export: build 28-Sep-2024 15:56:29  build 28-Sep-2024 15:56:29 Cloning into 'viglink'... build 28-Sep-2024 15:56:30 remote: Enumerating objects: 1127, done. build 28-Sep-2024 15:56:30 remote: Counting objects: 1% (1/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 2% (2/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 4% (3/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 5% (4/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 7% (5/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 8% (6/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 9% (7/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 11% (8/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 12% (9/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 14% (10/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 15% (11/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 16% (12/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 18% (13/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 19% (14/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 21% (15/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 22% (16/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 23% (17/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 25% (18/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 26% (19/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 28% (20/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 29% (21/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 30% (22/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 32% (23/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 33% (24/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 35% (25/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 36% (26/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 38% (27/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 39% (28/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 40% (29/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 42% (30/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 43% (31/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 45% (32/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 46% (33/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 47% (34/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 49% (35/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 50% (36/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 52% (37/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 53% (38/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 54% (39/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 56% (40/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 57% (41/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 59% (42/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 60% (43/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 61% (44/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 63% (45/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 64% (46/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 66% (47/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 67% (48/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 69% (49/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 70% (50/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 71% (51/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 73% (52/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 74% (53/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 76% (54/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 77% (55/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 78% (56/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 80% (57/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 81% (58/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 83% (59/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 84% (60/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 85% (61/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 87% (62/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 88% (63/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 90% (64/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 91% (65/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 92% (66/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 94% (67/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 95% (68/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 97% (69/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 98% (70/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 100% (71/71) build 28-Sep-2024 15:56:30 remote: Counting objects: 100% (71/71), done. build 28-Sep-2024 15:56:30 remote: Compressing objects: 2% (1/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 4% (2/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 6% (3/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 8% (4/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 11% (5/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 13% (6/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 15% (7/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 17% (8/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 20% (9/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 22% (10/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 24% (11/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 26% (12/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 28% (13/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 31% (14/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 33% (15/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 35% (16/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 37% (17/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 40% (18/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 42% (19/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 44% (20/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 46% (21/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 48% (22/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 51% (23/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 53% (24/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 55% (25/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 57% (26/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 60% (27/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 62% (28/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 64% (29/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 66% (30/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 68% (31/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 71% (32/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 73% (33/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 75% (34/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 77% (35/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 80% (36/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 82% (37/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 84% (38/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 86% (39/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 88% (40/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 91% (41/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 93% (42/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 95% (43/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 97% (44/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 100% (45/45) build 28-Sep-2024 15:56:30 remote: Compressing objects: 100% (45/45), done. build 28-Sep-2024 15:56:30 Receiving objects: 0% (1/1127) build 28-Sep-2024 15:56:30 Receiving objects: 1% (12/1127) build 28-Sep-2024 15:56:30 Receiving objects: 2% (23/1127) build 28-Sep-2024 15:56:30 Receiving objects: 3% (34/1127) build 28-Sep-2024 15:56:30 Receiving objects: 4% (46/1127) build 28-Sep-2024 15:56:30 Receiving objects: 5% (57/1127) build 28-Sep-2024 15:56:30 Receiving objects: 6% (68/1127) build 28-Sep-2024 15:56:30 Receiving objects: 7% (79/1127) build 28-Sep-2024 15:56:30 Receiving objects: 8% (91/1127) build 28-Sep-2024 15:56:30 Receiving objects: 9% (102/1127) build 28-Sep-2024 15:56:30 Receiving objects: 10% (113/1127) build 28-Sep-2024 15:56:30 Receiving objects: 11% (124/1127) build 28-Sep-2024 15:56:30 Receiving objects: 12% (136/1127) build 28-Sep-2024 15:56:30 Receiving objects: 13% (147/1127) build 28-Sep-2024 15:56:30 Receiving objects: 14% (158/1127) build 28-Sep-2024 15:56:30 Receiving objects: 15% (170/1127) build 28-Sep-2024 15:56:30 Receiving objects: 16% (181/1127) build 28-Sep-2024 15:56:30 Receiving objects: 17% (192/1127) build 28-Sep-2024 15:56:30 Receiving objects: 18% (203/1127) build 28-Sep-2024 15:56:30 Receiving objects: 19% (215/1127) build 28-Sep-2024 15:56:30 Receiving objects: 20% (226/1127) build 28-Sep-2024 15:56:30 Receiving objects: 21% (237/1127) build 28-Sep-2024 15:56:30 Receiving objects: 22% (248/1127) build 28-Sep-2024 15:56:30 Receiving objects: 23% (260/1127) build 28-Sep-2024 15:56:30 Receiving objects: 24% (271/1127) build 28-Sep-2024 15:56:30 Receiving objects: 25% (282/1127) build 28-Sep-2024 15:56:30 Receiving objects: 26% (294/1127) build 28-Sep-2024 15:56:30 Receiving objects: 27% (305/1127) build 28-Sep-2024 15:56:30 Receiving objects: 28% (316/1127) build 28-Sep-2024 15:56:30 Receiving objects: 29% (327/1127) build 28-Sep-2024 15:56:30 Receiving objects: 30% (339/1127) build 28-Sep-2024 15:56:30 Receiving objects: 31% (350/1127) build 28-Sep-2024 15:56:30 Receiving objects: 32% (361/1127) build 28-Sep-2024 15:56:30 Receiving objects: 33% (372/1127) build 28-Sep-2024 15:56:30 Receiving objects: 34% (384/1127) build 28-Sep-2024 15:56:30 Receiving objects: 35% (395/1127) build 28-Sep-2024 15:56:30 Receiving objects: 36% (406/1127) build 28-Sep-2024 15:56:30 Receiving objects: 37% (417/1127) build 28-Sep-2024 15:56:30 Receiving objects: 38% (429/1127) build 28-Sep-2024 15:56:30 Receiving objects: 39% (440/1127) build 28-Sep-2024 15:56:30 Receiving objects: 40% (451/1127) build 28-Sep-2024 15:56:30 Receiving objects: 41% (463/1127) build 28-Sep-2024 15:56:30 Receiving objects: 42% (474/1127) build 28-Sep-2024 15:56:30 Receiving objects: 43% (485/1127) build 28-Sep-2024 15:56:30 Receiving objects: 44% (496/1127) build 28-Sep-2024 15:56:30 Receiving objects: 45% (508/1127) build 28-Sep-2024 15:56:30 Receiving objects: 46% (519/1127) build 28-Sep-2024 15:56:30 Receiving objects: 47% (530/1127) build 28-Sep-2024 15:56:30 Receiving objects: 48% (541/1127) build 28-Sep-2024 15:56:30 Receiving objects: 49% (553/1127) build 28-Sep-2024 15:56:30 Receiving objects: 50% (564/1127) build 28-Sep-2024 15:56:30 Receiving objects: 51% (575/1127) build 28-Sep-2024 15:56:30 Receiving objects: 52% (587/1127) build 28-Sep-2024 15:56:30 Receiving objects: 53% (598/1127) build 28-Sep-2024 15:56:30 Receiving objects: 54% (609/1127) build 28-Sep-2024 15:56:30 Receiving objects: 55% (620/1127) build 28-Sep-2024 15:56:30 Receiving objects: 56% (632/1127) build 28-Sep-2024 15:56:30 Receiving objects: 57% (643/1127) build 28-Sep-2024 15:56:30 Receiving objects: 58% (654/1127) build 28-Sep-2024 15:56:30 Receiving objects: 59% (665/1127) build 28-Sep-2024 15:56:30 Receiving objects: 60% (677/1127) build 28-Sep-2024 15:56:30 Receiving objects: 61% (688/1127) build 28-Sep-2024 15:56:30 Receiving objects: 62% (699/1127) build 28-Sep-2024 15:56:30 Receiving objects: 63% (711/1127) build 28-Sep-2024 15:56:30 Receiving objects: 64% (722/1127) build 28-Sep-2024 15:56:30 Receiving objects: 65% (733/1127) build 28-Sep-2024 15:56:30 Receiving objects: 66% (744/1127) build 28-Sep-2024 15:56:30 remote: Total 1127 (delta 24), reused 46 (delta 15), pack-reused 1056 (from 1) build 28-Sep-2024 15:56:30 Receiving objects: 67% (756/1127) build 28-Sep-2024 15:56:30 Receiving objects: 68% (767/1127) build 28-Sep-2024 15:56:30 Receiving objects: 69% (778/1127) build 28-Sep-2024 15:56:30 Receiving objects: 70% (789/1127) build 28-Sep-2024 15:56:30 Receiving objects: 71% (801/1127) build 28-Sep-2024 15:56:30 Receiving objects: 72% (812/1127) build 28-Sep-2024 15:56:30 Receiving objects: 73% (823/1127) build 28-Sep-2024 15:56:30 Receiving objects: 74% (834/1127) build 28-Sep-2024 15:56:30 Receiving objects: 75% (846/1127) build 28-Sep-2024 15:56:30 Receiving objects: 76% (857/1127) build 28-Sep-2024 15:56:30 Receiving objects: 77% (868/1127) build 28-Sep-2024 15:56:30 Receiving objects: 78% (880/1127) build 28-Sep-2024 15:56:30 Receiving objects: 79% (891/1127) build 28-Sep-2024 15:56:30 Receiving objects: 80% (902/1127) build 28-Sep-2024 15:56:30 Receiving objects: 81% (913/1127) build 28-Sep-2024 15:56:30 Receiving objects: 82% (925/1127) build 28-Sep-2024 15:56:30 Receiving objects: 83% (936/1127) build 28-Sep-2024 15:56:30 Receiving objects: 84% (947/1127) build 28-Sep-2024 15:56:30 Receiving objects: 85% (958/1127) build 28-Sep-2024 15:56:30 Receiving objects: 86% (970/1127) build 28-Sep-2024 15:56:30 Receiving objects: 87% (981/1127) build 28-Sep-2024 15:56:30 Receiving objects: 88% (992/1127) build 28-Sep-2024 15:56:30 Receiving objects: 89% (1004/1127) build 28-Sep-2024 15:56:30 Receiving objects: 90% (1015/1127) build 28-Sep-2024 15:56:30 Receiving objects: 91% (1026/1127) build 28-Sep-2024 15:56:30 Receiving objects: 92% (1037/1127) build 28-Sep-2024 15:56:30 Receiving objects: 93% (1049/1127) build 28-Sep-2024 15:56:30 Receiving objects: 94% (1060/1127) build 28-Sep-2024 15:56:30 Receiving objects: 95% (1071/1127) build 28-Sep-2024 15:56:30 Receiving objects: 96% (1082/1127) build 28-Sep-2024 15:56:30 Receiving objects: 97% (1094/1127) build 28-Sep-2024 15:56:30 Receiving objects: 98% (1105/1127) build 28-Sep-2024 15:56:30 Receiving objects: 99% (1116/1127) build 28-Sep-2024 15:56:30 Receiving objects: 100% (1127/1127) build 28-Sep-2024 15:56:30 Receiving objects: 100% (1127/1127), 216.86 KiB | 1.56 MiB/s, done. build 28-Sep-2024 15:56:30 Resolving deltas: 0% (0/579) build 28-Sep-2024 15:56:30 Resolving deltas: 1% (7/579) build 28-Sep-2024 15:56:30 Resolving deltas: 3% (18/579) build 28-Sep-2024 15:56:30 Resolving deltas: 7% (44/579) build 28-Sep-2024 15:56:30 Resolving deltas: 8% (51/579) build 28-Sep-2024 15:56:30 Resolving deltas: 12% (73/579) build 28-Sep-2024 15:56:30 Resolving deltas: 14% (86/579) build 28-Sep-2024 15:56:30 Resolving deltas: 15% (90/579) build 28-Sep-2024 15:56:30 Resolving deltas: 16% (93/579) build 28-Sep-2024 15:56:30 Resolving deltas: 20% (117/579) build 28-Sep-2024 15:56:30 Resolving deltas: 21% (123/579) build 28-Sep-2024 15:56:30 Resolving deltas: 22% (129/579) build 28-Sep-2024 15:56:30 Resolving deltas: 25% (146/579) build 28-Sep-2024 15:56:30 Resolving deltas: 28% (166/579) build 28-Sep-2024 15:56:30 Resolving deltas: 29% (169/579) build 28-Sep-2024 15:56:30 Resolving deltas: 30% (174/579) build 28-Sep-2024 15:56:30 Resolving deltas: 32% (189/579) build 28-Sep-2024 15:56:30 Resolving deltas: 33% (192/579) build 28-Sep-2024 15:56:30 Resolving deltas: 37% (215/579) build 28-Sep-2024 15:56:30 Resolving deltas: 38% (222/579) build 28-Sep-2024 15:56:30 Resolving deltas: 40% (235/579) build 28-Sep-2024 15:56:30 Resolving deltas: 44% (258/579) build 28-Sep-2024 15:56:30 Resolving deltas: 46% (271/579) build 28-Sep-2024 15:56:30 Resolving deltas: 47% (274/579) build 28-Sep-2024 15:56:30 Resolving deltas: 48% (278/579) build 28-Sep-2024 15:56:30 Resolving deltas: 49% (289/579) build 28-Sep-2024 15:56:30 Resolving deltas: 50% (290/579) build 28-Sep-2024 15:56:30 Resolving deltas: 51% (300/579) build 28-Sep-2024 15:56:30 Resolving deltas: 52% (305/579) build 28-Sep-2024 15:56:30 Resolving deltas: 54% (314/579) build 28-Sep-2024 15:56:30 Resolving deltas: 55% (320/579) build 28-Sep-2024 15:56:30 Resolving deltas: 64% (372/579) build 28-Sep-2024 15:56:30 Resolving deltas: 66% (383/579) build 28-Sep-2024 15:56:30 Resolving deltas: 67% (393/579) build 28-Sep-2024 15:56:30 Resolving deltas: 68% (394/579) build 28-Sep-2024 15:56:30 Resolving deltas: 71% (414/579) build 28-Sep-2024 15:56:30 Resolving deltas: 74% (431/579) build 28-Sep-2024 15:56:30 Resolving deltas: 77% (451/579) build 28-Sep-2024 15:56:30 Resolving deltas: 78% (453/579) build 28-Sep-2024 15:56:30 Resolving deltas: 79% (463/579) build 28-Sep-2024 15:56:30 Resolving deltas: 80% (468/579) build 28-Sep-2024 15:56:30 Resolving deltas: 81% (473/579) build 28-Sep-2024 15:56:30 Resolving deltas: 82% (479/579) build 28-Sep-2024 15:56:30 Resolving deltas: 83% (483/579) build 28-Sep-2024 15:56:30 Resolving deltas: 85% (493/579) build 28-Sep-2024 15:56:30 Resolving deltas: 86% (498/579) build 28-Sep-2024 15:56:30 Resolving deltas: 87% (508/579) build 28-Sep-2024 15:56:30 Resolving deltas: 89% (519/579) build 28-Sep-2024 15:56:30 Resolving deltas: 90% (522/579) build 28-Sep-2024 15:56:30 Resolving deltas: 91% (530/579) build 28-Sep-2024 15:56:30 Resolving deltas: 92% (533/579) build 28-Sep-2024 15:56:30 Resolving deltas: 93% (544/579) build 28-Sep-2024 15:56:30 Resolving deltas: 95% (554/579) build 28-Sep-2024 15:56:30 Resolving deltas: 97% (566/579) build 28-Sep-2024 15:56:30 Resolving deltas: 98% (568/579) build 28-Sep-2024 15:56:30 Resolving deltas: 99% (574/579) build 28-Sep-2024 15:56:30 Resolving deltas: 100% (579/579) build 28-Sep-2024 15:56:30 Resolving deltas: 100% (579/579), done. build 28-Sep-2024 15:56:30 error: pathspec 'release-phpbb-3.3.13' did not match any file(s) known to git build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.git build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/tests build 28-Sep-2024 15:56:30  [delete] Directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/travis does not exist or is not a directory. build 28-Sep-2024 15:56:30  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.gitattributes build 28-Sep-2024 15:56:30  [delete] Could not find file /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.travis.yml to delete. build 28-Sep-2024 15:56:30  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/phpunit.xml.dist build 28-Sep-2024 15:56:30  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/README.md build 28-Sep-2024 15:56:30  [delete] Could not find file /data/build/old_versions/release-3.3.13/config.php to delete. build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/develop build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/install/data build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/config/development build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/config/test build 28-Sep-2024 15:56:30  [echo] Setting permissions for checkout of release-3.3.13 in build/old_versions/release-3.3.13 build 28-Sep-2024 15:56:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/cache' to 777 build 28-Sep-2024 15:56:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/store' to 777 build 28-Sep-2024 15:56:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/files' to 777 build 28-Sep-2024 15:56:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/images/avatars/upload' to 777 build 28-Sep-2024 15:56:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/bin/phpbbcli.php' to 755 build 28-Sep-2024 15:56:30  build 28-Sep-2024 15:56:30 phpBB > clean-diff-dir: build 28-Sep-2024 15:56:30  build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/cache build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/docs build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/files build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/install build 28-Sep-2024 15:56:30  [delete] Deleting directory /data/build/old_versions/release-3.3.13/store build 28-Sep-2024 15:56:30  [delete] Directory /data/build/old_versions/release-3.3.13/vendor does not exist or is not a directory. build 28-Sep-2024 15:56:31  build 28-Sep-2024 15:56:31 phpBB > package: build 28-Sep-2024 15:56:31  build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01 phpBB > checksum-dir: build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01 phpBB > checksum-file: build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:01  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01 phpBB > checksum-file: build 28-Sep-2024 16:12:01  build 28-Sep-2024 16:12:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.14-dev.zip build 28-Sep-2024 16:12:01  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev.webpi.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02 phpBB > checksum-file: build 28-Sep-2024 16:12:02  build 28-Sep-2024 16:12:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.14-dev.zip build 28-Sep-2024 16:12:02  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03 phpBB > checksum-file: build 28-Sep-2024 16:12:03  build 28-Sep-2024 16:12:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.14-dev.zip build 28-Sep-2024 16:12:03  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev-patch.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.14-dev.zip build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.14-dev.zip build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.14-dev.zip build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.14-dev.zip build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04 phpBB > checksum-file: build 28-Sep-2024 16:12:04  build 28-Sep-2024 16:12:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:04  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05 phpBB > checksum-file: build 28-Sep-2024 16:12:05  build 28-Sep-2024 16:12:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.14-dev.zip build 28-Sep-2024 16:12:05  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.14-dev.zip build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.14-dev.zip build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.14-dev.zip build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.14-dev.zip build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06 phpBB > checksum-file: build 28-Sep-2024 16:12:06  build 28-Sep-2024 16:12:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.14-dev.zip build 28-Sep-2024 16:12:06  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.14-dev.zip build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.14-dev.zip build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.14-dev.zip build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07 phpBB > checksum-file: build 28-Sep-2024 16:12:07  build 28-Sep-2024 16:12:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev-patch.zip build 28-Sep-2024 16:12:07  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.14-dev.zip build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.14-dev.zip build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08 phpBB > checksum-file: build 28-Sep-2024 16:12:08  build 28-Sep-2024 16:12:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev-files.zip build 28-Sep-2024 16:12:08  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.14-dev.zip build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.14-dev.zip build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14-dev-files.tar.bz2 build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09 phpBB > checksum-file: build 28-Sep-2024 16:12:09  build 28-Sep-2024 16:12:09  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.14-dev.zip build 28-Sep-2024 16:12:09  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:10  build 28-Sep-2024 16:12:10 phpBB > checksum-file: build 28-Sep-2024 16:12:10  build 28-Sep-2024 16:12:10  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.14-dev.tar.bz2 build 28-Sep-2024 16:12:10  [php] Calling PHP function: dirname() build 28-Sep-2024 16:12:10  build 28-Sep-2024 16:12:10 BUILD FINISHED build 28-Sep-2024 16:12:10 build 28-Sep-2024 16:12:10 Total time: 16 minutes 38.92 seconds build 28-Sep-2024 16:12:10  simple 28-Sep-2024 16:12:12 Finished task 'Package release files' with result: Success simple 28-Sep-2024 16:12:12 Running post build plugin 'Artifact Copier' simple 28-Sep-2024 16:12:12 Publishing an artifact: Release Files simple 28-Sep-2024 16:12:14 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 2.989 s simple 28-Sep-2024 16:12:14 Running post build plugin 'npm Cache Cleanup' simple 28-Sep-2024 16:12:14 Running post build plugin 'NCover Results Collector' simple 28-Sep-2024 16:12:14 Running post build plugin 'Build Results Label Collector' simple 28-Sep-2024 16:12:14 Running post build plugin 'Clover Results Collector' simple 28-Sep-2024 16:12:14 Running post build plugin 'Docker Container Cleanup' simple 28-Sep-2024 16:12:44 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP' simple 28-Sep-2024 16:12:44 Finalising the build... simple 28-Sep-2024 16:12:44 Stopping timer. simple 28-Sep-2024 16:12:44 Build PHPBB3-DD33-P5SP-580 completed. simple 28-Sep-2024 16:12:44 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 28-Sep-2024 16:12:44 Running on server: post build plugin 'NCover Results Collector' simple 28-Sep-2024 16:12:44 Running on server: post build plugin 'Build Labeller' simple 28-Sep-2024 16:12:44 Running on server: post build plugin 'Clover Delta Calculator' simple 28-Sep-2024 16:12:44 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 28-Sep-2024 16:12:44 All post build plugins have finished simple 28-Sep-2024 16:12:44 Generating build results summary... simple 28-Sep-2024 16:12:44 Saving build results to disk... simple 28-Sep-2024 16:12:44 Store variable context... simple 28-Sep-2024 16:12:44 Finished building PHPBB3-DD33-P5SP-580.