simple 05-Jul-2024 20:28:27 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #552 (PHPBB3-DD33-P5SP-552) is being prepared for building on agent Default Agent, bamboo version: 9.2.7 simple 05-Jul-2024 20:28:27 simple 05-Jul-2024 20:28:27 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 05-Jul-2024 20:28:27 Executing build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #552 (PHPBB3-DD33-P5SP-552) simple 05-Jul-2024 20:28:27 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 05-Jul-2024 20:28:27 Checking out into /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 05-Jul-2024 20:28:27 Updating source code to revision: 48a233e415199d2b488af09632ffde955aed4875 simple 05-Jul-2024 20:28:27 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git'. simple 05-Jul-2024 20:28:27 hint: Using 'master' as the name for the initial branch. This default branch name simple 05-Jul-2024 20:28:27 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git/ simple 05-Jul-2024 20:28:27 hint: is subject to change. To configure the initial branch name to use in all simple 05-Jul-2024 20:28:27 hint: of your new repositories, which will suppress this warning, call: simple 05-Jul-2024 20:28:27 hint: simple 05-Jul-2024 20:28:27 hint: git config --global init.defaultBranch simple 05-Jul-2024 20:28:27 hint: simple 05-Jul-2024 20:28:27 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 05-Jul-2024 20:28:27 hint: 'development'. The just-created branch can be renamed via this command: simple 05-Jul-2024 20:28:27 hint: simple 05-Jul-2024 20:28:27 hint: git branch -m simple 05-Jul-2024 20:28:27 Fetching 'refs/heads/3.3.x' from 'https://github.com/phpbb/phpbb.git'. simple 05-Jul-2024 20:28:39 Checking out revision 48a233e415199d2b488af09632ffde955aed4875. simple 05-Jul-2024 20:28:40 Switched to branch '3.3.x' simple 05-Jul-2024 20:28:40 Updated source code to revision: 48a233e415199d2b488af09632ffde955aed4875 simple 05-Jul-2024 20:28:40 Finished task 'Checkout Default Repository' with result: Success simple 05-Jul-2024 20:28:40 Running pre-build action: VCS Version Collector simple 05-Jul-2024 20:28:40 Running pre-build action: Build Log Labeller Pre Build Action simple 05-Jul-2024 20:28:40 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #552 (PHPBB3-DD33-P5SP-552) started building on agent 'Default Agent' () command 05-Jul-2024 20:28:40 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 05-Jul-2024 20:28:40 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 05-Jul-2024 20:28:40 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #552 (PHPBB3-DD33-P5SP-552)'\n ... running command line: \n/usr/bin/docker 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 05-Jul-2024 20:28:40 #0 building with "default" instance using docker driver error 05-Jul-2024 20:28:40 error 05-Jul-2024 20:28:40 #1 [internal] load build definition from Dockerfile error 05-Jul-2024 20:28:40 #1 transferring dockerfile: 490B done error 05-Jul-2024 20:28:40 #1 DONE 0.0s error 05-Jul-2024 20:28:40 error 05-Jul-2024 20:28:40 #2 [internal] load metadata for docker.io/library/php:7.2 error 05-Jul-2024 20:28:41 #2 DONE 0.6s error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #3 [internal] load .dockerignore error 05-Jul-2024 20:28:41 #3 transferring context: 2B done error 05-Jul-2024 20:28:41 #3 DONE 0.0s error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #4 [1/6] FROM docker.io/library/php:7.2@sha256:42ffbc0798e4449bbd1e14fc4dcb87774aa1ad1900a09ef6a965bc0880aa2161 error 05-Jul-2024 20:28:41 #4 DONE 0.0s error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #5 [3/6] RUN pecl install xdebug-2.9.0 error 05-Jul-2024 20:28:41 #5 CACHED error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #6 [4/6] RUN docker-php-ext-enable xdebug error 05-Jul-2024 20:28:41 #6 CACHED error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #7 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 05-Jul-2024 20:28:41 #7 CACHED error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #8 [2/6] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip && docker-php-ext-install -j$(nproc) zip error 05-Jul-2024 20:28:41 #8 CACHED error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 05-Jul-2024 20:28:41 #9 CACHED error 05-Jul-2024 20:28:41 error 05-Jul-2024 20:28:41 #10 exporting to image error 05-Jul-2024 20:28:41 #10 exporting layers done error 05-Jul-2024 20:28:41 #10 writing image sha256:7dc92b1c8467489d64c4e9ecfe90e24e3b8ba9acf1cd21c9ee3196e6a857aae2 done error 05-Jul-2024 20:28:41 #10 naming to docker.io/library/phpbb:php-7.2 done error 05-Jul-2024 20:28:41 #10 DONE 0.0s simple 05-Jul-2024 20:28:41 Built Docker image 'phpbb:php-7.2' simple 05-Jul-2024 20:28:41 Finished task 'Build image' with result: Success command 05-Jul-2024 20:28:41 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 05-Jul-2024 20:28:41 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 05-Jul-2024 20:28:41 Running image name (phpbb:php-7.2) command 05-Jul-2024 20:28:41 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Package #552 (PHPBB3-DD33-P5SP-552)'\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 05-Jul-2024 20:28:43 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 05-Jul-2024 20:28:43 Installing dependencies from lock file (including require-dev) build 05-Jul-2024 20:28:43 Verifying lock file contents can be installed on current platform. build 05-Jul-2024 20:28:43 Package operations: 76 installs, 0 updates, 0 removals build 05-Jul-2024 20:28:43 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 05-Jul-2024 20:28:43 - Downloading composer/package-versions-deprecated (1.11.99.5) build 05-Jul-2024 20:28:43 - Downloading bantu/ini-get-wrapper (v1.0.1) build 05-Jul-2024 20:28:43 - Downloading carlos-mg89/oauth (0.8.15) build 05-Jul-2024 20:28:43 - Downloading symfony/polyfill-mbstring (v1.29.0) build 05-Jul-2024 20:28:43 - Downloading symfony/polyfill-ctype (v1.29.0) build 05-Jul-2024 20:28:43 - Downloading symfony/dom-crawler (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/css-selector (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/browser-kit (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/polyfill-php72 (v1.29.0) build 05-Jul-2024 20:28:43 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 05-Jul-2024 20:28:43 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 05-Jul-2024 20:28:43 - Downloading ralouphie/getallheaders (3.0.3) build 05-Jul-2024 20:28:43 - Downloading psr/http-message (1.1) build 05-Jul-2024 20:28:43 - Downloading guzzlehttp/psr7 (1.9.1) build 05-Jul-2024 20:28:43 - Downloading guzzlehttp/promises (1.5.3) build 05-Jul-2024 20:28:43 - Downloading guzzlehttp/guzzle (6.5.8) build 05-Jul-2024 20:28:43 - Downloading fabpot/goutte (v3.2.3) build 05-Jul-2024 20:28:43 - Downloading google/recaptcha (1.2.4) build 05-Jul-2024 20:28:43 - Downloading symfony/yaml (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/process (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading psr/log (1.1.4) build 05-Jul-2024 20:28:43 - Downloading symfony/debug (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/console (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading laravel/homestead (v7.20.0) build 05-Jul-2024 20:28:43 - Downloading marc1706/fast-image-size (v1.1.7) build 05-Jul-2024 20:28:43 - Downloading phing/phing (2.17.4) build 05-Jul-2024 20:28:43 - Downloading php-webdriver/webdriver (1.13.1) build 05-Jul-2024 20:28:43 - Downloading webmozart/assert (1.11.0) build 05-Jul-2024 20:28:43 - Downloading phpdocumentor/reflection-common (2.2.0) build 05-Jul-2024 20:28:43 - Downloading phpdocumentor/type-resolver (1.6.1) build 05-Jul-2024 20:28:43 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 05-Jul-2024 20:28:43 - Downloading sebastian/version (2.0.1) build 05-Jul-2024 20:28:43 - Downloading sebastian/resource-operations (2.0.3) build 05-Jul-2024 20:28:43 - Downloading sebastian/recursion-context (3.0.2) build 05-Jul-2024 20:28:43 - Downloading sebastian/object-reflector (1.1.3) build 05-Jul-2024 20:28:43 - Downloading sebastian/object-enumerator (3.0.5) build 05-Jul-2024 20:28:43 - Downloading sebastian/global-state (2.0.0) build 05-Jul-2024 20:28:43 - Downloading sebastian/exporter (3.1.6) build 05-Jul-2024 20:28:43 - Downloading sebastian/environment (4.2.5) build 05-Jul-2024 20:28:43 - Downloading sebastian/diff (3.0.6) build 05-Jul-2024 20:28:43 - Downloading sebastian/comparator (3.0.5) build 05-Jul-2024 20:28:43 - Downloading phpunit/php-timer (2.1.4) build 05-Jul-2024 20:28:43 - Downloading phpunit/php-text-template (1.2.1) build 05-Jul-2024 20:28:43 - Downloading phpunit/php-file-iterator (2.0.6) build 05-Jul-2024 20:28:43 - Downloading theseer/tokenizer (1.2.3) build 05-Jul-2024 20:28:43 - Downloading sebastian/code-unit-reverse-lookup (1.0.3) build 05-Jul-2024 20:28:43 - Downloading phpunit/php-token-stream (3.1.3) build 05-Jul-2024 20:28:43 - Downloading phpunit/php-code-coverage (6.1.4) build 05-Jul-2024 20:28:43 - Downloading doctrine/instantiator (1.5.0) build 05-Jul-2024 20:28:43 - Downloading phpspec/prophecy (v1.19.0) build 05-Jul-2024 20:28:43 - Downloading phar-io/version (2.0.1) build 05-Jul-2024 20:28:43 - Downloading phar-io/manifest (1.0.3) build 05-Jul-2024 20:28:43 - Downloading myclabs/deep-copy (1.12.0) build 05-Jul-2024 20:28:43 - Downloading phpunit/phpunit (7.5.20) build 05-Jul-2024 20:28:43 - Downloading phpunit/dbunit (4.0.0) build 05-Jul-2024 20:28:43 - Downloading psr/container (1.1.1) build 05-Jul-2024 20:28:43 - Downloading s9e/sweetdom (2.1.0.1) build 05-Jul-2024 20:28:43 - Downloading s9e/regexp-builder (1.4.6) build 05-Jul-2024 20:28:43 - Downloading s9e/text-formatter (2.11.5) build 05-Jul-2024 20:28:43 - Downloading squizlabs/php_codesniffer (3.10.1) build 05-Jul-2024 20:28:43 - Downloading symfony/filesystem (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/config (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/finder (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/http-foundation (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/event-dispatcher (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/http-kernel (v3.4.49) build 05-Jul-2024 20:28:43 - Downloading symfony/dependency-injection (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading zendframework/zend-eventmanager (3.2.1) build 05-Jul-2024 20:28:43 - Downloading zendframework/zend-code (3.4.1) build 05-Jul-2024 20:28:43 - Downloading ocramius/proxy-manager (2.2.4) build 05-Jul-2024 20:28:43 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading symfony/routing (v3.4.47) build 05-Jul-2024 20:28:43 - Downloading twig/twig (v2.16.0) build 05-Jul-2024 20:28:43 - Downloading symfony/twig-bridge (v3.4.47) build 05-Jul-2024 20:28:45 0/74 [>---------------------------] 0% 15/74 [=====>----------------------] 20% 29/74 [==========>-----------------] 39% 41/74 [===============>------------] 55% 49/74 [==================>---------] 66% 53/74 [====================>-------] 71% 62/74 [=======================>----] 83% 68/74 [=========================>--] 91% 74/74 [============================] 100% - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 05-Jul-2024 20:28:45 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/dom-crawler (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/css-selector (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/browser-kit (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing psr/http-message (1.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 05-Jul-2024 20:28:45 - Installing fabpot/goutte (v3.2.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing google/recaptcha (1.2.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/yaml (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/process (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing psr/log (1.1.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/debug (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/console (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing laravel/homestead (v7.20.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 05-Jul-2024 20:28:45 - Installing phing/phing (2.17.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing php-webdriver/webdriver (1.13.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing webmozart/assert (1.11.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpdocumentor/type-resolver (1.6.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/version (2.0.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/resource-operations (2.0.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/recursion-context (3.0.2): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/object-reflector (1.1.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/object-enumerator (3.0.5): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/global-state (2.0.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/exporter (3.1.6): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/environment (4.2.5): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/diff (3.0.6): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/comparator (3.0.5): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/php-timer (2.1.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/php-text-template (1.2.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/php-file-iterator (2.0.6): Extracting archive build 05-Jul-2024 20:28:45 - Installing theseer/tokenizer (1.2.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/php-token-stream (3.1.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/php-code-coverage (6.1.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing doctrine/instantiator (1.5.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpspec/prophecy (v1.19.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing phar-io/version (2.0.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing phar-io/manifest (1.0.3): Extracting archive build 05-Jul-2024 20:28:45 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/phpunit (7.5.20): Extracting archive build 05-Jul-2024 20:28:45 - Installing phpunit/dbunit (4.0.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing psr/container (1.1.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 05-Jul-2024 20:28:45 - Installing s9e/text-formatter (2.11.5): Extracting archive build 05-Jul-2024 20:28:45 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/filesystem (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/config (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/finder (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-php56 (v1.20.0) build 05-Jul-2024 20:28:45 - Installing symfony/polyfill-php70 (v1.20.0) build 05-Jul-2024 20:28:45 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing zendframework/zend-code (3.4.1): Extracting archive build 05-Jul-2024 20:28:45 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/routing (v3.4.47): Extracting archive build 05-Jul-2024 20:28:45 - Installing twig/twig (v2.16.0): Extracting archive build 05-Jul-2024 20:28:45 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 05-Jul-2024 20:28:47 0/73 [>---------------------------] 0% 10/73 [===>------------------------] 13% 18/73 [======>---------------------] 24% 23/73 [========>-------------------] 31% 33/73 [============>---------------] 45% 43/73 [================>-----------] 58% 52/73 [===================>--------] 71% 62/73 [=======================>----] 84% 71/73 [===========================>] 97% 73/73 [============================] 100%Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 05-Jul-2024 20:28:47 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 05-Jul-2024 20:28:47 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 05-Jul-2024 20:28:47 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 05-Jul-2024 20:28:47 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 05-Jul-2024 20:28:47 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 05-Jul-2024 20:28:47 Generating autoload files build 05-Jul-2024 20:28:47 47 packages you are using are looking for funding. build 05-Jul-2024 20:28:47 Use the `composer fund` command to find out more! build 05-Jul-2024 20:28:48 remote: Enumerating objects: 38952, done. build 05-Jul-2024 20:28:48 remote: Counting objects: 0% (1/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 1% (121/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 2% (241/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 3% (361/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 4% (481/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 5% (601/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 6% (721/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 7% (841/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 8% (961/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 9% (1081/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 10% (1201/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 11% (1321/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 12% (1441/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 13% (1561/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 14% (1681/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 15% (1801/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 16% (1921/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 17% (2041/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 18% (2161/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 19% (2281/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 20% (2401/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 21% (2521/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 22% (2641/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 23% (2761/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 24% (2881/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 25% (3001/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 26% (3121/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 27% (3241/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 28% (3361/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 29% (3481/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 30% (3601/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 31% (3721/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 32% (3841/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 33% (3961/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 34% (4081/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 35% (4201/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 36% (4321/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 37% (4441/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 38% (4561/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 39% (4681/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 40% (4801/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 41% (4921/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 42% (5041/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 43% (5161/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 44% (5281/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 45% (5401/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 46% (5521/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 47% (5641/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 48% (5761/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 49% (5881/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 50% (6001/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 51% (6121/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 52% (6241/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 53% (6361/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 54% (6481/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 55% (6601/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 56% (6721/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 57% (6841/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 58% (6961/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 59% (7081/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 60% (7201/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 61% (7321/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 62% (7441/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 63% (7561/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 64% (7681/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 65% (7801/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 66% (7921/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 67% (8041/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 68% (8161/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 69% (8281/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 70% (8401/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 71% (8521/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 72% (8641/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 73% (8761/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 74% (8881/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 75% (9001/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 76% (9121/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 77% (9241/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 78% (9361/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 79% (9481/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 80% (9601/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 81% (9721/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 82% (9841/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 83% (9961/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 84% (10081/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 85% (10201/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 86% (10321/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 87% (10441/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 88% (10561/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 89% (10681/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 90% (10801/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 91% (10921/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 92% (11041/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 93% (11161/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 94% (11281/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 95% (11401/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 96% (11521/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 97% (11641/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 98% (11761/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 99% (11881/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 100% (12001/12001) build 05-Jul-2024 20:28:48 remote: Counting objects: 100% (12001/12001), done. build 05-Jul-2024 20:28:48 remote: Compressing objects: 0% (1/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 1% (5/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 2% (9/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 3% (14/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 4% (18/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 5% (23/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 6% (27/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 7% (32/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 8% (36/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 9% (41/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 10% (45/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 11% (49/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 12% (54/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 13% (58/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 14% (63/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 15% (67/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 16% (72/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 17% (76/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 18% (81/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 19% (85/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 20% (89/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 21% (94/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 22% (98/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 23% (103/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 24% (107/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 25% (112/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 26% (116/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 27% (121/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 28% (125/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 29% (130/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 30% (134/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 31% (138/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 32% (143/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 33% (147/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 34% (152/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 35% (156/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 36% (161/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 37% (165/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 38% (170/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 39% (174/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 40% (178/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 41% (183/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 42% (187/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 43% (192/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 44% (196/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 45% (201/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 46% (205/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 47% (210/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 48% (214/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 49% (219/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 50% (223/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 51% (227/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 52% (232/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 53% (236/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 54% (241/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 55% (245/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 56% (250/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 57% (254/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 58% (259/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 59% (263/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 60% (267/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 61% (272/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 62% (276/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 63% (281/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 64% (285/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 65% (290/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 66% (294/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 67% (299/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 68% (303/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 69% (308/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 70% (312/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 71% (316/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 72% (321/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 73% (325/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 74% (330/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 75% (334/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 76% (339/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 77% (343/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 78% (348/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 79% (352/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 80% (356/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 81% (361/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 82% (365/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 83% (370/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 84% (374/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 85% (379/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 86% (383/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 87% (388/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 88% (392/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 89% (397/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 90% (401/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 91% (405/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 92% (410/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 93% (414/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 94% (419/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 95% (423/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 96% (428/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 97% (432/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 98% (437/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 99% (441/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 100% (445/445) build 05-Jul-2024 20:28:48 remote: Compressing objects: 100% (445/445), done. build 05-Jul-2024 20:28:48 Receiving objects: 0% (1/38952) build 05-Jul-2024 20:28:48 Receiving objects: 1% (390/38952) build 05-Jul-2024 20:28:48 Receiving objects: 2% (780/38952) build 05-Jul-2024 20:28:48 Receiving objects: 3% (1169/38952) build 05-Jul-2024 20:28:48 Receiving objects: 4% (1559/38952) build 05-Jul-2024 20:28:48 Receiving objects: 5% (1948/38952) build 05-Jul-2024 20:28:48 Receiving objects: 6% (2338/38952) build 05-Jul-2024 20:28:49 Receiving objects: 7% (2727/38952) build 05-Jul-2024 20:28:49 Receiving objects: 8% (3117/38952) build 05-Jul-2024 20:28:49 Receiving objects: 9% (3506/38952) build 05-Jul-2024 20:28:49 Receiving objects: 10% (3896/38952) build 05-Jul-2024 20:28:49 Receiving objects: 11% (4285/38952) build 05-Jul-2024 20:28:49 Receiving objects: 12% (4675/38952) build 05-Jul-2024 20:28:49 Receiving objects: 13% (5064/38952) build 05-Jul-2024 20:28:49 Receiving objects: 14% (5454/38952) build 05-Jul-2024 20:28:49 Receiving objects: 15% (5843/38952) build 05-Jul-2024 20:28:49 Receiving objects: 16% (6233/38952) build 05-Jul-2024 20:28:49 Receiving objects: 17% (6622/38952) build 05-Jul-2024 20:28:49 Receiving objects: 18% (7012/38952) build 05-Jul-2024 20:28:49 Receiving objects: 19% (7401/38952) build 05-Jul-2024 20:28:49 Receiving objects: 20% (7791/38952) build 05-Jul-2024 20:28:49 Receiving objects: 21% (8180/38952) build 05-Jul-2024 20:28:49 Receiving objects: 22% (8570/38952) build 05-Jul-2024 20:28:49 Receiving objects: 23% (8959/38952) build 05-Jul-2024 20:28:49 Receiving objects: 24% (9349/38952) build 05-Jul-2024 20:28:49 Receiving objects: 25% (9738/38952) build 05-Jul-2024 20:28:49 Receiving objects: 26% (10128/38952) build 05-Jul-2024 20:28:49 Receiving objects: 27% (10518/38952) build 05-Jul-2024 20:28:49 Receiving objects: 28% (10907/38952) build 05-Jul-2024 20:28:49 Receiving objects: 29% (11297/38952) build 05-Jul-2024 20:28:49 Receiving objects: 30% (11686/38952) build 05-Jul-2024 20:28:49 Receiving objects: 31% (12076/38952) build 05-Jul-2024 20:28:49 Receiving objects: 32% (12465/38952) build 05-Jul-2024 20:28:49 Receiving objects: 33% (12855/38952) build 05-Jul-2024 20:28:49 Receiving objects: 34% (13244/38952) build 05-Jul-2024 20:28:49 Receiving objects: 35% (13634/38952) build 05-Jul-2024 20:28:49 Receiving objects: 36% (14023/38952) build 05-Jul-2024 20:28:49 Receiving objects: 37% (14413/38952) build 05-Jul-2024 20:28:49 Receiving objects: 38% (14802/38952) build 05-Jul-2024 20:28:49 Receiving objects: 39% (15192/38952) build 05-Jul-2024 20:28:49 Receiving objects: 40% (15581/38952) build 05-Jul-2024 20:28:49 Receiving objects: 41% (15971/38952) build 05-Jul-2024 20:28:49 Receiving objects: 42% (16360/38952) build 05-Jul-2024 20:28:49 Receiving objects: 43% (16750/38952) build 05-Jul-2024 20:28:49 Receiving objects: 44% (17139/38952) build 05-Jul-2024 20:28:49 Receiving objects: 45% (17529/38952) build 05-Jul-2024 20:28:49 Receiving objects: 46% (17918/38952) build 05-Jul-2024 20:28:49 Receiving objects: 47% (18308/38952) build 05-Jul-2024 20:28:49 Receiving objects: 48% (18697/38952) build 05-Jul-2024 20:28:49 Receiving objects: 49% (19087/38952) build 05-Jul-2024 20:28:49 Receiving objects: 50% (19476/38952) build 05-Jul-2024 20:28:49 Receiving objects: 51% (19866/38952) build 05-Jul-2024 20:28:49 Receiving objects: 52% (20256/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 53% (20645/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 54% (21035/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 55% (21424/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 56% (21814/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 57% (22203/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 58% (22593/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 59% (22982/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 60% (23372/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 61% (23761/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 62% (24151/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 63% (24540/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 64% (24930/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 65% (25319/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 66% (25709/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 67% (26098/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 68% (26488/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 69% (26877/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 70% (27267/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 71% (27656/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 72% (28046/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 73% (28435/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 74% (28825/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 75% (29214/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 76% (29604/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 77% (29994/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 78% (30383/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 79% (30773/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 80% (31162/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 81% (31552/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 82% (31941/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 83% (32331/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 84% (32720/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 85% (33110/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 86% (33499/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 87% (33889/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 88% (34278/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 89% (34668/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 90% (35057/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 91% (35447/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 92% (35836/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 93% (36226/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 94% (36615/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 95% (37005/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 96% (37394/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 97% (37784/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 98% (38173/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 99% (38563/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 remote: Total 38952 (delta 11660), reused 11852 (delta 11547), pack-reused 26951 build 05-Jul-2024 20:28:49 Receiving objects: 100% (38952/38952), 11.66 MiB | 23.32 MiB/s build 05-Jul-2024 20:28:49 Receiving objects: 100% (38952/38952), 18.13 MiB | 25.39 MiB/s, done. build 05-Jul-2024 20:28:49 Resolving deltas: 0% (0/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 1% (451/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 2% (643/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 3% (873/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 4% (1148/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 5% (1431/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 6% (1849/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 7% (1987/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 8% (2260/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 9% (2541/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 10% (2824/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 11% (3110/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 12% (3391/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 13% (3674/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 14% (3957/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 15% (4254/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 16% (4520/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 17% (4839/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 18% (5097/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 19% (5387/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 20% (5672/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 21% (5929/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 22% (6260/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 23% (6496/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 24% (6884/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 25% (7142/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 26% (7394/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 27% (7630/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 28% (7921/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 29% (8198/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 30% (8665/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 31% (8795/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 32% (9104/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 33% (9326/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 34% (9683/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 35% (9951/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 36% (10181/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 37% (10445/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 38% (10767/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 39% (11022/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 40% (11334/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 41% (11629/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 42% (11861/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 43% (12147/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 44% (12422/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 45% (12708/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 46% (12987/28229) build 05-Jul-2024 20:28:49 Resolving deltas: 47% (13268/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 48% (13557/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 49% (13855/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 50% (14117/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 51% (14397/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 52% (14688/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 53% (14982/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 54% (15256/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 55% (15526/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 56% (15811/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 57% (16121/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 58% (16420/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 59% (16728/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 60% (17021/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 61% (17239/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 62% (17513/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 63% (17836/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 64% (18072/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 65% (18369/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 66% (18705/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 67% (18924/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 68% (19198/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 69% (19479/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 70% (19763/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 71% (20043/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 72% (20341/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 73% (20618/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 74% (20904/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 75% (21180/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 76% (21457/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 77% (21781/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 78% (22019/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 79% (22329/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 80% (22601/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 81% (22955/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 82% (23149/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 83% (23433/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 84% (23728/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 85% (24025/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 86% (24277/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 86% (24349/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 87% (24560/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 88% (24843/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 89% (25124/28229) build 05-Jul-2024 20:28:50 Resolving deltas: 90% (25407/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 91% (25689/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 92% (26056/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 93% (26257/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 94% (26539/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 95% (26840/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 96% (27106/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 97% (27383/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 97% (27649/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 98% (27665/28229) build 05-Jul-2024 20:28:51 Resolving deltas: 99% (27956/28229) build 05-Jul-2024 20:28:52 Resolving deltas: 100% (28229/28229) build 05-Jul-2024 20:28:52 Resolving deltas: 100% (28229/28229), completed with 2768 local objects. build 05-Jul-2024 20:28:53 From https://github.com/phpbb/phpbb build 05-Jul-2024 20:28:53 * branch HEAD -> FETCH_HEAD build 05-Jul-2024 20:28:53 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 05-Jul-2024 20:28:53 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 05-Jul-2024 20:28:53 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 05-Jul-2024 20:28:53 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 05-Jul-2024 20:28:53 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 05-Jul-2024 20:28:53 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 05-Jul-2024 20:28:53 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 05-Jul-2024 20:28:53 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.0 -> release-2.0.0 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.1 -> release-2.0.1 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.10 -> release-2.0.10 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.11 -> release-2.0.11 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.12 -> release-2.0.12 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.13 -> release-2.0.13 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.14 -> release-2.0.14 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.15 -> release-2.0.15 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.16 -> release-2.0.16 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.17 -> release-2.0.17 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.18 -> release-2.0.18 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.19 -> release-2.0.19 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.2 -> release-2.0.2 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.20 -> release-2.0.20 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.21 -> release-2.0.21 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.22 -> release-2.0.22 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.23 -> release-2.0.23 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.3 -> release-2.0.3 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.4 -> release-2.0.4 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.5 -> release-2.0.5 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.6 -> release-2.0.6 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.7 -> release-2.0.7 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.8 -> release-2.0.8 build 05-Jul-2024 20:28:53 * [new tag] release-2.0.8a -> release-2.0.8a build 05-Jul-2024 20:28:53 * [new tag] release-2.0.9 -> release-2.0.9 build 05-Jul-2024 20:28:53 * [new tag] release-3.0.11 -> release-3.0.11 build 05-Jul-2024 20:28:53 * [new tag] release-3.0.12 -> release-3.0.12 build 05-Jul-2024 20:28:53 * [new tag] release-3.0.13 -> release-3.0.13 build 05-Jul-2024 20:28:53 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 05-Jul-2024 20:28:53 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 05-Jul-2024 20:28:53 * [new tag] start -> start build 05-Jul-2024 20:28:53 Buildfile: /data/build/build.xml build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53 phpBB > clean: build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53  [delete] Directory /data/build/logs does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/api does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/coverage does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/cpd does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/new_version does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 05-Jul-2024 20:28:53  [delete] Directory /data/build/save does not exist or is not a directory. build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53 phpBB > prepare: build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/logs build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/api build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/codebrowser build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/coverage build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/cpd build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/dependencies build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version/files build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version/patches build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version/release_files build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version/update build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/old_versions build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/save build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53 phpBB > prepare-new-version: build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53  [mkdir] Created dir: /data/build/new_version/phpBB3 build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53 phpBB > export: build 05-Jul-2024 20:28:53  build 05-Jul-2024 20:28:53 Installing dependencies from lock file build 05-Jul-2024 20:28:53 Verifying lock file contents can be installed on current platform. build 05-Jul-2024 20:28:53 Package operations: 40 installs, 0 updates, 0 removals build 05-Jul-2024 20:28:53 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 05-Jul-2024 20:28:53 - Downloading composer/package-versions-deprecated (1.11.99.5) build 05-Jul-2024 20:28:53 - Downloading bantu/ini-get-wrapper (v1.0.1) build 05-Jul-2024 20:28:53 - Downloading carlos-mg89/oauth (0.8.15) build 05-Jul-2024 20:28:53 - Downloading google/recaptcha (1.2.4) build 05-Jul-2024 20:28:53 - Downloading symfony/polyfill-php72 (v1.29.0) build 05-Jul-2024 20:28:53 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 05-Jul-2024 20:28:53 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 05-Jul-2024 20:28:53 - Downloading ralouphie/getallheaders (3.0.3) build 05-Jul-2024 20:28:53 - Downloading psr/http-message (1.1) build 05-Jul-2024 20:28:53 - Downloading guzzlehttp/psr7 (1.9.1) build 05-Jul-2024 20:28:53 - Downloading guzzlehttp/promises (1.5.3) build 05-Jul-2024 20:28:53 - Downloading guzzlehttp/guzzle (6.5.8) build 05-Jul-2024 20:28:53 - Downloading symfony/polyfill-mbstring (v1.29.0) build 05-Jul-2024 20:28:53 - Downloading marc1706/fast-image-size (v1.1.7) build 05-Jul-2024 20:28:53 - Downloading psr/container (1.1.1) build 05-Jul-2024 20:28:53 - Downloading s9e/sweetdom (2.1.0.1) build 05-Jul-2024 20:28:53 - Downloading s9e/regexp-builder (1.4.6) build 05-Jul-2024 20:28:53 - Downloading s9e/text-formatter (2.11.5) build 05-Jul-2024 20:28:53 - Downloading symfony/polyfill-ctype (v1.29.0) build 05-Jul-2024 20:28:53 - Downloading symfony/filesystem (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/config (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading psr/log (1.1.4) build 05-Jul-2024 20:28:53 - Downloading symfony/debug (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/console (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/finder (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/http-foundation (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/event-dispatcher (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/http-kernel (v3.4.49) build 05-Jul-2024 20:28:53 - Downloading symfony/process (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/dependency-injection (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading zendframework/zend-eventmanager (3.2.1) build 05-Jul-2024 20:28:53 - Downloading zendframework/zend-code (3.4.1) build 05-Jul-2024 20:28:53 - Downloading ocramius/proxy-manager (2.2.4) build 05-Jul-2024 20:28:53 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/routing (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading twig/twig (v2.16.0) build 05-Jul-2024 20:28:53 - Downloading symfony/twig-bridge (v3.4.47) build 05-Jul-2024 20:28:53 - Downloading symfony/yaml (v3.4.47) build 05-Jul-2024 20:28:54 0/38 [>---------------------------] 0% build 05-Jul-2024 20:28:54 10/38 [=======>--------------------] 26% build 05-Jul-2024 20:28:54 19/38 [==============>-------------] 50% build 05-Jul-2024 20:28:54 29/38 [=====================>------] 76% build 05-Jul-2024 20:28:54 37/38 [===========================>] 97% build 05-Jul-2024 20:28:54 38/38 [============================] 100% build 05-Jul-2024 20:28:54 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 05-Jul-2024 20:28:54 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 05-Jul-2024 20:28:54 - Installing google/recaptcha (1.2.4): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 05-Jul-2024 20:28:54 - Installing psr/http-message (1.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 05-Jul-2024 20:28:54 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 05-Jul-2024 20:28:54 - Installing psr/container (1.1.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 05-Jul-2024 20:28:54 - Installing s9e/text-formatter (2.11.5): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/filesystem (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/config (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing psr/log (1.1.4): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/debug (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/console (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/finder (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-php56 (v1.20.0) build 05-Jul-2024 20:28:54 - Installing symfony/polyfill-php70 (v1.20.0) build 05-Jul-2024 20:28:54 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/process (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing zendframework/zend-code (3.4.1): Extracting archive build 05-Jul-2024 20:28:54 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/routing (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing twig/twig (v2.16.0): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 - Installing symfony/yaml (v3.4.47): Extracting archive build 05-Jul-2024 20:28:54 0/37 [>---------------------------] 0% build 05-Jul-2024 20:28:55 18/37 [=============>--------------] 48% build 05-Jul-2024 20:28:55 23/37 [=================>----------] 62% build 05-Jul-2024 20:28:55 28/37 [=====================>------] 75% build 05-Jul-2024 20:28:55 37/37 [============================] 100% build 05-Jul-2024 20:28:55 Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 05-Jul-2024 20:28:55 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 05-Jul-2024 20:28:55 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 05-Jul-2024 20:28:55 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 05-Jul-2024 20:28:55 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 05-Jul-2024 20:28:55 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 05-Jul-2024 20:28:55 Generating optimized autoload files build 05-Jul-2024 20:28:56 27 packages you are using are looking for funding. build 05-Jul-2024 20:28:56 Use the `composer fund` command to find out more! build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 05-Jul-2024 20:28:56  build 05-Jul-2024 20:28:56 phpBB > clean-vendor-dir: build 05-Jul-2024 20:28:56  build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/README.md to delete. build 05-Jul-2024 20:28:56  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 05-Jul-2024 20:28:56  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist build 05-Jul-2024 20:28:56  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 05-Jul-2024 20:28:56  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 05-Jul-2024 20:28:57 Cloning into 'viglink'... build 05-Jul-2024 20:28:57 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:28:57 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:28:57 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:28:57 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:28:57 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:28:57 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:28:57 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:28:57 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:28:57 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:28:57 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:28:57 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:28:57 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:28:57 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:28:57 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:28:57 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:28:57 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:28:57 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:28:57 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:28:57 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:28:57 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:28:57 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:28:57 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:28:57 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:28:57 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:28:57 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:28:57 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:28:57 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:28:57 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:28:57 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:28:57 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:28:57 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:28:57 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:28:57 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:28:57 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:28:57 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:28:57 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:28:57 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:28:57 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:28:57 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:28:57 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:28:57 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:28:57 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:28:57 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:28:57 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:28:57 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:28:57 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:28:57 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:28:57 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:28:57 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:28:57 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:28:57 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:28:57 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:28:57 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:28:57 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:28:57 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:28:57 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:28:57 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:28:57 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:28:57 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:28:57 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:28:57 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:28:57 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:28:57 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:28:57 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:28:57 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:28:57 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:28:57 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:28:57 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:28:57 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:28:57 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:28:57 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:28:57 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:28:57 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:28:57 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:28:57 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:28:57 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:28:57 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:28:57 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:28:57 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:28:57 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:28:57 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:28:57 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:28:57 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:28:57 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:28:57 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:28:57 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:28:57 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:28:57 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:28:57 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:28:57 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:28:57 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:28:57 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:28:57 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:28:57 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:28:57 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:28:57 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:28:57 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:28:57 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:28:57 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:28:57 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:28:57 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:28:57 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:28:57 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:28:57 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:28:57 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:28:57 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:28:57 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:28:57 Receiving objects: 100% (1117/1117), 214.66 KiB | 12.63 MiB/s, done. build 05-Jul-2024 20:28:57 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:28:57 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:28:57 Resolving deltas: 4% (26/573) build 05-Jul-2024 20:28:57 Resolving deltas: 8% (48/573) build 05-Jul-2024 20:28:57 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:28:57 Resolving deltas: 12% (73/573) build 05-Jul-2024 20:28:57 Resolving deltas: 16% (93/573) build 05-Jul-2024 20:28:57 Resolving deltas: 18% (105/573) build 05-Jul-2024 20:28:57 Resolving deltas: 20% (117/573) build 05-Jul-2024 20:28:57 Resolving deltas: 22% (131/573) build 05-Jul-2024 20:28:57 Resolving deltas: 23% (137/573) build 05-Jul-2024 20:28:57 Resolving deltas: 26% (152/573) build 05-Jul-2024 20:28:57 Resolving deltas: 30% (177/573) build 05-Jul-2024 20:28:57 Resolving deltas: 31% (179/573) build 05-Jul-2024 20:28:57 Resolving deltas: 32% (188/573) build 05-Jul-2024 20:28:57 Resolving deltas: 34% (200/573) build 05-Jul-2024 20:28:57 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:28:57 Resolving deltas: 36% (208/573) build 05-Jul-2024 20:28:57 Resolving deltas: 37% (216/573) build 05-Jul-2024 20:28:57 Resolving deltas: 40% (230/573) build 05-Jul-2024 20:28:57 Resolving deltas: 42% (246/573) build 05-Jul-2024 20:28:57 Resolving deltas: 44% (253/573) build 05-Jul-2024 20:28:57 Resolving deltas: 45% (262/573) build 05-Jul-2024 20:28:57 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:28:57 Resolving deltas: 47% (274/573) build 05-Jul-2024 20:28:57 Resolving deltas: 57% (328/573) build 05-Jul-2024 20:28:57 Resolving deltas: 58% (333/573) build 05-Jul-2024 20:28:57 Resolving deltas: 59% (342/573) build 05-Jul-2024 20:28:57 Resolving deltas: 62% (357/573) build 05-Jul-2024 20:28:57 Resolving deltas: 63% (361/573) build 05-Jul-2024 20:28:57 Resolving deltas: 66% (381/573) build 05-Jul-2024 20:28:57 Resolving deltas: 67% (386/573) build 05-Jul-2024 20:28:57 Resolving deltas: 68% (390/573) build 05-Jul-2024 20:28:57 Resolving deltas: 72% (417/573) build 05-Jul-2024 20:28:57 Resolving deltas: 74% (429/573) build 05-Jul-2024 20:28:57 Resolving deltas: 76% (437/573) build 05-Jul-2024 20:28:57 Resolving deltas: 77% (443/573) build 05-Jul-2024 20:28:57 Resolving deltas: 78% (451/573) build 05-Jul-2024 20:28:57 Resolving deltas: 79% (454/573) build 05-Jul-2024 20:28:57 Resolving deltas: 80% (463/573) build 05-Jul-2024 20:28:57 Resolving deltas: 81% (467/573) build 05-Jul-2024 20:28:57 Resolving deltas: 87% (499/573) build 05-Jul-2024 20:28:57 Resolving deltas: 91% (524/573) build 05-Jul-2024 20:28:57 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:28:57 Resolving deltas: 93% (536/573) build 05-Jul-2024 20:28:57 Resolving deltas: 94% (539/573) build 05-Jul-2024 20:28:57 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:28:57 Resolving deltas: 98% (564/573) build 05-Jul-2024 20:28:57 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:28:57 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:28:57 Already on 'master' build 05-Jul-2024 20:28:57 Your branch is up to date with 'origin/master'. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 05-Jul-2024 20:28:57  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:28:57  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 05-Jul-2024 20:28:57  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 05-Jul-2024 20:28:57  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 05-Jul-2024 20:28:57  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 05-Jul-2024 20:28:58  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 05-Jul-2024 20:28:58  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 05-Jul-2024 20:28:58  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 05-Jul-2024 20:28:58  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 05-Jul-2024 20:28:58  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:28:58  build 05-Jul-2024 20:28:58 phpBB > clean-diff-dir: build 05-Jul-2024 20:28:58  build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/cache build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/docs build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/files build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/install build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/store build 05-Jul-2024 20:28:58  [delete] Deleting directory /data/build/old_versions/release-3.3.13-dev/vendor build 05-Jul-2024 20:28:59  [touch] Creating /data/build/new_version/phpBB3/config.php build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59 phpBB > old-version-diffs: build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59 phpBB > old-version-diff: build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59  [echo] Retrieving version 3.1.0 build 05-Jul-2024 20:28:59  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59 phpBB > export: build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 05-Jul-2024 20:28:59  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 05-Jul-2024 20:28:59  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 05-Jul-2024 20:28:59  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 05-Jul-2024 20:28:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 05-Jul-2024 20:28:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 05-Jul-2024 20:28:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 05-Jul-2024 20:28:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 05-Jul-2024 20:28:59  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59 phpBB > clean-diff-dir: build 05-Jul-2024 20:28:59  build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 05-Jul-2024 20:28:59  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 05-Jul-2024 20:28:59  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00 phpBB > old-version-diff: build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00  [echo] Retrieving version 3.1.1 build 05-Jul-2024 20:29:00  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00 phpBB > export: build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 05-Jul-2024 20:29:00  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:00  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:00  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 05-Jul-2024 20:29:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 05-Jul-2024 20:29:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 05-Jul-2024 20:29:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 05-Jul-2024 20:29:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 05-Jul-2024 20:29:00  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:00  build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 05-Jul-2024 20:29:00  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 05-Jul-2024 20:29:00  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01 phpBB > old-version-diff: build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01  [echo] Retrieving version 3.1.2 build 05-Jul-2024 20:29:01  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01 phpBB > export: build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 05-Jul-2024 20:29:01  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:01  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:01  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 05-Jul-2024 20:29:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 05-Jul-2024 20:29:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 05-Jul-2024 20:29:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 05-Jul-2024 20:29:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 05-Jul-2024 20:29:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 05-Jul-2024 20:29:01  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 05-Jul-2024 20:29:01  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01 phpBB > old-version-diff: build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01  [echo] Retrieving version 3.1.3 build 05-Jul-2024 20:29:01  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:01 phpBB > export: build 05-Jul-2024 20:29:01  build 05-Jul-2024 20:29:02  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 05-Jul-2024 20:29:02  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:02  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:02  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 05-Jul-2024 20:29:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 05-Jul-2024 20:29:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 05-Jul-2024 20:29:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 05-Jul-2024 20:29:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 05-Jul-2024 20:29:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:02 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 05-Jul-2024 20:29:02  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 05-Jul-2024 20:29:02  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:02 phpBB > old-version-diff: build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:02  [echo] Retrieving version 3.1.4 build 05-Jul-2024 20:29:02  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:02 phpBB > export: build 05-Jul-2024 20:29:02  build 05-Jul-2024 20:29:03  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:03  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03 phpBB > old-version-diff: build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03  [echo] Retrieving version 3.1.5 build 05-Jul-2024 20:29:03  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03 phpBB > export: build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:03  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 05-Jul-2024 20:29:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:03  build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 05-Jul-2024 20:29:03  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 05-Jul-2024 20:29:03  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04 phpBB > old-version-diff: build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04  [echo] Retrieving version 3.1.6 build 05-Jul-2024 20:29:04  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04 phpBB > export: build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 05-Jul-2024 20:29:04  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:04  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:04  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 05-Jul-2024 20:29:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 05-Jul-2024 20:29:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 05-Jul-2024 20:29:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 05-Jul-2024 20:29:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 05-Jul-2024 20:29:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:04  build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 05-Jul-2024 20:29:04  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 05-Jul-2024 20:29:04  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05 phpBB > old-version-diff: build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05  [echo] Retrieving version 3.1.7 build 05-Jul-2024 20:29:05  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05 phpBB > export: build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 05-Jul-2024 20:29:05  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:05  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:05  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 05-Jul-2024 20:29:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 05-Jul-2024 20:29:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 05-Jul-2024 20:29:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 05-Jul-2024 20:29:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 05-Jul-2024 20:29:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:05  build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 05-Jul-2024 20:29:05  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 05-Jul-2024 20:29:05  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06 phpBB > old-version-diff: build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06  [echo] Retrieving version 3.1.7-pl1 build 05-Jul-2024 20:29:06  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06 phpBB > export: build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 05-Jul-2024 20:29:06  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:06  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:06  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 05-Jul-2024 20:29:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 05-Jul-2024 20:29:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 05-Jul-2024 20:29:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 05-Jul-2024 20:29:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 05-Jul-2024 20:29:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:06  build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 05-Jul-2024 20:29:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 05-Jul-2024 20:29:06  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07 phpBB > old-version-diff: build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07  [echo] Retrieving version 3.1.8 build 05-Jul-2024 20:29:07  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07 phpBB > export: build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 05-Jul-2024 20:29:07  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:07  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:07  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 05-Jul-2024 20:29:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 05-Jul-2024 20:29:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 05-Jul-2024 20:29:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 05-Jul-2024 20:29:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 05-Jul-2024 20:29:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 05-Jul-2024 20:29:07  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 05-Jul-2024 20:29:07  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07 phpBB > old-version-diff: build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07  [echo] Retrieving version 3.1.9 build 05-Jul-2024 20:29:07  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:07 phpBB > export: build 05-Jul-2024 20:29:07  build 05-Jul-2024 20:29:08  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 05-Jul-2024 20:29:08  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:08  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:08  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 05-Jul-2024 20:29:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 05-Jul-2024 20:29:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 05-Jul-2024 20:29:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 05-Jul-2024 20:29:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 05-Jul-2024 20:29:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:08 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 05-Jul-2024 20:29:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 05-Jul-2024 20:29:08  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:08 phpBB > old-version-diff: build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:08  [echo] Retrieving version 3.1.10 build 05-Jul-2024 20:29:08  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:08 phpBB > export: build 05-Jul-2024 20:29:08  build 05-Jul-2024 20:29:09  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:09  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09 phpBB > old-version-diff: build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09  [echo] Retrieving version 3.1.11 build 05-Jul-2024 20:29:09  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09 phpBB > export: build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:09  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 05-Jul-2024 20:29:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:09  build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 05-Jul-2024 20:29:09  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 05-Jul-2024 20:29:09  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10 phpBB > old-version-diff: build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10  [echo] Retrieving version 3.1.12 build 05-Jul-2024 20:29:10  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10 phpBB > export: build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 05-Jul-2024 20:29:10  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 05-Jul-2024 20:29:10  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 05-Jul-2024 20:29:10  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 05-Jul-2024 20:29:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 05-Jul-2024 20:29:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 05-Jul-2024 20:29:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 05-Jul-2024 20:29:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 05-Jul-2024 20:29:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:10  build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 05-Jul-2024 20:29:10  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 05-Jul-2024 20:29:10  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:11  build 05-Jul-2024 20:29:11 phpBB > old-version-diff: build 05-Jul-2024 20:29:11  build 05-Jul-2024 20:29:11  [echo] Retrieving version 3.2.0 build 05-Jul-2024 20:29:11  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 05-Jul-2024 20:29:11  build 05-Jul-2024 20:29:11 phpBB > export: build 05-Jul-2024 20:29:11  build 05-Jul-2024 20:29:11 Cloning into 'viglink'... build 05-Jul-2024 20:29:12 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:12 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:12 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:12 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:12 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:12 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:12 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:12 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:12 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:12 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:12 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:12 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:12 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:12 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:12 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:12 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:12 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:12 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:12 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:12 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:12 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:12 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:12 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:12 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:12 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:12 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:12 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:12 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:12 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:12 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:12 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:12 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:12 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:12 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:12 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:12 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:12 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:12 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:12 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:12 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:12 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:12 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:12 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:12 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:12 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:12 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:12 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:12 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:12 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:12 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:12 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:12 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:12 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:12 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:12 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:12 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:12 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:12 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:12 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:12 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:12 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:12 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:12 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:12 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:12 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:12 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:12 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:12 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:12 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:12 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:12 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:12 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:12 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:12 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:12 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:12 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:12 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:12 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:12 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:12 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:12 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:12 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:12 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:12 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:12 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:12 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:12 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:12 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:12 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:12 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:12 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:12 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:12 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:12 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:12 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:12 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:12 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:12 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:12 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:12 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:12 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:12 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:12 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:12 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:12 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:12 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:12 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:12 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.53 MiB/s, done. build 05-Jul-2024 20:29:12 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:12 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:12 Resolving deltas: 2% (14/573) build 05-Jul-2024 20:29:12 Resolving deltas: 5% (31/573) build 05-Jul-2024 20:29:12 Resolving deltas: 6% (39/573) build 05-Jul-2024 20:29:12 Resolving deltas: 7% (41/573) build 05-Jul-2024 20:29:12 Resolving deltas: 8% (46/573) build 05-Jul-2024 20:29:12 Resolving deltas: 9% (57/573) build 05-Jul-2024 20:29:12 Resolving deltas: 12% (73/573) build 05-Jul-2024 20:29:12 Resolving deltas: 13% (75/573) build 05-Jul-2024 20:29:12 Resolving deltas: 16% (97/573) build 05-Jul-2024 20:29:12 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:12 Resolving deltas: 21% (121/573) build 05-Jul-2024 20:29:12 Resolving deltas: 22% (127/573) build 05-Jul-2024 20:29:12 Resolving deltas: 24% (142/573) build 05-Jul-2024 20:29:12 Resolving deltas: 30% (173/573) build 05-Jul-2024 20:29:12 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:12 Resolving deltas: 35% (204/573) build 05-Jul-2024 20:29:12 Resolving deltas: 36% (207/573) build 05-Jul-2024 20:29:12 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:12 Resolving deltas: 39% (227/573) build 05-Jul-2024 20:29:12 Resolving deltas: 42% (244/573) build 05-Jul-2024 20:29:12 Resolving deltas: 44% (257/573) build 05-Jul-2024 20:29:12 Resolving deltas: 46% (268/573) build 05-Jul-2024 20:29:12 Resolving deltas: 47% (272/573) build 05-Jul-2024 20:29:12 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:12 Resolving deltas: 50% (287/573) build 05-Jul-2024 20:29:12 Resolving deltas: 52% (300/573) build 05-Jul-2024 20:29:12 Resolving deltas: 53% (305/573) build 05-Jul-2024 20:29:12 Resolving deltas: 59% (340/573) build 05-Jul-2024 20:29:12 Resolving deltas: 60% (348/573) build 05-Jul-2024 20:29:12 Resolving deltas: 61% (350/573) build 05-Jul-2024 20:29:12 Resolving deltas: 68% (392/573) build 05-Jul-2024 20:29:12 Resolving deltas: 69% (399/573) build 05-Jul-2024 20:29:12 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:12 Resolving deltas: 71% (411/573) build 05-Jul-2024 20:29:12 Resolving deltas: 72% (416/573) build 05-Jul-2024 20:29:12 Resolving deltas: 77% (446/573) build 05-Jul-2024 20:29:12 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:12 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:12 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:12 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:12 Resolving deltas: 86% (493/573) build 05-Jul-2024 20:29:12 Resolving deltas: 87% (500/573) build 05-Jul-2024 20:29:12 Resolving deltas: 89% (514/573) build 05-Jul-2024 20:29:12 Resolving deltas: 90% (516/573) build 05-Jul-2024 20:29:12 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:12 Resolving deltas: 94% (543/573) build 05-Jul-2024 20:29:12 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:12 Resolving deltas: 97% (559/573) build 05-Jul-2024 20:29:12 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:12 Resolving deltas: 99% (572/573) build 05-Jul-2024 20:29:12 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:12 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:12 Note: checking out 'release-phpbb-3.2.0'. build 05-Jul-2024 20:29:12 build 05-Jul-2024 20:29:12 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:12 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:12 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:12 build 05-Jul-2024 20:29:12 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:12 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:12 build 05-Jul-2024 20:29:12 git checkout -b build 05-Jul-2024 20:29:12 build 05-Jul-2024 20:29:12 HEAD is now at 5441364 Update version to 1.0.0 build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:12  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:12  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:12  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:12  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:12  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 05-Jul-2024 20:29:12  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 05-Jul-2024 20:29:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 05-Jul-2024 20:29:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 05-Jul-2024 20:29:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 05-Jul-2024 20:29:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 05-Jul-2024 20:29:12  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:12  build 05-Jul-2024 20:29:12 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:12  build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 05-Jul-2024 20:29:12  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 05-Jul-2024 20:29:12  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:13  build 05-Jul-2024 20:29:13 phpBB > old-version-diff: build 05-Jul-2024 20:29:13  build 05-Jul-2024 20:29:13  [echo] Retrieving version 3.2.1 build 05-Jul-2024 20:29:13  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 05-Jul-2024 20:29:13  build 05-Jul-2024 20:29:13 phpBB > export: build 05-Jul-2024 20:29:13  build 05-Jul-2024 20:29:13 Cloning into 'viglink'... build 05-Jul-2024 20:29:13 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:13 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:13 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:13 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:13 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:13 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:13 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:13 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:13 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:13 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:13 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:13 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:13 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:13 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:13 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:13 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:13 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:13 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:13 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:13 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:13 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:13 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:13 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:13 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:13 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:13 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:13 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:13 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:13 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:13 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:13 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:13 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:13 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:13 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:13 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:13 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:13 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:13 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:13 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:13 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:13 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:13 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:13 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:13 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:13 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:13 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:13 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:13 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:13 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:13 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:13 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:13 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:13 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:13 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:13 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:13 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:13 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:13 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:13 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:13 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:13 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:13 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:13 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:13 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:13 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:13 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:13 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:13 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:13 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:13 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:13 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:13 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:13 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:13 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:13 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:13 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:13 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:13 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:13 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:13 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:13 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:13 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:13 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:13 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:13 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:13 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:13 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:13 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:13 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:13 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:13 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:13 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:13 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:13 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:13 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:13 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:13 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:13 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:13 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:13 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:13 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:13 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:13 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:13 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:13 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:13 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:13 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:13 Receiving objects: 100% (1117/1117), 214.66 KiB | 10.22 MiB/s, done. build 05-Jul-2024 20:29:13 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:13 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:13 Resolving deltas: 3% (21/573) build 05-Jul-2024 20:29:13 Resolving deltas: 4% (24/573) build 05-Jul-2024 20:29:13 Resolving deltas: 5% (32/573) build 05-Jul-2024 20:29:13 Resolving deltas: 6% (35/573) build 05-Jul-2024 20:29:13 Resolving deltas: 7% (42/573) build 05-Jul-2024 20:29:13 Resolving deltas: 8% (47/573) build 05-Jul-2024 20:29:13 Resolving deltas: 12% (71/573) build 05-Jul-2024 20:29:13 Resolving deltas: 13% (76/573) build 05-Jul-2024 20:29:13 Resolving deltas: 14% (81/573) build 05-Jul-2024 20:29:13 Resolving deltas: 17% (100/573) build 05-Jul-2024 20:29:13 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:13 Resolving deltas: 23% (134/573) build 05-Jul-2024 20:29:13 Resolving deltas: 24% (142/573) build 05-Jul-2024 20:29:13 Resolving deltas: 29% (168/573) build 05-Jul-2024 20:29:13 Resolving deltas: 30% (173/573) build 05-Jul-2024 20:29:13 Resolving deltas: 32% (186/573) build 05-Jul-2024 20:29:13 Resolving deltas: 34% (196/573) build 05-Jul-2024 20:29:13 Resolving deltas: 36% (211/573) build 05-Jul-2024 20:29:13 Resolving deltas: 37% (214/573) build 05-Jul-2024 20:29:13 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:13 Resolving deltas: 40% (234/573) build 05-Jul-2024 20:29:13 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:13 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:13 Resolving deltas: 47% (274/573) build 05-Jul-2024 20:29:13 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:13 Resolving deltas: 49% (284/573) build 05-Jul-2024 20:29:13 Resolving deltas: 50% (289/573) build 05-Jul-2024 20:29:13 Resolving deltas: 51% (296/573) build 05-Jul-2024 20:29:13 Resolving deltas: 52% (298/573) build 05-Jul-2024 20:29:13 Resolving deltas: 53% (305/573) build 05-Jul-2024 20:29:13 Resolving deltas: 62% (356/573) build 05-Jul-2024 20:29:13 Resolving deltas: 63% (364/573) build 05-Jul-2024 20:29:13 Resolving deltas: 64% (368/573) build 05-Jul-2024 20:29:13 Resolving deltas: 73% (419/573) build 05-Jul-2024 20:29:13 Resolving deltas: 75% (433/573) build 05-Jul-2024 20:29:13 Resolving deltas: 79% (453/573) build 05-Jul-2024 20:29:13 Resolving deltas: 80% (461/573) build 05-Jul-2024 20:29:13 Resolving deltas: 81% (468/573) build 05-Jul-2024 20:29:13 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:13 Resolving deltas: 83% (477/573) build 05-Jul-2024 20:29:13 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:13 Resolving deltas: 85% (489/573) build 05-Jul-2024 20:29:13 Resolving deltas: 86% (493/573) build 05-Jul-2024 20:29:13 Resolving deltas: 88% (505/573) build 05-Jul-2024 20:29:13 Resolving deltas: 89% (515/573) build 05-Jul-2024 20:29:13 Resolving deltas: 90% (516/573) build 05-Jul-2024 20:29:13 Resolving deltas: 91% (525/573) build 05-Jul-2024 20:29:13 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:13 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:13 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:13 Resolving deltas: 98% (564/573) build 05-Jul-2024 20:29:13 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:13 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:13 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:13 Note: checking out 'release-phpbb-3.2.1'. build 05-Jul-2024 20:29:13 build 05-Jul-2024 20:29:13 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:13 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:13 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:13 build 05-Jul-2024 20:29:13 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:13 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:13 build 05-Jul-2024 20:29:13 git checkout -b build 05-Jul-2024 20:29:13 build 05-Jul-2024 20:29:13 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:13  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:13  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:13  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:13  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:13  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 05-Jul-2024 20:29:13  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 05-Jul-2024 20:29:13  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 05-Jul-2024 20:29:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 05-Jul-2024 20:29:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 05-Jul-2024 20:29:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 05-Jul-2024 20:29:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 05-Jul-2024 20:29:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 05-Jul-2024 20:29:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 05-Jul-2024 20:29:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 05-Jul-2024 20:29:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 05-Jul-2024 20:29:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 05-Jul-2024 20:29:14  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14 phpBB > old-version-diff: build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14  [echo] Retrieving version 3.2.2 build 05-Jul-2024 20:29:14  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14 phpBB > export: build 05-Jul-2024 20:29:14  build 05-Jul-2024 20:29:14 Cloning into 'viglink'... build 05-Jul-2024 20:29:15 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:15 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:15 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:15 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:15 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:15 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:15 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:15 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:15 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:15 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:15 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:15 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:15 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:15 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:15 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:15 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:15 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:15 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:15 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:15 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:15 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:15 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:15 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:15 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:15 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:15 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:15 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:15 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:15 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:15 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:15 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:15 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:15 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:15 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:15 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:15 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:15 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:15 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:15 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:15 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:15 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:15 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:15 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:15 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:15 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:15 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:15 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:15 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:15 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:15 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:15 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:15 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:15 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:15 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:15 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:15 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:15 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:15 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:15 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:15 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:15 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:15 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:15 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:15 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:15 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:15 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:15 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:15 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:15 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:15 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:15 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:15 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:15 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:15 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:15 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:15 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:15 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:15 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:15 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:15 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:15 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:15 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:15 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:15 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:15 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:15 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:15 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:15 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:15 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:15 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:15 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:15 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:15 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:15 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:15 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:15 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:15 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:15 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:15 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:15 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:15 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:15 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:15 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:15 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:15 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:15 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:15 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:15 Receiving objects: 100% (1117/1117), 214.66 KiB | 11.92 MiB/s, done. build 05-Jul-2024 20:29:15 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:15 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:15 Resolving deltas: 6% (40/573) build 05-Jul-2024 20:29:15 Resolving deltas: 7% (45/573) build 05-Jul-2024 20:29:15 Resolving deltas: 9% (53/573) build 05-Jul-2024 20:29:15 Resolving deltas: 10% (62/573) build 05-Jul-2024 20:29:15 Resolving deltas: 12% (74/573) build 05-Jul-2024 20:29:15 Resolving deltas: 13% (75/573) build 05-Jul-2024 20:29:15 Resolving deltas: 14% (83/573) build 05-Jul-2024 20:29:15 Resolving deltas: 15% (88/573) build 05-Jul-2024 20:29:15 Resolving deltas: 18% (106/573) build 05-Jul-2024 20:29:15 Resolving deltas: 20% (116/573) build 05-Jul-2024 20:29:15 Resolving deltas: 21% (122/573) build 05-Jul-2024 20:29:15 Resolving deltas: 23% (137/573) build 05-Jul-2024 20:29:15 Resolving deltas: 29% (170/573) build 05-Jul-2024 20:29:15 Resolving deltas: 30% (175/573) build 05-Jul-2024 20:29:15 Resolving deltas: 31% (178/573) build 05-Jul-2024 20:29:15 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:15 Resolving deltas: 34% (200/573) build 05-Jul-2024 20:29:15 Resolving deltas: 36% (210/573) build 05-Jul-2024 20:29:15 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:15 Resolving deltas: 39% (227/573) build 05-Jul-2024 20:29:15 Resolving deltas: 43% (248/573) build 05-Jul-2024 20:29:15 Resolving deltas: 45% (260/573) build 05-Jul-2024 20:29:15 Resolving deltas: 46% (266/573) build 05-Jul-2024 20:29:15 Resolving deltas: 47% (273/573) build 05-Jul-2024 20:29:15 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:15 Resolving deltas: 49% (285/573) build 05-Jul-2024 20:29:15 Resolving deltas: 50% (288/573) build 05-Jul-2024 20:29:15 Resolving deltas: 51% (293/573) build 05-Jul-2024 20:29:15 Resolving deltas: 52% (303/573) build 05-Jul-2024 20:29:15 Resolving deltas: 53% (306/573) build 05-Jul-2024 20:29:15 Resolving deltas: 54% (311/573) build 05-Jul-2024 20:29:15 Resolving deltas: 60% (347/573) build 05-Jul-2024 20:29:15 Resolving deltas: 63% (365/573) build 05-Jul-2024 20:29:15 Resolving deltas: 64% (369/573) build 05-Jul-2024 20:29:15 Resolving deltas: 67% (384/573) build 05-Jul-2024 20:29:15 Resolving deltas: 74% (426/573) build 05-Jul-2024 20:29:15 Resolving deltas: 78% (447/573) build 05-Jul-2024 20:29:15 Resolving deltas: 80% (459/573) build 05-Jul-2024 20:29:15 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:15 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:15 Resolving deltas: 83% (477/573) build 05-Jul-2024 20:29:15 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:15 Resolving deltas: 87% (504/573) build 05-Jul-2024 20:29:15 Resolving deltas: 94% (541/573) build 05-Jul-2024 20:29:15 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:15 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:15 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:15 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:15 Resolving deltas: 99% (569/573) build 05-Jul-2024 20:29:15 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:15 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:15 Note: checking out 'release-phpbb-3.2.2'. build 05-Jul-2024 20:29:15 build 05-Jul-2024 20:29:15 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:15 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:15 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:15 build 05-Jul-2024 20:29:15 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:15 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:15 build 05-Jul-2024 20:29:15 git checkout -b build 05-Jul-2024 20:29:15 build 05-Jul-2024 20:29:15 HEAD is now at da2cda3 Update to 1.0.3 build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:15  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 05-Jul-2024 20:29:15  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 05-Jul-2024 20:29:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 05-Jul-2024 20:29:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 05-Jul-2024 20:29:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 05-Jul-2024 20:29:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 05-Jul-2024 20:29:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:15 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 05-Jul-2024 20:29:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 05-Jul-2024 20:29:15  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:15 phpBB > old-version-diff: build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:15  [echo] Retrieving version 3.2.3 build 05-Jul-2024 20:29:15  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:15 phpBB > export: build 05-Jul-2024 20:29:15  build 05-Jul-2024 20:29:16 Cloning into 'viglink'... build 05-Jul-2024 20:29:16 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:16 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:16 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:16 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:16 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:16 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:16 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:16 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:16 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:16 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:16 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:16 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:16 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:16 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:16 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:16 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:16 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:16 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:16 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:16 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:16 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:16 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:16 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:16 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:16 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:16 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:16 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:16 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:16 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:16 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:16 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:16 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:16 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:16 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:16 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:16 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:16 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:16 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:16 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:16 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:16 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:16 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:16 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:16 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:16 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:16 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:16 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:16 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:16 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:16 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:16 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:16 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:16 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:16 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:16 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:16 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:16 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:16 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:16 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:16 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:16 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:16 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:16 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:16 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:16 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:16 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:16 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:16 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:16 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:16 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:16 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:16 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:16 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:16 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:16 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:16 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:16 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:16 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:16 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:16 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:16 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:16 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:16 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:16 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:16 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:16 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:16 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:16 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:16 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:16 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:16 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:16 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:16 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:16 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:16 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:16 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:16 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:16 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:16 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:16 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:16 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:16 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:16 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:16 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:16 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:16 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:16 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:16 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.57 MiB/s, done. build 05-Jul-2024 20:29:16 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:16 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:16 Resolving deltas: 3% (22/573) build 05-Jul-2024 20:29:16 Resolving deltas: 4% (23/573) build 05-Jul-2024 20:29:16 Resolving deltas: 5% (33/573) build 05-Jul-2024 20:29:16 Resolving deltas: 7% (41/573) build 05-Jul-2024 20:29:16 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:16 Resolving deltas: 11% (67/573) build 05-Jul-2024 20:29:16 Resolving deltas: 12% (73/573) build 05-Jul-2024 20:29:16 Resolving deltas: 16% (93/573) build 05-Jul-2024 20:29:16 Resolving deltas: 18% (105/573) build 05-Jul-2024 20:29:16 Resolving deltas: 20% (117/573) build 05-Jul-2024 20:29:16 Resolving deltas: 22% (130/573) build 05-Jul-2024 20:29:16 Resolving deltas: 23% (136/573) build 05-Jul-2024 20:29:16 Resolving deltas: 25% (148/573) build 05-Jul-2024 20:29:16 Resolving deltas: 27% (158/573) build 05-Jul-2024 20:29:16 Resolving deltas: 28% (164/573) build 05-Jul-2024 20:29:16 Resolving deltas: 29% (168/573) build 05-Jul-2024 20:29:16 Resolving deltas: 30% (176/573) build 05-Jul-2024 20:29:16 Resolving deltas: 31% (178/573) build 05-Jul-2024 20:29:16 Resolving deltas: 33% (191/573) build 05-Jul-2024 20:29:16 Resolving deltas: 34% (195/573) build 05-Jul-2024 20:29:16 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:16 Resolving deltas: 41% (239/573) build 05-Jul-2024 20:29:16 Resolving deltas: 42% (246/573) build 05-Jul-2024 20:29:16 Resolving deltas: 45% (262/573) build 05-Jul-2024 20:29:16 Resolving deltas: 46% (267/573) build 05-Jul-2024 20:29:16 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:16 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:16 Resolving deltas: 50% (292/573) build 05-Jul-2024 20:29:16 Resolving deltas: 51% (293/573) build 05-Jul-2024 20:29:16 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:16 Resolving deltas: 53% (304/573) build 05-Jul-2024 20:29:16 Resolving deltas: 54% (311/573) build 05-Jul-2024 20:29:16 Resolving deltas: 55% (318/573) build 05-Jul-2024 20:29:16 Resolving deltas: 56% (321/573) build 05-Jul-2024 20:29:16 Resolving deltas: 62% (360/573) build 05-Jul-2024 20:29:16 Resolving deltas: 65% (376/573) build 05-Jul-2024 20:29:16 Resolving deltas: 66% (380/573) build 05-Jul-2024 20:29:16 Resolving deltas: 74% (426/573) build 05-Jul-2024 20:29:16 Resolving deltas: 76% (440/573) build 05-Jul-2024 20:29:16 Resolving deltas: 79% (456/573) build 05-Jul-2024 20:29:16 Resolving deltas: 80% (459/573) build 05-Jul-2024 20:29:16 Resolving deltas: 81% (469/573) build 05-Jul-2024 20:29:16 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:16 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:16 Resolving deltas: 86% (493/573) build 05-Jul-2024 20:29:16 Resolving deltas: 88% (505/573) build 05-Jul-2024 20:29:16 Resolving deltas: 93% (534/573) build 05-Jul-2024 20:29:16 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:16 Resolving deltas: 95% (548/573) build 05-Jul-2024 20:29:16 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:16 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:16 Resolving deltas: 99% (569/573) build 05-Jul-2024 20:29:16 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:16 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:16 Note: checking out 'release-phpbb-3.2.3'. build 05-Jul-2024 20:29:16 build 05-Jul-2024 20:29:16 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:16 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:16 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:16 build 05-Jul-2024 20:29:16 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:16 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:16 build 05-Jul-2024 20:29:16 git checkout -b build 05-Jul-2024 20:29:16 build 05-Jul-2024 20:29:16 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:16  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 05-Jul-2024 20:29:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 05-Jul-2024 20:29:16  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 05-Jul-2024 20:29:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 05-Jul-2024 20:29:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 05-Jul-2024 20:29:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 05-Jul-2024 20:29:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 05-Jul-2024 20:29:17  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 05-Jul-2024 20:29:17  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 05-Jul-2024 20:29:17  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 05-Jul-2024 20:29:17  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 05-Jul-2024 20:29:17  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 05-Jul-2024 20:29:17  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17 phpBB > old-version-diff: build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17  [echo] Retrieving version 3.2.4 build 05-Jul-2024 20:29:17  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17 phpBB > export: build 05-Jul-2024 20:29:17  build 05-Jul-2024 20:29:17 Cloning into 'viglink'... build 05-Jul-2024 20:29:18 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:18 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:18 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:18 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:18 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:18 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:18 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:18 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:18 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:18 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:18 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:18 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:18 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:18 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:18 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:18 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:18 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:18 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:18 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:18 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:18 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:18 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:18 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:18 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:18 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:18 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:18 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:18 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:18 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:18 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:18 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:18 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:18 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:18 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:18 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:18 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:18 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:18 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:18 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:18 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:18 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:18 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:18 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:18 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:18 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:18 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:18 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:18 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:18 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:18 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:18 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:18 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:18 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:18 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:18 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:18 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:18 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:18 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:18 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:18 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:18 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:18 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:18 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:18 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:18 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:18 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:18 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:18 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:18 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:18 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:18 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:18 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:18 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:18 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:18 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:18 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:18 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:18 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:18 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:18 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:18 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:18 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:18 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:18 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:18 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:18 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:18 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:18 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:18 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:18 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:18 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:18 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:18 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:18 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:18 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:18 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:18 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:18 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:18 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:18 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:18 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:18 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:18 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:18 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:18 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:18 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:18 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:18 Receiving objects: 100% (1117/1117), 214.66 KiB | 4.67 MiB/s, done. build 05-Jul-2024 20:29:18 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:18 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:18 Resolving deltas: 4% (27/573) build 05-Jul-2024 20:29:18 Resolving deltas: 8% (46/573) build 05-Jul-2024 20:29:18 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:18 Resolving deltas: 12% (70/573) build 05-Jul-2024 20:29:18 Resolving deltas: 14% (84/573) build 05-Jul-2024 20:29:18 Resolving deltas: 18% (104/573) build 05-Jul-2024 20:29:18 Resolving deltas: 19% (112/573) build 05-Jul-2024 20:29:18 Resolving deltas: 21% (124/573) build 05-Jul-2024 20:29:18 Resolving deltas: 24% (138/573) build 05-Jul-2024 20:29:18 Resolving deltas: 25% (146/573) build 05-Jul-2024 20:29:18 Resolving deltas: 28% (161/573) build 05-Jul-2024 20:29:18 Resolving deltas: 32% (186/573) build 05-Jul-2024 20:29:18 Resolving deltas: 34% (197/573) build 05-Jul-2024 20:29:18 Resolving deltas: 36% (209/573) build 05-Jul-2024 20:29:18 Resolving deltas: 37% (217/573) build 05-Jul-2024 20:29:18 Resolving deltas: 38% (221/573) build 05-Jul-2024 20:29:18 Resolving deltas: 39% (225/573) build 05-Jul-2024 20:29:18 Resolving deltas: 41% (239/573) build 05-Jul-2024 20:29:18 Resolving deltas: 44% (255/573) build 05-Jul-2024 20:29:18 Resolving deltas: 45% (262/573) build 05-Jul-2024 20:29:18 Resolving deltas: 46% (266/573) build 05-Jul-2024 20:29:18 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:18 Resolving deltas: 48% (278/573) build 05-Jul-2024 20:29:18 Resolving deltas: 49% (283/573) build 05-Jul-2024 20:29:18 Resolving deltas: 50% (292/573) build 05-Jul-2024 20:29:18 Resolving deltas: 51% (296/573) build 05-Jul-2024 20:29:18 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:18 Resolving deltas: 53% (306/573) build 05-Jul-2024 20:29:18 Resolving deltas: 64% (370/573) build 05-Jul-2024 20:29:18 Resolving deltas: 65% (374/573) build 05-Jul-2024 20:29:18 Resolving deltas: 68% (394/573) build 05-Jul-2024 20:29:18 Resolving deltas: 69% (399/573) build 05-Jul-2024 20:29:18 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:18 Resolving deltas: 75% (430/573) build 05-Jul-2024 20:29:18 Resolving deltas: 77% (442/573) build 05-Jul-2024 20:29:18 Resolving deltas: 78% (450/573) build 05-Jul-2024 20:29:18 Resolving deltas: 79% (456/573) build 05-Jul-2024 20:29:18 Resolving deltas: 81% (467/573) build 05-Jul-2024 20:29:18 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:18 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:18 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:18 Resolving deltas: 89% (515/573) build 05-Jul-2024 20:29:18 Resolving deltas: 90% (516/573) build 05-Jul-2024 20:29:18 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:18 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:18 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:18 Resolving deltas: 97% (558/573) build 05-Jul-2024 20:29:18 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:18 Resolving deltas: 99% (572/573) build 05-Jul-2024 20:29:18 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:18 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:19 Note: checking out 'release-phpbb-3.2.4'. build 05-Jul-2024 20:29:19 build 05-Jul-2024 20:29:19 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:19 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:19 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:19 build 05-Jul-2024 20:29:19 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:19 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:19 build 05-Jul-2024 20:29:19 git checkout -b build 05-Jul-2024 20:29:19 build 05-Jul-2024 20:29:19 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:19  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:19  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:19  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:19  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:19  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 05-Jul-2024 20:29:19  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 05-Jul-2024 20:29:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 05-Jul-2024 20:29:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 05-Jul-2024 20:29:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 05-Jul-2024 20:29:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 05-Jul-2024 20:29:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:19  build 05-Jul-2024 20:29:19 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:19  build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 05-Jul-2024 20:29:19  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 05-Jul-2024 20:29:19  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:19  build 05-Jul-2024 20:29:19 phpBB > old-version-diff: build 05-Jul-2024 20:29:19  build 05-Jul-2024 20:29:19  [echo] Retrieving version 3.2.5 build 05-Jul-2024 20:29:19  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 05-Jul-2024 20:29:20  build 05-Jul-2024 20:29:20 phpBB > export: build 05-Jul-2024 20:29:20  build 05-Jul-2024 20:29:20 Cloning into 'viglink'... build 05-Jul-2024 20:29:21 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:21 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:21 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:21 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:21 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:21 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:21 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:21 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:21 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:21 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:21 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:21 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:21 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:21 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:21 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:21 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:21 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:21 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:21 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:21 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:21 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:21 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:21 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:21 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:21 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:21 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:21 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:21 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:21 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:21 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:21 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:21 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:21 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:21 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:21 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:21 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:21 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:21 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:21 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:21 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:21 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:21 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:21 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:21 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:21 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:21 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:21 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:21 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:21 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:21 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:21 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:21 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:21 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:21 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:21 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:21 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:21 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:21 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:21 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:21 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:21 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:21 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:21 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:21 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:21 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:21 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:21 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:21 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:21 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:21 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:21 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:21 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:21 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:21 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:21 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:21 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:21 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:21 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:21 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:21 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:21 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:21 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:21 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:21 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:21 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:21 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:21 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:21 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:21 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:21 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:21 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:21 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:21 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:21 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:21 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:21 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:21 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:21 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:21 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:21 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:21 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:21 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:21 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:21 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:21 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:21 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:21 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:21 Receiving objects: 100% (1117/1117), 214.66 KiB | 3.30 MiB/s, done. build 05-Jul-2024 20:29:21 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:21 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:21 Resolving deltas: 4% (27/573) build 05-Jul-2024 20:29:21 Resolving deltas: 8% (46/573) build 05-Jul-2024 20:29:21 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:21 Resolving deltas: 12% (70/573) build 05-Jul-2024 20:29:21 Resolving deltas: 14% (84/573) build 05-Jul-2024 20:29:21 Resolving deltas: 18% (104/573) build 05-Jul-2024 20:29:21 Resolving deltas: 20% (116/573) build 05-Jul-2024 20:29:21 Resolving deltas: 22% (128/573) build 05-Jul-2024 20:29:21 Resolving deltas: 24% (142/573) build 05-Jul-2024 20:29:21 Resolving deltas: 25% (148/573) build 05-Jul-2024 20:29:21 Resolving deltas: 28% (163/573) build 05-Jul-2024 20:29:21 Resolving deltas: 32% (188/573) build 05-Jul-2024 20:29:21 Resolving deltas: 33% (190/573) build 05-Jul-2024 20:29:21 Resolving deltas: 34% (199/573) build 05-Jul-2024 20:29:21 Resolving deltas: 36% (211/573) build 05-Jul-2024 20:29:21 Resolving deltas: 38% (219/573) build 05-Jul-2024 20:29:21 Resolving deltas: 39% (227/573) build 05-Jul-2024 20:29:21 Resolving deltas: 42% (241/573) build 05-Jul-2024 20:29:21 Resolving deltas: 44% (257/573) build 05-Jul-2024 20:29:21 Resolving deltas: 46% (264/573) build 05-Jul-2024 20:29:21 Resolving deltas: 47% (273/573) build 05-Jul-2024 20:29:21 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:21 Resolving deltas: 49% (285/573) build 05-Jul-2024 20:29:21 Resolving deltas: 59% (339/573) build 05-Jul-2024 20:29:21 Resolving deltas: 60% (344/573) build 05-Jul-2024 20:29:21 Resolving deltas: 61% (353/573) build 05-Jul-2024 20:29:21 Resolving deltas: 63% (364/573) build 05-Jul-2024 20:29:21 Resolving deltas: 66% (381/573) build 05-Jul-2024 20:29:21 Resolving deltas: 67% (384/573) build 05-Jul-2024 20:29:21 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:21 Resolving deltas: 71% (408/573) build 05-Jul-2024 20:29:21 Resolving deltas: 76% (439/573) build 05-Jul-2024 20:29:21 Resolving deltas: 78% (451/573) build 05-Jul-2024 20:29:21 Resolving deltas: 80% (459/573) build 05-Jul-2024 20:29:21 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:21 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:21 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:21 Resolving deltas: 85% (488/573) build 05-Jul-2024 20:29:21 Resolving deltas: 91% (524/573) build 05-Jul-2024 20:29:21 Resolving deltas: 95% (549/573) build 05-Jul-2024 20:29:21 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:21 Resolving deltas: 97% (561/573) build 05-Jul-2024 20:29:21 Resolving deltas: 98% (563/573) build 05-Jul-2024 20:29:21 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:21 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:21 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:22 Note: checking out 'release-phpbb-3.2.5'. build 05-Jul-2024 20:29:22 build 05-Jul-2024 20:29:22 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:22 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:22 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:22 build 05-Jul-2024 20:29:22 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:22 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:22 build 05-Jul-2024 20:29:22 git checkout -b build 05-Jul-2024 20:29:22 build 05-Jul-2024 20:29:22 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:22  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:22  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:22  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:22  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:22  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 05-Jul-2024 20:29:22  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 05-Jul-2024 20:29:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 05-Jul-2024 20:29:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 05-Jul-2024 20:29:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 05-Jul-2024 20:29:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 05-Jul-2024 20:29:22  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 05-Jul-2024 20:29:22  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 05-Jul-2024 20:29:22  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22 phpBB > old-version-diff: build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22  [echo] Retrieving version 3.2.6 build 05-Jul-2024 20:29:22  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22 phpBB > export: build 05-Jul-2024 20:29:22  build 05-Jul-2024 20:29:22 Cloning into 'viglink'... build 05-Jul-2024 20:29:23 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:23 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:23 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:23 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:23 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:23 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:23 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:23 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:23 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:23 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:23 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:23 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:23 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:23 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:23 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:23 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:23 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:23 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:23 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:23 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:23 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:23 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:23 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:23 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:23 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:23 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:23 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:23 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:23 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:23 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:23 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:23 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:23 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:23 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:23 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:23 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:23 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:23 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:23 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:23 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:23 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:23 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:23 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:23 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:23 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:23 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:23 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:23 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:23 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:23 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:23 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:23 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:23 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:23 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:23 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:23 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:23 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:23 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:23 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:23 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:23 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:23 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:23 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:23 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:23 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:23 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:23 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:23 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:23 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:23 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:23 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:23 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:23 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:23 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:23 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:23 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:23 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:23 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:23 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:23 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:23 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:23 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:23 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:23 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:23 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:23 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:23 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:23 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:23 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:23 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:23 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:23 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:23 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:23 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:23 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:23 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:23 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:23 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:23 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:23 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:23 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:23 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:23 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:23 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:23 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:23 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:23 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:23 Receiving objects: 100% (1117/1117), 214.66 KiB | 8.94 MiB/s, done. build 05-Jul-2024 20:29:23 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:23 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:23 Resolving deltas: 2% (15/573) build 05-Jul-2024 20:29:23 Resolving deltas: 5% (31/573) build 05-Jul-2024 20:29:23 Resolving deltas: 8% (50/573) build 05-Jul-2024 20:29:23 Resolving deltas: 9% (52/573) build 05-Jul-2024 20:29:23 Resolving deltas: 10% (61/573) build 05-Jul-2024 20:29:23 Resolving deltas: 11% (68/573) build 05-Jul-2024 20:29:23 Resolving deltas: 16% (93/573) build 05-Jul-2024 20:29:23 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:23 Resolving deltas: 18% (106/573) build 05-Jul-2024 20:29:23 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:23 Resolving deltas: 23% (134/573) build 05-Jul-2024 20:29:23 Resolving deltas: 24% (139/573) build 05-Jul-2024 20:29:23 Resolving deltas: 28% (165/573) build 05-Jul-2024 20:29:23 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:23 Resolving deltas: 32% (187/573) build 05-Jul-2024 20:29:23 Resolving deltas: 34% (199/573) build 05-Jul-2024 20:29:23 Resolving deltas: 35% (202/573) build 05-Jul-2024 20:29:23 Resolving deltas: 36% (209/573) build 05-Jul-2024 20:29:23 Resolving deltas: 37% (213/573) build 05-Jul-2024 20:29:23 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:23 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:23 Resolving deltas: 41% (240/573) build 05-Jul-2024 20:29:23 Resolving deltas: 43% (247/573) build 05-Jul-2024 20:29:23 Resolving deltas: 44% (255/573) build 05-Jul-2024 20:29:23 Resolving deltas: 45% (263/573) build 05-Jul-2024 20:29:23 Resolving deltas: 46% (268/573) build 05-Jul-2024 20:29:23 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:23 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:23 Resolving deltas: 50% (291/573) build 05-Jul-2024 20:29:23 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:23 Resolving deltas: 53% (305/573) build 05-Jul-2024 20:29:23 Resolving deltas: 54% (314/573) build 05-Jul-2024 20:29:23 Resolving deltas: 56% (321/573) build 05-Jul-2024 20:29:23 Resolving deltas: 60% (346/573) build 05-Jul-2024 20:29:23 Resolving deltas: 61% (354/573) build 05-Jul-2024 20:29:23 Resolving deltas: 62% (359/573) build 05-Jul-2024 20:29:23 Resolving deltas: 63% (362/573) build 05-Jul-2024 20:29:23 Resolving deltas: 67% (384/573) build 05-Jul-2024 20:29:23 Resolving deltas: 69% (396/573) build 05-Jul-2024 20:29:23 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:23 Resolving deltas: 72% (416/573) build 05-Jul-2024 20:29:23 Resolving deltas: 74% (426/573) build 05-Jul-2024 20:29:23 Resolving deltas: 78% (451/573) build 05-Jul-2024 20:29:23 Resolving deltas: 80% (459/573) build 05-Jul-2024 20:29:23 Resolving deltas: 81% (469/573) build 05-Jul-2024 20:29:23 Resolving deltas: 83% (477/573) build 05-Jul-2024 20:29:23 Resolving deltas: 84% (482/573) build 05-Jul-2024 20:29:23 Resolving deltas: 85% (490/573) build 05-Jul-2024 20:29:23 Resolving deltas: 86% (495/573) build 05-Jul-2024 20:29:23 Resolving deltas: 90% (517/573) build 05-Jul-2024 20:29:23 Resolving deltas: 91% (523/573) build 05-Jul-2024 20:29:23 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:23 Resolving deltas: 94% (541/573) build 05-Jul-2024 20:29:23 Resolving deltas: 95% (547/573) build 05-Jul-2024 20:29:23 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:23 Resolving deltas: 98% (563/573) build 05-Jul-2024 20:29:23 Resolving deltas: 99% (569/573) build 05-Jul-2024 20:29:23 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:23 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:25 Note: checking out 'release-phpbb-3.2.6'. build 05-Jul-2024 20:29:25 build 05-Jul-2024 20:29:25 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:25 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:25 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:25 build 05-Jul-2024 20:29:25 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:25 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:25 build 05-Jul-2024 20:29:25 git checkout -b build 05-Jul-2024 20:29:25 build 05-Jul-2024 20:29:25 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:25  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:25  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:25  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:25  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:25  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 05-Jul-2024 20:29:25  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 05-Jul-2024 20:29:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 05-Jul-2024 20:29:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 05-Jul-2024 20:29:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 05-Jul-2024 20:29:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 05-Jul-2024 20:29:25  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 05-Jul-2024 20:29:25  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 05-Jul-2024 20:29:25  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25 phpBB > old-version-diff: build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25  [echo] Retrieving version 3.2.7 build 05-Jul-2024 20:29:25  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25 phpBB > export: build 05-Jul-2024 20:29:25  build 05-Jul-2024 20:29:25 Cloning into 'viglink'... build 05-Jul-2024 20:29:26 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:26 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:26 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:26 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:26 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:26 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:26 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:26 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:26 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:26 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:26 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:26 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:26 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:26 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:26 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:26 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:26 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:26 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:26 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:26 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:26 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:26 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:26 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:26 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:26 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:26 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:26 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:26 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:26 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:26 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:26 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:26 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:26 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:26 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:26 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:26 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:26 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:26 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:26 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:26 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:26 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:26 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:26 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:26 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:26 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:26 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:26 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:26 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:26 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:26 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:26 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:26 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:26 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:26 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:26 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:26 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:26 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:26 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:26 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:26 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:26 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:26 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:26 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:26 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:26 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:26 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:26 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:26 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:26 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:26 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:26 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:26 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:26 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:26 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:26 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:26 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:26 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:26 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:26 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:26 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:26 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:26 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:26 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:26 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:26 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:26 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:26 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:26 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:26 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:26 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:26 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:26 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:26 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:26 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:26 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:26 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:26 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:26 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:26 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:26 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:26 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:26 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:26 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:26 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:26 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:26 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:26 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:26 Receiving objects: 100% (1117/1117), 214.66 KiB | 11.30 MiB/s, done. build 05-Jul-2024 20:29:26 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:26 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:26 Resolving deltas: 2% (16/573) build 05-Jul-2024 20:29:26 Resolving deltas: 4% (26/573) build 05-Jul-2024 20:29:26 Resolving deltas: 9% (54/573) build 05-Jul-2024 20:29:26 Resolving deltas: 10% (62/573) build 05-Jul-2024 20:29:26 Resolving deltas: 12% (70/573) build 05-Jul-2024 20:29:26 Resolving deltas: 14% (83/573) build 05-Jul-2024 20:29:26 Resolving deltas: 15% (89/573) build 05-Jul-2024 20:29:26 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:26 Resolving deltas: 18% (104/573) build 05-Jul-2024 20:29:26 Resolving deltas: 20% (120/573) build 05-Jul-2024 20:29:26 Resolving deltas: 23% (136/573) build 05-Jul-2024 20:29:26 Resolving deltas: 27% (155/573) build 05-Jul-2024 20:29:26 Resolving deltas: 28% (161/573) build 05-Jul-2024 20:29:26 Resolving deltas: 30% (176/573) build 05-Jul-2024 20:29:26 Resolving deltas: 34% (199/573) build 05-Jul-2024 20:29:26 Resolving deltas: 35% (203/573) build 05-Jul-2024 20:29:26 Resolving deltas: 36% (210/573) build 05-Jul-2024 20:29:26 Resolving deltas: 38% (221/573) build 05-Jul-2024 20:29:26 Resolving deltas: 39% (226/573) build 05-Jul-2024 20:29:26 Resolving deltas: 40% (233/573) build 05-Jul-2024 20:29:26 Resolving deltas: 44% (255/573) build 05-Jul-2024 20:29:26 Resolving deltas: 45% (261/573) build 05-Jul-2024 20:29:26 Resolving deltas: 46% (268/573) build 05-Jul-2024 20:29:26 Resolving deltas: 47% (273/573) build 05-Jul-2024 20:29:26 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:26 Resolving deltas: 49% (284/573) build 05-Jul-2024 20:29:26 Resolving deltas: 50% (290/573) build 05-Jul-2024 20:29:26 Resolving deltas: 51% (293/573) build 05-Jul-2024 20:29:26 Resolving deltas: 52% (302/573) build 05-Jul-2024 20:29:26 Resolving deltas: 53% (309/573) build 05-Jul-2024 20:29:26 Resolving deltas: 55% (317/573) build 05-Jul-2024 20:29:26 Resolving deltas: 64% (368/573) build 05-Jul-2024 20:29:26 Resolving deltas: 66% (382/573) build 05-Jul-2024 20:29:26 Resolving deltas: 67% (388/573) build 05-Jul-2024 20:29:26 Resolving deltas: 69% (398/573) build 05-Jul-2024 20:29:26 Resolving deltas: 77% (446/573) build 05-Jul-2024 20:29:26 Resolving deltas: 78% (452/573) build 05-Jul-2024 20:29:26 Resolving deltas: 79% (453/573) build 05-Jul-2024 20:29:26 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:26 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:26 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:26 Resolving deltas: 86% (496/573) build 05-Jul-2024 20:29:26 Resolving deltas: 87% (499/573) build 05-Jul-2024 20:29:26 Resolving deltas: 88% (506/573) build 05-Jul-2024 20:29:26 Resolving deltas: 92% (532/573) build 05-Jul-2024 20:29:26 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:26 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:26 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:26 Resolving deltas: 97% (558/573) build 05-Jul-2024 20:29:26 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:26 Resolving deltas: 99% (570/573) build 05-Jul-2024 20:29:26 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:26 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:26 Note: checking out 'release-phpbb-3.2.7'. build 05-Jul-2024 20:29:26 build 05-Jul-2024 20:29:26 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:26 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:26 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:26 build 05-Jul-2024 20:29:26 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:26 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:26 build 05-Jul-2024 20:29:26 git checkout -b build 05-Jul-2024 20:29:26 build 05-Jul-2024 20:29:26 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:26  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:26  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:26  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:26  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:26  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 05-Jul-2024 20:29:26  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 05-Jul-2024 20:29:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 05-Jul-2024 20:29:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 05-Jul-2024 20:29:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 05-Jul-2024 20:29:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 05-Jul-2024 20:29:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:26 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 05-Jul-2024 20:29:26  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 05-Jul-2024 20:29:26  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:26 phpBB > old-version-diff: build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:26  [echo] Retrieving version 3.2.8 build 05-Jul-2024 20:29:26  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:26 phpBB > export: build 05-Jul-2024 20:29:26  build 05-Jul-2024 20:29:27 Cloning into 'viglink'... build 05-Jul-2024 20:29:27 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:27 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:27 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:27 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:27 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:27 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:27 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:27 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:27 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:27 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:27 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:27 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:27 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:27 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:27 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:27 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:27 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:27 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:27 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:27 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:27 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:27 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:27 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:27 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:27 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:27 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:27 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:27 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:27 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:27 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:27 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:27 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:27 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:27 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:27 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:27 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:27 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:27 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:27 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:27 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:27 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:27 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:27 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:27 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:27 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:27 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:27 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:27 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:27 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:27 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:27 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:27 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:27 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:27 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:27 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:27 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:27 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:27 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:27 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:27 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:27 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:27 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:27 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:27 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:27 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:27 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:27 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:27 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:27 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:27 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:27 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:27 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:27 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:27 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:27 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:27 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:27 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:27 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:27 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:27 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:27 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:27 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:27 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:27 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:27 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:27 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:27 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:27 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:27 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:27 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:27 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:27 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:27 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:27 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:27 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:27 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:27 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:27 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:27 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:27 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:27 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:27 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:27 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:27 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:27 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:27 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:27 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:27 Receiving objects: 100% (1117/1117), 214.66 KiB | 6.13 MiB/s, done. build 05-Jul-2024 20:29:27 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:27 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:27 Resolving deltas: 4% (25/573) build 05-Jul-2024 20:29:27 Resolving deltas: 6% (40/573) build 05-Jul-2024 20:29:27 Resolving deltas: 9% (54/573) build 05-Jul-2024 20:29:27 Resolving deltas: 10% (58/573) build 05-Jul-2024 20:29:27 Resolving deltas: 13% (80/573) build 05-Jul-2024 20:29:27 Resolving deltas: 17% (100/573) build 05-Jul-2024 20:29:27 Resolving deltas: 19% (112/573) build 05-Jul-2024 20:29:27 Resolving deltas: 21% (124/573) build 05-Jul-2024 20:29:27 Resolving deltas: 23% (137/573) build 05-Jul-2024 20:29:27 Resolving deltas: 24% (139/573) build 05-Jul-2024 20:29:27 Resolving deltas: 26% (151/573) build 05-Jul-2024 20:29:27 Resolving deltas: 28% (163/573) build 05-Jul-2024 20:29:27 Resolving deltas: 29% (168/573) build 05-Jul-2024 20:29:27 Resolving deltas: 31% (181/573) build 05-Jul-2024 20:29:27 Resolving deltas: 35% (202/573) build 05-Jul-2024 20:29:27 Resolving deltas: 37% (215/573) build 05-Jul-2024 20:29:27 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:27 Resolving deltas: 42% (246/573) build 05-Jul-2024 20:29:27 Resolving deltas: 44% (255/573) build 05-Jul-2024 20:29:27 Resolving deltas: 46% (267/573) build 05-Jul-2024 20:29:27 Resolving deltas: 47% (274/573) build 05-Jul-2024 20:29:27 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:27 Resolving deltas: 49% (283/573) build 05-Jul-2024 20:29:27 Resolving deltas: 50% (287/573) build 05-Jul-2024 20:29:27 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:27 Resolving deltas: 53% (304/573) build 05-Jul-2024 20:29:27 Resolving deltas: 61% (350/573) build 05-Jul-2024 20:29:27 Resolving deltas: 62% (359/573) build 05-Jul-2024 20:29:27 Resolving deltas: 63% (362/573) build 05-Jul-2024 20:29:27 Resolving deltas: 68% (394/573) build 05-Jul-2024 20:29:27 Resolving deltas: 70% (404/573) build 05-Jul-2024 20:29:27 Resolving deltas: 72% (413/573) build 05-Jul-2024 20:29:27 Resolving deltas: 73% (422/573) build 05-Jul-2024 20:29:27 Resolving deltas: 74% (427/573) build 05-Jul-2024 20:29:27 Resolving deltas: 75% (434/573) build 05-Jul-2024 20:29:27 Resolving deltas: 76% (440/573) build 05-Jul-2024 20:29:27 Resolving deltas: 77% (443/573) build 05-Jul-2024 20:29:27 Resolving deltas: 83% (477/573) build 05-Jul-2024 20:29:27 Resolving deltas: 84% (482/573) build 05-Jul-2024 20:29:27 Resolving deltas: 85% (489/573) build 05-Jul-2024 20:29:27 Resolving deltas: 87% (500/573) build 05-Jul-2024 20:29:27 Resolving deltas: 88% (509/573) build 05-Jul-2024 20:29:27 Resolving deltas: 89% (514/573) build 05-Jul-2024 20:29:27 Resolving deltas: 90% (517/573) build 05-Jul-2024 20:29:27 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:27 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:27 Note: checking out 'release-phpbb-3.2.8'. build 05-Jul-2024 20:29:27 build 05-Jul-2024 20:29:27 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:27 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:27 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:27 build 05-Jul-2024 20:29:27 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:27 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:27 build 05-Jul-2024 20:29:27 git checkout -b build 05-Jul-2024 20:29:27 build 05-Jul-2024 20:29:27 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:27  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:27  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:27  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:27  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:27  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 05-Jul-2024 20:29:27  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 05-Jul-2024 20:29:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 05-Jul-2024 20:29:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 05-Jul-2024 20:29:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 05-Jul-2024 20:29:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 05-Jul-2024 20:29:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:27  build 05-Jul-2024 20:29:27 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:27  build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 05-Jul-2024 20:29:27  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 05-Jul-2024 20:29:27  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:28  build 05-Jul-2024 20:29:28 phpBB > old-version-diff: build 05-Jul-2024 20:29:28  build 05-Jul-2024 20:29:28  [echo] Retrieving version 3.2.9 build 05-Jul-2024 20:29:28  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 05-Jul-2024 20:29:28  build 05-Jul-2024 20:29:28 phpBB > export: build 05-Jul-2024 20:29:28  build 05-Jul-2024 20:29:28 Cloning into 'viglink'... build 05-Jul-2024 20:29:28 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:28 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:28 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:28 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:28 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:28 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:28 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:28 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:28 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:28 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:28 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:28 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:28 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:28 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:28 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:28 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:28 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:28 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:28 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:28 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:28 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:28 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:28 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:28 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:28 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:28 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:28 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:28 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:28 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:28 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:28 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:28 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:28 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:28 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:28 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:28 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:28 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:28 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:28 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:28 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:28 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:28 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:28 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:28 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:28 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:28 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:28 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:28 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:28 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:28 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:28 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:28 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:28 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:28 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:28 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:28 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:28 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:28 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:28 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:28 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:28 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:28 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:28 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:28 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:28 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:28 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:28 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:28 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:28 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:28 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:28 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:28 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:28 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:28 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:28 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:28 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:28 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:28 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:28 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:28 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:28 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:28 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:28 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:28 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:28 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:28 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:28 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:28 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:28 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:28 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:28 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:28 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:28 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:28 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:28 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:28 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:28 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:28 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:28 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:28 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:28 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:28 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:28 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:28 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:28 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:28 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:28 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:28 Receiving objects: 100% (1117/1117), 214.66 KiB | 11.30 MiB/s, done. build 05-Jul-2024 20:29:28 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:28 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:28 Resolving deltas: 4% (25/573) build 05-Jul-2024 20:29:28 Resolving deltas: 6% (37/573) build 05-Jul-2024 20:29:28 Resolving deltas: 7% (45/573) build 05-Jul-2024 20:29:28 Resolving deltas: 11% (65/573) build 05-Jul-2024 20:29:28 Resolving deltas: 12% (69/573) build 05-Jul-2024 20:29:28 Resolving deltas: 13% (78/573) build 05-Jul-2024 20:29:28 Resolving deltas: 14% (81/573) build 05-Jul-2024 20:29:28 Resolving deltas: 16% (96/573) build 05-Jul-2024 20:29:28 Resolving deltas: 21% (122/573) build 05-Jul-2024 20:29:28 Resolving deltas: 22% (128/573) build 05-Jul-2024 20:29:28 Resolving deltas: 25% (147/573) build 05-Jul-2024 20:29:28 Resolving deltas: 28% (163/573) build 05-Jul-2024 20:29:28 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:28 Resolving deltas: 31% (178/573) build 05-Jul-2024 20:29:28 Resolving deltas: 32% (187/573) build 05-Jul-2024 20:29:28 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:28 Resolving deltas: 35% (206/573) build 05-Jul-2024 20:29:28 Resolving deltas: 36% (209/573) build 05-Jul-2024 20:29:28 Resolving deltas: 37% (215/573) build 05-Jul-2024 20:29:28 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:28 Resolving deltas: 43% (248/573) build 05-Jul-2024 20:29:28 Resolving deltas: 45% (261/573) build 05-Jul-2024 20:29:28 Resolving deltas: 46% (264/573) build 05-Jul-2024 20:29:28 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:28 Resolving deltas: 49% (282/573) build 05-Jul-2024 20:29:28 Resolving deltas: 50% (287/573) build 05-Jul-2024 20:29:28 Resolving deltas: 52% (301/573) build 05-Jul-2024 20:29:28 Resolving deltas: 53% (306/573) build 05-Jul-2024 20:29:28 Resolving deltas: 54% (311/573) build 05-Jul-2024 20:29:28 Resolving deltas: 55% (317/573) build 05-Jul-2024 20:29:28 Resolving deltas: 61% (351/573) build 05-Jul-2024 20:29:28 Resolving deltas: 62% (358/573) build 05-Jul-2024 20:29:28 Resolving deltas: 64% (370/573) build 05-Jul-2024 20:29:28 Resolving deltas: 72% (415/573) build 05-Jul-2024 20:29:28 Resolving deltas: 75% (431/573) build 05-Jul-2024 20:29:28 Resolving deltas: 79% (456/573) build 05-Jul-2024 20:29:28 Resolving deltas: 80% (462/573) build 05-Jul-2024 20:29:28 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:28 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:28 Resolving deltas: 84% (486/573) build 05-Jul-2024 20:29:28 Resolving deltas: 86% (494/573) build 05-Jul-2024 20:29:28 Resolving deltas: 87% (501/573) build 05-Jul-2024 20:29:28 Resolving deltas: 88% (506/573) build 05-Jul-2024 20:29:28 Resolving deltas: 89% (511/573) build 05-Jul-2024 20:29:28 Resolving deltas: 90% (516/573) build 05-Jul-2024 20:29:28 Resolving deltas: 91% (522/573) build 05-Jul-2024 20:29:28 Resolving deltas: 94% (543/573) build 05-Jul-2024 20:29:28 Resolving deltas: 96% (555/573) build 05-Jul-2024 20:29:28 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:28 Resolving deltas: 98% (564/573) build 05-Jul-2024 20:29:28 Resolving deltas: 99% (569/573) build 05-Jul-2024 20:29:28 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:28 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:28 Note: checking out 'release-phpbb-3.2.9'. build 05-Jul-2024 20:29:28 build 05-Jul-2024 20:29:28 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:28 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:28 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:28 build 05-Jul-2024 20:29:28 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:28 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:28 build 05-Jul-2024 20:29:28 git checkout -b build 05-Jul-2024 20:29:28 build 05-Jul-2024 20:29:28 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:28  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:28  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:28  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:28  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:28  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 05-Jul-2024 20:29:28  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 05-Jul-2024 20:29:28  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 05-Jul-2024 20:29:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 05-Jul-2024 20:29:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 05-Jul-2024 20:29:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 05-Jul-2024 20:29:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 05-Jul-2024 20:29:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 05-Jul-2024 20:29:29  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 05-Jul-2024 20:29:29  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 05-Jul-2024 20:29:29  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 05-Jul-2024 20:29:29  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 05-Jul-2024 20:29:29  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29 phpBB > old-version-diff: build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29  [echo] Retrieving version 3.2.10 build 05-Jul-2024 20:29:29  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29 phpBB > export: build 05-Jul-2024 20:29:29  build 05-Jul-2024 20:29:29 Cloning into 'viglink'... build 05-Jul-2024 20:29:30 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:30 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:30 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:30 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:30 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:30 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:30 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:30 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:30 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:30 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:30 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:30 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:30 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:30 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:30 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:30 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:30 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:30 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:30 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:30 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:30 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:30 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:30 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:30 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:30 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:30 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:30 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:30 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:30 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:30 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:30 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:30 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:30 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:30 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:30 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:30 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:30 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:30 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:30 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:30 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:30 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:30 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:30 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:30 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:30 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:30 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:30 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:30 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:30 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:30 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:30 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:30 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:30 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:30 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:30 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:30 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:30 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:30 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:30 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:30 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:30 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:30 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:30 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:30 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:30 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:30 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:30 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:30 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:30 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:30 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:30 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:30 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:30 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:30 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:30 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:30 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:30 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:30 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:30 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:30 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:30 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:30 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:30 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:30 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:30 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:30 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:30 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:30 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:30 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:30 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:30 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:30 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:30 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:30 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:30 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:30 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:30 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:30 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:30 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:30 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:30 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:30 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:30 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:30 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:30 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:30 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:30 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:30 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.61 MiB/s, done. build 05-Jul-2024 20:29:30 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:30 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:30 Resolving deltas: 5% (30/573) build 05-Jul-2024 20:29:30 Resolving deltas: 7% (45/573) build 05-Jul-2024 20:29:30 Resolving deltas: 9% (53/573) build 05-Jul-2024 20:29:30 Resolving deltas: 11% (64/573) build 05-Jul-2024 20:29:30 Resolving deltas: 13% (78/573) build 05-Jul-2024 20:29:30 Resolving deltas: 17% (98/573) build 05-Jul-2024 20:29:30 Resolving deltas: 19% (110/573) build 05-Jul-2024 20:29:30 Resolving deltas: 21% (122/573) build 05-Jul-2024 20:29:30 Resolving deltas: 23% (136/573) build 05-Jul-2024 20:29:30 Resolving deltas: 24% (142/573) build 05-Jul-2024 20:29:30 Resolving deltas: 27% (157/573) build 05-Jul-2024 20:29:30 Resolving deltas: 31% (182/573) build 05-Jul-2024 20:29:30 Resolving deltas: 32% (184/573) build 05-Jul-2024 20:29:30 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:30 Resolving deltas: 35% (205/573) build 05-Jul-2024 20:29:30 Resolving deltas: 37% (213/573) build 05-Jul-2024 20:29:30 Resolving deltas: 38% (221/573) build 05-Jul-2024 20:29:30 Resolving deltas: 41% (237/573) build 05-Jul-2024 20:29:30 Resolving deltas: 42% (242/573) build 05-Jul-2024 20:29:30 Resolving deltas: 44% (253/573) build 05-Jul-2024 20:29:30 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:30 Resolving deltas: 46% (269/573) build 05-Jul-2024 20:29:30 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:30 Resolving deltas: 49% (282/573) build 05-Jul-2024 20:29:30 Resolving deltas: 50% (287/573) build 05-Jul-2024 20:29:30 Resolving deltas: 51% (294/573) build 05-Jul-2024 20:29:30 Resolving deltas: 53% (307/573) build 05-Jul-2024 20:29:30 Resolving deltas: 54% (312/573) build 05-Jul-2024 20:29:30 Resolving deltas: 55% (319/573) build 05-Jul-2024 20:29:30 Resolving deltas: 65% (375/573) build 05-Jul-2024 20:29:30 Resolving deltas: 67% (385/573) build 05-Jul-2024 20:29:30 Resolving deltas: 68% (391/573) build 05-Jul-2024 20:29:30 Resolving deltas: 70% (405/573) build 05-Jul-2024 20:29:30 Resolving deltas: 77% (445/573) build 05-Jul-2024 20:29:30 Resolving deltas: 78% (448/573) build 05-Jul-2024 20:29:30 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:30 Resolving deltas: 81% (469/573) build 05-Jul-2024 20:29:30 Resolving deltas: 82% (474/573) build 05-Jul-2024 20:29:30 Resolving deltas: 83% (481/573) build 05-Jul-2024 20:29:30 Resolving deltas: 84% (487/573) build 05-Jul-2024 20:29:30 Resolving deltas: 85% (491/573) build 05-Jul-2024 20:29:30 Resolving deltas: 86% (493/573) build 05-Jul-2024 20:29:30 Resolving deltas: 94% (543/573) build 05-Jul-2024 20:29:30 Resolving deltas: 95% (547/573) build 05-Jul-2024 20:29:30 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:30 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:30 Resolving deltas: 99% (569/573) build 05-Jul-2024 20:29:30 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:30 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:30 Note: checking out 'release-phpbb-3.2.10'. build 05-Jul-2024 20:29:30 build 05-Jul-2024 20:29:30 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:30 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:30 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:30 build 05-Jul-2024 20:29:30 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:30 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:30 build 05-Jul-2024 20:29:30 git checkout -b build 05-Jul-2024 20:29:30 build 05-Jul-2024 20:29:30 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:30  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:30  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:30  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:30  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:30  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 05-Jul-2024 20:29:30  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 05-Jul-2024 20:29:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 05-Jul-2024 20:29:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 05-Jul-2024 20:29:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 05-Jul-2024 20:29:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 05-Jul-2024 20:29:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:30  build 05-Jul-2024 20:29:30 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:30  build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 05-Jul-2024 20:29:30  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 05-Jul-2024 20:29:30  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:31  build 05-Jul-2024 20:29:31 phpBB > old-version-diff: build 05-Jul-2024 20:29:31  build 05-Jul-2024 20:29:31  [echo] Retrieving version 3.2.11 build 05-Jul-2024 20:29:31  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 05-Jul-2024 20:29:31  build 05-Jul-2024 20:29:31 phpBB > export: build 05-Jul-2024 20:29:31  build 05-Jul-2024 20:29:31 Cloning into 'viglink'... build 05-Jul-2024 20:29:31 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:31 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:31 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:31 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:31 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:31 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:31 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:31 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:31 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:31 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:31 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:31 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:31 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:31 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:31 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:31 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:31 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:31 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:31 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:31 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:31 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:31 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:31 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:31 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:31 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:31 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:31 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:31 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:31 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:31 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:31 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:31 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:31 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:31 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:31 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:31 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:31 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:31 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:31 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:31 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:31 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:31 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:31 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:31 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:31 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:31 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:31 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:31 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:31 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:31 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:31 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:31 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:31 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:31 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:31 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:31 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:31 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:31 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:31 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:31 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:31 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:31 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:31 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:31 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:31 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:31 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:31 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:31 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:31 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:31 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:31 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:31 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:31 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:31 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:31 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:31 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:31 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:31 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:31 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:31 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:31 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:31 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:31 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:31 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:31 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:31 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:31 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:31 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:31 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:31 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:31 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:31 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:31 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:31 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:31 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:31 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:31 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:31 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:31 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:31 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:31 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:31 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:31 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:31 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:31 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:31 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:31 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:31 Receiving objects: 100% (1117/1117), 214.66 KiB | 10.73 MiB/s, done. build 05-Jul-2024 20:29:31 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:31 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:31 Resolving deltas: 3% (20/573) build 05-Jul-2024 20:29:31 Resolving deltas: 4% (27/573) build 05-Jul-2024 20:29:31 Resolving deltas: 5% (32/573) build 05-Jul-2024 20:29:31 Resolving deltas: 6% (40/573) build 05-Jul-2024 20:29:31 Resolving deltas: 8% (51/573) build 05-Jul-2024 20:29:31 Resolving deltas: 9% (54/573) build 05-Jul-2024 20:29:31 Resolving deltas: 11% (65/573) build 05-Jul-2024 20:29:31 Resolving deltas: 14% (85/573) build 05-Jul-2024 20:29:31 Resolving deltas: 15% (87/573) build 05-Jul-2024 20:29:31 Resolving deltas: 16% (97/573) build 05-Jul-2024 20:29:31 Resolving deltas: 19% (109/573) build 05-Jul-2024 20:29:31 Resolving deltas: 21% (123/573) build 05-Jul-2024 20:29:31 Resolving deltas: 22% (129/573) build 05-Jul-2024 20:29:31 Resolving deltas: 25% (144/573) build 05-Jul-2024 20:29:31 Resolving deltas: 29% (169/573) build 05-Jul-2024 20:29:31 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:31 Resolving deltas: 31% (180/573) build 05-Jul-2024 20:29:31 Resolving deltas: 33% (192/573) build 05-Jul-2024 20:29:31 Resolving deltas: 34% (200/573) build 05-Jul-2024 20:29:31 Resolving deltas: 35% (204/573) build 05-Jul-2024 20:29:31 Resolving deltas: 36% (208/573) build 05-Jul-2024 20:29:31 Resolving deltas: 38% (222/573) build 05-Jul-2024 20:29:31 Resolving deltas: 41% (238/573) build 05-Jul-2024 20:29:31 Resolving deltas: 42% (245/573) build 05-Jul-2024 20:29:31 Resolving deltas: 43% (249/573) build 05-Jul-2024 20:29:31 Resolving deltas: 44% (254/573) build 05-Jul-2024 20:29:31 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:31 Resolving deltas: 46% (266/573) build 05-Jul-2024 20:29:31 Resolving deltas: 55% (320/573) build 05-Jul-2024 20:29:31 Resolving deltas: 56% (324/573) build 05-Jul-2024 20:29:31 Resolving deltas: 57% (327/573) build 05-Jul-2024 20:29:31 Resolving deltas: 58% (334/573) build 05-Jul-2024 20:29:31 Resolving deltas: 63% (361/573) build 05-Jul-2024 20:29:31 Resolving deltas: 64% (368/573) build 05-Jul-2024 20:29:31 Resolving deltas: 65% (374/573) build 05-Jul-2024 20:29:31 Resolving deltas: 66% (379/573) build 05-Jul-2024 20:29:31 Resolving deltas: 72% (413/573) build 05-Jul-2024 20:29:31 Resolving deltas: 74% (427/573) build 05-Jul-2024 20:29:31 Resolving deltas: 77% (446/573) build 05-Jul-2024 20:29:31 Resolving deltas: 78% (452/573) build 05-Jul-2024 20:29:31 Resolving deltas: 79% (454/573) build 05-Jul-2024 20:29:31 Resolving deltas: 80% (463/573) build 05-Jul-2024 20:29:31 Resolving deltas: 81% (466/573) build 05-Jul-2024 20:29:31 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:31 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:31 Resolving deltas: 89% (511/573) build 05-Jul-2024 20:29:31 Resolving deltas: 94% (544/573) build 05-Jul-2024 20:29:31 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:31 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:31 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:31 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:31 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:31 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:31 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:31  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:31  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:31  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:31  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:31  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:31  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 05-Jul-2024 20:29:31  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 05-Jul-2024 20:29:31  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 05-Jul-2024 20:29:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 05-Jul-2024 20:29:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 05-Jul-2024 20:29:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 05-Jul-2024 20:29:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 05-Jul-2024 20:29:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 05-Jul-2024 20:29:32  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 05-Jul-2024 20:29:32  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 05-Jul-2024 20:29:32  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 05-Jul-2024 20:29:32  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 05-Jul-2024 20:29:32  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32 phpBB > old-version-diff: build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32  [echo] Retrieving version 3.3.0 build 05-Jul-2024 20:29:32  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32 phpBB > export: build 05-Jul-2024 20:29:32  build 05-Jul-2024 20:29:32 Cloning into 'viglink'... build 05-Jul-2024 20:29:33 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:33 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:33 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:33 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:33 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:33 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:33 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:33 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:33 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:33 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:33 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:33 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:33 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:33 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:33 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:33 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:33 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:33 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:33 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:33 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:33 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:33 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:33 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:33 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:33 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:33 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:33 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:33 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:33 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:33 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:33 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:33 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:33 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:33 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:33 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:33 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:33 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:33 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:33 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:33 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:33 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:33 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:33 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:33 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:33 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:33 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:33 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:33 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:33 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:33 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:33 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:33 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:33 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:33 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:33 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:33 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:33 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:33 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:33 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:33 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:33 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:33 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:33 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:33 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:33 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:33 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:33 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:33 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:33 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:33 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:33 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:33 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:33 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:33 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:33 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:33 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:33 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:33 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:33 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:33 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:33 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:33 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:33 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:33 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:33 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:33 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:33 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:33 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:33 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:33 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:33 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:33 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:33 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:33 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:33 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:33 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:33 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:33 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:33 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:33 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:33 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:33 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:33 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:33 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:33 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:33 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:33 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:33 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.46 MiB/s, done. build 05-Jul-2024 20:29:33 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:33 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:33 Resolving deltas: 2% (15/573) build 05-Jul-2024 20:29:33 Resolving deltas: 3% (21/573) build 05-Jul-2024 20:29:33 Resolving deltas: 5% (30/573) build 05-Jul-2024 20:29:33 Resolving deltas: 7% (41/573) build 05-Jul-2024 20:29:33 Resolving deltas: 10% (58/573) build 05-Jul-2024 20:29:33 Resolving deltas: 13% (75/573) build 05-Jul-2024 20:29:33 Resolving deltas: 15% (88/573) build 05-Jul-2024 20:29:33 Resolving deltas: 17% (101/573) build 05-Jul-2024 20:29:33 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:33 Resolving deltas: 22% (128/573) build 05-Jul-2024 20:29:33 Resolving deltas: 23% (137/573) build 05-Jul-2024 20:29:33 Resolving deltas: 27% (158/573) build 05-Jul-2024 20:29:33 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:33 Resolving deltas: 32% (189/573) build 05-Jul-2024 20:29:33 Resolving deltas: 33% (191/573) build 05-Jul-2024 20:29:33 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:33 Resolving deltas: 38% (223/573) build 05-Jul-2024 20:29:33 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:33 Resolving deltas: 40% (231/573) build 05-Jul-2024 20:29:33 Resolving deltas: 41% (236/573) build 05-Jul-2024 20:29:33 Resolving deltas: 43% (247/573) build 05-Jul-2024 20:29:33 Resolving deltas: 44% (253/573) build 05-Jul-2024 20:29:33 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:33 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:33 Resolving deltas: 47% (275/573) build 05-Jul-2024 20:29:33 Resolving deltas: 48% (278/573) build 05-Jul-2024 20:29:33 Resolving deltas: 49% (285/573) build 05-Jul-2024 20:29:33 Resolving deltas: 50% (291/573) build 05-Jul-2024 20:29:33 Resolving deltas: 51% (293/573) build 05-Jul-2024 20:29:33 Resolving deltas: 52% (300/573) build 05-Jul-2024 20:29:33 Resolving deltas: 54% (310/573) build 05-Jul-2024 20:29:33 Resolving deltas: 55% (316/573) build 05-Jul-2024 20:29:33 Resolving deltas: 59% (343/573) build 05-Jul-2024 20:29:33 Resolving deltas: 60% (348/573) build 05-Jul-2024 20:29:33 Resolving deltas: 63% (366/573) build 05-Jul-2024 20:29:33 Resolving deltas: 67% (387/573) build 05-Jul-2024 20:29:33 Resolving deltas: 71% (409/573) build 05-Jul-2024 20:29:33 Resolving deltas: 76% (440/573) build 05-Jul-2024 20:29:33 Resolving deltas: 79% (453/573) build 05-Jul-2024 20:29:33 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:33 Resolving deltas: 84% (482/573) build 05-Jul-2024 20:29:33 Resolving deltas: 85% (491/573) build 05-Jul-2024 20:29:33 Resolving deltas: 86% (498/573) build 05-Jul-2024 20:29:33 Resolving deltas: 87% (499/573) build 05-Jul-2024 20:29:33 Resolving deltas: 93% (538/573) build 05-Jul-2024 20:29:33 Resolving deltas: 94% (541/573) build 05-Jul-2024 20:29:33 Resolving deltas: 95% (546/573) build 05-Jul-2024 20:29:33 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:33 Resolving deltas: 98% (565/573) build 05-Jul-2024 20:29:33 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:33 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:33 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:33 Note: checking out 'release-phpbb-3.3.0'. build 05-Jul-2024 20:29:33 build 05-Jul-2024 20:29:33 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:33 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:33 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:33 build 05-Jul-2024 20:29:33 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:33 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:33 build 05-Jul-2024 20:29:33 git checkout -b build 05-Jul-2024 20:29:33 build 05-Jul-2024 20:29:33 HEAD is now at 6913153 Merge branch '3.2.x' build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:33  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:33  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:33  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:33  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:33  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 05-Jul-2024 20:29:33  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 05-Jul-2024 20:29:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 05-Jul-2024 20:29:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 05-Jul-2024 20:29:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 05-Jul-2024 20:29:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 05-Jul-2024 20:29:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:33  build 05-Jul-2024 20:29:33 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:33  build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 05-Jul-2024 20:29:33  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 05-Jul-2024 20:29:33  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:34  build 05-Jul-2024 20:29:34 phpBB > old-version-diff: build 05-Jul-2024 20:29:34  build 05-Jul-2024 20:29:34  [echo] Retrieving version 3.3.1 build 05-Jul-2024 20:29:34  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 05-Jul-2024 20:29:34  build 05-Jul-2024 20:29:34 phpBB > export: build 05-Jul-2024 20:29:34  build 05-Jul-2024 20:29:34 Cloning into 'viglink'... build 05-Jul-2024 20:29:35 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:35 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:35 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:35 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:35 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:35 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:35 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:35 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:35 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:35 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:35 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:35 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:35 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:35 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:35 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:35 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:35 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:35 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:35 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:35 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:35 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:35 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:35 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:35 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:35 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:35 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:35 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:35 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:35 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:35 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:35 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:35 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:35 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:35 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:35 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:35 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:35 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:35 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:35 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:35 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:35 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:35 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:35 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:35 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:35 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:35 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:35 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:35 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:35 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:35 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:35 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:35 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:35 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:35 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:35 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:35 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:35 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:35 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:35 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:35 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:35 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:35 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:35 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:35 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:35 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:35 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:35 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:35 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:35 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:35 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:35 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:35 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:35 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:35 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:35 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:35 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:35 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:35 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:35 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:35 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:35 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:35 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:35 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:35 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:35 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:35 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:35 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:35 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:35 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:35 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:35 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:35 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:35 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:35 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:35 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:35 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:35 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:35 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:35 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:35 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:35 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:35 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:35 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:35 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:35 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:35 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:35 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:35 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.57 MiB/s, done. build 05-Jul-2024 20:29:35 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:35 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:35 Resolving deltas: 4% (25/573) build 05-Jul-2024 20:29:35 Resolving deltas: 5% (30/573) build 05-Jul-2024 20:29:35 Resolving deltas: 6% (38/573) build 05-Jul-2024 20:29:35 Resolving deltas: 7% (43/573) build 05-Jul-2024 20:29:35 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:35 Resolving deltas: 12% (74/573) build 05-Jul-2024 20:29:35 Resolving deltas: 13% (76/573) build 05-Jul-2024 20:29:35 Resolving deltas: 15% (86/573) build 05-Jul-2024 20:29:35 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:35 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:35 Resolving deltas: 22% (127/573) build 05-Jul-2024 20:29:35 Resolving deltas: 24% (142/573) build 05-Jul-2024 20:29:35 Resolving deltas: 25% (145/573) build 05-Jul-2024 20:29:35 Resolving deltas: 27% (156/573) build 05-Jul-2024 20:29:35 Resolving deltas: 30% (175/573) build 05-Jul-2024 20:29:35 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:35 Resolving deltas: 34% (197/573) build 05-Jul-2024 20:29:35 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:35 Resolving deltas: 37% (215/573) build 05-Jul-2024 20:29:35 Resolving deltas: 40% (231/573) build 05-Jul-2024 20:29:35 Resolving deltas: 41% (238/573) build 05-Jul-2024 20:29:35 Resolving deltas: 42% (242/573) build 05-Jul-2024 20:29:35 Resolving deltas: 43% (247/573) build 05-Jul-2024 20:29:35 Resolving deltas: 44% (254/573) build 05-Jul-2024 20:29:35 Resolving deltas: 45% (260/573) build 05-Jul-2024 20:29:35 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:35 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:35 Resolving deltas: 50% (290/573) build 05-Jul-2024 20:29:35 Resolving deltas: 53% (309/573) build 05-Jul-2024 20:29:35 Resolving deltas: 55% (317/573) build 05-Jul-2024 20:29:35 Resolving deltas: 61% (350/573) build 05-Jul-2024 20:29:35 Resolving deltas: 62% (359/573) build 05-Jul-2024 20:29:35 Resolving deltas: 64% (370/573) build 05-Jul-2024 20:29:35 Resolving deltas: 65% (378/573) build 05-Jul-2024 20:29:35 Resolving deltas: 68% (392/573) build 05-Jul-2024 20:29:35 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:35 Resolving deltas: 72% (417/573) build 05-Jul-2024 20:29:35 Resolving deltas: 77% (445/573) build 05-Jul-2024 20:29:35 Resolving deltas: 79% (458/573) build 05-Jul-2024 20:29:35 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:35 Resolving deltas: 82% (471/573) build 05-Jul-2024 20:29:35 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:35 Resolving deltas: 84% (485/573) build 05-Jul-2024 20:29:35 Resolving deltas: 85% (488/573) build 05-Jul-2024 20:29:35 Resolving deltas: 86% (495/573) build 05-Jul-2024 20:29:35 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:35 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:35 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:35 Resolving deltas: 95% (546/573) build 05-Jul-2024 20:29:35 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:35 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:35 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:35 Note: checking out 'release-phpbb-3.3.1'. build 05-Jul-2024 20:29:35 build 05-Jul-2024 20:29:35 You are in 'detached HEAD' state. You can look around, make experimental build 05-Jul-2024 20:29:35 changes and commit them, and you can discard any commits you make in this build 05-Jul-2024 20:29:35 state without impacting any branches by performing another checkout. build 05-Jul-2024 20:29:35 build 05-Jul-2024 20:29:35 If you want to create a new branch to retain commits you create, you may build 05-Jul-2024 20:29:35 do so (now or later) by using -b with the checkout command again. Example: build 05-Jul-2024 20:29:35 build 05-Jul-2024 20:29:35 git checkout -b build 05-Jul-2024 20:29:35 build 05-Jul-2024 20:29:35 HEAD is now at 6913153 Merge branch '3.2.x' build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 05-Jul-2024 20:29:35  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:35  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 05-Jul-2024 20:29:35  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:35  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:35  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 05-Jul-2024 20:29:35  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 05-Jul-2024 20:29:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 05-Jul-2024 20:29:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 05-Jul-2024 20:29:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 05-Jul-2024 20:29:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 05-Jul-2024 20:29:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:35 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 05-Jul-2024 20:29:35  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 05-Jul-2024 20:29:35  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:35 phpBB > old-version-diff: build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:35  [echo] Retrieving version 3.3.2 build 05-Jul-2024 20:29:35  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:35 phpBB > export: build 05-Jul-2024 20:29:35  build 05-Jul-2024 20:29:36 Cloning into 'viglink'... build 05-Jul-2024 20:29:36 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:36 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:36 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:36 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:36 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:36 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:36 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:36 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:36 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:36 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:36 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:36 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:36 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:36 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:36 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:36 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:37 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:37 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:37 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:37 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:37 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:37 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:37 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:37 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:37 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:37 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:37 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:37 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:37 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:37 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:37 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:37 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:37 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:37 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:37 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:37 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:37 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:37 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:37 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:37 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:37 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:37 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:37 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:37 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:37 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:37 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:37 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:37 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:37 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:37 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:37 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:37 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:37 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:37 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:37 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:37 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:37 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:37 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:37 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:37 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:37 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:37 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:37 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:37 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:37 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:37 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:37 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:37 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:37 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:37 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:37 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:37 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:37 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:37 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:37 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:37 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:37 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:37 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:37 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:37 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:37 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:37 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:37 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:37 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:37 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:37 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:37 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:37 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:37 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:37 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:37 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:37 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:37 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:37 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:37 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:37 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:37 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:37 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:37 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:37 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:37 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:37 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:37 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:37 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:37 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:37 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:37 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:37 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.52 MiB/s, done. build 05-Jul-2024 20:29:37 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:37 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:37 Resolving deltas: 2% (12/573) build 05-Jul-2024 20:29:37 Resolving deltas: 5% (29/573) build 05-Jul-2024 20:29:37 Resolving deltas: 8% (47/573) build 05-Jul-2024 20:29:37 Resolving deltas: 11% (66/573) build 05-Jul-2024 20:29:37 Resolving deltas: 12% (69/573) build 05-Jul-2024 20:29:37 Resolving deltas: 13% (79/573) build 05-Jul-2024 20:29:37 Resolving deltas: 14% (85/573) build 05-Jul-2024 20:29:37 Resolving deltas: 18% (106/573) build 05-Jul-2024 20:29:37 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:37 Resolving deltas: 24% (138/573) build 05-Jul-2024 20:29:37 Resolving deltas: 26% (154/573) build 05-Jul-2024 20:29:37 Resolving deltas: 28% (166/573) build 05-Jul-2024 20:29:37 Resolving deltas: 29% (167/573) build 05-Jul-2024 20:29:37 Resolving deltas: 30% (175/573) build 05-Jul-2024 20:29:37 Resolving deltas: 34% (198/573) build 05-Jul-2024 20:29:37 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:37 Resolving deltas: 36% (211/573) build 05-Jul-2024 20:29:37 Resolving deltas: 37% (216/573) build 05-Jul-2024 20:29:37 Resolving deltas: 38% (219/573) build 05-Jul-2024 20:29:37 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:37 Resolving deltas: 40% (233/573) build 05-Jul-2024 20:29:37 Resolving deltas: 43% (251/573) build 05-Jul-2024 20:29:37 Resolving deltas: 45% (259/573) build 05-Jul-2024 20:29:37 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:37 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:37 Resolving deltas: 49% (283/573) build 05-Jul-2024 20:29:37 Resolving deltas: 50% (288/573) build 05-Jul-2024 20:29:37 Resolving deltas: 51% (296/573) build 05-Jul-2024 20:29:37 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:37 Resolving deltas: 53% (304/573) build 05-Jul-2024 20:29:37 Resolving deltas: 56% (323/573) build 05-Jul-2024 20:29:37 Resolving deltas: 57% (329/573) build 05-Jul-2024 20:29:37 Resolving deltas: 64% (372/573) build 05-Jul-2024 20:29:37 Resolving deltas: 66% (381/573) build 05-Jul-2024 20:29:37 Resolving deltas: 67% (385/573) build 05-Jul-2024 20:29:37 Resolving deltas: 71% (409/573) build 05-Jul-2024 20:29:37 Resolving deltas: 76% (438/573) build 05-Jul-2024 20:29:37 Resolving deltas: 77% (446/573) build 05-Jul-2024 20:29:37 Resolving deltas: 78% (447/573) build 05-Jul-2024 20:29:37 Resolving deltas: 79% (458/573) build 05-Jul-2024 20:29:37 Resolving deltas: 80% (461/573) build 05-Jul-2024 20:29:37 Resolving deltas: 82% (474/573) build 05-Jul-2024 20:29:37 Resolving deltas: 83% (480/573) build 05-Jul-2024 20:29:37 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:37 Resolving deltas: 85% (488/573) build 05-Jul-2024 20:29:37 Resolving deltas: 86% (497/573) build 05-Jul-2024 20:29:37 Resolving deltas: 87% (500/573) build 05-Jul-2024 20:29:37 Resolving deltas: 88% (505/573) build 05-Jul-2024 20:29:37 Resolving deltas: 89% (510/573) build 05-Jul-2024 20:29:37 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:37 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:37 Resolving deltas: 98% (563/573) build 05-Jul-2024 20:29:37 Resolving deltas: 99% (572/573) build 05-Jul-2024 20:29:37 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:37 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:37 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:37  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:37  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:37  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:37  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:37  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:37  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 05-Jul-2024 20:29:37  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 05-Jul-2024 20:29:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 05-Jul-2024 20:29:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 05-Jul-2024 20:29:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 05-Jul-2024 20:29:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 05-Jul-2024 20:29:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:37 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 05-Jul-2024 20:29:37  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 05-Jul-2024 20:29:37  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:37 phpBB > old-version-diff: build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:37  [echo] Retrieving version 3.3.3 build 05-Jul-2024 20:29:37  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:37 phpBB > export: build 05-Jul-2024 20:29:37  build 05-Jul-2024 20:29:38 Cloning into 'viglink'... build 05-Jul-2024 20:29:38 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:38 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:38 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:38 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:38 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:38 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:38 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:38 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:38 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:38 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:38 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:38 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:38 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:38 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:38 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:38 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:38 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:38 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:38 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:38 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:38 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:38 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:38 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:38 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:38 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:38 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:38 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:38 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:38 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:38 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:38 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:38 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:38 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:38 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:38 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:38 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:38 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:38 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:38 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:38 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:38 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:38 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:38 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:38 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:38 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:38 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:38 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:38 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:38 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:38 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:38 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:38 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:38 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:38 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:38 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:38 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:38 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:38 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:38 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:38 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:38 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:38 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:38 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:38 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:38 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:38 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:38 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:38 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:38 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:38 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:38 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:38 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:38 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:38 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:38 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:38 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:38 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:38 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:38 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:38 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:38 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:38 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:38 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:38 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:38 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:38 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:38 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:38 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:38 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:38 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:38 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:38 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:38 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:38 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:38 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:38 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:38 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:38 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:38 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:38 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:38 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:38 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:38 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:38 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:38 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:38 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:38 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:38 Receiving objects: 100% (1117/1117), 214.66 KiB | 1.48 MiB/s, done. build 05-Jul-2024 20:29:38 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:38 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:38 Resolving deltas: 4% (27/573) build 05-Jul-2024 20:29:38 Resolving deltas: 8% (46/573) build 05-Jul-2024 20:29:38 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:38 Resolving deltas: 13% (76/573) build 05-Jul-2024 20:29:38 Resolving deltas: 15% (87/573) build 05-Jul-2024 20:29:38 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:38 Resolving deltas: 19% (111/573) build 05-Jul-2024 20:29:38 Resolving deltas: 21% (125/573) build 05-Jul-2024 20:29:38 Resolving deltas: 22% (131/573) build 05-Jul-2024 20:29:38 Resolving deltas: 25% (146/573) build 05-Jul-2024 20:29:38 Resolving deltas: 27% (155/573) build 05-Jul-2024 20:29:38 Resolving deltas: 30% (174/573) build 05-Jul-2024 20:29:38 Resolving deltas: 31% (183/573) build 05-Jul-2024 20:29:38 Resolving deltas: 33% (191/573) build 05-Jul-2024 20:29:38 Resolving deltas: 36% (212/573) build 05-Jul-2024 20:29:38 Resolving deltas: 37% (213/573) build 05-Jul-2024 20:29:38 Resolving deltas: 38% (222/573) build 05-Jul-2024 20:29:38 Resolving deltas: 39% (225/573) build 05-Jul-2024 20:29:38 Resolving deltas: 43% (249/573) build 05-Jul-2024 20:29:38 Resolving deltas: 45% (259/573) build 05-Jul-2024 20:29:38 Resolving deltas: 46% (268/573) build 05-Jul-2024 20:29:38 Resolving deltas: 47% (273/573) build 05-Jul-2024 20:29:38 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:38 Resolving deltas: 49% (281/573) build 05-Jul-2024 20:29:38 Resolving deltas: 50% (290/573) build 05-Jul-2024 20:29:38 Resolving deltas: 51% (296/573) build 05-Jul-2024 20:29:38 Resolving deltas: 55% (318/573) build 05-Jul-2024 20:29:38 Resolving deltas: 58% (334/573) build 05-Jul-2024 20:29:38 Resolving deltas: 59% (340/573) build 05-Jul-2024 20:29:38 Resolving deltas: 60% (345/573) build 05-Jul-2024 20:29:38 Resolving deltas: 62% (358/573) build 05-Jul-2024 20:29:38 Resolving deltas: 65% (377/573) build 05-Jul-2024 20:29:38 Resolving deltas: 66% (382/573) build 05-Jul-2024 20:29:38 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:38 Resolving deltas: 75% (434/573) build 05-Jul-2024 20:29:38 Resolving deltas: 76% (437/573) build 05-Jul-2024 20:29:38 Resolving deltas: 78% (451/573) build 05-Jul-2024 20:29:38 Resolving deltas: 79% (454/573) build 05-Jul-2024 20:29:38 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:38 Resolving deltas: 82% (474/573) build 05-Jul-2024 20:29:38 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:38 Resolving deltas: 88% (508/573) build 05-Jul-2024 20:29:38 Resolving deltas: 89% (515/573) build 05-Jul-2024 20:29:38 Resolving deltas: 90% (519/573) build 05-Jul-2024 20:29:38 Resolving deltas: 91% (525/573) build 05-Jul-2024 20:29:38 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:38 Resolving deltas: 93% (535/573) build 05-Jul-2024 20:29:38 Resolving deltas: 94% (541/573) build 05-Jul-2024 20:29:38 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:38 Resolving deltas: 98% (565/573) build 05-Jul-2024 20:29:38 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:38 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:38 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:38 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:38  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:38  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:38  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:38  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:38  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:38  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 05-Jul-2024 20:29:38  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 05-Jul-2024 20:29:38  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 05-Jul-2024 20:29:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 05-Jul-2024 20:29:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 05-Jul-2024 20:29:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 05-Jul-2024 20:29:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 05-Jul-2024 20:29:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 05-Jul-2024 20:29:39  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 05-Jul-2024 20:29:39  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 05-Jul-2024 20:29:39  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 05-Jul-2024 20:29:39  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 05-Jul-2024 20:29:39  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39 phpBB > old-version-diff: build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39  [echo] Retrieving version 3.3.4 build 05-Jul-2024 20:29:39  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39 phpBB > export: build 05-Jul-2024 20:29:39  build 05-Jul-2024 20:29:39 Cloning into 'viglink'... build 05-Jul-2024 20:29:40 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:40 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:40 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:40 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:40 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:40 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:40 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:40 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:40 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:40 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:40 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:40 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:40 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:40 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:40 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:40 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:40 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:40 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:40 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:40 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:40 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:40 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:40 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:40 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:40 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:40 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:40 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:40 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:40 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:40 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:40 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:40 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:40 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:40 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:40 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:40 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:40 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:40 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:40 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:40 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:40 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:40 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:40 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:40 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:40 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:40 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:40 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:40 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:40 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:40 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:40 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:40 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:40 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:40 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:40 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:40 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:40 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:40 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:40 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:40 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:40 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:40 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:40 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:40 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:40 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:40 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:40 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:40 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:40 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:40 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:40 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:40 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:40 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:40 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:40 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:40 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:40 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:40 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:40 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:40 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:40 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:40 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:40 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:40 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:40 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:40 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:40 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:40 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:40 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:40 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:40 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:40 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:40 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:40 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:40 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:40 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:40 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:40 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:40 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:40 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:40 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:40 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:40 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:40 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:40 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:40 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:40 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:40 Receiving objects: 100% (1117/1117), 214.66 KiB | 8.94 MiB/s, done. build 05-Jul-2024 20:29:40 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:40 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:40 Resolving deltas: 2% (12/573) build 05-Jul-2024 20:29:40 Resolving deltas: 3% (22/573) build 05-Jul-2024 20:29:40 Resolving deltas: 5% (31/573) build 05-Jul-2024 20:29:40 Resolving deltas: 8% (48/573) build 05-Jul-2024 20:29:40 Resolving deltas: 9% (53/573) build 05-Jul-2024 20:29:40 Resolving deltas: 12% (74/573) build 05-Jul-2024 20:29:40 Resolving deltas: 13% (78/573) build 05-Jul-2024 20:29:40 Resolving deltas: 14% (81/573) build 05-Jul-2024 20:29:40 Resolving deltas: 17% (99/573) build 05-Jul-2024 20:29:40 Resolving deltas: 24% (140/573) build 05-Jul-2024 20:29:40 Resolving deltas: 27% (159/573) build 05-Jul-2024 20:29:40 Resolving deltas: 28% (164/573) build 05-Jul-2024 20:29:40 Resolving deltas: 30% (173/573) build 05-Jul-2024 20:29:40 Resolving deltas: 32% (185/573) build 05-Jul-2024 20:29:40 Resolving deltas: 33% (193/573) build 05-Jul-2024 20:29:40 Resolving deltas: 34% (197/573) build 05-Jul-2024 20:29:40 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:40 Resolving deltas: 37% (215/573) build 05-Jul-2024 20:29:40 Resolving deltas: 40% (230/573) build 05-Jul-2024 20:29:40 Resolving deltas: 42% (241/573) build 05-Jul-2024 20:29:40 Resolving deltas: 43% (251/573) build 05-Jul-2024 20:29:40 Resolving deltas: 45% (259/573) build 05-Jul-2024 20:29:40 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:40 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:40 Resolving deltas: 49% (284/573) build 05-Jul-2024 20:29:40 Resolving deltas: 50% (288/573) build 05-Jul-2024 20:29:40 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:40 Resolving deltas: 53% (304/573) build 05-Jul-2024 20:29:40 Resolving deltas: 57% (327/573) build 05-Jul-2024 20:29:40 Resolving deltas: 58% (335/573) build 05-Jul-2024 20:29:40 Resolving deltas: 60% (344/573) build 05-Jul-2024 20:29:40 Resolving deltas: 72% (414/573) build 05-Jul-2024 20:29:40 Resolving deltas: 76% (440/573) build 05-Jul-2024 20:29:40 Resolving deltas: 78% (448/573) build 05-Jul-2024 20:29:40 Resolving deltas: 79% (454/573) build 05-Jul-2024 20:29:40 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:40 Resolving deltas: 82% (471/573) build 05-Jul-2024 20:29:40 Resolving deltas: 83% (477/573) build 05-Jul-2024 20:29:40 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:40 Resolving deltas: 92% (529/573) build 05-Jul-2024 20:29:40 Resolving deltas: 94% (542/573) build 05-Jul-2024 20:29:40 Resolving deltas: 95% (546/573) build 05-Jul-2024 20:29:40 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:40 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:40 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:40 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:40 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:40 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:40 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:40  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:40  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:40  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:40  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:40  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:40  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 05-Jul-2024 20:29:40  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 05-Jul-2024 20:29:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 05-Jul-2024 20:29:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 05-Jul-2024 20:29:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 05-Jul-2024 20:29:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 05-Jul-2024 20:29:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:40 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 05-Jul-2024 20:29:40  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 05-Jul-2024 20:29:40  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:40 phpBB > old-version-diff: build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:40  [echo] Retrieving version 3.3.5 build 05-Jul-2024 20:29:40  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:40 phpBB > export: build 05-Jul-2024 20:29:40  build 05-Jul-2024 20:29:41 Cloning into 'viglink'... build 05-Jul-2024 20:29:41 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:41 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:41 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:41 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:41 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:41 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:41 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:41 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:41 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:41 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:41 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:41 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:41 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:41 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:41 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:41 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:41 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:41 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:41 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:41 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:41 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:41 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:41 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:41 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:41 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:41 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:41 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:41 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:41 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:41 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:41 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:41 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:41 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:41 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:41 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:41 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:41 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:41 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:41 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:41 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:41 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:41 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:41 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:41 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:41 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:41 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:41 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:41 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:41 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:41 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:41 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:41 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:41 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:41 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:41 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:41 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:41 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:41 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:41 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:41 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:41 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:41 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:41 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:41 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:41 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:41 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:41 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:41 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:41 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:41 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:41 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:41 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:41 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:41 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:41 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:41 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:41 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:41 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:41 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:41 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:41 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:41 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:41 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:41 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:41 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:41 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:41 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:41 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:41 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:41 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:41 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:41 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:41 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:41 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:41 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:41 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:41 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:41 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:41 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:41 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:41 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:41 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:41 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:41 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:41 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:41 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:41 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:41 Receiving objects: 100% (1117/1117), 214.66 KiB | 5.96 MiB/s, done. build 05-Jul-2024 20:29:41 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:41 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:41 Resolving deltas: 2% (13/573) build 05-Jul-2024 20:29:41 Resolving deltas: 6% (35/573) build 05-Jul-2024 20:29:41 Resolving deltas: 7% (43/573) build 05-Jul-2024 20:29:41 Resolving deltas: 9% (54/573) build 05-Jul-2024 20:29:41 Resolving deltas: 11% (68/573) build 05-Jul-2024 20:29:41 Resolving deltas: 15% (88/573) build 05-Jul-2024 20:29:41 Resolving deltas: 17% (100/573) build 05-Jul-2024 20:29:41 Resolving deltas: 19% (112/573) build 05-Jul-2024 20:29:41 Resolving deltas: 21% (126/573) build 05-Jul-2024 20:29:41 Resolving deltas: 23% (132/573) build 05-Jul-2024 20:29:41 Resolving deltas: 25% (147/573) build 05-Jul-2024 20:29:41 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:41 Resolving deltas: 31% (183/573) build 05-Jul-2024 20:29:41 Resolving deltas: 34% (195/573) build 05-Jul-2024 20:29:41 Resolving deltas: 35% (203/573) build 05-Jul-2024 20:29:41 Resolving deltas: 36% (207/573) build 05-Jul-2024 20:29:41 Resolving deltas: 39% (225/573) build 05-Jul-2024 20:29:41 Resolving deltas: 44% (255/573) build 05-Jul-2024 20:29:41 Resolving deltas: 45% (262/573) build 05-Jul-2024 20:29:41 Resolving deltas: 46% (266/573) build 05-Jul-2024 20:29:41 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:41 Resolving deltas: 48% (278/573) build 05-Jul-2024 20:29:41 Resolving deltas: 49% (283/573) build 05-Jul-2024 20:29:41 Resolving deltas: 58% (337/573) build 05-Jul-2024 20:29:41 Resolving deltas: 59% (341/573) build 05-Jul-2024 20:29:41 Resolving deltas: 60% (344/573) build 05-Jul-2024 20:29:41 Resolving deltas: 61% (351/573) build 05-Jul-2024 20:29:41 Resolving deltas: 66% (379/573) build 05-Jul-2024 20:29:41 Resolving deltas: 67% (384/573) build 05-Jul-2024 20:29:41 Resolving deltas: 70% (403/573) build 05-Jul-2024 20:29:41 Resolving deltas: 71% (408/573) build 05-Jul-2024 20:29:41 Resolving deltas: 76% (439/573) build 05-Jul-2024 20:29:41 Resolving deltas: 78% (451/573) build 05-Jul-2024 20:29:41 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:41 Resolving deltas: 82% (471/573) build 05-Jul-2024 20:29:41 Resolving deltas: 83% (478/573) build 05-Jul-2024 20:29:41 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:41 Resolving deltas: 90% (519/573) build 05-Jul-2024 20:29:41 Resolving deltas: 91% (522/573) build 05-Jul-2024 20:29:41 Resolving deltas: 94% (544/573) build 05-Jul-2024 20:29:41 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:41 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:41 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:41 Resolving deltas: 99% (571/573) build 05-Jul-2024 20:29:41 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:41 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:41 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:41  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:41  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:41  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:41  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:41  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:41  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 05-Jul-2024 20:29:41  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 05-Jul-2024 20:29:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 05-Jul-2024 20:29:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 05-Jul-2024 20:29:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 05-Jul-2024 20:29:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 05-Jul-2024 20:29:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:41  build 05-Jul-2024 20:29:41 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:41  build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 05-Jul-2024 20:29:41  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 05-Jul-2024 20:29:41  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:42  build 05-Jul-2024 20:29:42 phpBB > old-version-diff: build 05-Jul-2024 20:29:42  build 05-Jul-2024 20:29:42  [echo] Retrieving version 3.3.6 build 05-Jul-2024 20:29:42  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 05-Jul-2024 20:29:42  build 05-Jul-2024 20:29:42 phpBB > export: build 05-Jul-2024 20:29:42  build 05-Jul-2024 20:29:42 Cloning into 'viglink'... build 05-Jul-2024 20:29:42 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:42 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:42 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:42 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:42 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:42 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:42 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:42 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:42 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:42 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:42 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:42 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:42 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:42 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:42 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:42 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:42 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:42 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:42 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:42 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:42 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:42 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:42 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:42 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:42 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:42 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:42 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:42 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:42 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:42 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:42 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:42 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:42 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:42 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:42 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:42 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:42 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:42 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:42 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:42 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:42 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:42 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:42 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:42 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:42 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:42 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:42 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:42 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:42 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:42 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:42 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:42 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:42 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:42 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:42 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:42 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:42 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:42 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:42 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:42 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:42 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:42 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:42 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:42 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:42 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:42 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:42 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:42 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:42 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:42 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:42 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:42 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:42 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:42 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:42 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:42 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:42 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:42 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:42 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:42 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:42 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:42 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:42 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:42 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:42 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:42 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:42 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:42 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:42 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:42 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:42 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:42 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:42 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:42 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:42 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:42 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:42 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:42 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:42 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:42 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:42 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:42 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:42 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:42 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:42 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:42 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:42 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:42 Receiving objects: 100% (1117/1117), 214.66 KiB | 10.22 MiB/s, done. build 05-Jul-2024 20:29:42 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:42 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:42 Resolving deltas: 3% (20/573) build 05-Jul-2024 20:29:42 Resolving deltas: 4% (27/573) build 05-Jul-2024 20:29:42 Resolving deltas: 5% (33/573) build 05-Jul-2024 20:29:42 Resolving deltas: 7% (42/573) build 05-Jul-2024 20:29:42 Resolving deltas: 9% (57/573) build 05-Jul-2024 20:29:42 Resolving deltas: 10% (61/573) build 05-Jul-2024 20:29:42 Resolving deltas: 14% (82/573) build 05-Jul-2024 20:29:42 Resolving deltas: 17% (98/573) build 05-Jul-2024 20:29:42 Resolving deltas: 19% (110/573) build 05-Jul-2024 20:29:42 Resolving deltas: 21% (124/573) build 05-Jul-2024 20:29:42 Resolving deltas: 22% (127/573) build 05-Jul-2024 20:29:42 Resolving deltas: 24% (141/573) build 05-Jul-2024 20:29:42 Resolving deltas: 25% (147/573) build 05-Jul-2024 20:29:42 Resolving deltas: 27% (159/573) build 05-Jul-2024 20:29:42 Resolving deltas: 28% (161/573) build 05-Jul-2024 20:29:42 Resolving deltas: 30% (173/573) build 05-Jul-2024 20:29:42 Resolving deltas: 32% (184/573) build 05-Jul-2024 20:29:42 Resolving deltas: 34% (197/573) build 05-Jul-2024 20:29:42 Resolving deltas: 35% (206/573) build 05-Jul-2024 20:29:42 Resolving deltas: 37% (213/573) build 05-Jul-2024 20:29:42 Resolving deltas: 38% (219/573) build 05-Jul-2024 20:29:42 Resolving deltas: 40% (231/573) build 05-Jul-2024 20:29:42 Resolving deltas: 44% (254/573) build 05-Jul-2024 20:29:42 Resolving deltas: 45% (260/573) build 05-Jul-2024 20:29:42 Resolving deltas: 46% (266/573) build 05-Jul-2024 20:29:42 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:42 Resolving deltas: 48% (279/573) build 05-Jul-2024 20:29:42 Resolving deltas: 49% (281/573) build 05-Jul-2024 20:29:42 Resolving deltas: 50% (292/573) build 05-Jul-2024 20:29:42 Resolving deltas: 51% (294/573) build 05-Jul-2024 20:29:42 Resolving deltas: 55% (318/573) build 05-Jul-2024 20:29:42 Resolving deltas: 56% (326/573) build 05-Jul-2024 20:29:42 Resolving deltas: 61% (352/573) build 05-Jul-2024 20:29:42 Resolving deltas: 62% (360/573) build 05-Jul-2024 20:29:42 Resolving deltas: 63% (361/573) build 05-Jul-2024 20:29:42 Resolving deltas: 66% (380/573) build 05-Jul-2024 20:29:42 Resolving deltas: 67% (385/573) build 05-Jul-2024 20:29:42 Resolving deltas: 69% (397/573) build 05-Jul-2024 20:29:42 Resolving deltas: 73% (424/573) build 05-Jul-2024 20:29:42 Resolving deltas: 75% (434/573) build 05-Jul-2024 20:29:42 Resolving deltas: 78% (449/573) build 05-Jul-2024 20:29:42 Resolving deltas: 79% (457/573) build 05-Jul-2024 20:29:42 Resolving deltas: 80% (464/573) build 05-Jul-2024 20:29:42 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:42 Resolving deltas: 83% (480/573) build 05-Jul-2024 20:29:42 Resolving deltas: 84% (486/573) build 05-Jul-2024 20:29:42 Resolving deltas: 85% (488/573) build 05-Jul-2024 20:29:42 Resolving deltas: 90% (517/573) build 05-Jul-2024 20:29:42 Resolving deltas: 91% (527/573) build 05-Jul-2024 20:29:42 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:42 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:42 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:42 Resolving deltas: 95% (546/573) build 05-Jul-2024 20:29:42 Resolving deltas: 96% (552/573) build 05-Jul-2024 20:29:42 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:42 Resolving deltas: 98% (563/573) build 05-Jul-2024 20:29:42 Resolving deltas: 99% (571/573) build 05-Jul-2024 20:29:42 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:42 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:42 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:42  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:42  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:42  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:42  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 05-Jul-2024 20:29:42  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 05-Jul-2024 20:29:42  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 05-Jul-2024 20:29:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 05-Jul-2024 20:29:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 05-Jul-2024 20:29:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 05-Jul-2024 20:29:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 05-Jul-2024 20:29:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 05-Jul-2024 20:29:43  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 05-Jul-2024 20:29:43  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 05-Jul-2024 20:29:43  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 05-Jul-2024 20:29:43  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 05-Jul-2024 20:29:43  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43 phpBB > old-version-diff: build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43  [echo] Retrieving version 3.3.7 build 05-Jul-2024 20:29:43  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43 phpBB > export: build 05-Jul-2024 20:29:43  build 05-Jul-2024 20:29:43 Cloning into 'viglink'... build 05-Jul-2024 20:29:44 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:44 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:44 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:44 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:44 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:44 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:44 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:44 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:44 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:44 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:44 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:44 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:44 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:44 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:44 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:44 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:44 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:44 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:44 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:44 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:44 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:44 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:44 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:44 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:44 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:44 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:44 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:44 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:44 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:44 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:44 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:44 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:44 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:44 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:44 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:44 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:44 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:44 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:44 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:44 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:44 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:44 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:44 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:44 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:44 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:44 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:44 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:44 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:44 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:44 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:44 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:44 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:44 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:44 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:44 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:44 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:44 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:44 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:44 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:44 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:44 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:44 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:44 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:44 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:44 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:44 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:44 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:44 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:44 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:44 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:44 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:44 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:44 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:44 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:44 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:44 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:44 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:44 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:44 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:44 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:44 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:44 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:44 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:44 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:44 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:44 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:44 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:44 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:44 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:44 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:44 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:44 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:44 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:44 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:44 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:44 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:44 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:44 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:44 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:44 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:44 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:44 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:44 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:44 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:44 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:44 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:44 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:44 Receiving objects: 100% (1117/1117), 214.66 KiB | 10.22 MiB/s, done. build 05-Jul-2024 20:29:44 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:44 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:44 Resolving deltas: 4% (24/573) build 05-Jul-2024 20:29:44 Resolving deltas: 7% (44/573) build 05-Jul-2024 20:29:44 Resolving deltas: 9% (55/573) build 05-Jul-2024 20:29:44 Resolving deltas: 10% (58/573) build 05-Jul-2024 20:29:44 Resolving deltas: 12% (69/573) build 05-Jul-2024 20:29:44 Resolving deltas: 15% (89/573) build 05-Jul-2024 20:29:44 Resolving deltas: 16% (92/573) build 05-Jul-2024 20:29:44 Resolving deltas: 17% (101/573) build 05-Jul-2024 20:29:44 Resolving deltas: 19% (113/573) build 05-Jul-2024 20:29:44 Resolving deltas: 22% (127/573) build 05-Jul-2024 20:29:44 Resolving deltas: 23% (133/573) build 05-Jul-2024 20:29:44 Resolving deltas: 25% (148/573) build 05-Jul-2024 20:29:44 Resolving deltas: 27% (155/573) build 05-Jul-2024 20:29:44 Resolving deltas: 28% (166/573) build 05-Jul-2024 20:29:44 Resolving deltas: 29% (168/573) build 05-Jul-2024 20:29:44 Resolving deltas: 32% (186/573) build 05-Jul-2024 20:29:44 Resolving deltas: 35% (201/573) build 05-Jul-2024 20:29:44 Resolving deltas: 36% (212/573) build 05-Jul-2024 20:29:44 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:44 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:44 Resolving deltas: 40% (233/573) build 05-Jul-2024 20:29:44 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:44 Resolving deltas: 46% (267/573) build 05-Jul-2024 20:29:44 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:44 Resolving deltas: 49% (281/573) build 05-Jul-2024 20:29:44 Resolving deltas: 51% (297/573) build 05-Jul-2024 20:29:44 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:44 Resolving deltas: 53% (304/573) build 05-Jul-2024 20:29:44 Resolving deltas: 56% (324/573) build 05-Jul-2024 20:29:44 Resolving deltas: 63% (363/573) build 05-Jul-2024 20:29:44 Resolving deltas: 64% (368/573) build 05-Jul-2024 20:29:44 Resolving deltas: 68% (394/573) build 05-Jul-2024 20:29:44 Resolving deltas: 69% (400/573) build 05-Jul-2024 20:29:44 Resolving deltas: 70% (405/573) build 05-Jul-2024 20:29:44 Resolving deltas: 75% (431/573) build 05-Jul-2024 20:29:44 Resolving deltas: 76% (440/573) build 05-Jul-2024 20:29:44 Resolving deltas: 78% (449/573) build 05-Jul-2024 20:29:44 Resolving deltas: 79% (455/573) build 05-Jul-2024 20:29:44 Resolving deltas: 81% (467/573) build 05-Jul-2024 20:29:44 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:44 Resolving deltas: 83% (479/573) build 05-Jul-2024 20:29:44 Resolving deltas: 84% (483/573) build 05-Jul-2024 20:29:44 Resolving deltas: 89% (514/573) build 05-Jul-2024 20:29:44 Resolving deltas: 90% (516/573) build 05-Jul-2024 20:29:44 Resolving deltas: 91% (525/573) build 05-Jul-2024 20:29:44 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:44 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:44 Resolving deltas: 94% (540/573) build 05-Jul-2024 20:29:44 Resolving deltas: 95% (548/573) build 05-Jul-2024 20:29:44 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:44 Resolving deltas: 98% (567/573) build 05-Jul-2024 20:29:44 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:44 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:44 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:44  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:44  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:44  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:44  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:44  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:44  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 05-Jul-2024 20:29:44  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 05-Jul-2024 20:29:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 05-Jul-2024 20:29:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 05-Jul-2024 20:29:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 05-Jul-2024 20:29:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 05-Jul-2024 20:29:44  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:44 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 05-Jul-2024 20:29:44  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 05-Jul-2024 20:29:44  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:44 phpBB > old-version-diff: build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:44  [echo] Retrieving version 3.3.8 build 05-Jul-2024 20:29:44  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:44 phpBB > export: build 05-Jul-2024 20:29:44  build 05-Jul-2024 20:29:45 Cloning into 'viglink'... build 05-Jul-2024 20:29:45 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:45 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:45 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:45 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:45 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:45 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:45 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:45 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:45 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:45 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:45 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:45 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:45 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:45 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:45 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:45 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:45 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:45 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:45 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:45 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:45 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:45 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:45 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:45 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:45 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:45 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:45 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:45 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:45 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:45 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:45 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:45 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:45 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:45 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:45 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:45 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:45 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:45 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:45 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:45 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:45 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:45 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:45 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:45 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:45 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:45 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:45 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:45 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:45 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:45 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:45 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:45 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:45 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:45 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:45 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:45 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:45 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:45 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:45 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:45 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:45 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:45 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:45 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:45 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:45 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:45 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:45 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:45 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:45 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:45 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:45 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:45 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:45 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:45 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:45 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:45 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:45 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:45 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:45 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:45 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:45 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:45 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:45 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:45 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:45 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:45 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:45 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:45 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:45 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:45 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:45 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:45 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:45 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:45 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:45 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:45 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:45 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:45 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:45 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:45 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:45 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:45 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:45 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:45 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:45 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:45 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:45 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:45 Receiving objects: 100% (1117/1117), 214.66 KiB | 8.26 MiB/s, done. build 05-Jul-2024 20:29:45 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:45 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:45 Resolving deltas: 3% (20/573) build 05-Jul-2024 20:29:45 Resolving deltas: 5% (33/573) build 05-Jul-2024 20:29:45 Resolving deltas: 7% (43/573) build 05-Jul-2024 20:29:45 Resolving deltas: 9% (54/573) build 05-Jul-2024 20:29:45 Resolving deltas: 12% (70/573) build 05-Jul-2024 20:29:45 Resolving deltas: 13% (78/573) build 05-Jul-2024 20:29:45 Resolving deltas: 14% (81/573) build 05-Jul-2024 20:29:45 Resolving deltas: 18% (104/573) build 05-Jul-2024 20:29:45 Resolving deltas: 19% (113/573) build 05-Jul-2024 20:29:45 Resolving deltas: 21% (122/573) build 05-Jul-2024 20:29:45 Resolving deltas: 23% (137/573) build 05-Jul-2024 20:29:45 Resolving deltas: 26% (152/573) build 05-Jul-2024 20:29:45 Resolving deltas: 28% (162/573) build 05-Jul-2024 20:29:45 Resolving deltas: 31% (178/573) build 05-Jul-2024 20:29:45 Resolving deltas: 32% (189/573) build 05-Jul-2024 20:29:45 Resolving deltas: 33% (192/573) build 05-Jul-2024 20:29:45 Resolving deltas: 36% (208/573) build 05-Jul-2024 20:29:45 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:45 Resolving deltas: 39% (224/573) build 05-Jul-2024 20:29:45 Resolving deltas: 40% (231/573) build 05-Jul-2024 20:29:45 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:45 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:45 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:45 Resolving deltas: 49% (282/573) build 05-Jul-2024 20:29:45 Resolving deltas: 50% (292/573) build 05-Jul-2024 20:29:45 Resolving deltas: 51% (293/573) build 05-Jul-2024 20:29:45 Resolving deltas: 52% (300/573) build 05-Jul-2024 20:29:45 Resolving deltas: 53% (307/573) build 05-Jul-2024 20:29:45 Resolving deltas: 55% (318/573) build 05-Jul-2024 20:29:45 Resolving deltas: 56% (321/573) build 05-Jul-2024 20:29:45 Resolving deltas: 61% (351/573) build 05-Jul-2024 20:29:45 Resolving deltas: 62% (358/573) build 05-Jul-2024 20:29:45 Resolving deltas: 63% (365/573) build 05-Jul-2024 20:29:45 Resolving deltas: 65% (376/573) build 05-Jul-2024 20:29:45 Resolving deltas: 74% (425/573) build 05-Jul-2024 20:29:45 Resolving deltas: 78% (447/573) build 05-Jul-2024 20:29:45 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:45 Resolving deltas: 81% (465/573) build 05-Jul-2024 20:29:45 Resolving deltas: 82% (474/573) build 05-Jul-2024 20:29:45 Resolving deltas: 83% (478/573) build 05-Jul-2024 20:29:45 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:45 Resolving deltas: 85% (491/573) build 05-Jul-2024 20:29:45 Resolving deltas: 86% (494/573) build 05-Jul-2024 20:29:45 Resolving deltas: 92% (530/573) build 05-Jul-2024 20:29:45 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:45 Resolving deltas: 94% (539/573) build 05-Jul-2024 20:29:45 Resolving deltas: 95% (547/573) build 05-Jul-2024 20:29:45 Resolving deltas: 96% (554/573) build 05-Jul-2024 20:29:45 Resolving deltas: 97% (556/573) build 05-Jul-2024 20:29:45 Resolving deltas: 98% (563/573) build 05-Jul-2024 20:29:45 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:45 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:45 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:45 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:45  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:45  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:45  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:45  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 05-Jul-2024 20:29:45  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 05-Jul-2024 20:29:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 05-Jul-2024 20:29:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 05-Jul-2024 20:29:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 05-Jul-2024 20:29:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 05-Jul-2024 20:29:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:45  build 05-Jul-2024 20:29:45 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:45  build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 05-Jul-2024 20:29:45  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 05-Jul-2024 20:29:45  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46 phpBB > old-version-diff: build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46  [echo] Retrieving version 3.3.9 build 05-Jul-2024 20:29:46  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46 phpBB > export: build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46 Cloning into 'viglink'... build 05-Jul-2024 20:29:46 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:46 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:46 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:46 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:46 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:46 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:46 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:46 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:46 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:46 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:46 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:46 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:46 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:46 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:46 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:46 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:46 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:46 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:46 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:46 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:46 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:46 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:46 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:46 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:46 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:46 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:46 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:46 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:46 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:46 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:46 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:46 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:46 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:46 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:46 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:46 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:46 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:46 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:46 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:46 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:46 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:46 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:46 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:46 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:46 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:46 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:46 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:46 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:46 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:46 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:46 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:46 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:46 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:46 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:46 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:46 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:46 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:46 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:46 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:46 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:46 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:46 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:46 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:46 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:46 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:46 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:46 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:46 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:46 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:46 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:46 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:46 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:46 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:46 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:46 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:46 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:46 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:46 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:46 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:46 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:46 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:46 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:46 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:46 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:46 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:46 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:46 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:46 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:46 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:46 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:46 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:46 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:46 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:46 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:46 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:46 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:46 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:46 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:46 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:46 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:46 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:46 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:46 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:46 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:46 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:46 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:46 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:46 Receiving objects: 100% (1117/1117), 214.66 KiB | 8.59 MiB/s, done. build 05-Jul-2024 20:29:46 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:46 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:46 Resolving deltas: 6% (37/573) build 05-Jul-2024 20:29:46 Resolving deltas: 8% (46/573) build 05-Jul-2024 20:29:46 Resolving deltas: 9% (53/573) build 05-Jul-2024 20:29:46 Resolving deltas: 10% (59/573) build 05-Jul-2024 20:29:46 Resolving deltas: 11% (65/573) build 05-Jul-2024 20:29:46 Resolving deltas: 13% (77/573) build 05-Jul-2024 20:29:46 Resolving deltas: 15% (91/573) build 05-Jul-2024 20:29:46 Resolving deltas: 16% (92/573) build 05-Jul-2024 20:29:46 Resolving deltas: 17% (98/573) build 05-Jul-2024 20:29:46 Resolving deltas: 19% (111/573) build 05-Jul-2024 20:29:46 Resolving deltas: 20% (117/573) build 05-Jul-2024 20:29:46 Resolving deltas: 23% (135/573) build 05-Jul-2024 20:29:46 Resolving deltas: 25% (146/573) build 05-Jul-2024 20:29:46 Resolving deltas: 29% (170/573) build 05-Jul-2024 20:29:46 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:46 Resolving deltas: 34% (199/573) build 05-Jul-2024 20:29:46 Resolving deltas: 35% (202/573) build 05-Jul-2024 20:29:46 Resolving deltas: 37% (216/573) build 05-Jul-2024 20:29:46 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:46 Resolving deltas: 39% (228/573) build 05-Jul-2024 20:29:46 Resolving deltas: 44% (254/573) build 05-Jul-2024 20:29:46 Resolving deltas: 46% (265/573) build 05-Jul-2024 20:29:46 Resolving deltas: 47% (270/573) build 05-Jul-2024 20:29:46 Resolving deltas: 48% (278/573) build 05-Jul-2024 20:29:46 Resolving deltas: 50% (287/573) build 05-Jul-2024 20:29:46 Resolving deltas: 51% (295/573) build 05-Jul-2024 20:29:46 Resolving deltas: 52% (298/573) build 05-Jul-2024 20:29:46 Resolving deltas: 53% (309/573) build 05-Jul-2024 20:29:46 Resolving deltas: 54% (315/573) build 05-Jul-2024 20:29:46 Resolving deltas: 55% (318/573) build 05-Jul-2024 20:29:46 Resolving deltas: 56% (325/573) build 05-Jul-2024 20:29:46 Resolving deltas: 57% (330/573) build 05-Jul-2024 20:29:46 Resolving deltas: 66% (379/573) build 05-Jul-2024 20:29:46 Resolving deltas: 67% (387/573) build 05-Jul-2024 20:29:46 Resolving deltas: 69% (398/573) build 05-Jul-2024 20:29:46 Resolving deltas: 75% (434/573) build 05-Jul-2024 20:29:46 Resolving deltas: 79% (454/573) build 05-Jul-2024 20:29:46 Resolving deltas: 80% (460/573) build 05-Jul-2024 20:29:46 Resolving deltas: 82% (470/573) build 05-Jul-2024 20:29:46 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:46 Resolving deltas: 84% (487/573) build 05-Jul-2024 20:29:46 Resolving deltas: 85% (489/573) build 05-Jul-2024 20:29:46 Resolving deltas: 86% (495/573) build 05-Jul-2024 20:29:46 Resolving deltas: 87% (502/573) build 05-Jul-2024 20:29:46 Resolving deltas: 88% (505/573) build 05-Jul-2024 20:29:46 Resolving deltas: 89% (510/573) build 05-Jul-2024 20:29:46 Resolving deltas: 90% (519/573) build 05-Jul-2024 20:29:46 Resolving deltas: 91% (527/573) build 05-Jul-2024 20:29:46 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:46 Resolving deltas: 95% (549/573) build 05-Jul-2024 20:29:46 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:46 Resolving deltas: 97% (558/573) build 05-Jul-2024 20:29:46 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:46 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:46 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:46  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:46  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:46  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:46  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 05-Jul-2024 20:29:46  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 05-Jul-2024 20:29:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 05-Jul-2024 20:29:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 05-Jul-2024 20:29:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 05-Jul-2024 20:29:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 05-Jul-2024 20:29:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:46  build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 05-Jul-2024 20:29:46  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 05-Jul-2024 20:29:46  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:47  build 05-Jul-2024 20:29:47 phpBB > old-version-diff: build 05-Jul-2024 20:29:47  build 05-Jul-2024 20:29:47  [echo] Retrieving version 3.3.10 build 05-Jul-2024 20:29:47  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 05-Jul-2024 20:29:47  build 05-Jul-2024 20:29:47 phpBB > export: build 05-Jul-2024 20:29:47  build 05-Jul-2024 20:29:47 Cloning into 'viglink'... build 05-Jul-2024 20:29:47 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:47 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:47 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:47 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:47 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:47 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:47 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:47 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:47 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:47 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:47 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:47 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:47 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:47 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:47 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:47 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:47 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:47 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:47 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:47 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:47 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:47 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:47 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:47 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:47 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:47 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:47 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:47 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:47 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:47 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:47 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:47 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:47 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:47 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:47 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:47 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:47 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:47 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:47 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:47 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:47 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:47 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:47 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:47 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:47 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:47 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:47 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:47 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:47 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:47 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:47 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:47 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:47 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:47 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:47 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:47 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:47 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:47 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:47 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:47 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:47 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:47 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:47 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:47 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:47 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:47 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:47 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:47 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:47 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:47 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:47 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:47 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:47 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:47 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:47 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:47 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:47 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:47 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:47 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:47 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:47 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:47 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:47 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:47 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:47 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:47 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:47 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:47 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:47 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:47 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:47 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:47 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:47 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:47 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:47 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:47 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:47 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:47 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:47 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:47 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:47 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:47 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:47 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:47 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:47 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:47 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:47 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:47 Receiving objects: 100% (1117/1117), 214.66 KiB | 9.76 MiB/s, done. build 05-Jul-2024 20:29:47 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:47 Resolving deltas: 1% (6/573) build 05-Jul-2024 20:29:47 Resolving deltas: 2% (14/573) build 05-Jul-2024 20:29:47 Resolving deltas: 5% (32/573) build 05-Jul-2024 20:29:47 Resolving deltas: 8% (48/573) build 05-Jul-2024 20:29:47 Resolving deltas: 10% (60/573) build 05-Jul-2024 20:29:47 Resolving deltas: 13% (76/573) build 05-Jul-2024 20:29:47 Resolving deltas: 14% (81/573) build 05-Jul-2024 20:29:47 Resolving deltas: 16% (93/573) build 05-Jul-2024 20:29:47 Resolving deltas: 17% (100/573) build 05-Jul-2024 20:29:47 Resolving deltas: 19% (113/573) build 05-Jul-2024 20:29:47 Resolving deltas: 21% (123/573) build 05-Jul-2024 20:29:47 Resolving deltas: 24% (143/573) build 05-Jul-2024 20:29:47 Resolving deltas: 25% (148/573) build 05-Jul-2024 20:29:47 Resolving deltas: 28% (162/573) build 05-Jul-2024 20:29:47 Resolving deltas: 29% (167/573) build 05-Jul-2024 20:29:47 Resolving deltas: 33% (194/573) build 05-Jul-2024 20:29:47 Resolving deltas: 34% (196/573) build 05-Jul-2024 20:29:47 Resolving deltas: 36% (211/573) build 05-Jul-2024 20:29:47 Resolving deltas: 37% (215/573) build 05-Jul-2024 20:29:47 Resolving deltas: 39% (225/573) build 05-Jul-2024 20:29:47 Resolving deltas: 41% (237/573) build 05-Jul-2024 20:29:47 Resolving deltas: 43% (247/573) build 05-Jul-2024 20:29:47 Resolving deltas: 44% (256/573) build 05-Jul-2024 20:29:47 Resolving deltas: 45% (258/573) build 05-Jul-2024 20:29:47 Resolving deltas: 46% (264/573) build 05-Jul-2024 20:29:47 Resolving deltas: 47% (275/573) build 05-Jul-2024 20:29:47 Resolving deltas: 48% (279/573) build 05-Jul-2024 20:29:47 Resolving deltas: 49% (281/573) build 05-Jul-2024 20:29:47 Resolving deltas: 53% (309/573) build 05-Jul-2024 20:29:47 Resolving deltas: 54% (314/573) build 05-Jul-2024 20:29:47 Resolving deltas: 58% (338/573) build 05-Jul-2024 20:29:47 Resolving deltas: 59% (342/573) build 05-Jul-2024 20:29:47 Resolving deltas: 62% (357/573) build 05-Jul-2024 20:29:47 Resolving deltas: 63% (363/573) build 05-Jul-2024 20:29:47 Resolving deltas: 66% (382/573) build 05-Jul-2024 20:29:47 Resolving deltas: 69% (398/573) build 05-Jul-2024 20:29:47 Resolving deltas: 72% (418/573) build 05-Jul-2024 20:29:47 Resolving deltas: 76% (436/573) build 05-Jul-2024 20:29:47 Resolving deltas: 79% (455/573) build 05-Jul-2024 20:29:47 Resolving deltas: 80% (459/573) build 05-Jul-2024 20:29:47 Resolving deltas: 81% (469/573) build 05-Jul-2024 20:29:47 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:47 Resolving deltas: 84% (482/573) build 05-Jul-2024 20:29:47 Resolving deltas: 87% (501/573) build 05-Jul-2024 20:29:47 Resolving deltas: 88% (506/573) build 05-Jul-2024 20:29:47 Resolving deltas: 89% (510/573) build 05-Jul-2024 20:29:47 Resolving deltas: 90% (521/573) build 05-Jul-2024 20:29:47 Resolving deltas: 91% (522/573) build 05-Jul-2024 20:29:47 Resolving deltas: 92% (528/573) build 05-Jul-2024 20:29:47 Resolving deltas: 94% (543/573) build 05-Jul-2024 20:29:47 Resolving deltas: 95% (545/573) build 05-Jul-2024 20:29:47 Resolving deltas: 97% (557/573) build 05-Jul-2024 20:29:47 Resolving deltas: 98% (566/573) build 05-Jul-2024 20:29:47 Resolving deltas: 99% (568/573) build 05-Jul-2024 20:29:47 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:47 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:47 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 05-Jul-2024 20:29:47  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:47  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:47  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:47  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:47  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:47  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:47  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:47  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 05-Jul-2024 20:29:47  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 05-Jul-2024 20:29:48  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 05-Jul-2024 20:29:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 05-Jul-2024 20:29:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 05-Jul-2024 20:29:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 05-Jul-2024 20:29:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 05-Jul-2024 20:29:48  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 05-Jul-2024 20:29:48  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 05-Jul-2024 20:29:48  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48 phpBB > old-version-diff: build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48  [echo] Retrieving version 3.3.11 build 05-Jul-2024 20:29:48  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48 phpBB > export: build 05-Jul-2024 20:29:48  build 05-Jul-2024 20:29:48 Cloning into 'viglink'... build 05-Jul-2024 20:29:49 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:49 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:49 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:49 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:49 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:49 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:49 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:49 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:49 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:49 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:49 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:49 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:49 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:49 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:49 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:49 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:49 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:49 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:49 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:49 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:49 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:49 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:49 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:49 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:49 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:49 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:49 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:49 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:49 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:49 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:49 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:49 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:49 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:49 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:49 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:49 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:49 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:49 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:49 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:49 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:49 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:49 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:49 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:49 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:49 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:49 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:49 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:49 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:49 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:49 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:49 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:49 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:49 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:49 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:49 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:49 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:49 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:49 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:49 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:49 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:49 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:49 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:49 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:49 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:49 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:49 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:49 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:49 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:49 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:49 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:49 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:49 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:49 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:49 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:49 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:49 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:49 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:49 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:49 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:49 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:49 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:49 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:49 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:49 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:49 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:49 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:49 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:49 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:49 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:49 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:49 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:49 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:49 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:49 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:49 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:49 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:49 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:49 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:49 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:49 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:49 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:49 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:49 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:49 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:49 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:49 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:49 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:49 Receiving objects: 100% (1117/1117), 214.66 KiB | 7.95 MiB/s, done. build 05-Jul-2024 20:29:49 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:49 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:49 Resolving deltas: 4% (26/573) build 05-Jul-2024 20:29:49 Resolving deltas: 7% (45/573) build 05-Jul-2024 20:29:49 Resolving deltas: 8% (50/573) build 05-Jul-2024 20:29:49 Resolving deltas: 10% (58/573) build 05-Jul-2024 20:29:49 Resolving deltas: 12% (69/573) build 05-Jul-2024 20:29:49 Resolving deltas: 14% (83/573) build 05-Jul-2024 20:29:49 Resolving deltas: 17% (103/573) build 05-Jul-2024 20:29:49 Resolving deltas: 18% (105/573) build 05-Jul-2024 20:29:49 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:49 Resolving deltas: 22% (127/573) build 05-Jul-2024 20:29:49 Resolving deltas: 24% (141/573) build 05-Jul-2024 20:29:49 Resolving deltas: 25% (147/573) build 05-Jul-2024 20:29:49 Resolving deltas: 28% (162/573) build 05-Jul-2024 20:29:49 Resolving deltas: 32% (187/573) build 05-Jul-2024 20:29:49 Resolving deltas: 33% (190/573) build 05-Jul-2024 20:29:49 Resolving deltas: 34% (198/573) build 05-Jul-2024 20:29:49 Resolving deltas: 36% (210/573) build 05-Jul-2024 20:29:49 Resolving deltas: 38% (218/573) build 05-Jul-2024 20:29:49 Resolving deltas: 39% (226/573) build 05-Jul-2024 20:29:49 Resolving deltas: 41% (240/573) build 05-Jul-2024 20:29:49 Resolving deltas: 44% (256/573) build 05-Jul-2024 20:29:49 Resolving deltas: 45% (263/573) build 05-Jul-2024 20:29:49 Resolving deltas: 46% (267/573) build 05-Jul-2024 20:29:49 Resolving deltas: 47% (272/573) build 05-Jul-2024 20:29:49 Resolving deltas: 48% (276/573) build 05-Jul-2024 20:29:49 Resolving deltas: 49% (284/573) build 05-Jul-2024 20:29:49 Resolving deltas: 52% (299/573) build 05-Jul-2024 20:29:49 Resolving deltas: 53% (305/573) build 05-Jul-2024 20:29:49 Resolving deltas: 54% (314/573) build 05-Jul-2024 20:29:49 Resolving deltas: 55% (316/573) build 05-Jul-2024 20:29:49 Resolving deltas: 56% (325/573) build 05-Jul-2024 20:29:49 Resolving deltas: 57% (328/573) build 05-Jul-2024 20:29:49 Resolving deltas: 64% (371/573) build 05-Jul-2024 20:29:49 Resolving deltas: 65% (376/573) build 05-Jul-2024 20:29:49 Resolving deltas: 66% (380/573) build 05-Jul-2024 20:29:49 Resolving deltas: 71% (407/573) build 05-Jul-2024 20:29:49 Resolving deltas: 73% (419/573) build 05-Jul-2024 20:29:49 Resolving deltas: 74% (427/573) build 05-Jul-2024 20:29:49 Resolving deltas: 75% (433/573) build 05-Jul-2024 20:29:49 Resolving deltas: 77% (444/573) build 05-Jul-2024 20:29:49 Resolving deltas: 78% (447/573) build 05-Jul-2024 20:29:49 Resolving deltas: 80% (462/573) build 05-Jul-2024 20:29:49 Resolving deltas: 81% (468/573) build 05-Jul-2024 20:29:49 Resolving deltas: 82% (472/573) build 05-Jul-2024 20:29:49 Resolving deltas: 87% (504/573) build 05-Jul-2024 20:29:49 Resolving deltas: 88% (505/573) build 05-Jul-2024 20:29:49 Resolving deltas: 92% (529/573) build 05-Jul-2024 20:29:49 Resolving deltas: 93% (533/573) build 05-Jul-2024 20:29:49 Resolving deltas: 94% (541/573) build 05-Jul-2024 20:29:49 Resolving deltas: 95% (547/573) build 05-Jul-2024 20:29:49 Resolving deltas: 96% (551/573) build 05-Jul-2024 20:29:49 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:49 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:49 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:49  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:49  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:49  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:49  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 05-Jul-2024 20:29:49  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 05-Jul-2024 20:29:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 05-Jul-2024 20:29:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 05-Jul-2024 20:29:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 05-Jul-2024 20:29:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 05-Jul-2024 20:29:49  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 05-Jul-2024 20:29:49  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 05-Jul-2024 20:29:49  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49 phpBB > old-version-diff: build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49  [echo] Retrieving version 3.3.12 build 05-Jul-2024 20:29:49  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49 phpBB > export: build 05-Jul-2024 20:29:49  build 05-Jul-2024 20:29:49 Cloning into 'viglink'... build 05-Jul-2024 20:29:50 remote: Enumerating objects: 1117, done. build 05-Jul-2024 20:29:50 remote: Counting objects: 1% (1/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 3% (2/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 4% (3/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 6% (4/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 8% (5/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 9% (6/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 11% (7/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 13% (8/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 14% (9/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 16% (10/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 18% (11/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 19% (12/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 21% (13/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 22% (14/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 24% (15/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 26% (16/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 27% (17/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 29% (18/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 31% (19/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 32% (20/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 34% (21/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 36% (22/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 37% (23/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 39% (24/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 40% (25/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 42% (26/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 44% (27/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 45% (28/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 47% (29/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 49% (30/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 50% (31/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 52% (32/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 54% (33/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 55% (34/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 57% (35/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 59% (36/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 60% (37/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 62% (38/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 63% (39/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 65% (40/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 67% (41/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 68% (42/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 70% (43/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 72% (44/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 73% (45/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 75% (46/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 77% (47/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 78% (48/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 80% (49/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 81% (50/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 83% (51/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 85% (52/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 86% (53/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 88% (54/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 90% (55/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 91% (56/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 93% (57/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 95% (58/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 96% (59/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 98% (60/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 100% (61/61) build 05-Jul-2024 20:29:50 remote: Counting objects: 100% (61/61), done. build 05-Jul-2024 20:29:50 remote: Compressing objects: 2% (1/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 4% (2/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 7% (3/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 9% (4/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 11% (5/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 14% (6/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 16% (7/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 19% (8/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 21% (9/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 23% (10/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 26% (11/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 28% (12/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 30% (13/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 33% (14/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 35% (15/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 38% (16/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 40% (17/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 42% (18/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 45% (19/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 47% (20/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 50% (21/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 52% (22/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 54% (23/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 57% (24/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 59% (25/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 61% (26/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 64% (27/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 66% (28/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 69% (29/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 71% (30/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 73% (31/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 76% (32/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 78% (33/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 80% (34/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 83% (35/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 85% (36/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 88% (37/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 90% (38/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 92% (39/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 95% (40/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 97% (41/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 100% (42/42) build 05-Jul-2024 20:29:50 remote: Compressing objects: 100% (42/42), done. build 05-Jul-2024 20:29:50 Receiving objects: 0% (1/1117) build 05-Jul-2024 20:29:50 Receiving objects: 1% (12/1117) build 05-Jul-2024 20:29:50 Receiving objects: 2% (23/1117) build 05-Jul-2024 20:29:50 Receiving objects: 3% (34/1117) build 05-Jul-2024 20:29:50 Receiving objects: 4% (45/1117) build 05-Jul-2024 20:29:50 Receiving objects: 5% (56/1117) build 05-Jul-2024 20:29:50 Receiving objects: 6% (68/1117) build 05-Jul-2024 20:29:50 Receiving objects: 7% (79/1117) build 05-Jul-2024 20:29:50 Receiving objects: 8% (90/1117) build 05-Jul-2024 20:29:50 Receiving objects: 9% (101/1117) build 05-Jul-2024 20:29:50 Receiving objects: 10% (112/1117) build 05-Jul-2024 20:29:50 Receiving objects: 11% (123/1117) build 05-Jul-2024 20:29:50 Receiving objects: 12% (135/1117) build 05-Jul-2024 20:29:50 Receiving objects: 13% (146/1117) build 05-Jul-2024 20:29:50 Receiving objects: 14% (157/1117) build 05-Jul-2024 20:29:50 Receiving objects: 15% (168/1117) build 05-Jul-2024 20:29:50 Receiving objects: 16% (179/1117) build 05-Jul-2024 20:29:50 Receiving objects: 17% (190/1117) build 05-Jul-2024 20:29:50 Receiving objects: 18% (202/1117) build 05-Jul-2024 20:29:50 Receiving objects: 19% (213/1117) build 05-Jul-2024 20:29:50 Receiving objects: 20% (224/1117) build 05-Jul-2024 20:29:50 Receiving objects: 21% (235/1117) build 05-Jul-2024 20:29:50 Receiving objects: 22% (246/1117) build 05-Jul-2024 20:29:50 Receiving objects: 23% (257/1117) build 05-Jul-2024 20:29:50 Receiving objects: 24% (269/1117) build 05-Jul-2024 20:29:50 Receiving objects: 25% (280/1117) build 05-Jul-2024 20:29:50 Receiving objects: 26% (291/1117) build 05-Jul-2024 20:29:50 Receiving objects: 27% (302/1117) build 05-Jul-2024 20:29:50 Receiving objects: 28% (313/1117) build 05-Jul-2024 20:29:50 Receiving objects: 29% (324/1117) build 05-Jul-2024 20:29:50 Receiving objects: 30% (336/1117) build 05-Jul-2024 20:29:50 Receiving objects: 31% (347/1117) build 05-Jul-2024 20:29:50 Receiving objects: 32% (358/1117) build 05-Jul-2024 20:29:50 Receiving objects: 33% (369/1117) build 05-Jul-2024 20:29:50 Receiving objects: 34% (380/1117) build 05-Jul-2024 20:29:50 Receiving objects: 35% (391/1117) build 05-Jul-2024 20:29:50 Receiving objects: 36% (403/1117) build 05-Jul-2024 20:29:50 Receiving objects: 37% (414/1117) build 05-Jul-2024 20:29:50 Receiving objects: 38% (425/1117) build 05-Jul-2024 20:29:50 Receiving objects: 39% (436/1117) build 05-Jul-2024 20:29:50 Receiving objects: 40% (447/1117) build 05-Jul-2024 20:29:50 Receiving objects: 41% (458/1117) build 05-Jul-2024 20:29:50 Receiving objects: 42% (470/1117) build 05-Jul-2024 20:29:50 Receiving objects: 43% (481/1117) build 05-Jul-2024 20:29:50 Receiving objects: 44% (492/1117) build 05-Jul-2024 20:29:50 Receiving objects: 45% (503/1117) build 05-Jul-2024 20:29:50 Receiving objects: 46% (514/1117) build 05-Jul-2024 20:29:50 Receiving objects: 47% (525/1117) build 05-Jul-2024 20:29:50 Receiving objects: 48% (537/1117) build 05-Jul-2024 20:29:50 Receiving objects: 49% (548/1117) build 05-Jul-2024 20:29:50 Receiving objects: 50% (559/1117) build 05-Jul-2024 20:29:50 Receiving objects: 51% (570/1117) build 05-Jul-2024 20:29:50 Receiving objects: 52% (581/1117) build 05-Jul-2024 20:29:50 Receiving objects: 53% (593/1117) build 05-Jul-2024 20:29:50 Receiving objects: 54% (604/1117) build 05-Jul-2024 20:29:50 Receiving objects: 55% (615/1117) build 05-Jul-2024 20:29:50 Receiving objects: 56% (626/1117) build 05-Jul-2024 20:29:50 Receiving objects: 57% (637/1117) build 05-Jul-2024 20:29:50 Receiving objects: 58% (648/1117) build 05-Jul-2024 20:29:50 remote: Total 1117 (delta 18), reused 36 (delta 10), pack-reused 1056 build 05-Jul-2024 20:29:50 Receiving objects: 59% (660/1117) build 05-Jul-2024 20:29:50 Receiving objects: 60% (671/1117) build 05-Jul-2024 20:29:50 Receiving objects: 61% (682/1117) build 05-Jul-2024 20:29:50 Receiving objects: 62% (693/1117) build 05-Jul-2024 20:29:50 Receiving objects: 63% (704/1117) build 05-Jul-2024 20:29:50 Receiving objects: 64% (715/1117) build 05-Jul-2024 20:29:50 Receiving objects: 65% (727/1117) build 05-Jul-2024 20:29:50 Receiving objects: 66% (738/1117) build 05-Jul-2024 20:29:50 Receiving objects: 67% (749/1117) build 05-Jul-2024 20:29:50 Receiving objects: 68% (760/1117) build 05-Jul-2024 20:29:50 Receiving objects: 69% (771/1117) build 05-Jul-2024 20:29:50 Receiving objects: 70% (782/1117) build 05-Jul-2024 20:29:50 Receiving objects: 71% (794/1117) build 05-Jul-2024 20:29:50 Receiving objects: 72% (805/1117) build 05-Jul-2024 20:29:50 Receiving objects: 73% (816/1117) build 05-Jul-2024 20:29:50 Receiving objects: 74% (827/1117) build 05-Jul-2024 20:29:50 Receiving objects: 75% (838/1117) build 05-Jul-2024 20:29:50 Receiving objects: 76% (849/1117) build 05-Jul-2024 20:29:50 Receiving objects: 77% (861/1117) build 05-Jul-2024 20:29:50 Receiving objects: 78% (872/1117) build 05-Jul-2024 20:29:50 Receiving objects: 79% (883/1117) build 05-Jul-2024 20:29:50 Receiving objects: 80% (894/1117) build 05-Jul-2024 20:29:50 Receiving objects: 81% (905/1117) build 05-Jul-2024 20:29:50 Receiving objects: 82% (916/1117) build 05-Jul-2024 20:29:50 Receiving objects: 83% (928/1117) build 05-Jul-2024 20:29:50 Receiving objects: 84% (939/1117) build 05-Jul-2024 20:29:50 Receiving objects: 85% (950/1117) build 05-Jul-2024 20:29:50 Receiving objects: 86% (961/1117) build 05-Jul-2024 20:29:50 Receiving objects: 87% (972/1117) build 05-Jul-2024 20:29:50 Receiving objects: 88% (983/1117) build 05-Jul-2024 20:29:50 Receiving objects: 89% (995/1117) build 05-Jul-2024 20:29:50 Receiving objects: 90% (1006/1117) build 05-Jul-2024 20:29:50 Receiving objects: 91% (1017/1117) build 05-Jul-2024 20:29:50 Receiving objects: 92% (1028/1117) build 05-Jul-2024 20:29:50 Receiving objects: 93% (1039/1117) build 05-Jul-2024 20:29:50 Receiving objects: 94% (1050/1117) build 05-Jul-2024 20:29:50 Receiving objects: 95% (1062/1117) build 05-Jul-2024 20:29:50 Receiving objects: 96% (1073/1117) build 05-Jul-2024 20:29:50 Receiving objects: 97% (1084/1117) build 05-Jul-2024 20:29:50 Receiving objects: 98% (1095/1117) build 05-Jul-2024 20:29:50 Receiving objects: 99% (1106/1117) build 05-Jul-2024 20:29:50 Receiving objects: 100% (1117/1117) build 05-Jul-2024 20:29:50 Receiving objects: 100% (1117/1117), 214.66 KiB | 3.02 MiB/s, done. build 05-Jul-2024 20:29:50 Resolving deltas: 0% (0/573) build 05-Jul-2024 20:29:50 Resolving deltas: 1% (7/573) build 05-Jul-2024 20:29:50 Resolving deltas: 3% (20/573) build 05-Jul-2024 20:29:50 Resolving deltas: 8% (49/573) build 05-Jul-2024 20:29:50 Resolving deltas: 10% (62/573) build 05-Jul-2024 20:29:50 Resolving deltas: 12% (70/573) build 05-Jul-2024 20:29:50 Resolving deltas: 14% (82/573) build 05-Jul-2024 20:29:50 Resolving deltas: 15% (91/573) build 05-Jul-2024 20:29:50 Resolving deltas: 16% (95/573) build 05-Jul-2024 20:29:50 Resolving deltas: 19% (111/573) build 05-Jul-2024 20:29:50 Resolving deltas: 20% (115/573) build 05-Jul-2024 20:29:50 Resolving deltas: 24% (138/573) build 05-Jul-2024 20:29:50 Resolving deltas: 27% (157/573) build 05-Jul-2024 20:29:50 Resolving deltas: 28% (164/573) build 05-Jul-2024 20:29:50 Resolving deltas: 29% (168/573) build 05-Jul-2024 20:29:50 Resolving deltas: 30% (172/573) build 05-Jul-2024 20:29:50 Resolving deltas: 33% (190/573) build 05-Jul-2024 20:29:50 Resolving deltas: 36% (207/573) build 05-Jul-2024 20:29:50 Resolving deltas: 37% (213/573) build 05-Jul-2024 20:29:50 Resolving deltas: 38% (222/573) build 05-Jul-2024 20:29:50 Resolving deltas: 39% (226/573) build 05-Jul-2024 20:29:50 Resolving deltas: 40% (230/573) build 05-Jul-2024 20:29:50 Resolving deltas: 44% (253/573) build 05-Jul-2024 20:29:50 Resolving deltas: 45% (263/573) build 05-Jul-2024 20:29:50 Resolving deltas: 46% (267/573) build 05-Jul-2024 20:29:50 Resolving deltas: 47% (271/573) build 05-Jul-2024 20:29:50 Resolving deltas: 48% (277/573) build 05-Jul-2024 20:29:50 Resolving deltas: 50% (288/573) build 05-Jul-2024 20:29:50 Resolving deltas: 51% (294/573) build 05-Jul-2024 20:29:50 Resolving deltas: 52% (298/573) build 05-Jul-2024 20:29:50 Resolving deltas: 55% (319/573) build 05-Jul-2024 20:29:50 Resolving deltas: 56% (323/573) build 05-Jul-2024 20:29:50 Resolving deltas: 57% (329/573) build 05-Jul-2024 20:29:50 Resolving deltas: 60% (346/573) build 05-Jul-2024 20:29:50 Resolving deltas: 61% (351/573) build 05-Jul-2024 20:29:50 Resolving deltas: 69% (397/573) build 05-Jul-2024 20:29:50 Resolving deltas: 71% (410/573) build 05-Jul-2024 20:29:50 Resolving deltas: 72% (414/573) build 05-Jul-2024 20:29:50 Resolving deltas: 76% (441/573) build 05-Jul-2024 20:29:50 Resolving deltas: 78% (450/573) build 05-Jul-2024 20:29:50 Resolving deltas: 79% (456/573) build 05-Jul-2024 20:29:50 Resolving deltas: 81% (468/573) build 05-Jul-2024 20:29:50 Resolving deltas: 83% (476/573) build 05-Jul-2024 20:29:50 Resolving deltas: 84% (484/573) build 05-Jul-2024 20:29:50 Resolving deltas: 85% (488/573) build 05-Jul-2024 20:29:50 Resolving deltas: 86% (494/573) build 05-Jul-2024 20:29:50 Resolving deltas: 87% (500/573) build 05-Jul-2024 20:29:50 Resolving deltas: 88% (509/573) build 05-Jul-2024 20:29:50 Resolving deltas: 89% (511/573) build 05-Jul-2024 20:29:50 Resolving deltas: 91% (527/573) build 05-Jul-2024 20:29:50 Resolving deltas: 94% (544/573) build 05-Jul-2024 20:29:50 Resolving deltas: 95% (547/573) build 05-Jul-2024 20:29:50 Resolving deltas: 96% (553/573) build 05-Jul-2024 20:29:50 Resolving deltas: 97% (559/573) build 05-Jul-2024 20:29:50 Resolving deltas: 98% (562/573) build 05-Jul-2024 20:29:50 Resolving deltas: 100% (573/573) build 05-Jul-2024 20:29:50 Resolving deltas: 100% (573/573), done. build 05-Jul-2024 20:29:50 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 05-Jul-2024 20:29:50  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 05-Jul-2024 20:29:50  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 05-Jul-2024 20:29:50  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 05-Jul-2024 20:29:50  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 05-Jul-2024 20:29:50  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 05-Jul-2024 20:29:50  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 05-Jul-2024 20:29:50  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 05-Jul-2024 20:29:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 05-Jul-2024 20:29:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 05-Jul-2024 20:29:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 05-Jul-2024 20:29:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 05-Jul-2024 20:29:50  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 05-Jul-2024 20:29:50  build 05-Jul-2024 20:29:50 phpBB > clean-diff-dir: build 05-Jul-2024 20:29:50  build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 05-Jul-2024 20:29:50  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 05-Jul-2024 20:29:50  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 05-Jul-2024 20:29:50  build 05-Jul-2024 20:29:50 phpBB > package: build 05-Jul-2024 20:29:50  build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-dir: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.13-dev.zip build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.13-dev.zip build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44 phpBB > checksum-file: build 05-Jul-2024 20:44:44  build 05-Jul-2024 20:44:44  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.13-dev.zip build 05-Jul-2024 20:44:44  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45 phpBB > checksum-file: build 05-Jul-2024 20:44:45  build 05-Jul-2024 20:44:45  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.13-dev.zip build 05-Jul-2024 20:44:45  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.13-dev.zip build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46 phpBB > checksum-file: build 05-Jul-2024 20:44:46  build 05-Jul-2024 20:44:46  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:46  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.13-dev.zip build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev-files.tar.bz2 build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.13-dev.zip build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.13-dev.zip build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.13-dev.zip build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47 phpBB > checksum-file: build 05-Jul-2024 20:44:47  build 05-Jul-2024 20:44:47  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.13-dev.zip build 05-Jul-2024 20:44:47  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.13-dev.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48 phpBB > checksum-file: build 05-Jul-2024 20:44:48  build 05-Jul-2024 20:44:48  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev-files.zip build 05-Jul-2024 20:44:48  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49 phpBB > checksum-file: build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.13-dev.zip build 05-Jul-2024 20:44:49  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49 phpBB > checksum-file: build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:49  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49 phpBB > checksum-file: build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:49  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49 phpBB > checksum-file: build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.13-dev.zip build 05-Jul-2024 20:44:49  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49 phpBB > checksum-file: build 05-Jul-2024 20:44:49  build 05-Jul-2024 20:44:49  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev.webpi.zip build 05-Jul-2024 20:44:49  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.13-dev.zip build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.13-dev.zip build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev-patch.tar.bz2 build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50 phpBB > checksum-file: build 05-Jul-2024 20:44:50  build 05-Jul-2024 20:44:50  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev-patch.zip build 05-Jul-2024 20:44:50  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.13-dev.tar.bz2 build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.13-dev.zip build 05-Jul-2024 20:44:51  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:51 phpBB > checksum-file: build 05-Jul-2024 20:44:51  build 05-Jul-2024 20:44:52  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.13-dev.zip build 05-Jul-2024 20:44:52  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:52  build 05-Jul-2024 20:44:52 phpBB > checksum-file: build 05-Jul-2024 20:44:52  build 05-Jul-2024 20:44:52  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.13-dev.zip build 05-Jul-2024 20:44:52  [php] Calling PHP function: dirname() build 05-Jul-2024 20:44:52  build 05-Jul-2024 20:44:52 BUILD FINISHED build 05-Jul-2024 20:44:52 build 05-Jul-2024 20:44:52 Total time: 15 minutes 58.94 seconds build 05-Jul-2024 20:44:52  simple 05-Jul-2024 20:44:54 Finished task 'Package release files' with result: Success simple 05-Jul-2024 20:44:54 Running post build plugin 'Artifact Copier' simple 05-Jul-2024 20:44:54 Publishing an artifact: Release Files simple 05-Jul-2024 20:44:55 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 1.786 s simple 05-Jul-2024 20:44:55 Running post build plugin 'npm Cache Cleanup' simple 05-Jul-2024 20:44:55 Running post build plugin 'NCover Results Collector' simple 05-Jul-2024 20:44:55 Running post build plugin 'Build Results Label Collector' simple 05-Jul-2024 20:44:55 Running post build plugin 'Clover Results Collector' simple 05-Jul-2024 20:44:55 Running post build plugin 'Docker Container Cleanup' simple 05-Jul-2024 20:45:29 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP' simple 05-Jul-2024 20:45:29 Finalising the build... simple 05-Jul-2024 20:45:29 Stopping timer. simple 05-Jul-2024 20:45:29 Build PHPBB3-DD33-P5SP-552 completed. simple 05-Jul-2024 20:45:29 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 05-Jul-2024 20:45:29 Running on server: post build plugin 'NCover Results Collector' simple 05-Jul-2024 20:45:29 Running on server: post build plugin 'Build Labeller' simple 05-Jul-2024 20:45:29 Running on server: post build plugin 'Clover Delta Calculator' simple 05-Jul-2024 20:45:29 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 05-Jul-2024 20:45:29 All post build plugins have finished simple 05-Jul-2024 20:45:29 Generating build results summary... simple 05-Jul-2024 20:45:29 Saving build results to disk... simple 05-Jul-2024 20:45:29 Store variable context... simple 05-Jul-2024 20:45:29 Finished building PHPBB3-DD33-P5SP-552.