simple 15-Feb-2026 15:26:28 Build phpBB3 - Development Docker 3.3.x - PHP 7.4 - SQLite Package #664 (PHPBB3-DD33-P5SP-664) is being prepared for building on agent Docker, bamboo version: 9.2.24 simple 15-Feb-2026 15:26:28 simple 15-Feb-2026 15:26:28 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 15-Feb-2026 15:26:28 Executing build phpBB3 - Development Docker 3.3.x - PHP 7.4 - SQLite Package #664 (PHPBB3-DD33-P5SP-664) simple 15-Feb-2026 15:26:28 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 15-Feb-2026 15:26:28 Checking out into /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 15-Feb-2026 15:26:28 Updating source code to revision: 687bb8aa92da9b825c3b6ae36a518dcb2ef3d1ed simple 15-Feb-2026 15:26:28 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git'. simple 15-Feb-2026 15:26:28 hint: Using 'master' as the name for the initial branch. This default branch name simple 15-Feb-2026 15:26:28 hint: is subject to change. To configure the initial branch name to use in all simple 15-Feb-2026 15:26:28 hint: of your new repositories, which will suppress this warning, call: simple 15-Feb-2026 15:26:28 hint: simple 15-Feb-2026 15:26:28 hint: git config --global init.defaultBranch simple 15-Feb-2026 15:26:28 hint: simple 15-Feb-2026 15:26:28 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 15-Feb-2026 15:26:28 hint: 'development'. The just-created branch can be renamed via this command: simple 15-Feb-2026 15:26:28 hint: simple 15-Feb-2026 15:26:28 hint: git branch -m simple 15-Feb-2026 15:26:28 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP/.git/ simple 15-Feb-2026 15:26:29 Fetching 'refs/heads/3.3.x' from 'https://github.com/phpbb/phpbb.git'. simple 15-Feb-2026 15:26:42 Checking out revision 687bb8aa92da9b825c3b6ae36a518dcb2ef3d1ed. simple 15-Feb-2026 15:26:42 Switched to branch '3.3.x' simple 15-Feb-2026 15:26:42 Updated source code to revision: 687bb8aa92da9b825c3b6ae36a518dcb2ef3d1ed simple 15-Feb-2026 15:26:42 Finished task 'Checkout Default Repository' with result: Success simple 15-Feb-2026 15:26:42 Running pre-build action: VCS Version Collector simple 15-Feb-2026 15:26:42 Running pre-build action: Build Log Labeller Pre Build Action simple 15-Feb-2026 15:26:42 Build phpBB3 - Development Docker 3.3.x - PHP 7.4 - SQLite Package #664 (PHPBB3-DD33-P5SP-664) started building on agent 'Docker' () command 15-Feb-2026 15:26:42 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 15-Feb-2026 15:26:42 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 15-Feb-2026 15:26:42 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.4 - SQLite Package #664 (PHPBB3-DD33-P5SP-664)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-36a2ef9c-22a8-468f-933d-57fae208aa5b build --force-rm=true --tag=phpbb:php-7.4 /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP\n error 15-Feb-2026 15:26:43 #0 building with "default" instance using docker driver error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #1 [internal] load build definition from Dockerfile error 15-Feb-2026 15:26:43 #1 transferring dockerfile: 511B done error 15-Feb-2026 15:26:43 #1 DONE 0.0s error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #2 [internal] load metadata for docker.io/library/php:7.4 error 15-Feb-2026 15:26:43 #2 DONE 0.5s error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #3 [internal] load .dockerignore error 15-Feb-2026 15:26:43 #3 transferring context: 2B done error 15-Feb-2026 15:26:43 #3 DONE 0.0s error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #4 [1/6] FROM docker.io/library/php:7.4@sha256:620a6b9f4d4feef2210026172570465e9d0c1de79766418d3affd09190a7fda5 error 15-Feb-2026 15:26:43 #4 DONE 0.0s error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #5 [3/6] RUN pecl install xdebug-2.9.0 error 15-Feb-2026 15:26:43 #5 CACHED error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #6 [2/6] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip libzip-dev && docker-php-ext-install -j$(nproc) zip error 15-Feb-2026 15:26:43 #6 CACHED error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #7 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 15-Feb-2026 15:26:43 #7 CACHED error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #8 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 15-Feb-2026 15:26:43 #8 CACHED error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #9 [4/6] RUN docker-php-ext-enable xdebug error 15-Feb-2026 15:26:43 #9 CACHED error 15-Feb-2026 15:26:43 error 15-Feb-2026 15:26:43 #10 exporting to image error 15-Feb-2026 15:26:43 #10 exporting layers done error 15-Feb-2026 15:26:43 #10 writing image sha256:4c293ef6233b66f72903da617f65fdcf0e519559671709278894e624778472de done error 15-Feb-2026 15:26:43 #10 naming to docker.io/library/phpbb:php-7.4 done error 15-Feb-2026 15:26:43 #10 DONE 0.0s simple 15-Feb-2026 15:26:43 Built Docker image 'phpbb:php-7.4' simple 15-Feb-2026 15:26:43 Finished task 'Build image' with result: Success command 15-Feb-2026 15:26:43 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-P5SP simple 15-Feb-2026 15:26:43 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 15-Feb-2026 15:26:43 Running image name (phpbb:php-7.4) command 15-Feb-2026 15:26:43 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.4 - SQLite Package #664 (PHPBB3-DD33-P5SP-664)'\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.4 /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 15-Feb-2026 15:26:44 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 15-Feb-2026 15:26:44 Installing dependencies from lock file (including require-dev) build 15-Feb-2026 15:26:44 Verifying lock file contents can be installed on current platform. build 15-Feb-2026 15:26:44 Package operations: 76 installs, 0 updates, 0 removals build 15-Feb-2026 15:26:44 Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. build 15-Feb-2026 15:26:44 - Downloading composer/package-versions-deprecated (1.11.99.5) build 15-Feb-2026 15:26:44 - Downloading bantu/ini-get-wrapper (v1.0.1) build 15-Feb-2026 15:26:44 - Downloading carlos-mg89/oauth (0.8.15) build 15-Feb-2026 15:26:44 - Downloading symfony/polyfill-mbstring (v1.29.0) build 15-Feb-2026 15:26:44 - Downloading symfony/polyfill-ctype (v1.29.0) build 15-Feb-2026 15:26:44 - Downloading symfony/dom-crawler (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/css-selector (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/browser-kit (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/polyfill-php72 (v1.29.0) build 15-Feb-2026 15:26:44 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 15-Feb-2026 15:26:44 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 15-Feb-2026 15:26:44 - Downloading ralouphie/getallheaders (3.0.3) build 15-Feb-2026 15:26:44 - Downloading psr/http-message (1.1) build 15-Feb-2026 15:26:44 - Downloading guzzlehttp/psr7 (1.9.1) build 15-Feb-2026 15:26:44 - Downloading guzzlehttp/promises (1.5.3) build 15-Feb-2026 15:26:44 - Downloading guzzlehttp/guzzle (6.5.8) build 15-Feb-2026 15:26:44 - Downloading fabpot/goutte (v3.2.3) build 15-Feb-2026 15:26:44 - Downloading google/recaptcha (1.2.4) build 15-Feb-2026 15:26:44 - Downloading symfony/yaml (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/process (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading psr/log (1.1.4) build 15-Feb-2026 15:26:44 - Downloading symfony/debug (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/console (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading laravel/homestead (v7.20.0) build 15-Feb-2026 15:26:44 - Downloading marc1706/fast-image-size (v1.1.7) build 15-Feb-2026 15:26:44 - Downloading phing/phing (2.17.4) build 15-Feb-2026 15:26:44 - Downloading php-webdriver/webdriver (1.13.1) build 15-Feb-2026 15:26:44 - Downloading webmozart/assert (1.11.0) build 15-Feb-2026 15:26:44 - Downloading phpdocumentor/reflection-common (2.2.0) build 15-Feb-2026 15:26:44 - Downloading phpdocumentor/type-resolver (1.6.1) build 15-Feb-2026 15:26:44 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 15-Feb-2026 15:26:44 - Downloading sebastian/version (2.0.1) build 15-Feb-2026 15:26:44 - Downloading sebastian/resource-operations (2.0.3) build 15-Feb-2026 15:26:44 - Downloading sebastian/recursion-context (3.0.2) build 15-Feb-2026 15:26:44 - Downloading sebastian/object-reflector (1.1.3) build 15-Feb-2026 15:26:44 - Downloading sebastian/object-enumerator (3.0.5) build 15-Feb-2026 15:26:44 - Downloading sebastian/global-state (2.0.0) build 15-Feb-2026 15:26:44 - Downloading sebastian/exporter (3.1.6) build 15-Feb-2026 15:26:44 - Downloading sebastian/environment (4.2.5) build 15-Feb-2026 15:26:44 - Downloading sebastian/diff (3.0.6) build 15-Feb-2026 15:26:44 - Downloading sebastian/comparator (3.0.5) build 15-Feb-2026 15:26:44 - Downloading phpunit/php-timer (2.1.4) build 15-Feb-2026 15:26:44 - Downloading phpunit/php-text-template (1.2.1) build 15-Feb-2026 15:26:44 - Downloading phpunit/php-file-iterator (2.0.6) build 15-Feb-2026 15:26:44 - Downloading theseer/tokenizer (1.2.3) build 15-Feb-2026 15:26:44 - Downloading sebastian/code-unit-reverse-lookup (1.0.3) build 15-Feb-2026 15:26:44 - Downloading phpunit/php-token-stream (3.1.3) build 15-Feb-2026 15:26:44 - Downloading phpunit/php-code-coverage (6.1.4) build 15-Feb-2026 15:26:44 - Downloading doctrine/instantiator (1.5.0) build 15-Feb-2026 15:26:44 - Downloading phpspec/prophecy (v1.19.0) build 15-Feb-2026 15:26:44 - Downloading phar-io/version (2.0.1) build 15-Feb-2026 15:26:44 - Downloading phar-io/manifest (1.0.3) build 15-Feb-2026 15:26:44 - Downloading myclabs/deep-copy (1.12.0) build 15-Feb-2026 15:26:44 - Downloading phpunit/phpunit (7.5.20) build 15-Feb-2026 15:26:44 - Downloading phpunit/dbunit (4.0.0) build 15-Feb-2026 15:26:44 - Downloading psr/container (1.1.1) build 15-Feb-2026 15:26:44 - Downloading s9e/sweetdom (2.1.0.1) build 15-Feb-2026 15:26:44 - Downloading s9e/regexp-builder (1.4.6) build 15-Feb-2026 15:26:44 - Downloading s9e/text-formatter (2.11.5) build 15-Feb-2026 15:26:44 - Downloading squizlabs/php_codesniffer (4.0.1) build 15-Feb-2026 15:26:44 - Downloading symfony/filesystem (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/config (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/finder (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/http-foundation (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/event-dispatcher (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/http-kernel (v3.4.49) build 15-Feb-2026 15:26:44 - Downloading symfony/dependency-injection (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading zendframework/zend-eventmanager (3.2.1) build 15-Feb-2026 15:26:44 - Downloading zendframework/zend-code (3.4.1) build 15-Feb-2026 15:26:44 - Downloading ocramius/proxy-manager (2.2.4) build 15-Feb-2026 15:26:44 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading symfony/routing (v3.4.47) build 15-Feb-2026 15:26:44 - Downloading twig/twig (v2.16.0) build 15-Feb-2026 15:26:44 - Downloading symfony/twig-bridge (v3.4.47) build 15-Feb-2026 15:26:46 0/74 [>---------------------------] 0% 8/74 [===>------------------------] 10% 18/74 [======>---------------------] 24% 25/74 [=========>------------------] 33% 35/74 [=============>--------------] 47% 40/74 [===============>------------] 54% 47/74 [=================>----------] 63% 52/74 [===================>--------] 70% 60/74 [======================>-----] 81% 68/74 [=========================>--] 91% 74/74 [============================] 100% - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 15-Feb-2026 15:26:46 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/dom-crawler (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/css-selector (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/browser-kit (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing psr/http-message (1.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 15-Feb-2026 15:26:46 - Installing fabpot/goutte (v3.2.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing google/recaptcha (1.2.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/yaml (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/process (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing psr/log (1.1.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/debug (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/console (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing laravel/homestead (v7.20.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 15-Feb-2026 15:26:46 - Installing phing/phing (2.17.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing php-webdriver/webdriver (1.13.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing webmozart/assert (1.11.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpdocumentor/type-resolver (1.6.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/version (2.0.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/resource-operations (2.0.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/recursion-context (3.0.2): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/object-reflector (1.1.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/object-enumerator (3.0.5): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/global-state (2.0.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/exporter (3.1.6): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/environment (4.2.5): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/diff (3.0.6): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/comparator (3.0.5): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/php-timer (2.1.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/php-text-template (1.2.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/php-file-iterator (2.0.6): Extracting archive build 15-Feb-2026 15:26:46 - Installing theseer/tokenizer (1.2.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/php-token-stream (3.1.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/php-code-coverage (6.1.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing doctrine/instantiator (1.5.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpspec/prophecy (v1.19.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing phar-io/version (2.0.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing phar-io/manifest (1.0.3): Extracting archive build 15-Feb-2026 15:26:46 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/phpunit (7.5.20): Extracting archive build 15-Feb-2026 15:26:46 - Installing phpunit/dbunit (4.0.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing psr/container (1.1.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 15-Feb-2026 15:26:46 - Installing s9e/text-formatter (2.11.5): Extracting archive build 15-Feb-2026 15:26:46 - Installing squizlabs/php_codesniffer (4.0.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/filesystem (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/config (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/finder (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-php56 (v1.20.0) build 15-Feb-2026 15:26:46 - Installing symfony/polyfill-php70 (v1.20.0) build 15-Feb-2026 15:26:46 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing zendframework/zend-code (3.4.1): Extracting archive build 15-Feb-2026 15:26:46 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/routing (v3.4.47): Extracting archive build 15-Feb-2026 15:26:46 - Installing twig/twig (v2.16.0): Extracting archive build 15-Feb-2026 15:26:46 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 15-Feb-2026 15:26:48 0/73 [>---------------------------] 0% 20/73 [=======>--------------------] 27% 25/73 [=========>------------------] 34% 35/73 [=============>--------------] 47% 45/73 [=================>----------] 61% 53/73 [====================>-------] 72% 63/73 [========================>---] 86% 67/73 [=========================>--] 91% 73/73 [============================] 100%Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 15-Feb-2026 15:26:48 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 15-Feb-2026 15:26:48 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 15-Feb-2026 15:26:48 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 15-Feb-2026 15:26:48 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 15-Feb-2026 15:26:48 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 15-Feb-2026 15:26:48 Generating autoload files build 15-Feb-2026 15:26:48 47 packages you are using are looking for funding. build 15-Feb-2026 15:26:48 Use the `composer fund` command to find out more! build 15-Feb-2026 15:26:50 remote: Enumerating objects: 46859, done. build 15-Feb-2026 15:26:50 remote: Counting objects: 0% (1/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 1% (129/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 2% (257/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 3% (385/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 4% (513/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 5% (641/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 6% (769/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 7% (898/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 8% (1026/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 9% (1154/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 10% (1282/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 11% (1410/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 12% (1538/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 13% (1667/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 14% (1795/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 15% (1923/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 16% (2051/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 17% (2179/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 18% (2307/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 19% (2436/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 20% (2564/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 21% (2692/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 22% (2820/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 23% (2948/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 24% (3076/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 25% (3204/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 26% (3333/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 27% (3461/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 28% (3589/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 29% (3717/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 30% (3845/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 31% (3973/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 32% (4102/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 33% (4230/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 34% (4358/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 35% (4486/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 36% (4614/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 37% (4742/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 38% (4871/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 39% (4999/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 40% (5127/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 41% (5255/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 42% (5383/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 43% (5511/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 44% (5640/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 45% (5768/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 46% (5896/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 47% (6024/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 48% (6152/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 49% (6280/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 50% (6408/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 51% (6537/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 52% (6665/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 53% (6793/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 54% (6921/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 55% (7049/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 56% (7177/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 57% (7306/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 58% (7434/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 59% (7562/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 60% (7690/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 61% (7818/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 62% (7946/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 63% (8075/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 64% (8203/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 65% (8331/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 66% (8459/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 67% (8587/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 68% (8715/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 69% (8844/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 70% (8972/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 71% (9100/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 72% (9228/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 73% (9356/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 74% (9484/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 75% (9612/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 76% (9741/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 77% (9869/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 78% (9997/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 79% (10125/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 80% (10253/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 81% (10381/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 82% (10510/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 83% (10638/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 84% (10766/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 85% (10894/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 86% (11022/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 87% (11150/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 88% (11279/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 89% (11407/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 90% (11535/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 91% (11663/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 92% (11791/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 93% (11919/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 94% (12048/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 95% (12176/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 96% (12304/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 97% (12432/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 98% (12560/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 99% (12688/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 100% (12816/12816) build 15-Feb-2026 15:26:50 remote: Counting objects: 100% (12816/12816), done. build 15-Feb-2026 15:26:50 remote: Compressing objects: 0% (1/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 1% (2/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 2% (3/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 3% (4/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 4% (5/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 5% (6/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 6% (7/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 7% (8/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 8% (9/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 9% (10/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 10% (11/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 11% (12/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 12% (13/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 13% (14/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 14% (15/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 15% (16/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 16% (17/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 17% (19/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 18% (20/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 19% (21/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 20% (22/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 21% (23/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 22% (24/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 23% (25/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 24% (26/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 25% (27/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 26% (28/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 27% (29/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 28% (30/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 29% (31/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 30% (32/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 31% (33/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 32% (34/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 33% (35/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 34% (37/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 35% (38/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 36% (39/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 37% (40/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 38% (41/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 39% (42/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 40% (43/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 41% (44/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 42% (45/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 43% (46/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 44% (47/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 45% (48/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 46% (49/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 47% (50/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 48% (51/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 49% (52/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 50% (53/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 51% (55/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 52% (56/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 53% (57/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 54% (58/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 55% (59/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 56% (60/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 57% (61/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 58% (62/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 59% (63/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 60% (64/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 61% (65/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 62% (66/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 63% (67/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 64% (68/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 65% (69/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 66% (70/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 67% (72/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 68% (73/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 69% (74/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 70% (75/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 71% (76/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 72% (77/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 73% (78/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 74% (79/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 75% (80/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 76% (81/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 77% (82/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 78% (83/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 79% (84/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 80% (85/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 81% (86/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 82% (87/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 83% (88/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 84% (90/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 85% (91/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 86% (92/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 87% (93/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 88% (94/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 89% (95/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 90% (96/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 91% (97/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 92% (98/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 93% (99/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 94% (100/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 95% (101/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 96% (102/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 97% (103/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 98% (104/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 99% (105/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 100% (106/106) build 15-Feb-2026 15:26:50 remote: Compressing objects: 100% (106/106), done. build 15-Feb-2026 15:26:50 Receiving objects: 0% (1/46859) build 15-Feb-2026 15:26:50 Receiving objects: 1% (469/46859) build 15-Feb-2026 15:26:50 Receiving objects: 2% (938/46859) build 15-Feb-2026 15:26:50 Receiving objects: 3% (1406/46859) build 15-Feb-2026 15:26:50 Receiving objects: 4% (1875/46859) build 15-Feb-2026 15:26:50 Receiving objects: 5% (2343/46859) build 15-Feb-2026 15:26:50 Receiving objects: 6% (2812/46859) build 15-Feb-2026 15:26:50 Receiving objects: 7% (3281/46859) build 15-Feb-2026 15:26:50 Receiving objects: 8% (3749/46859) build 15-Feb-2026 15:26:50 Receiving objects: 9% (4218/46859) build 15-Feb-2026 15:26:50 Receiving objects: 10% (4686/46859) build 15-Feb-2026 15:26:50 Receiving objects: 11% (5155/46859) build 15-Feb-2026 15:26:50 Receiving objects: 12% (5624/46859) build 15-Feb-2026 15:26:50 Receiving objects: 13% (6092/46859) build 15-Feb-2026 15:26:50 Receiving objects: 14% (6561/46859) build 15-Feb-2026 15:26:50 Receiving objects: 15% (7029/46859) build 15-Feb-2026 15:26:50 Receiving objects: 16% (7498/46859) build 15-Feb-2026 15:26:50 Receiving objects: 17% (7967/46859) build 15-Feb-2026 15:26:50 Receiving objects: 18% (8435/46859) build 15-Feb-2026 15:26:50 Receiving objects: 19% (8904/46859) build 15-Feb-2026 15:26:50 Receiving objects: 20% (9372/46859) build 15-Feb-2026 15:26:50 Receiving objects: 21% (9841/46859) build 15-Feb-2026 15:26:50 Receiving objects: 22% (10309/46859) build 15-Feb-2026 15:26:50 Receiving objects: 23% (10778/46859) build 15-Feb-2026 15:26:50 Receiving objects: 24% (11247/46859) build 15-Feb-2026 15:26:50 Receiving objects: 25% (11715/46859) build 15-Feb-2026 15:26:50 Receiving objects: 26% (12184/46859) build 15-Feb-2026 15:26:50 Receiving objects: 27% (12652/46859) build 15-Feb-2026 15:26:50 Receiving objects: 28% (13121/46859) build 15-Feb-2026 15:26:50 Receiving objects: 29% (13590/46859) build 15-Feb-2026 15:26:50 Receiving objects: 30% (14058/46859) build 15-Feb-2026 15:26:50 Receiving objects: 31% (14527/46859) build 15-Feb-2026 15:26:50 Receiving objects: 32% (14995/46859) build 15-Feb-2026 15:26:50 Receiving objects: 33% (15464/46859) build 15-Feb-2026 15:26:50 Receiving objects: 34% (15933/46859) build 15-Feb-2026 15:26:50 Receiving objects: 35% (16401/46859) build 15-Feb-2026 15:26:50 Receiving objects: 36% (16870/46859) build 15-Feb-2026 15:26:50 Receiving objects: 37% (17338/46859) build 15-Feb-2026 15:26:50 Receiving objects: 38% (17807/46859) build 15-Feb-2026 15:26:50 Receiving objects: 39% (18276/46859) build 15-Feb-2026 15:26:50 Receiving objects: 40% (18744/46859) build 15-Feb-2026 15:26:50 Receiving objects: 41% (19213/46859) build 15-Feb-2026 15:26:50 Receiving objects: 42% (19681/46859) build 15-Feb-2026 15:26:50 Receiving objects: 43% (20150/46859) build 15-Feb-2026 15:26:50 Receiving objects: 44% (20618/46859) build 15-Feb-2026 15:26:50 Receiving objects: 45% (21087/46859) build 15-Feb-2026 15:26:50 Receiving objects: 46% (21556/46859) build 15-Feb-2026 15:26:50 Receiving objects: 47% (22024/46859) build 15-Feb-2026 15:26:50 Receiving objects: 48% (22493/46859) build 15-Feb-2026 15:26:50 Receiving objects: 49% (22961/46859) build 15-Feb-2026 15:26:50 Receiving objects: 50% (23430/46859) build 15-Feb-2026 15:26:50 Receiving objects: 51% (23899/46859) build 15-Feb-2026 15:26:50 Receiving objects: 52% (24367/46859) build 15-Feb-2026 15:26:50 Receiving objects: 53% (24836/46859) build 15-Feb-2026 15:26:50 Receiving objects: 54% (25304/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 55% (25773/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 56% (26242/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 57% (26710/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 58% (27179/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 59% (27647/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 60% (28116/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 61% (28584/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 62% (29053/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 63% (29522/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 64% (29990/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 65% (30459/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 66% (30927/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 67% (31396/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 68% (31865/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 69% (32333/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 70% (32802/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:50 Receiving objects: 71% (33270/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 72% (33739/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 73% (34208/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 74% (34676/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 75% (35145/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 76% (35613/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 77% (36082/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 78% (36551/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 79% (37019/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 80% (37488/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 81% (37956/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 82% (38425/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 83% (38893/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 84% (39362/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 85% (39831/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 86% (40299/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 87% (40768/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 88% (41236/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 89% (41705/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 90% (42174/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 91% (42642/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 92% (43111/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 93% (43579/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 94% (44048/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 95% (44517/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 96% (44985/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 97% (45454/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 98% (45922/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 99% (46391/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 remote: Total 46859 (delta 12755), reused 12716 (delta 12710), pack-reused 34043 (from 4) build 15-Feb-2026 15:26:51 Receiving objects: 100% (46859/46859), 11.23 MiB | 22.45 MiB/s build 15-Feb-2026 15:26:51 Receiving objects: 100% (46859/46859), 22.03 MiB | 24.52 MiB/s, done. build 15-Feb-2026 15:26:51 Resolving deltas: 0% (0/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 1% (343/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 2% (686/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 3% (1028/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 4% (1371/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 5% (1713/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 6% (2056/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 7% (2398/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 8% (2741/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 9% (3083/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 10% (3426/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 11% (3768/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 12% (4111/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 13% (4453/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 14% (4796/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 15% (5138/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 16% (5481/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 17% (5823/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 18% (6166/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 19% (6508/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 20% (6851/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 21% (7193/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 22% (7536/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 23% (7878/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 24% (8221/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 25% (8563/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 26% (8906/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 27% (9248/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 28% (9591/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 29% (9933/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 30% (10276/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 31% (10618/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 32% (10961/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 33% (11303/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 34% (11646/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 35% (11988/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 36% (12331/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 37% (12673/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 38% (13016/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 39% (13358/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 40% (13701/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 41% (14043/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 42% (14386/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 43% (14728/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 44% (15071/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 45% (15413/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 46% (15756/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 47% (16098/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 48% (16441/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 49% (16783/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 50% (17126/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 51% (17469/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 52% (17811/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 53% (18154/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 54% (18496/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 55% (18839/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 56% (19181/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 57% (19524/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 58% (19866/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 59% (20209/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 60% (20551/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 61% (20894/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 62% (21236/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 63% (21579/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 64% (21921/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 65% (22264/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 66% (22606/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 67% (22949/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 68% (23291/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 69% (23634/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 70% (23976/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 71% (24319/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 72% (24661/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 73% (25004/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 74% (25346/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 75% (25689/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 76% (26031/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 77% (26374/34251) build 15-Feb-2026 15:26:51 Resolving deltas: 78% (26716/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 79% (27059/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 80% (27401/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 80% (27467/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 81% (27744/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 82% (28086/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 83% (28429/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 84% (28771/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 85% (29114/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 86% (29456/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 87% (29799/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 88% (30141/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 89% (30484/34251) build 15-Feb-2026 15:26:52 Resolving deltas: 90% (30826/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 91% (31169/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 92% (31511/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 93% (31854/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 93% (31966/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 94% (32196/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 95% (32539/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 96% (32881/34251) build 15-Feb-2026 15:26:53 Resolving deltas: 97% (33224/34251) build 15-Feb-2026 15:26:54 Resolving deltas: 98% (33566/34251) build 15-Feb-2026 15:26:54 Resolving deltas: 98% (33799/34251) build 15-Feb-2026 15:26:54 Resolving deltas: 99% (33909/34251) build 15-Feb-2026 15:26:54 Resolving deltas: 100% (34251/34251) build 15-Feb-2026 15:26:54 Resolving deltas: 100% (34251/34251), completed with 3178 local objects. build 15-Feb-2026 15:26:55 From https://github.com/phpbb/phpbb build 15-Feb-2026 15:26:55 * branch HEAD -> FETCH_HEAD build 15-Feb-2026 15:26:55 * [new tag] olympus_merge_point_20082412 -> olympus_merge_point_20082412 build 15-Feb-2026 15:26:55 * [new tag] olympus_milestone_2 -> olympus_milestone_2 build 15-Feb-2026 15:26:55 * [new tag] olympus_milestone_3 -> olympus_milestone_3 build 15-Feb-2026 15:26:55 * [new tag] olympus_milestone_4 -> olympus_milestone_4 build 15-Feb-2026 15:26:55 * [new tag] phpbb2_RC4_release_point -> phpbb2_RC4_release_point build 15-Feb-2026 15:26:55 * [new tag] phpbb2_RC4_release_point_2 -> phpbb2_RC4_release_point_2 build 15-Feb-2026 15:26:55 * [new tag] phpbb2_RC4_release_point_3 -> phpbb2_RC4_release_point_3 build 15-Feb-2026 15:26:55 * [new tag] phpbb2_merge_point_20020420 -> phpbb2_merge_point_20020420 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.0 -> release-2.0.0 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.1 -> release-2.0.1 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.10 -> release-2.0.10 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.11 -> release-2.0.11 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.12 -> release-2.0.12 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.13 -> release-2.0.13 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.14 -> release-2.0.14 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.15 -> release-2.0.15 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.16 -> release-2.0.16 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.17 -> release-2.0.17 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.18 -> release-2.0.18 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.19 -> release-2.0.19 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.2 -> release-2.0.2 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.20 -> release-2.0.20 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.21 -> release-2.0.21 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.22 -> release-2.0.22 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.23 -> release-2.0.23 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.3 -> release-2.0.3 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.4 -> release-2.0.4 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.5 -> release-2.0.5 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.6 -> release-2.0.6 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.7 -> release-2.0.7 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.8 -> release-2.0.8 build 15-Feb-2026 15:26:55 * [new tag] release-2.0.8a -> release-2.0.8a build 15-Feb-2026 15:26:55 * [new tag] release-2.0.9 -> release-2.0.9 build 15-Feb-2026 15:26:55 * [new tag] release-3.0.11 -> release-3.0.11 build 15-Feb-2026 15:26:55 * [new tag] release-3.0.12 -> release-3.0.12 build 15-Feb-2026 15:26:55 * [new tag] release-3.0.13 -> release-3.0.13 build 15-Feb-2026 15:26:55 * [new tag] release-3.2.0-a2 -> release-3.2.0-a2 build 15-Feb-2026 15:26:55 * [new tag] release-3.2.0-b1 -> release-3.2.0-b1 build 15-Feb-2026 15:26:55 * [new tag] release-4.0.0-a1 -> release-4.0.0-a1 build 15-Feb-2026 15:26:55 * [new tag] start -> start build 15-Feb-2026 15:26:55 Buildfile: /data/build/build.xml build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55 phpBB > clean: build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55  [delete] Directory /data/build/logs does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/api does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/coverage does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/cpd does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/new_version does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 15-Feb-2026 15:26:55  [delete] Directory /data/build/save does not exist or is not a directory. build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55 phpBB > prepare: build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/logs build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/api build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/codebrowser build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/coverage build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/cpd build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/dependencies build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version/files build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version/patches build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version/release_files build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version/update build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/old_versions build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/save build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55 phpBB > prepare-new-version: build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55  [mkdir] Created dir: /data/build/new_version/phpBB3 build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:55 phpBB > export: build 15-Feb-2026 15:26:55  build 15-Feb-2026 15:26:56 Installing dependencies from lock file build 15-Feb-2026 15:26:56 Verifying lock file contents can be installed on current platform. build 15-Feb-2026 15:26:56 Package operations: 40 installs, 0 updates, 0 removals build 15-Feb-2026 15:26:56 Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. build 15-Feb-2026 15:26:56 - Downloading composer/package-versions-deprecated (1.11.99.5) build 15-Feb-2026 15:26:56 - Downloading bantu/ini-get-wrapper (v1.0.1) build 15-Feb-2026 15:26:56 - Downloading carlos-mg89/oauth (0.8.15) build 15-Feb-2026 15:26:56 - Downloading google/recaptcha (1.2.4) build 15-Feb-2026 15:26:56 - Downloading symfony/polyfill-php72 (v1.29.0) build 15-Feb-2026 15:26:56 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 15-Feb-2026 15:26:56 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 15-Feb-2026 15:26:56 - Downloading ralouphie/getallheaders (3.0.3) build 15-Feb-2026 15:26:56 - Downloading psr/http-message (1.1) build 15-Feb-2026 15:26:56 - Downloading guzzlehttp/psr7 (1.9.1) build 15-Feb-2026 15:26:56 - Downloading guzzlehttp/promises (1.5.3) build 15-Feb-2026 15:26:56 - Downloading guzzlehttp/guzzle (6.5.8) build 15-Feb-2026 15:26:56 - Downloading symfony/polyfill-mbstring (v1.29.0) build 15-Feb-2026 15:26:56 - Downloading marc1706/fast-image-size (v1.1.7) build 15-Feb-2026 15:26:56 - Downloading psr/container (1.1.1) build 15-Feb-2026 15:26:56 - Downloading s9e/sweetdom (2.1.0.1) build 15-Feb-2026 15:26:56 - Downloading s9e/regexp-builder (1.4.6) build 15-Feb-2026 15:26:56 - Downloading s9e/text-formatter (2.11.5) build 15-Feb-2026 15:26:56 - Downloading symfony/polyfill-ctype (v1.29.0) build 15-Feb-2026 15:26:56 - Downloading symfony/filesystem (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/config (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading psr/log (1.1.4) build 15-Feb-2026 15:26:56 - Downloading symfony/debug (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/console (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/finder (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/http-foundation (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/event-dispatcher (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/http-kernel (v3.4.49) build 15-Feb-2026 15:26:56 - Downloading symfony/process (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/dependency-injection (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading zendframework/zend-eventmanager (3.2.1) build 15-Feb-2026 15:26:56 - Downloading zendframework/zend-code (3.4.1) build 15-Feb-2026 15:26:56 - Downloading ocramius/proxy-manager (2.2.4) build 15-Feb-2026 15:26:56 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/routing (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading twig/twig (v2.16.0) build 15-Feb-2026 15:26:56 - Downloading symfony/twig-bridge (v3.4.47) build 15-Feb-2026 15:26:56 - Downloading symfony/yaml (v3.4.47) build 15-Feb-2026 15:26:56 0/38 [>---------------------------] 0% build 15-Feb-2026 15:26:56 8/38 [=====>----------------------] 21% build 15-Feb-2026 15:26:56 18/38 [=============>--------------] 47% build 15-Feb-2026 15:26:57 27/38 [===================>--------] 71% build 15-Feb-2026 15:26:57 37/38 [===========================>] 97% build 15-Feb-2026 15:26:57 38/38 [============================] 100% build 15-Feb-2026 15:26:57 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 15-Feb-2026 15:26:57 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 15-Feb-2026 15:26:57 - Installing google/recaptcha (1.2.4): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 15-Feb-2026 15:26:57 - Installing psr/http-message (1.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 15-Feb-2026 15:26:57 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 15-Feb-2026 15:26:57 - Installing psr/container (1.1.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 15-Feb-2026 15:26:57 - Installing s9e/text-formatter (2.11.5): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/filesystem (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/config (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing psr/log (1.1.4): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/debug (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/console (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/finder (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-php56 (v1.20.0) build 15-Feb-2026 15:26:57 - Installing symfony/polyfill-php70 (v1.20.0) build 15-Feb-2026 15:26:57 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/process (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing zendframework/zend-code (3.4.1): Extracting archive build 15-Feb-2026 15:26:57 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/routing (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing twig/twig (v2.16.0): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 - Installing symfony/yaml (v3.4.47): Extracting archive build 15-Feb-2026 15:26:57 0/37 [>---------------------------] 0% build 15-Feb-2026 15:26:57 19/37 [==============>-------------] 51% build 15-Feb-2026 15:26:57 24/37 [==================>---------] 64% build 15-Feb-2026 15:26:57 36/37 [===========================>] 97% build 15-Feb-2026 15:26:57 37/37 [============================] 100% build 15-Feb-2026 15:26:57 Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 15-Feb-2026 15:26:57 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 15-Feb-2026 15:26:57 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 15-Feb-2026 15:26:57 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 15-Feb-2026 15:26:57 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 15-Feb-2026 15:26:57 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 15-Feb-2026 15:26:57 Generating optimized autoload files build 15-Feb-2026 15:26:58 27 packages you are using are looking for funding. build 15-Feb-2026 15:26:58 Use the `composer fund` command to find out more! build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/composer.phar build 15-Feb-2026 15:26:58  build 15-Feb-2026 15:26:58 phpBB > clean-vendor-dir: build 15-Feb-2026 15:26:58  build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.scrutinizer.yml build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/.travis.yml build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/bantu/ini-get-wrapper/README.md build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/examples build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/google/recaptcha/tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/.travis.yml build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/CONTRIBUTING.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/google/recaptcha/README.md build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/build does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/docs does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/tests does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.editorconfig to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/Makefile to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/README.md build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/guzzlehttp/guzzle/UPGRADING.md build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/docs does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/tests does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/CHANGELOG.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/Makefile to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/README.rst to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/ringphp/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/tests does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/CHANGELOG.rst to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/Makefile to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/README.rst to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/guzzlehttp/streams/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/examples does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/lusitanian/oauth/tests does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.scrutinizer.yml to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/lusitanian/oauth/README.md to delete. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/dist does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/paragonie/random_compat/other does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/CHANGELOG.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/ERRATA.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/README.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/paragonie/random_compat/SECURITY.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/CHANGELOG.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/patchwork/utf8/README.md to delete. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/psr/log/Psr/Log/Test build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/psr/log/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/psr/log/README.md build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/react/promise/tests does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/CHANGELOG.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.gitignore to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/README.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/react/promise/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/s9e/text-formatter/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/config/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/config/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/config/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/console/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/console/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/console/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/debug/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/debug/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/debug/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/dependency-injection/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/event-dispatcher/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/filesystem/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/filesystem/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/finder/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/finder/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/finder/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-foundation/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-foundation/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/http-kernel/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/http-kernel/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/proxy-manager-bridge/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/routing/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/routing/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/routing/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/twig-bridge/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/symfony/yaml/.git does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting directory /data/build/new_version/phpBB3/vendor/symfony/yaml/Tests build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/.gitignore build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/CHANGELOG.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/symfony/yaml/phpunit.xml.dist build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/doc does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/ext does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Directory /data/build/new_version/phpBB3/vendor/twig/twig/test does not exist or is not a directory. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.editorconfig build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/.gitignore build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/.travis.yml to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/CHANGELOG build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/twig/twig/phpunit.xml.dist to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/twig/twig/README.rst build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-code/CONTRIBUTING.md to delete. build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-code/README.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/CONTRIBUTING.md build 15-Feb-2026 15:26:58  [delete] Deleting: /data/build/new_version/phpBB3/vendor/zendframework/zend-eventmanager/README.md build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/CONTRIBUTING.md to delete. build 15-Feb-2026 15:26:58  [delete] Could not find file /data/build/new_version/phpBB3/vendor/zendframework/zend-stdlib/README.md to delete. build 15-Feb-2026 15:26:58 Cloning into 'viglink'... build 15-Feb-2026 15:26:59 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:26:59 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:26:59 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:26:59 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:26:59 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:26:59 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:26:59 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:26:59 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:26:59 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:26:59 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:26:59 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:26:59 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:26:59 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:26:59 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:26:59 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:26:59 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:26:59 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:26:59 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:26:59 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:26:59 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:26:59 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:26:59 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:26:59 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:26:59 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:26:59 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:26:59 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:26:59 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:26:59 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:26:59 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:26:59 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:26:59 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:26:59 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:26:59 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:26:59 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:26:59 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:26:59 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:26:59 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:26:59 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:26:59 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:26:59 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:26:59 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:26:59 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:26:59 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:26:59 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:26:59 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:26:59 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:26:59 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:26:59 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:26:59 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:26:59 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:26:59 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:26:59 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:26:59 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:26:59 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:26:59 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:26:59 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:26:59 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:26:59 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:26:59 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:26:59 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:26:59 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:26:59 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:26:59 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:26:59 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:26:59 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:26:59 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:26:59 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:26:59 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:26:59 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:26:59 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:26:59 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:26:59 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:26:59 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:26:59 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:26:59 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:26:59 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:26:59 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:26:59 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:26:59 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:26:59 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:26:59 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:26:59 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:26:59 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:26:59 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:26:59 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:26:59 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:26:59 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:26:59 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:26:59 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:26:59 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:26:59 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:26:59 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:26:59 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:26:59 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:26:59 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:26:59 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:26:59 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:26:59 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:26:59 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:26:59 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:26:59 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:26:59 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:26:59 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:26:59 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:26:59 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:26:59 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:26:59 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:26:59 Receiving objects: 100% (1236/1236), 243.97 KiB | 6.42 MiB/s, done. build 15-Feb-2026 15:26:59 Resolving deltas: 0% (0/628) build 15-Feb-2026 15:26:59 Resolving deltas: 1% (7/628) build 15-Feb-2026 15:26:59 Resolving deltas: 2% (13/628) build 15-Feb-2026 15:26:59 Resolving deltas: 3% (19/628) build 15-Feb-2026 15:26:59 Resolving deltas: 4% (27/628) build 15-Feb-2026 15:26:59 Resolving deltas: 5% (32/628) build 15-Feb-2026 15:26:59 Resolving deltas: 6% (38/628) build 15-Feb-2026 15:26:59 Resolving deltas: 7% (44/628) build 15-Feb-2026 15:26:59 Resolving deltas: 8% (51/628) build 15-Feb-2026 15:26:59 Resolving deltas: 9% (57/628) build 15-Feb-2026 15:26:59 Resolving deltas: 10% (63/628) build 15-Feb-2026 15:26:59 Resolving deltas: 11% (71/628) build 15-Feb-2026 15:26:59 Resolving deltas: 12% (76/628) build 15-Feb-2026 15:26:59 Resolving deltas: 13% (82/628) build 15-Feb-2026 15:26:59 Resolving deltas: 14% (88/628) build 15-Feb-2026 15:26:59 Resolving deltas: 15% (95/628) build 15-Feb-2026 15:26:59 Resolving deltas: 16% (101/628) build 15-Feb-2026 15:26:59 Resolving deltas: 17% (107/628) build 15-Feb-2026 15:26:59 Resolving deltas: 18% (115/628) build 15-Feb-2026 15:26:59 Resolving deltas: 19% (120/628) build 15-Feb-2026 15:26:59 Resolving deltas: 20% (126/628) build 15-Feb-2026 15:26:59 Resolving deltas: 21% (132/628) build 15-Feb-2026 15:26:59 Resolving deltas: 22% (139/628) build 15-Feb-2026 15:26:59 Resolving deltas: 23% (145/628) build 15-Feb-2026 15:26:59 Resolving deltas: 24% (151/628) build 15-Feb-2026 15:26:59 Resolving deltas: 25% (157/628) build 15-Feb-2026 15:26:59 Resolving deltas: 26% (164/628) build 15-Feb-2026 15:26:59 Resolving deltas: 27% (170/628) build 15-Feb-2026 15:26:59 Resolving deltas: 28% (176/628) build 15-Feb-2026 15:26:59 Resolving deltas: 29% (183/628) build 15-Feb-2026 15:26:59 Resolving deltas: 30% (189/628) build 15-Feb-2026 15:26:59 Resolving deltas: 31% (195/628) build 15-Feb-2026 15:26:59 Resolving deltas: 32% (201/628) build 15-Feb-2026 15:26:59 Resolving deltas: 33% (208/628) build 15-Feb-2026 15:26:59 Resolving deltas: 34% (214/628) build 15-Feb-2026 15:26:59 Resolving deltas: 35% (220/628) build 15-Feb-2026 15:26:59 Resolving deltas: 36% (227/628) build 15-Feb-2026 15:26:59 Resolving deltas: 37% (233/628) build 15-Feb-2026 15:26:59 Resolving deltas: 38% (239/628) build 15-Feb-2026 15:26:59 Resolving deltas: 39% (245/628) build 15-Feb-2026 15:26:59 Resolving deltas: 40% (252/628) build 15-Feb-2026 15:26:59 Resolving deltas: 41% (258/628) build 15-Feb-2026 15:26:59 Resolving deltas: 42% (264/628) build 15-Feb-2026 15:26:59 Resolving deltas: 43% (271/628) build 15-Feb-2026 15:26:59 Resolving deltas: 44% (277/628) build 15-Feb-2026 15:26:59 Resolving deltas: 45% (283/628) build 15-Feb-2026 15:26:59 Resolving deltas: 46% (289/628) build 15-Feb-2026 15:26:59 Resolving deltas: 47% (296/628) build 15-Feb-2026 15:26:59 Resolving deltas: 48% (302/628) build 15-Feb-2026 15:26:59 Resolving deltas: 49% (308/628) build 15-Feb-2026 15:26:59 Resolving deltas: 50% (314/628) build 15-Feb-2026 15:26:59 Resolving deltas: 51% (321/628) build 15-Feb-2026 15:26:59 Resolving deltas: 52% (327/628) build 15-Feb-2026 15:26:59 Resolving deltas: 53% (333/628) build 15-Feb-2026 15:26:59 Resolving deltas: 54% (340/628) build 15-Feb-2026 15:26:59 Resolving deltas: 55% (346/628) build 15-Feb-2026 15:26:59 Resolving deltas: 56% (352/628) build 15-Feb-2026 15:26:59 Resolving deltas: 57% (358/628) build 15-Feb-2026 15:26:59 Resolving deltas: 58% (365/628) build 15-Feb-2026 15:26:59 Resolving deltas: 59% (371/628) build 15-Feb-2026 15:26:59 Resolving deltas: 60% (377/628) build 15-Feb-2026 15:26:59 Resolving deltas: 61% (384/628) build 15-Feb-2026 15:26:59 Resolving deltas: 62% (390/628) build 15-Feb-2026 15:26:59 Resolving deltas: 63% (396/628) build 15-Feb-2026 15:26:59 Resolving deltas: 64% (402/628) build 15-Feb-2026 15:26:59 Resolving deltas: 65% (409/628) build 15-Feb-2026 15:26:59 Resolving deltas: 66% (415/628) build 15-Feb-2026 15:26:59 Resolving deltas: 67% (421/628) build 15-Feb-2026 15:26:59 Resolving deltas: 68% (428/628) build 15-Feb-2026 15:26:59 Resolving deltas: 69% (434/628) build 15-Feb-2026 15:26:59 Resolving deltas: 70% (440/628) build 15-Feb-2026 15:26:59 Resolving deltas: 71% (446/628) build 15-Feb-2026 15:26:59 Resolving deltas: 72% (453/628) build 15-Feb-2026 15:26:59 Resolving deltas: 73% (460/628) build 15-Feb-2026 15:26:59 Resolving deltas: 74% (465/628) build 15-Feb-2026 15:26:59 Resolving deltas: 75% (471/628) build 15-Feb-2026 15:26:59 Resolving deltas: 76% (478/628) build 15-Feb-2026 15:26:59 Resolving deltas: 77% (484/628) build 15-Feb-2026 15:26:59 Resolving deltas: 78% (490/628) build 15-Feb-2026 15:26:59 Resolving deltas: 79% (497/628) build 15-Feb-2026 15:26:59 Resolving deltas: 80% (503/628) build 15-Feb-2026 15:26:59 Resolving deltas: 81% (509/628) build 15-Feb-2026 15:26:59 Resolving deltas: 82% (515/628) build 15-Feb-2026 15:26:59 Resolving deltas: 83% (522/628) build 15-Feb-2026 15:26:59 Resolving deltas: 84% (528/628) build 15-Feb-2026 15:26:59 Resolving deltas: 85% (534/628) build 15-Feb-2026 15:26:59 Resolving deltas: 86% (541/628) build 15-Feb-2026 15:26:59 Resolving deltas: 87% (547/628) build 15-Feb-2026 15:26:59 Resolving deltas: 88% (553/628) build 15-Feb-2026 15:26:59 Resolving deltas: 89% (559/628) build 15-Feb-2026 15:26:59 Resolving deltas: 90% (566/628) build 15-Feb-2026 15:26:59 Resolving deltas: 91% (572/628) build 15-Feb-2026 15:26:59 Resolving deltas: 92% (578/628) build 15-Feb-2026 15:26:59 Resolving deltas: 93% (585/628) build 15-Feb-2026 15:26:59 Resolving deltas: 94% (591/628) build 15-Feb-2026 15:26:59 Resolving deltas: 95% (597/628) build 15-Feb-2026 15:26:59 Resolving deltas: 96% (603/628) build 15-Feb-2026 15:26:59 Resolving deltas: 97% (610/628) build 15-Feb-2026 15:26:59 Resolving deltas: 98% (616/628) build 15-Feb-2026 15:26:59 Resolving deltas: 99% (622/628) build 15-Feb-2026 15:26:59 Resolving deltas: 100% (628/628) build 15-Feb-2026 15:26:59 Resolving deltas: 100% (628/628), done. build 15-Feb-2026 15:26:59 Already on 'master' build 15-Feb-2026 15:26:59 Your branch is up to date with 'origin/master'. build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/.git build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/ext/phpbb/viglink/tests build 15-Feb-2026 15:26:59  [delete] Directory /data/build/new_version/phpBB3/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:26:59  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:26:59  [delete] Could not find file /data/build/new_version/phpBB3/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:26:59  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:26:59  [delete] Deleting: /data/build/new_version/phpBB3/ext/phpbb/viglink/README.md build 15-Feb-2026 15:26:59  [delete] Could not find file /data/build/new_version/phpBB3/config.php to delete. build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/develop build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/install/data build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/config/development build 15-Feb-2026 15:26:59  [delete] Deleting directory /data/build/new_version/phpBB3/config/test build 15-Feb-2026 15:26:59  [echo] Setting permissions for checkout of HEAD in build/new_version/phpBB3 build 15-Feb-2026 15:26:59  [chmod] Changed file mode on '/data/build/new_version/phpBB3/cache' to 777 build 15-Feb-2026 15:26:59  [chmod] Changed file mode on '/data/build/new_version/phpBB3/store' to 777 build 15-Feb-2026 15:26:59  [chmod] Changed file mode on '/data/build/new_version/phpBB3/files' to 777 build 15-Feb-2026 15:26:59  [chmod] Changed file mode on '/data/build/new_version/phpBB3/images/avatars/upload' to 777 build 15-Feb-2026 15:26:59  [chmod] Changed file mode on '/data/build/new_version/phpBB3/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:00  build 15-Feb-2026 15:27:00 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:00  build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/cache build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/docs build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/files build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/install build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/store build 15-Feb-2026 15:27:00  [delete] Deleting directory /data/build/old_versions/release-3.3.16-dev/vendor build 15-Feb-2026 15:27:01  [touch] Creating /data/build/new_version/phpBB3/config.php build 15-Feb-2026 15:27:01  [copy] Copying 1 file to /data/build/new_version/phpBB3/vendor build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > old-version-diffs: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > old-version-diff: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01  [echo] Retrieving version 3.1.0 build 15-Feb-2026 15:27:01  [mkdir] Created dir: /data/build/old_versions/release-3.1.0 build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > export: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01  [delete] Could not find file /data/build/old_versions/release-3.1.0/config.php to delete. build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/develop build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install/data build 15-Feb-2026 15:27:01  [delete] Directory /data/build/old_versions/release-3.1.0/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:01  [delete] Directory /data/build/old_versions/release-3.1.0/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:01  [echo] Setting permissions for checkout of release-3.1.0 in build/old_versions/release-3.1.0 build 15-Feb-2026 15:27:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/cache' to 777 build 15-Feb-2026 15:27:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/store' to 777 build 15-Feb-2026 15:27:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/files' to 777 build 15-Feb-2026 15:27:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/images/avatars/upload' to 777 build 15-Feb-2026 15:27:01  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.0/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/cache build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/docs build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/files build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/install build 15-Feb-2026 15:27:01  [delete] Deleting directory /data/build/old_versions/release-3.1.0/store build 15-Feb-2026 15:27:01  [delete] Directory /data/build/old_versions/release-3.1.0/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > old-version-diff: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01  [echo] Retrieving version 3.1.1 build 15-Feb-2026 15:27:01  [mkdir] Created dir: /data/build/old_versions/release-3.1.1 build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:01 phpBB > export: build 15-Feb-2026 15:27:01  build 15-Feb-2026 15:27:02  [delete] Could not find file /data/build/old_versions/release-3.1.1/config.php to delete. build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/develop build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install/data build 15-Feb-2026 15:27:02  [delete] Directory /data/build/old_versions/release-3.1.1/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:02  [delete] Directory /data/build/old_versions/release-3.1.1/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:02  [echo] Setting permissions for checkout of release-3.1.1 in build/old_versions/release-3.1.1 build 15-Feb-2026 15:27:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/cache' to 777 build 15-Feb-2026 15:27:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/store' to 777 build 15-Feb-2026 15:27:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/files' to 777 build 15-Feb-2026 15:27:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/images/avatars/upload' to 777 build 15-Feb-2026 15:27:02  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.1/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:02 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/cache build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/docs build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/files build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/install build 15-Feb-2026 15:27:02  [delete] Deleting directory /data/build/old_versions/release-3.1.1/store build 15-Feb-2026 15:27:02  [delete] Directory /data/build/old_versions/release-3.1.1/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:02 phpBB > old-version-diff: build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:02  [echo] Retrieving version 3.1.2 build 15-Feb-2026 15:27:02  [mkdir] Created dir: /data/build/old_versions/release-3.1.2 build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:02 phpBB > export: build 15-Feb-2026 15:27:02  build 15-Feb-2026 15:27:03  [delete] Could not find file /data/build/old_versions/release-3.1.2/config.php to delete. build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/develop build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install/data build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.2/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.2/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:03  [echo] Setting permissions for checkout of release-3.1.2 in build/old_versions/release-3.1.2 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/cache' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/store' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/files' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/images/avatars/upload' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.2/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/cache build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/docs build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/files build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/install build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.2/store build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.2/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03 phpBB > old-version-diff: build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03  [echo] Retrieving version 3.1.3 build 15-Feb-2026 15:27:03  [mkdir] Created dir: /data/build/old_versions/release-3.1.3 build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03 phpBB > export: build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03  [delete] Could not find file /data/build/old_versions/release-3.1.3/config.php to delete. build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/develop build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install/data build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.3/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.3/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:03  [echo] Setting permissions for checkout of release-3.1.3 in build/old_versions/release-3.1.3 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/cache' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/store' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/files' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/images/avatars/upload' to 777 build 15-Feb-2026 15:27:03  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.3/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:03  build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/cache build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/docs build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/files build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/install build 15-Feb-2026 15:27:03  [delete] Deleting directory /data/build/old_versions/release-3.1.3/store build 15-Feb-2026 15:27:03  [delete] Directory /data/build/old_versions/release-3.1.3/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04 phpBB > old-version-diff: build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04  [echo] Retrieving version 3.1.4 build 15-Feb-2026 15:27:04  [mkdir] Created dir: /data/build/old_versions/release-3.1.4 build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04 phpBB > export: build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04  [delete] Could not find file /data/build/old_versions/release-3.1.4/config.php to delete. build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/develop build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install/data build 15-Feb-2026 15:27:04  [delete] Directory /data/build/old_versions/release-3.1.4/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:04  [delete] Directory /data/build/old_versions/release-3.1.4/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:04  [echo] Setting permissions for checkout of release-3.1.4 in build/old_versions/release-3.1.4 build 15-Feb-2026 15:27:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/cache' to 777 build 15-Feb-2026 15:27:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/store' to 777 build 15-Feb-2026 15:27:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/files' to 777 build 15-Feb-2026 15:27:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/images/avatars/upload' to 777 build 15-Feb-2026 15:27:04  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.4/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/cache build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/docs build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/files build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/install build 15-Feb-2026 15:27:04  [delete] Deleting directory /data/build/old_versions/release-3.1.4/store build 15-Feb-2026 15:27:04  [delete] Directory /data/build/old_versions/release-3.1.4/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04 phpBB > old-version-diff: build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04  [echo] Retrieving version 3.1.5 build 15-Feb-2026 15:27:04  [mkdir] Created dir: /data/build/old_versions/release-3.1.5 build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:04 phpBB > export: build 15-Feb-2026 15:27:04  build 15-Feb-2026 15:27:05  [delete] Could not find file /data/build/old_versions/release-3.1.5/config.php to delete. build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/develop build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install/data build 15-Feb-2026 15:27:05  [delete] Directory /data/build/old_versions/release-3.1.5/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:05  [delete] Directory /data/build/old_versions/release-3.1.5/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:05  [echo] Setting permissions for checkout of release-3.1.5 in build/old_versions/release-3.1.5 build 15-Feb-2026 15:27:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/cache' to 777 build 15-Feb-2026 15:27:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/store' to 777 build 15-Feb-2026 15:27:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/files' to 777 build 15-Feb-2026 15:27:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/images/avatars/upload' to 777 build 15-Feb-2026 15:27:05  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.5/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/cache build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/docs build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/files build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/install build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.5/store build 15-Feb-2026 15:27:05  [delete] Directory /data/build/old_versions/release-3.1.5/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05 phpBB > old-version-diff: build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05  [echo] Retrieving version 3.1.6 build 15-Feb-2026 15:27:05  [mkdir] Created dir: /data/build/old_versions/release-3.1.6 build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05 phpBB > export: build 15-Feb-2026 15:27:05  build 15-Feb-2026 15:27:05  [delete] Could not find file /data/build/old_versions/release-3.1.6/config.php to delete. build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.6/develop build 15-Feb-2026 15:27:05  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install/data build 15-Feb-2026 15:27:05  [delete] Directory /data/build/old_versions/release-3.1.6/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:05  [delete] Directory /data/build/old_versions/release-3.1.6/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:05  [echo] Setting permissions for checkout of release-3.1.6 in build/old_versions/release-3.1.6 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/cache' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/store' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/files' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/images/avatars/upload' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.6/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/cache build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/docs build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/files build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/install build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.6/store build 15-Feb-2026 15:27:06  [delete] Directory /data/build/old_versions/release-3.1.6/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06 phpBB > old-version-diff: build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06  [echo] Retrieving version 3.1.7 build 15-Feb-2026 15:27:06  [mkdir] Created dir: /data/build/old_versions/release-3.1.7 build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06 phpBB > export: build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06  [delete] Could not find file /data/build/old_versions/release-3.1.7/config.php to delete. build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/develop build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install/data build 15-Feb-2026 15:27:06  [delete] Directory /data/build/old_versions/release-3.1.7/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:06  [delete] Directory /data/build/old_versions/release-3.1.7/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:06  [echo] Setting permissions for checkout of release-3.1.7 in build/old_versions/release-3.1.7 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/cache' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/store' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/files' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/images/avatars/upload' to 777 build 15-Feb-2026 15:27:06  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:06  build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/cache build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/docs build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/files build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/install build 15-Feb-2026 15:27:06  [delete] Deleting directory /data/build/old_versions/release-3.1.7/store build 15-Feb-2026 15:27:06  [delete] Directory /data/build/old_versions/release-3.1.7/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07 phpBB > old-version-diff: build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07  [echo] Retrieving version 3.1.7-pl1 build 15-Feb-2026 15:27:07  [mkdir] Created dir: /data/build/old_versions/release-3.1.7-pl1 build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07 phpBB > export: build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07  [delete] Could not find file /data/build/old_versions/release-3.1.7-pl1/config.php to delete. build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/develop build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install/data build 15-Feb-2026 15:27:07  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:07  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:07  [echo] Setting permissions for checkout of release-3.1.7-pl1 in build/old_versions/release-3.1.7-pl1 build 15-Feb-2026 15:27:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/cache' to 777 build 15-Feb-2026 15:27:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/store' to 777 build 15-Feb-2026 15:27:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/files' to 777 build 15-Feb-2026 15:27:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/images/avatars/upload' to 777 build 15-Feb-2026 15:27:07  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.7-pl1/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/cache build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/docs build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/files build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/install build 15-Feb-2026 15:27:07  [delete] Deleting directory /data/build/old_versions/release-3.1.7-pl1/store build 15-Feb-2026 15:27:07  [delete] Directory /data/build/old_versions/release-3.1.7-pl1/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07 phpBB > old-version-diff: build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07  [echo] Retrieving version 3.1.8 build 15-Feb-2026 15:27:07  [mkdir] Created dir: /data/build/old_versions/release-3.1.8 build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:07 phpBB > export: build 15-Feb-2026 15:27:07  build 15-Feb-2026 15:27:08  [delete] Could not find file /data/build/old_versions/release-3.1.8/config.php to delete. build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/develop build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install/data build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.8/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.8/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:08  [echo] Setting permissions for checkout of release-3.1.8 in build/old_versions/release-3.1.8 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/cache' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/store' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/files' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/images/avatars/upload' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.8/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/cache build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/docs build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/files build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/install build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.8/store build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.8/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08 phpBB > old-version-diff: build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08  [echo] Retrieving version 3.1.9 build 15-Feb-2026 15:27:08  [mkdir] Created dir: /data/build/old_versions/release-3.1.9 build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08 phpBB > export: build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08  [delete] Could not find file /data/build/old_versions/release-3.1.9/config.php to delete. build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/develop build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install/data build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.9/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.9/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:08  [echo] Setting permissions for checkout of release-3.1.9 in build/old_versions/release-3.1.9 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/cache' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/store' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/files' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/images/avatars/upload' to 777 build 15-Feb-2026 15:27:08  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.9/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:08  build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/cache build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/docs build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/files build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/install build 15-Feb-2026 15:27:08  [delete] Deleting directory /data/build/old_versions/release-3.1.9/store build 15-Feb-2026 15:27:08  [delete] Directory /data/build/old_versions/release-3.1.9/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09 phpBB > old-version-diff: build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09  [echo] Retrieving version 3.1.10 build 15-Feb-2026 15:27:09  [mkdir] Created dir: /data/build/old_versions/release-3.1.10 build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09 phpBB > export: build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09  [delete] Could not find file /data/build/old_versions/release-3.1.10/config.php to delete. build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/develop build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install/data build 15-Feb-2026 15:27:09  [delete] Directory /data/build/old_versions/release-3.1.10/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:09  [delete] Directory /data/build/old_versions/release-3.1.10/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:09  [echo] Setting permissions for checkout of release-3.1.10 in build/old_versions/release-3.1.10 build 15-Feb-2026 15:27:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/cache' to 777 build 15-Feb-2026 15:27:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/store' to 777 build 15-Feb-2026 15:27:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/files' to 777 build 15-Feb-2026 15:27:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/images/avatars/upload' to 777 build 15-Feb-2026 15:27:09  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.10/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:09  build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/cache build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/docs build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/files build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/install build 15-Feb-2026 15:27:09  [delete] Deleting directory /data/build/old_versions/release-3.1.10/store build 15-Feb-2026 15:27:09  [delete] Directory /data/build/old_versions/release-3.1.10/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10 phpBB > old-version-diff: build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10  [echo] Retrieving version 3.1.11 build 15-Feb-2026 15:27:10  [mkdir] Created dir: /data/build/old_versions/release-3.1.11 build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10 phpBB > export: build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10  [delete] Could not find file /data/build/old_versions/release-3.1.11/config.php to delete. build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/develop build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install/data build 15-Feb-2026 15:27:10  [delete] Directory /data/build/old_versions/release-3.1.11/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:10  [delete] Directory /data/build/old_versions/release-3.1.11/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:10  [echo] Setting permissions for checkout of release-3.1.11 in build/old_versions/release-3.1.11 build 15-Feb-2026 15:27:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/cache' to 777 build 15-Feb-2026 15:27:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/store' to 777 build 15-Feb-2026 15:27:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/files' to 777 build 15-Feb-2026 15:27:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/images/avatars/upload' to 777 build 15-Feb-2026 15:27:10  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.11/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/cache build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/docs build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/files build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/install build 15-Feb-2026 15:27:10  [delete] Deleting directory /data/build/old_versions/release-3.1.11/store build 15-Feb-2026 15:27:10  [delete] Directory /data/build/old_versions/release-3.1.11/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10 phpBB > old-version-diff: build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10  [echo] Retrieving version 3.1.12 build 15-Feb-2026 15:27:10  [mkdir] Created dir: /data/build/old_versions/release-3.1.12 build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:10 phpBB > export: build 15-Feb-2026 15:27:10  build 15-Feb-2026 15:27:11  [delete] Could not find file /data/build/old_versions/release-3.1.12/config.php to delete. build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/develop build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install/data build 15-Feb-2026 15:27:11  [delete] Directory /data/build/old_versions/release-3.1.12/config/development does not exist or is not a directory. build 15-Feb-2026 15:27:11  [delete] Directory /data/build/old_versions/release-3.1.12/config/test does not exist or is not a directory. build 15-Feb-2026 15:27:11  [echo] Setting permissions for checkout of release-3.1.12 in build/old_versions/release-3.1.12 build 15-Feb-2026 15:27:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/cache' to 777 build 15-Feb-2026 15:27:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/store' to 777 build 15-Feb-2026 15:27:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/files' to 777 build 15-Feb-2026 15:27:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/images/avatars/upload' to 777 build 15-Feb-2026 15:27:11  [chmod] Changed file mode on '/data/build/old_versions/release-3.1.12/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:11 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/cache build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/docs build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/files build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/install build 15-Feb-2026 15:27:11  [delete] Deleting directory /data/build/old_versions/release-3.1.12/store build 15-Feb-2026 15:27:11  [delete] Directory /data/build/old_versions/release-3.1.12/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:11 phpBB > old-version-diff: build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:11  [echo] Retrieving version 3.2.0 build 15-Feb-2026 15:27:11  [mkdir] Created dir: /data/build/old_versions/release-3.2.0 build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:11 phpBB > export: build 15-Feb-2026 15:27:11  build 15-Feb-2026 15:27:12 Cloning into 'viglink'... build 15-Feb-2026 15:27:12 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:12 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:12 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:12 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:12 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:12 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:12 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:12 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:12 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:12 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:12 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:12 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:12 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:12 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:12 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:12 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:12 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:12 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:12 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:12 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:12 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:12 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:12 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:12 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:12 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:12 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:12 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:12 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:12 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:13 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:13 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:13 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:13 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:13 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:13 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:13 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:13 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:13 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:13 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:13 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:13 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:13 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:13 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:13 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:13 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:13 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:13 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:13 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:13 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:13 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:13 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:13 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:13 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:13 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:13 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:13 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:13 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:13 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:13 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:13 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:13 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:13 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:13 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:13 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:13 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:13 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:13 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:13 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:13 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:13 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:13 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:13 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:13 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:13 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:13 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:13 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:13 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:13 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:13 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:13 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:13 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:13 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:13 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:13 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:13 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:13 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:13 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:13 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:13 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:13 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:13 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:13 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:13 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:13 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:13 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:13 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:13 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:13 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:13 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:13 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:13 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:13 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:13 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:13 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:13 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:13 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:13 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:13 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.24 MiB/s, done. build 15-Feb-2026 15:27:13 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:13 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:13 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:13 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:13 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:13 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:13 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:13 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:13 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:13 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:13 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:13 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:13 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:13 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:13 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:13 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:13 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:13 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:13 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:13 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:13 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:13 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:13 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:13 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:13 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:13 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:13 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:13 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:13 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:13 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:13 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:13 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:13 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:13 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:13 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:13 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:13 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:13 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:13 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:13 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:13 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:13 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:13 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:13 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:13 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:13 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:13 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:13 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:13 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:13 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:13 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:13 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:13 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:13 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:13 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:13 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:13 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:13 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:13 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:13 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:13 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:13 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:13 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:13 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:13 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:13 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:13 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:13 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:13 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:13 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:13 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:13 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:13 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:13 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:13 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:13 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:13 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:13 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:13 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:13 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:13 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:13 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:13 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:13 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:13 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:13 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:13 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:13 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:13 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:13 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:13 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:13 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:13 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:13 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:13 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:13 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:13 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:13 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:13 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:13 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:13 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:13 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:13 Note: switching to 'release-phpbb-3.2.0'. build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:13 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:13 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:13 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 git switch -c build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 Or undo this operation with: build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 git switch - build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:13 build 15-Feb-2026 15:27:13 HEAD is now at 5441364 Update version to 1.0.0 build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:13  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:13  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:13  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:13  [delete] Deleting: /data/build/old_versions/release-3.2.0/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:13  [delete] Could not find file /data/build/old_versions/release-3.2.0/config.php to delete. build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/develop build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install/data build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/development build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/config/test build 15-Feb-2026 15:27:13  [echo] Setting permissions for checkout of release-3.2.0 in build/old_versions/release-3.2.0 build 15-Feb-2026 15:27:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/cache' to 777 build 15-Feb-2026 15:27:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/store' to 777 build 15-Feb-2026 15:27:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/files' to 777 build 15-Feb-2026 15:27:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/images/avatars/upload' to 777 build 15-Feb-2026 15:27:13  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.0/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/cache build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/docs build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/files build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/install build 15-Feb-2026 15:27:13  [delete] Deleting directory /data/build/old_versions/release-3.2.0/store build 15-Feb-2026 15:27:13  [delete] Directory /data/build/old_versions/release-3.2.0/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13 phpBB > old-version-diff: build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13  [echo] Retrieving version 3.2.1 build 15-Feb-2026 15:27:13  [mkdir] Created dir: /data/build/old_versions/release-3.2.1 build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13 phpBB > export: build 15-Feb-2026 15:27:13  build 15-Feb-2026 15:27:13 Cloning into 'viglink'... build 15-Feb-2026 15:27:14 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:14 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:14 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:14 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:14 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:14 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:14 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:14 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:14 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:14 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:14 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:14 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:14 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:14 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:14 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:14 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:14 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:14 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:14 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:14 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:14 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:14 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:14 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:14 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:14 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:14 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:14 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:14 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:14 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:14 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:14 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:14 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:14 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:14 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:14 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:14 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:14 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:14 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:14 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:14 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:14 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:14 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:14 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:14 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:14 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:14 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:14 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:14 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:14 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:14 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:14 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:14 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:14 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:14 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:14 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:14 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:14 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:14 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:14 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:14 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:14 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:14 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:14 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:14 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:14 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:14 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:14 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:14 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:14 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:14 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:14 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:14 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:14 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:14 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:14 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:14 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:14 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:14 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:14 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:14 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:14 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:14 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:14 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:14 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:14 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:14 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:14 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:14 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:14 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:14 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:14 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:14 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:14 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:14 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:14 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:14 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:14 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:14 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:14 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:14 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:14 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:14 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:14 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:14 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:14 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:14 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:14 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:14 Receiving objects: 100% (1236/1236), 243.53 KiB | 5.94 MiB/s, done. build 15-Feb-2026 15:27:14 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:14 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:14 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:14 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:14 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:14 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:14 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:14 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:14 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:14 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:14 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:14 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:14 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:14 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:14 Resolving deltas: 14% (90/630) build 15-Feb-2026 15:27:14 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:14 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:14 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:14 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:14 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:14 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:14 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:14 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:14 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:14 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:14 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:14 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:14 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:14 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:14 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:14 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:14 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:14 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:14 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:14 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:14 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:14 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:14 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:14 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:14 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:14 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:14 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:14 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:14 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:14 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:14 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:14 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:14 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:14 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:14 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:14 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:14 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:14 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:14 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:14 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:14 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:14 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:14 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:14 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:14 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:14 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:14 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:14 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:14 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:14 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:14 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:14 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:14 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:14 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:14 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:14 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:14 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:14 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:14 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:14 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:14 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:14 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:14 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:14 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:14 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:14 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:14 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:14 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:14 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:14 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:14 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:14 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:14 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:14 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:14 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:14 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:14 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:14 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:14 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:14 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:14 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:14 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:14 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:14 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:14 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:14 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:14 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:14 Note: switching to 'release-phpbb-3.2.1'. build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:14 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:14 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:14 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 git switch -c build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 Or undo this operation with: build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 git switch - build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:14 build 15-Feb-2026 15:27:14 HEAD is now at bc268e6 Merge pull request #49 from VSEphpbb/release build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:14  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:14  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:14  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:14  [delete] Deleting: /data/build/old_versions/release-3.2.1/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:14  [delete] Could not find file /data/build/old_versions/release-3.2.1/config.php to delete. build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/develop build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install/data build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/development build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/config/test build 15-Feb-2026 15:27:14  [echo] Setting permissions for checkout of release-3.2.1 in build/old_versions/release-3.2.1 build 15-Feb-2026 15:27:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/cache' to 777 build 15-Feb-2026 15:27:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/store' to 777 build 15-Feb-2026 15:27:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/files' to 777 build 15-Feb-2026 15:27:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/images/avatars/upload' to 777 build 15-Feb-2026 15:27:14  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.1/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/cache build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/docs build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/files build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/install build 15-Feb-2026 15:27:14  [delete] Deleting directory /data/build/old_versions/release-3.2.1/store build 15-Feb-2026 15:27:14  [delete] Directory /data/build/old_versions/release-3.2.1/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14 phpBB > old-version-diff: build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14  [echo] Retrieving version 3.2.2 build 15-Feb-2026 15:27:14  [mkdir] Created dir: /data/build/old_versions/release-3.2.2 build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14 phpBB > export: build 15-Feb-2026 15:27:14  build 15-Feb-2026 15:27:14 Cloning into 'viglink'... build 15-Feb-2026 15:27:15 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:15 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:15 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:15 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:15 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:15 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:15 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:15 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:15 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:15 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:15 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:15 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:15 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:15 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:15 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:15 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:15 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:15 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:15 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:15 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:15 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:15 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:15 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:15 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:15 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:15 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:15 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:15 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:15 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:15 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:15 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:15 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:15 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:15 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:15 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:15 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:15 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:15 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:15 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:15 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:15 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:15 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:15 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:15 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:15 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:15 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:15 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:15 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:15 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:15 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:15 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:15 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:15 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:15 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:15 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:15 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:15 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:15 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:15 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:15 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:15 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:15 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:15 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:15 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:15 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:15 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:15 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:15 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:15 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:15 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:15 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:15 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:15 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:15 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:15 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:15 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:15 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:15 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:15 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:15 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:15 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:15 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:15 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:15 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:15 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:15 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:15 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:15 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:15 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:15 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:15 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:15 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:15 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:15 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:15 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:15 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:15 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:15 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:15 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:15 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:15 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:15 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:15 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:15 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:15 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:15 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:15 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:15 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.76 MiB/s, done. build 15-Feb-2026 15:27:15 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:15 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:15 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:15 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:15 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:15 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:15 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:15 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:15 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:15 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:15 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:15 Resolving deltas: 11% (71/630) build 15-Feb-2026 15:27:15 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:15 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:15 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:15 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:15 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:15 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:15 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:15 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:15 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:15 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:15 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:15 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:15 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:15 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:15 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:15 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:15 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:15 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:15 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:15 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:15 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:15 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:15 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:15 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:15 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:15 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:15 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:15 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:15 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:15 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:15 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:15 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:15 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:15 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:15 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:15 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:15 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:15 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:15 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:15 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:15 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:15 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:15 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:15 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:15 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:15 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:15 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:15 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:15 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:15 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:15 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:15 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:15 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:15 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:15 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:15 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:15 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:15 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:15 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:15 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:15 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:15 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:15 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:15 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:15 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:15 Resolving deltas: 77% (487/630) build 15-Feb-2026 15:27:15 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:15 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:15 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:15 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:15 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:15 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:15 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:15 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:15 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:15 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:15 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:15 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:15 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:15 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:15 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:15 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:15 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:15 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:15 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:15 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:15 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:15 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:15 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:15 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:15 Note: switching to 'release-phpbb-3.2.2'. build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:15 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:15 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:15 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 git switch -c build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 Or undo this operation with: build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 git switch - build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:15 build 15-Feb-2026 15:27:15 HEAD is now at da2cda3 Update to 1.0.3 build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:15  [delete] Deleting: /data/build/old_versions/release-3.2.2/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:15  [delete] Could not find file /data/build/old_versions/release-3.2.2/config.php to delete. build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/develop build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install/data build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/development build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/config/test build 15-Feb-2026 15:27:15  [echo] Setting permissions for checkout of release-3.2.2 in build/old_versions/release-3.2.2 build 15-Feb-2026 15:27:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/cache' to 777 build 15-Feb-2026 15:27:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/store' to 777 build 15-Feb-2026 15:27:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/files' to 777 build 15-Feb-2026 15:27:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/images/avatars/upload' to 777 build 15-Feb-2026 15:27:15  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.2/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:15 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/cache build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/docs build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/files build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/install build 15-Feb-2026 15:27:15  [delete] Deleting directory /data/build/old_versions/release-3.2.2/store build 15-Feb-2026 15:27:15  [delete] Directory /data/build/old_versions/release-3.2.2/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:15 phpBB > old-version-diff: build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:15  [echo] Retrieving version 3.2.3 build 15-Feb-2026 15:27:15  [mkdir] Created dir: /data/build/old_versions/release-3.2.3 build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:15 phpBB > export: build 15-Feb-2026 15:27:15  build 15-Feb-2026 15:27:16 Cloning into 'viglink'... build 15-Feb-2026 15:27:16 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:16 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:16 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:16 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:16 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:16 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:16 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:16 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:16 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:16 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:16 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:16 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:16 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:16 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:16 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:16 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:16 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:16 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:16 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:16 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:16 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:16 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:16 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:16 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:16 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:16 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:16 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:16 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:16 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:16 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:16 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:16 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:16 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:16 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:16 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:16 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:16 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:16 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:16 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:16 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:16 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:16 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:16 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:16 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:16 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:16 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:16 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:16 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:16 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:16 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:16 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:16 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:16 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:16 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:16 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:16 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:16 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:16 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:16 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:16 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:16 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:16 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:16 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:16 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:16 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:16 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:16 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:16 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:16 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:16 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:16 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:16 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:16 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:16 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:16 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:16 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:16 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:16 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:16 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:16 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:16 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:16 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:16 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:16 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:16 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:16 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:16 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:16 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:16 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:16 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:16 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:16 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:16 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:16 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:16 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:16 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:16 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:16 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:16 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:16 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:16 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:16 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:16 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:16 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:16 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:16 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:16 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:16 Receiving objects: 100% (1236/1236), 243.53 KiB | 5.94 MiB/s, done. build 15-Feb-2026 15:27:16 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:16 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:16 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:16 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:16 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:16 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:16 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:16 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:16 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:16 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:16 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:16 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:16 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:16 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:16 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:16 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:16 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:16 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:16 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:16 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:16 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:16 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:16 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:16 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:16 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:16 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:16 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:16 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:16 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:16 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:16 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:16 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:16 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:16 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:16 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:16 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:16 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:16 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:16 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:16 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:16 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:16 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:16 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:16 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:16 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:16 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:16 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:16 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:16 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:16 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:16 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:16 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:16 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:16 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:16 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:16 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:16 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:16 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:16 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:16 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:16 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:16 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:16 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:16 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:16 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:16 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:16 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:16 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:16 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:16 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:16 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:16 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:16 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:16 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:16 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:16 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:16 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:16 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:16 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:16 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:16 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:16 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:16 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:16 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:16 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:16 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:16 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:16 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:16 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:16 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:16 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:16 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:16 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:16 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:16 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:16 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:16 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:16 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:16 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:16 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:16 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:16 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:16 Note: switching to 'release-phpbb-3.2.3'. build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:16 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:16 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:16 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 git switch -c build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 Or undo this operation with: build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 git switch - build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:16 build 15-Feb-2026 15:27:16 HEAD is now at 8bd2873 Merge pull request #51 from scootergrisen/patch-1 build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:16  [delete] Deleting: /data/build/old_versions/release-3.2.3/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:16  [delete] Could not find file /data/build/old_versions/release-3.2.3/config.php to delete. build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/develop build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install/data build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/development build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/config/test build 15-Feb-2026 15:27:16  [echo] Setting permissions for checkout of release-3.2.3 in build/old_versions/release-3.2.3 build 15-Feb-2026 15:27:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/cache' to 777 build 15-Feb-2026 15:27:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/store' to 777 build 15-Feb-2026 15:27:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/files' to 777 build 15-Feb-2026 15:27:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/images/avatars/upload' to 777 build 15-Feb-2026 15:27:16  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.3/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:16  build 15-Feb-2026 15:27:16 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:16  build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/cache build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/docs build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/files build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/install build 15-Feb-2026 15:27:16  [delete] Deleting directory /data/build/old_versions/release-3.2.3/store build 15-Feb-2026 15:27:16  [delete] Directory /data/build/old_versions/release-3.2.3/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:16  build 15-Feb-2026 15:27:16 phpBB > old-version-diff: build 15-Feb-2026 15:27:16  build 15-Feb-2026 15:27:16  [echo] Retrieving version 3.2.4 build 15-Feb-2026 15:27:16  [mkdir] Created dir: /data/build/old_versions/release-3.2.4 build 15-Feb-2026 15:27:17  build 15-Feb-2026 15:27:17 phpBB > export: build 15-Feb-2026 15:27:17  build 15-Feb-2026 15:27:17 Cloning into 'viglink'... build 15-Feb-2026 15:27:17 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:17 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:17 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:17 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:17 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:17 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:17 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:17 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:17 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:17 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:17 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:17 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:17 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:17 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:17 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:17 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:17 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:17 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:17 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:17 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:17 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:17 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:17 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:17 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:17 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:17 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:17 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:17 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:17 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:18 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:18 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:18 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:18 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:18 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:18 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:18 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:18 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:18 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:18 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:18 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:18 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:18 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:18 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:18 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:18 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:18 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:18 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:18 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:18 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:18 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:18 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:18 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:18 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:18 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:18 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:18 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:18 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:18 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:18 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:18 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:18 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:18 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:18 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:18 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:18 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:18 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:18 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:18 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:18 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:18 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:18 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:18 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:18 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:18 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:18 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:18 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:18 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:18 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:18 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:18 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:18 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:18 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:18 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:18 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:18 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:18 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:18 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:18 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:18 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:18 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:18 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:18 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:18 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:18 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:18 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:18 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:18 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:18 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:18 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:18 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:18 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:18 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:18 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:18 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:18 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:18 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:18 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:18 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.31 MiB/s, done. build 15-Feb-2026 15:27:18 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:18 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:18 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:18 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:18 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:18 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:18 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:18 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:18 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:18 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:18 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:18 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:18 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:18 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:18 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:18 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:18 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:18 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:18 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:18 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:18 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:18 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:18 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:18 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:18 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:18 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:18 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:18 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:18 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:18 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:18 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:18 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:18 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:18 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:18 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:18 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:18 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:18 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:18 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:18 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:18 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:18 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:18 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:18 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:18 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:18 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:18 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:18 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:18 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:18 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:18 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:18 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:18 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:18 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:18 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:18 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:18 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:18 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:18 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:18 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:18 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:18 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:18 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:18 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:18 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:18 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:18 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:18 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:18 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:18 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:18 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:18 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:18 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:18 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:18 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:18 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:18 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:18 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:18 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:18 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:18 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:18 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:18 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:18 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:18 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:18 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:18 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:18 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:18 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:18 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:18 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:18 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:18 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:18 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:18 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:18 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:18 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:18 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:18 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:18 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:18 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:18 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:18 Note: switching to 'release-phpbb-3.2.4'. build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:18 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:18 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:18 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 git switch -c build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 Or undo this operation with: build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 git switch - build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:18 build 15-Feb-2026 15:27:18 HEAD is now at 52776e1 Merge pull request #52 from VSEphpbb/updates build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:18  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:18  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:18  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:18  [delete] Deleting: /data/build/old_versions/release-3.2.4/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:18  [delete] Could not find file /data/build/old_versions/release-3.2.4/config.php to delete. build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/develop build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install/data build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/development build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/config/test build 15-Feb-2026 15:27:18  [echo] Setting permissions for checkout of release-3.2.4 in build/old_versions/release-3.2.4 build 15-Feb-2026 15:27:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/cache' to 777 build 15-Feb-2026 15:27:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/store' to 777 build 15-Feb-2026 15:27:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/files' to 777 build 15-Feb-2026 15:27:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/images/avatars/upload' to 777 build 15-Feb-2026 15:27:18  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.4/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/cache build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/docs build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/files build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/install build 15-Feb-2026 15:27:18  [delete] Deleting directory /data/build/old_versions/release-3.2.4/store build 15-Feb-2026 15:27:18  [delete] Directory /data/build/old_versions/release-3.2.4/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18 phpBB > old-version-diff: build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18  [echo] Retrieving version 3.2.5 build 15-Feb-2026 15:27:18  [mkdir] Created dir: /data/build/old_versions/release-3.2.5 build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18 phpBB > export: build 15-Feb-2026 15:27:18  build 15-Feb-2026 15:27:18 Cloning into 'viglink'... build 15-Feb-2026 15:27:19 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:19 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:19 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:19 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:19 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:19 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:19 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:19 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:19 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:19 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:19 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:19 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:19 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:19 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:19 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:19 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:19 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:19 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:19 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:19 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:19 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:19 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:19 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:19 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:19 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:19 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:19 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:19 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:19 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:19 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:19 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:19 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:19 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:19 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:19 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:19 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:19 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:19 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:19 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:19 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:19 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:19 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:19 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:19 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:19 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:19 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:19 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:19 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:19 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:19 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:19 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:19 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:19 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:19 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:19 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:19 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:19 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:19 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:19 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:19 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:19 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:19 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:19 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:19 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:19 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:19 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:19 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:19 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:19 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:19 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:19 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:19 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:19 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:19 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:19 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:19 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:19 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:19 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:19 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:19 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:19 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:19 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:19 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:19 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:19 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:19 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:19 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:19 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:19 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:19 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:19 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:19 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:19 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:19 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:19 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:19 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:19 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:19 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:19 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:19 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:19 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:19 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:19 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:19 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:19 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:19 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:19 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:19 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.24 MiB/s, done. build 15-Feb-2026 15:27:19 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:19 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:19 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:19 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:19 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:19 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:19 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:19 Resolving deltas: 7% (46/630) build 15-Feb-2026 15:27:19 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:19 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:19 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:19 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:19 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:19 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:19 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:19 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:19 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:19 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:19 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:19 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:19 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:19 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:19 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:19 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:19 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:19 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:19 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:19 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:19 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:19 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:19 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:19 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:19 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:19 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:19 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:19 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:19 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:19 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:19 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:19 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:19 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:19 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:19 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:19 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:19 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:19 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:19 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:19 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:19 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:19 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:19 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:19 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:19 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:19 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:19 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:19 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:19 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:19 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:19 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:19 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:19 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:19 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:19 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:19 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:19 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:19 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:19 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:19 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:19 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:19 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:19 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:19 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:19 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:19 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:19 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:19 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:19 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:19 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:19 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:19 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:19 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:19 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:19 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:19 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:19 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:19 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:19 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:19 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:19 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:19 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:19 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:19 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:19 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:19 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:19 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:19 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:19 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:19 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:19 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:19 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:19 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:19 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:19 Note: switching to 'release-phpbb-3.2.5'. build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:19 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:19 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:19 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 git switch -c build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 Or undo this operation with: build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 git switch - build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:19 build 15-Feb-2026 15:27:19 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:19  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:19  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:19  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:19  [delete] Deleting: /data/build/old_versions/release-3.2.5/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:19  [delete] Could not find file /data/build/old_versions/release-3.2.5/config.php to delete. build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/develop build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install/data build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/development build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/config/test build 15-Feb-2026 15:27:19  [echo] Setting permissions for checkout of release-3.2.5 in build/old_versions/release-3.2.5 build 15-Feb-2026 15:27:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/cache' to 777 build 15-Feb-2026 15:27:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/store' to 777 build 15-Feb-2026 15:27:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/files' to 777 build 15-Feb-2026 15:27:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/images/avatars/upload' to 777 build 15-Feb-2026 15:27:19  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.5/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/cache build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/docs build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/files build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/install build 15-Feb-2026 15:27:19  [delete] Deleting directory /data/build/old_versions/release-3.2.5/store build 15-Feb-2026 15:27:19  [delete] Directory /data/build/old_versions/release-3.2.5/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19 phpBB > old-version-diff: build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19  [echo] Retrieving version 3.2.6 build 15-Feb-2026 15:27:19  [mkdir] Created dir: /data/build/old_versions/release-3.2.6 build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19 phpBB > export: build 15-Feb-2026 15:27:19  build 15-Feb-2026 15:27:19 Cloning into 'viglink'... build 15-Feb-2026 15:27:20 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:20 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:20 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:20 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:20 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:20 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:20 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:20 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:20 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:20 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:20 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:20 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:20 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:20 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:20 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:20 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:20 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:20 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:20 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:20 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:20 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:20 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:20 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:20 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:20 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:20 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:20 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:20 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:20 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:20 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:20 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:20 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:20 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:20 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:20 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:20 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:20 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:20 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:20 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:20 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:20 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:20 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:20 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:20 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:20 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:20 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:20 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:20 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:20 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:20 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:20 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:20 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:20 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:20 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:20 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:20 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:20 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:20 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:20 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:20 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:20 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:20 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:20 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:20 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:20 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:20 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:20 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:20 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:20 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:20 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:20 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:20 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:20 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:20 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:20 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:20 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:20 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:20 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:20 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:20 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:20 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:20 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:20 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:20 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:20 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:20 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:20 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:20 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:20 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:20 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:20 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:20 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:20 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:20 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:20 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:20 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:20 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:20 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:20 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:20 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:20 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:20 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:20 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:20 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:20 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:20 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:20 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:20 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.10 MiB/s, done. build 15-Feb-2026 15:27:20 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:20 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:20 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:20 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:20 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:20 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:20 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:20 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:20 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:20 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:20 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:20 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:20 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:20 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:20 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:20 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:20 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:20 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:20 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:20 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:20 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:20 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:20 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:20 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:20 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:20 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:20 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:20 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:20 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:20 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:20 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:20 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:20 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:20 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:20 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:20 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:20 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:20 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:20 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:20 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:20 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:20 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:20 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:20 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:20 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:20 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:20 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:20 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:20 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:20 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:20 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:20 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:20 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:20 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:20 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:20 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:20 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:20 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:20 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:20 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:20 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:20 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:20 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:20 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:20 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:20 Resolving deltas: 65% (411/630) build 15-Feb-2026 15:27:20 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:20 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:20 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:20 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:20 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:20 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:20 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:20 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:20 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:20 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:20 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:20 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:20 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:20 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:20 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:20 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:20 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:20 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:20 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:20 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:20 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:20 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:20 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:20 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:20 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:20 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:20 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:20 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:20 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:20 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:20 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:20 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:20 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:20 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:20 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:20 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:20 Note: switching to 'release-phpbb-3.2.6'. build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:20 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:20 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:20 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 git switch -c build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 Or undo this operation with: build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 git switch - build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:20 build 15-Feb-2026 15:27:20 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:20  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:20  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:20  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:20  [delete] Deleting: /data/build/old_versions/release-3.2.6/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:20  [delete] Could not find file /data/build/old_versions/release-3.2.6/config.php to delete. build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/develop build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install/data build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/development build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/config/test build 15-Feb-2026 15:27:20  [echo] Setting permissions for checkout of release-3.2.6 in build/old_versions/release-3.2.6 build 15-Feb-2026 15:27:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/cache' to 777 build 15-Feb-2026 15:27:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/store' to 777 build 15-Feb-2026 15:27:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/files' to 777 build 15-Feb-2026 15:27:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/images/avatars/upload' to 777 build 15-Feb-2026 15:27:20  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.6/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:20  build 15-Feb-2026 15:27:20 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:20  build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/cache build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/docs build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/files build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/install build 15-Feb-2026 15:27:20  [delete] Deleting directory /data/build/old_versions/release-3.2.6/store build 15-Feb-2026 15:27:20  [delete] Directory /data/build/old_versions/release-3.2.6/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21 phpBB > old-version-diff: build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21  [echo] Retrieving version 3.2.7 build 15-Feb-2026 15:27:21  [mkdir] Created dir: /data/build/old_versions/release-3.2.7 build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21 phpBB > export: build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21 Cloning into 'viglink'... build 15-Feb-2026 15:27:21 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:21 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:21 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:21 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:21 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:21 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:21 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:21 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:21 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:21 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:21 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:21 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:21 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:21 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:21 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:21 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:21 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:21 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:21 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:21 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:21 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:21 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:21 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:21 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:21 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:21 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:21 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:21 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:21 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:21 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:21 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:21 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:21 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:21 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:21 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:21 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:21 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:21 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:21 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:21 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:21 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:21 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:21 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:21 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:21 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:21 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:21 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:21 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:21 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:21 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:21 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:21 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:21 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:21 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:21 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:21 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:21 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:21 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:21 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:21 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:21 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:21 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:21 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:21 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:21 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:21 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:21 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:21 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:21 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:21 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:21 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:21 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:21 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:21 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:21 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:21 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:21 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:21 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:21 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:21 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:21 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:21 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:21 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:21 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:21 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:21 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:21 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:21 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:21 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:21 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:21 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:21 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:21 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:21 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:21 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:21 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:21 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:21 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:21 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:21 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:21 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:21 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:21 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:21 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:21 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:21 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:21 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:21 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.41 MiB/s, done. build 15-Feb-2026 15:27:21 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:21 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:21 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:21 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:21 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:21 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:21 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:21 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:21 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:21 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:21 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:21 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:21 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:21 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:21 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:21 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:21 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:21 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:21 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:21 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:21 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:21 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:21 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:21 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:21 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:21 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:21 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:21 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:21 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:21 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:21 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:21 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:21 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:21 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:21 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:21 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:21 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:21 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:21 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:21 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:21 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:21 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:21 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:21 Resolving deltas: 43% (272/630) build 15-Feb-2026 15:27:21 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:21 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:21 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:21 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:21 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:21 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:21 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:21 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:21 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:21 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:21 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:21 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:21 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:21 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:21 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:21 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:21 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:21 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:21 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:21 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:21 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:21 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:21 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:21 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:21 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:21 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:21 Resolving deltas: 70% (442/630) build 15-Feb-2026 15:27:21 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:21 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:21 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:21 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:21 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:21 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:21 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:21 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:21 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:21 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:21 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:21 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:21 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:21 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:21 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:21 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:21 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:21 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:21 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:21 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:21 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:21 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:21 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:21 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:21 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:21 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:21 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:21 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:21 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:21 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:21 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:21 Note: switching to 'release-phpbb-3.2.7'. build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:21 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:21 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:21 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 git switch -c build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 Or undo this operation with: build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 git switch - build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:21 build 15-Feb-2026 15:27:21 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:21  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:21  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:21  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:21  [delete] Deleting: /data/build/old_versions/release-3.2.7/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:21  [delete] Could not find file /data/build/old_versions/release-3.2.7/config.php to delete. build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/develop build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install/data build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/development build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/config/test build 15-Feb-2026 15:27:21  [echo] Setting permissions for checkout of release-3.2.7 in build/old_versions/release-3.2.7 build 15-Feb-2026 15:27:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/cache' to 777 build 15-Feb-2026 15:27:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/store' to 777 build 15-Feb-2026 15:27:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/files' to 777 build 15-Feb-2026 15:27:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/images/avatars/upload' to 777 build 15-Feb-2026 15:27:21  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.7/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:21  build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/cache build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/docs build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/files build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/install build 15-Feb-2026 15:27:21  [delete] Deleting directory /data/build/old_versions/release-3.2.7/store build 15-Feb-2026 15:27:21  [delete] Directory /data/build/old_versions/release-3.2.7/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:22  build 15-Feb-2026 15:27:22 phpBB > old-version-diff: build 15-Feb-2026 15:27:22  build 15-Feb-2026 15:27:22  [echo] Retrieving version 3.2.8 build 15-Feb-2026 15:27:22  [mkdir] Created dir: /data/build/old_versions/release-3.2.8 build 15-Feb-2026 15:27:22  build 15-Feb-2026 15:27:22 phpBB > export: build 15-Feb-2026 15:27:22  build 15-Feb-2026 15:27:22 Cloning into 'viglink'... build 15-Feb-2026 15:27:22 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:22 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:22 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:22 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:22 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:23 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:23 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:23 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:23 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:23 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:23 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:23 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:23 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:23 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:23 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:23 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:23 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:23 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:23 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:23 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:23 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:23 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:23 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:23 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:23 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:23 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:23 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:23 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:23 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:23 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:23 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:23 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:23 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:23 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:23 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:23 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:23 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:23 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:23 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:23 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:23 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:23 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:23 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:23 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:23 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:23 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:23 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:23 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:23 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:23 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:23 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:23 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:23 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:23 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:23 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:23 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:23 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:23 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:23 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:23 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:23 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:23 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:23 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:23 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:23 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:23 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:23 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:23 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:23 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:23 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:23 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:23 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:23 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:23 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:23 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:23 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:23 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:23 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:23 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:23 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:23 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:23 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:23 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:23 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:23 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:23 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:23 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:23 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:23 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:23 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:23 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:23 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:23 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:23 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:23 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:23 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:23 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:23 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:23 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:23 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:23 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:23 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:23 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:23 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:23 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:23 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:23 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:23 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.06 MiB/s, done. build 15-Feb-2026 15:27:23 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:23 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:23 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:23 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:23 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:23 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:23 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:23 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:23 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:23 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:23 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:23 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:23 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:23 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:23 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:23 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:23 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:23 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:23 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:23 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:23 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:23 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:23 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:23 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:23 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:23 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:23 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:23 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:23 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:23 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:23 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:23 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:23 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:23 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:23 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:23 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:23 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:23 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:23 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:23 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:23 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:23 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:23 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:23 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:23 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:23 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:23 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:23 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:23 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:23 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:23 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:23 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:23 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:23 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:23 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:23 Resolving deltas: 55% (348/630) build 15-Feb-2026 15:27:23 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:23 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:23 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:23 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:23 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:23 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:23 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:23 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:23 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:23 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:23 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:23 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:23 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:23 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:23 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:23 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:23 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:23 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:23 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:23 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:23 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:23 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:23 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:23 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:23 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:23 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:23 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:23 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:23 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:23 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:23 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:23 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:23 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:23 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:23 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:23 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:23 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:23 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:23 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:23 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:23 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:23 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:23 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:23 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:23 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:23 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:23 Note: switching to 'release-phpbb-3.2.8'. build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:23 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:23 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:23 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 git switch -c build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 Or undo this operation with: build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 git switch - build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:23 build 15-Feb-2026 15:27:23 HEAD is now at e03c04d Merge pull request #53 from marc1706/update/1.0.4 build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:23  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:23  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:23  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:23  [delete] Deleting: /data/build/old_versions/release-3.2.8/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:23  [delete] Could not find file /data/build/old_versions/release-3.2.8/config.php to delete. build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/develop build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install/data build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/development build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/config/test build 15-Feb-2026 15:27:23  [echo] Setting permissions for checkout of release-3.2.8 in build/old_versions/release-3.2.8 build 15-Feb-2026 15:27:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/cache' to 777 build 15-Feb-2026 15:27:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/store' to 777 build 15-Feb-2026 15:27:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/files' to 777 build 15-Feb-2026 15:27:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/images/avatars/upload' to 777 build 15-Feb-2026 15:27:23  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.8/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/cache build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/docs build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/files build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/install build 15-Feb-2026 15:27:23  [delete] Deleting directory /data/build/old_versions/release-3.2.8/store build 15-Feb-2026 15:27:23  [delete] Directory /data/build/old_versions/release-3.2.8/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23 phpBB > old-version-diff: build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23  [echo] Retrieving version 3.2.9 build 15-Feb-2026 15:27:23  [mkdir] Created dir: /data/build/old_versions/release-3.2.9 build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23 phpBB > export: build 15-Feb-2026 15:27:23  build 15-Feb-2026 15:27:23 Cloning into 'viglink'... build 15-Feb-2026 15:27:24 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:24 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:24 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:24 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:24 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:24 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:24 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:24 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:24 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:24 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:24 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:24 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:24 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:24 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:24 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:24 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:24 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:24 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:24 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:24 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:24 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:24 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:24 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:24 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:24 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:24 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:24 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:24 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:24 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:24 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:24 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:24 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:24 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:24 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:24 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:24 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:24 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:24 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:24 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:24 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:24 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:24 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:24 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:24 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:24 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:24 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:24 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:24 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:24 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:24 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:24 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:24 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:24 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:24 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:24 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:24 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:24 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:24 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:24 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:24 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:24 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:24 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:24 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:24 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:24 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:24 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:24 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:24 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:24 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:24 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:24 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:24 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:24 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:24 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:24 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:24 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:24 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:24 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:24 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:24 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:24 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:24 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:24 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:24 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:24 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:24 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:24 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:24 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:24 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:24 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:24 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:24 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:24 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:24 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:24 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:24 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:24 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:24 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:24 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:24 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:24 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:24 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:24 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:24 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:24 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:24 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:24 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:24 Receiving objects: 100% (1236/1236), 243.53 KiB | 5.66 MiB/s, done. build 15-Feb-2026 15:27:24 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:24 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:24 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:24 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:24 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:24 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:24 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:24 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:24 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:24 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:24 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:24 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:24 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:24 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:24 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:24 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:24 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:24 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:24 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:24 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:24 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:24 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:24 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:24 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:24 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:24 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:24 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:24 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:24 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:24 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:24 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:24 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:24 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:24 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:24 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:24 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:24 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:24 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:24 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:24 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:24 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:24 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:24 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:24 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:24 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:24 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:24 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:24 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:24 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:24 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:24 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:24 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:24 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:24 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:24 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:24 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:24 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:24 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:24 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:24 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:24 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:24 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:24 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:24 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:24 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:24 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:24 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:24 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:24 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:24 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:24 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:24 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:24 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:24 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:24 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:24 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:24 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:24 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:24 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:24 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:24 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:24 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:24 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:24 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:24 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:24 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:24 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:24 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:24 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:24 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:24 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:24 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:24 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:24 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:24 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:24 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:24 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:24 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:24 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:24 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:24 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:24 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:24 Note: switching to 'release-phpbb-3.2.9'. build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:24 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:24 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:24 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 git switch -c build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 Or undo this operation with: build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 git switch - build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:24 build 15-Feb-2026 15:27:24 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:24  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:24  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:24  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:24  [delete] Deleting: /data/build/old_versions/release-3.2.9/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:24  [delete] Could not find file /data/build/old_versions/release-3.2.9/config.php to delete. build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/develop build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install/data build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/development build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/config/test build 15-Feb-2026 15:27:24  [echo] Setting permissions for checkout of release-3.2.9 in build/old_versions/release-3.2.9 build 15-Feb-2026 15:27:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/cache' to 777 build 15-Feb-2026 15:27:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/store' to 777 build 15-Feb-2026 15:27:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/files' to 777 build 15-Feb-2026 15:27:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/images/avatars/upload' to 777 build 15-Feb-2026 15:27:24  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.9/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:24 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/cache build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/docs build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/files build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/install build 15-Feb-2026 15:27:24  [delete] Deleting directory /data/build/old_versions/release-3.2.9/store build 15-Feb-2026 15:27:24  [delete] Directory /data/build/old_versions/release-3.2.9/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:24 phpBB > old-version-diff: build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:24  [echo] Retrieving version 3.2.10 build 15-Feb-2026 15:27:24  [mkdir] Created dir: /data/build/old_versions/release-3.2.10 build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:24 phpBB > export: build 15-Feb-2026 15:27:24  build 15-Feb-2026 15:27:25 Cloning into 'viglink'... build 15-Feb-2026 15:27:25 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:25 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:25 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:25 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:25 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:25 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:25 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:25 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:25 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:25 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:25 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:25 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:25 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:25 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:25 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:25 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:25 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:25 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:25 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:25 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:25 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:25 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:25 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:25 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:25 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:25 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:25 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:25 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:25 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:25 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:25 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:25 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:25 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:25 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:25 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:25 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:25 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:25 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:25 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:25 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:25 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:25 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:25 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:25 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:25 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:25 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:25 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:25 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:25 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:25 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:25 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:25 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:25 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:25 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:25 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:25 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:25 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:25 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:25 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:25 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:25 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:25 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:25 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:25 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:25 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:25 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:25 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:25 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:25 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:25 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:25 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:25 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:25 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:25 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:25 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:25 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:25 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:25 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:25 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:25 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:25 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:25 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:25 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:25 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:25 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:25 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:25 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:25 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:25 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:25 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:25 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:25 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:25 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:25 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:25 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:25 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:25 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:25 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:25 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:25 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:25 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:25 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:25 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:25 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:25 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:25 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:25 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:25 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.14 MiB/s, done. build 15-Feb-2026 15:27:25 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:25 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:25 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:25 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:25 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:25 Resolving deltas: 5% (33/630) build 15-Feb-2026 15:27:25 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:25 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:25 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:25 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:25 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:25 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:25 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:25 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:25 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:25 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:25 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:25 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:25 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:25 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:25 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:25 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:25 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:25 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:25 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:25 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:25 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:25 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:25 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:25 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:25 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:25 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:25 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:25 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:25 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:25 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:25 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:25 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:25 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:25 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:25 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:25 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:25 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:25 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:25 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:25 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:25 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:25 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:25 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:25 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:25 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:25 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:25 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:25 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:25 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:25 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:25 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:25 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:25 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:25 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:25 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:25 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:25 Resolving deltas: 62% (392/630) build 15-Feb-2026 15:27:25 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:25 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:25 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:25 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:25 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:25 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:25 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:25 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:25 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:25 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:25 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:25 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:25 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:25 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:25 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:25 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:25 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:25 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:25 Resolving deltas: 81% (512/630) build 15-Feb-2026 15:27:25 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:25 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:25 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:25 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:25 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:25 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:25 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:25 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:25 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:25 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:25 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:25 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:25 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:25 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:25 Resolving deltas: 96% (606/630) build 15-Feb-2026 15:27:25 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:25 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:25 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:25 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:25 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:26 Note: switching to 'release-phpbb-3.2.10'. build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:26 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:26 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:26 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 git switch -c build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 Or undo this operation with: build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 git switch - build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:26 build 15-Feb-2026 15:27:26 HEAD is now at 66e2b26 Update to 1.0.5 for last 3.2.x version build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:26  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:26  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:26  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:26  [delete] Deleting: /data/build/old_versions/release-3.2.10/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:26  [delete] Could not find file /data/build/old_versions/release-3.2.10/config.php to delete. build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/develop build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install/data build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/development build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/config/test build 15-Feb-2026 15:27:26  [echo] Setting permissions for checkout of release-3.2.10 in build/old_versions/release-3.2.10 build 15-Feb-2026 15:27:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/cache' to 777 build 15-Feb-2026 15:27:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/store' to 777 build 15-Feb-2026 15:27:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/files' to 777 build 15-Feb-2026 15:27:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/images/avatars/upload' to 777 build 15-Feb-2026 15:27:26  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.10/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/cache build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/docs build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/files build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/install build 15-Feb-2026 15:27:26  [delete] Deleting directory /data/build/old_versions/release-3.2.10/store build 15-Feb-2026 15:27:26  [delete] Directory /data/build/old_versions/release-3.2.10/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26 phpBB > old-version-diff: build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26  [echo] Retrieving version 3.2.11 build 15-Feb-2026 15:27:26  [mkdir] Created dir: /data/build/old_versions/release-3.2.11 build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26 phpBB > export: build 15-Feb-2026 15:27:26  build 15-Feb-2026 15:27:26 Cloning into 'viglink'... build 15-Feb-2026 15:27:27 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:27 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:27 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:27 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:27 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:27 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:27 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:27 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:27 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:27 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:27 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:27 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:27 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:27 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:27 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:27 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:27 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:27 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:27 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:27 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:27 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:27 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:27 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:27 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:27 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:27 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:27 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:27 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:27 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:27 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:27 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:27 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:27 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:27 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:27 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:27 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:27 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:27 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:27 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:27 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:27 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:27 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:27 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:27 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:27 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:27 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:27 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:27 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:27 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:27 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:27 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:27 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:27 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:27 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:27 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:27 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:27 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:27 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:27 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:27 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:27 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:27 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:27 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:27 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:27 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:27 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:27 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:27 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:27 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:27 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:27 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:27 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:27 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:27 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:27 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:27 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:27 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:27 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:27 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:27 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:27 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:27 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:27 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:27 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:27 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:27 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:27 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:27 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:27 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:27 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:27 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:27 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:27 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:27 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:27 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:27 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:27 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:27 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:27 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:27 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:27 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:27 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:27 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:27 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:27 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:27 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:27 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:27 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.16 MiB/s, done. build 15-Feb-2026 15:27:27 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:27 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:27 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:27 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:27 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:27 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:27 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:27 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:27 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:27 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:27 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:27 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:27 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:27 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:27 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:27 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:27 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:27 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:27 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:27 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:27 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:27 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:27 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:27 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:27 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:27 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:27 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:27 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:27 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:27 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:27 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:27 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:27 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:27 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:27 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:27 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:27 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:27 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:27 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:27 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:27 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:27 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:27 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:27 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:27 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:27 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:27 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:27 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:27 Resolving deltas: 48% (304/630) build 15-Feb-2026 15:27:27 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:27 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:27 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:27 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:27 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:27 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:27 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:27 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:27 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:27 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:27 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:27 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:27 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:27 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:27 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:27 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:27 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:27 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:27 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:27 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:27 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:27 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:27 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:27 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:27 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:27 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:27 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:27 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:27 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:27 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:27 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:27 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:27 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:27 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:27 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:27 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:27 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:27 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:27 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:27 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:27 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:27 Resolving deltas: 90% (568/630) build 15-Feb-2026 15:27:27 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:27 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:27 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:27 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:27 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:27 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:27 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:27 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:27 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:27 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:27 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:27 error: pathspec 'release-phpbb-3.2.11' did not match any file(s) known to git build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:27  [delete] Directory /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:27  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:27  [delete] Could not find file /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:27  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:27  [delete] Deleting: /data/build/old_versions/release-3.2.11/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:27  [delete] Could not find file /data/build/old_versions/release-3.2.11/config.php to delete. build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/develop build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install/data build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/development build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/config/test build 15-Feb-2026 15:27:27  [echo] Setting permissions for checkout of release-3.2.11 in build/old_versions/release-3.2.11 build 15-Feb-2026 15:27:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/cache' to 777 build 15-Feb-2026 15:27:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/store' to 777 build 15-Feb-2026 15:27:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/files' to 777 build 15-Feb-2026 15:27:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/images/avatars/upload' to 777 build 15-Feb-2026 15:27:27  [chmod] Changed file mode on '/data/build/old_versions/release-3.2.11/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:27 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/cache build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/docs build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/files build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/install build 15-Feb-2026 15:27:27  [delete] Deleting directory /data/build/old_versions/release-3.2.11/store build 15-Feb-2026 15:27:27  [delete] Directory /data/build/old_versions/release-3.2.11/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:27 phpBB > old-version-diff: build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:27  [echo] Retrieving version 3.3.0 build 15-Feb-2026 15:27:27  [mkdir] Created dir: /data/build/old_versions/release-3.3.0 build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:27 phpBB > export: build 15-Feb-2026 15:27:27  build 15-Feb-2026 15:27:28 Cloning into 'viglink'... build 15-Feb-2026 15:27:28 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:28 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:28 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:28 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:28 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:28 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:28 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:28 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:28 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:28 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:28 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:28 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:28 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:28 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:28 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:28 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:28 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:28 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:28 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:28 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:28 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:28 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:28 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:28 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:28 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:28 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:28 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:28 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:28 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:28 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:28 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:28 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:28 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:28 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:28 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:28 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:28 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:28 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:28 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:28 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:28 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:28 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:28 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:28 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:28 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:28 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:28 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:28 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:28 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:28 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:28 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:28 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:28 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:28 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:28 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:28 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:28 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:28 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:28 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:28 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:28 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:28 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:28 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:28 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:28 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:28 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:28 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:28 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:28 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:28 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:28 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:28 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:28 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:28 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:28 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:28 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:28 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:28 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:28 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:28 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:28 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:28 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:28 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:28 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:28 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:28 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:28 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:28 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:28 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:28 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:28 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:28 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:28 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:28 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:28 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:28 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:28 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:28 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:28 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:28 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:28 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:28 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:28 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:28 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:28 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:28 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:28 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:28 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.14 MiB/s, done. build 15-Feb-2026 15:27:28 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:28 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:28 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:28 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:28 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:28 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:28 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:28 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:28 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:28 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:28 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:28 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:28 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:28 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:28 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:28 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:28 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:28 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:28 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:28 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:28 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:28 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:28 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:28 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:28 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:28 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:28 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:28 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:28 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:28 Resolving deltas: 29% (184/630) build 15-Feb-2026 15:27:28 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:28 Resolving deltas: 31% (197/630) build 15-Feb-2026 15:27:28 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:28 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:28 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:28 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:28 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:28 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:28 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:28 Resolving deltas: 39% (247/630) build 15-Feb-2026 15:27:28 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:28 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:28 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:28 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:28 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:28 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:28 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:28 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:28 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:28 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:28 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:28 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:28 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:28 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:28 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:28 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:28 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:28 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:28 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:28 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:28 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:28 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:28 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:28 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:28 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:28 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:28 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:28 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:28 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:28 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:28 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:28 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:28 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:28 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:28 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:28 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:28 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:28 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:28 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:28 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:28 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:28 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:28 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:28 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:28 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:28 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:28 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:28 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:28 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:28 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:28 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:28 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:28 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:28 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:28 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:28 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:28 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:28 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:28 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:28 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:28 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:28 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:28 Note: switching to 'release-phpbb-3.3.0'. build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:28 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:28 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:28 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 git switch -c build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 Or undo this operation with: build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 git switch - build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:28 build 15-Feb-2026 15:27:28 HEAD is now at 6913153 Merge branch '3.2.x' build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:28  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:28  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:28  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:28  [delete] Deleting: /data/build/old_versions/release-3.3.0/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:28  [delete] Could not find file /data/build/old_versions/release-3.3.0/config.php to delete. build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/develop build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install/data build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/development build 15-Feb-2026 15:27:28  [delete] Deleting directory /data/build/old_versions/release-3.3.0/config/test build 15-Feb-2026 15:27:28  [echo] Setting permissions for checkout of release-3.3.0 in build/old_versions/release-3.3.0 build 15-Feb-2026 15:27:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/cache' to 777 build 15-Feb-2026 15:27:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/store' to 777 build 15-Feb-2026 15:27:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/files' to 777 build 15-Feb-2026 15:27:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/images/avatars/upload' to 777 build 15-Feb-2026 15:27:29  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.0/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29  [delete] Deleting directory /data/build/old_versions/release-3.3.0/cache build 15-Feb-2026 15:27:29  [delete] Deleting directory /data/build/old_versions/release-3.3.0/docs build 15-Feb-2026 15:27:29  [delete] Deleting directory /data/build/old_versions/release-3.3.0/files build 15-Feb-2026 15:27:29  [delete] Deleting directory /data/build/old_versions/release-3.3.0/install build 15-Feb-2026 15:27:29  [delete] Deleting directory /data/build/old_versions/release-3.3.0/store build 15-Feb-2026 15:27:29  [delete] Directory /data/build/old_versions/release-3.3.0/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29 phpBB > old-version-diff: build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29  [echo] Retrieving version 3.3.1 build 15-Feb-2026 15:27:29  [mkdir] Created dir: /data/build/old_versions/release-3.3.1 build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29 phpBB > export: build 15-Feb-2026 15:27:29  build 15-Feb-2026 15:27:29 Cloning into 'viglink'... build 15-Feb-2026 15:27:30 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:30 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:30 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:30 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:30 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:30 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:30 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:30 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:30 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:30 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:30 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:30 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:30 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:30 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:30 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:30 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:30 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:30 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:30 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:30 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:30 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:30 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:30 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:30 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:30 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:30 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:30 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:30 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:30 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:30 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:30 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:30 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:30 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:30 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:30 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:30 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:30 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:30 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:30 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:30 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:30 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:30 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:30 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:30 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:30 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:30 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:30 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:30 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:30 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:30 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:30 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:30 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:30 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:30 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:30 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:30 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:30 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:30 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:30 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:30 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:30 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:30 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:30 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:30 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:30 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:30 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:30 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:30 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:30 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:30 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:30 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:30 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:30 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:30 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:30 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:30 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:30 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:30 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:30 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:30 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:30 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:30 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:30 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:30 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:30 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:30 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:30 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:30 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:30 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:30 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:30 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:30 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:30 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:30 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:30 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:30 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:30 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:30 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:30 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:30 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:30 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:30 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:30 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:30 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:30 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:30 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:30 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:30 Receiving objects: 100% (1236/1236), 243.53 KiB | 893.00 KiB/s, done. build 15-Feb-2026 15:27:30 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:30 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:30 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:30 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:30 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:30 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:30 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:30 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:30 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:30 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:30 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:30 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:30 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:30 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:30 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:30 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:30 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:30 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:30 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:30 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:30 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:30 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:30 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:30 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:30 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:30 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:30 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:30 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:30 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:30 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:30 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:30 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:30 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:30 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:30 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:30 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:30 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:30 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:30 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:30 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:30 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:30 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:30 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:30 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:30 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:30 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:30 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:30 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:30 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:30 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:30 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:30 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:30 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:30 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:30 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:30 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:30 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:30 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:30 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:30 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:30 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:30 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:30 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:30 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:30 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:30 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:30 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:30 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:30 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:30 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:30 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:30 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:30 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:30 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:30 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:30 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:30 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:30 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:30 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:30 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:30 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:30 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:30 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:30 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:30 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:30 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:30 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:30 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:30 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:30 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:30 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:30 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:30 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:30 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:30 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:30 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:30 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:30 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:30 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:30 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:30 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:30 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:30 Note: switching to 'release-phpbb-3.3.1'. build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 You are in 'detached HEAD' state. You can look around, make experimental build 15-Feb-2026 15:27:30 changes and commit them, and you can discard any commits you make in this build 15-Feb-2026 15:27:30 state without impacting any branches by switching back to a branch. build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 If you want to create a new branch to retain commits you create, you may build 15-Feb-2026 15:27:30 do so (now or later) by using -c with the switch command. Example: build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 git switch -c build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 Or undo this operation with: build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 git switch - build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 Turn off this advice by setting config variable advice.detachedHead to false build 15-Feb-2026 15:27:30 build 15-Feb-2026 15:27:30 HEAD is now at 6913153 Merge branch '3.2.x' build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/travis build 15-Feb-2026 15:27:30  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:30  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/.travis.yml build 15-Feb-2026 15:27:30  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:30  [delete] Deleting: /data/build/old_versions/release-3.3.1/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:30  [delete] Could not find file /data/build/old_versions/release-3.3.1/config.php to delete. build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/develop build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install/data build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/development build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/config/test build 15-Feb-2026 15:27:30  [echo] Setting permissions for checkout of release-3.3.1 in build/old_versions/release-3.3.1 build 15-Feb-2026 15:27:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/cache' to 777 build 15-Feb-2026 15:27:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/store' to 777 build 15-Feb-2026 15:27:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/files' to 777 build 15-Feb-2026 15:27:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/images/avatars/upload' to 777 build 15-Feb-2026 15:27:30  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.1/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:30  build 15-Feb-2026 15:27:30 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:30  build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/cache build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/docs build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/files build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/install build 15-Feb-2026 15:27:30  [delete] Deleting directory /data/build/old_versions/release-3.3.1/store build 15-Feb-2026 15:27:30  [delete] Directory /data/build/old_versions/release-3.3.1/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:31  build 15-Feb-2026 15:27:31 phpBB > old-version-diff: build 15-Feb-2026 15:27:31  build 15-Feb-2026 15:27:31  [echo] Retrieving version 3.3.2 build 15-Feb-2026 15:27:31  [mkdir] Created dir: /data/build/old_versions/release-3.3.2 build 15-Feb-2026 15:27:31  build 15-Feb-2026 15:27:31 phpBB > export: build 15-Feb-2026 15:27:31  build 15-Feb-2026 15:27:31 Cloning into 'viglink'... build 15-Feb-2026 15:27:31 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:31 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:31 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:31 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:31 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:31 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:31 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:31 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:31 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:31 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:31 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:31 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:31 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:31 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:31 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:31 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:31 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:31 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:31 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:31 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:31 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:31 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:31 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:31 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:31 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:31 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:31 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:31 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:31 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:31 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:31 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:31 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:31 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:31 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:31 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:31 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:31 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:31 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:31 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:31 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:31 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:31 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:31 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:31 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:31 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:31 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:31 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:31 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:31 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:31 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:31 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:31 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:31 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:31 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:31 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:31 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:31 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:31 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:31 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:31 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:31 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:31 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:31 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:31 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:31 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:31 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:31 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:31 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:31 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:31 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:31 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:31 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:31 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:31 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:31 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:31 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:31 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:31 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:31 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:31 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:31 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:31 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:31 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:31 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:31 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:31 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:31 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:31 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:31 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:31 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:31 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:31 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:31 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:31 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:31 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:31 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:31 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:31 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:31 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:31 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:31 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:31 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:31 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:31 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:31 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:31 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:31 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:31 Receiving objects: 100% (1236/1236), 243.53 KiB | 4.68 MiB/s, done. build 15-Feb-2026 15:27:31 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:31 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:31 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:31 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:31 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:31 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:31 Resolving deltas: 6% (39/630) build 15-Feb-2026 15:27:31 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:31 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:31 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:31 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:31 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:31 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:31 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:31 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:31 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:31 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:31 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:31 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:31 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:31 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:31 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:31 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:31 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:31 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:31 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:31 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:31 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:31 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:31 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:31 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:31 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:31 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:31 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:31 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:31 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:31 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:31 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:31 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:31 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:31 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:31 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:31 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:31 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:31 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:31 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:31 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:31 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:31 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:31 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:31 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:31 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:31 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:31 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:31 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:31 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:31 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:31 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:31 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:31 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:31 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:31 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:31 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:31 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:31 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:31 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:31 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:31 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:31 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:31 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:31 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:31 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:31 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:31 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:31 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:31 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:31 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:31 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:31 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:31 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:31 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:31 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:31 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:31 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:31 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:31 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:31 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:31 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:31 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:31 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:31 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:31 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:31 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:31 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:31 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:31 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:31 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:31 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:31 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:31 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:31 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:31 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:31 error: pathspec 'release-phpbb-3.3.2' did not match any file(s) known to git build 15-Feb-2026 15:27:31  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:31  [delete] Deleting directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:31  [delete] Directory /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:31  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:31  [delete] Could not find file /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:31  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:31  [delete] Deleting: /data/build/old_versions/release-3.3.2/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:32  [delete] Could not find file /data/build/old_versions/release-3.3.2/config.php to delete. build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/develop build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install/data build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/development build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/config/test build 15-Feb-2026 15:27:32  [echo] Setting permissions for checkout of release-3.3.2 in build/old_versions/release-3.3.2 build 15-Feb-2026 15:27:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/cache' to 777 build 15-Feb-2026 15:27:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/store' to 777 build 15-Feb-2026 15:27:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/files' to 777 build 15-Feb-2026 15:27:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/images/avatars/upload' to 777 build 15-Feb-2026 15:27:32  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.2/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/cache build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/docs build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/files build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/install build 15-Feb-2026 15:27:32  [delete] Deleting directory /data/build/old_versions/release-3.3.2/store build 15-Feb-2026 15:27:32  [delete] Directory /data/build/old_versions/release-3.3.2/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32 phpBB > old-version-diff: build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32  [echo] Retrieving version 3.3.3 build 15-Feb-2026 15:27:32  [mkdir] Created dir: /data/build/old_versions/release-3.3.3 build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32 phpBB > export: build 15-Feb-2026 15:27:32  build 15-Feb-2026 15:27:32 Cloning into 'viglink'... build 15-Feb-2026 15:27:32 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:32 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:32 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:32 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:32 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:32 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:32 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:32 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:32 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:32 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:32 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:32 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:32 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:32 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:32 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:32 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:32 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:32 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:32 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:32 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:32 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:32 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:32 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:32 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:32 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:32 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:32 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:32 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:32 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:32 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:32 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:32 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:32 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:32 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:32 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:32 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:32 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:32 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:32 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:32 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:32 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:32 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:32 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:32 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:32 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:32 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:32 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:32 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:32 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:32 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:32 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:32 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:32 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:32 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:32 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:32 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:32 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:32 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:32 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:32 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:32 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:32 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:32 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:32 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:32 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:32 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:32 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:32 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:32 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:32 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:32 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:32 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:32 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:32 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:32 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:32 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:32 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:32 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:32 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:32 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:32 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:32 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:32 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:32 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:32 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:32 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:32 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:32 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:32 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:32 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:32 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:32 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:32 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:32 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:32 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:32 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:32 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:32 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:32 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:32 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:32 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:32 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:32 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:32 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:32 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:32 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:32 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:32 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.58 MiB/s, done. build 15-Feb-2026 15:27:33 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:33 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:33 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:33 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:33 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:33 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:33 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:33 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:33 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:33 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:33 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:33 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:33 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:33 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:33 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:33 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:33 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:33 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:33 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:33 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:33 Resolving deltas: 20% (127/630) build 15-Feb-2026 15:27:33 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:33 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:33 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:33 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:33 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:33 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:33 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:33 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:33 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:33 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:33 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:33 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:33 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:33 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:33 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:33 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:33 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:33 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:33 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:33 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:33 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:33 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:33 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:33 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:33 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:33 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:33 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:33 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:33 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:33 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:33 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:33 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:33 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:33 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:33 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:33 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:33 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:33 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:33 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:33 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:33 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:33 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:33 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:33 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:33 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:33 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:33 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:33 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:33 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:33 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:33 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:33 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:33 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:33 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:33 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:33 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:33 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:33 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:33 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:33 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:33 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:33 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:33 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:33 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:33 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:33 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:33 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:33 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:33 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:33 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:33 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:33 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:33 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:33 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:33 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:33 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:33 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:33 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:33 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:33 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:33 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:33 error: pathspec 'release-phpbb-3.3.3' did not match any file(s) known to git build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:33  [delete] Directory /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:33  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:33  [delete] Could not find file /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:33  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:33  [delete] Deleting: /data/build/old_versions/release-3.3.3/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:33  [delete] Could not find file /data/build/old_versions/release-3.3.3/config.php to delete. build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/develop build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install/data build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/development build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/config/test build 15-Feb-2026 15:27:33  [echo] Setting permissions for checkout of release-3.3.3 in build/old_versions/release-3.3.3 build 15-Feb-2026 15:27:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/cache' to 777 build 15-Feb-2026 15:27:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/store' to 777 build 15-Feb-2026 15:27:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/files' to 777 build 15-Feb-2026 15:27:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/images/avatars/upload' to 777 build 15-Feb-2026 15:27:33  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.3/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/cache build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/docs build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/files build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/install build 15-Feb-2026 15:27:33  [delete] Deleting directory /data/build/old_versions/release-3.3.3/store build 15-Feb-2026 15:27:33  [delete] Directory /data/build/old_versions/release-3.3.3/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33 phpBB > old-version-diff: build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33  [echo] Retrieving version 3.3.4 build 15-Feb-2026 15:27:33  [mkdir] Created dir: /data/build/old_versions/release-3.3.4 build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33 phpBB > export: build 15-Feb-2026 15:27:33  build 15-Feb-2026 15:27:33 Cloning into 'viglink'... build 15-Feb-2026 15:27:33 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:33 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:33 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:33 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:33 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:33 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:33 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:33 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:33 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:33 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:33 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:33 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:33 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:33 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:33 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:33 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:33 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:33 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:33 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:33 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:33 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:33 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:33 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:33 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:33 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:33 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:33 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:33 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:33 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:33 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:33 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:33 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:33 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:33 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:33 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:33 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:33 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:33 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:33 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:33 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:33 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:33 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:33 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:33 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:33 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:33 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:33 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:33 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:33 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:33 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:33 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:33 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:33 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:33 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:33 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:33 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:33 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:33 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:33 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:33 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:33 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:33 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:33 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:33 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:33 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:33 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:33 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:33 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:33 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:33 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:33 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:33 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:33 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:33 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:33 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:33 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:33 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:33 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:33 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:33 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:33 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:33 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:33 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:33 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:33 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:33 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:33 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:33 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:33 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:33 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:33 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:33 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:33 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:33 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:33 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:33 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:33 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:33 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:33 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:33 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:33 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:33 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:33 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:33 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:33 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:34 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:34 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:34 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.09 MiB/s, done. build 15-Feb-2026 15:27:34 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:34 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:34 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:34 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:34 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:34 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:34 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:34 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:34 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:34 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:34 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:34 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:34 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:34 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:34 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:34 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:34 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:34 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:34 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:34 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:34 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:34 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:34 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:34 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:34 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:34 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:34 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:34 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:34 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:34 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:34 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:34 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:34 Resolving deltas: 32% (204/630) build 15-Feb-2026 15:27:34 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:34 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:34 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:34 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:34 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:34 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:34 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:34 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:34 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:34 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:34 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:34 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:34 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:34 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:34 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:34 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:34 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:34 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:34 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:34 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:34 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:34 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:34 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:34 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:34 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:34 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:34 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:34 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:34 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:34 Resolving deltas: 62% (393/630) build 15-Feb-2026 15:27:34 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:34 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:34 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:34 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:34 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:34 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:34 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:34 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:34 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:34 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:34 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:34 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:34 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:34 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:34 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:34 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:34 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:34 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:34 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:34 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:34 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:34 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:34 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:34 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:34 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:34 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:34 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:34 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:34 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:34 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:34 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:34 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:34 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:34 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:34 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:34 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:34 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:34 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:34 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:34 error: pathspec 'release-phpbb-3.3.4' did not match any file(s) known to git build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:34  [delete] Directory /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:34  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:34  [delete] Could not find file /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:34  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:34  [delete] Deleting: /data/build/old_versions/release-3.3.4/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:34  [delete] Could not find file /data/build/old_versions/release-3.3.4/config.php to delete. build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/develop build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install/data build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/development build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/config/test build 15-Feb-2026 15:27:34  [echo] Setting permissions for checkout of release-3.3.4 in build/old_versions/release-3.3.4 build 15-Feb-2026 15:27:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/cache' to 777 build 15-Feb-2026 15:27:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/store' to 777 build 15-Feb-2026 15:27:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/files' to 777 build 15-Feb-2026 15:27:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/images/avatars/upload' to 777 build 15-Feb-2026 15:27:34  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.4/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/cache build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/docs build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/files build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/install build 15-Feb-2026 15:27:34  [delete] Deleting directory /data/build/old_versions/release-3.3.4/store build 15-Feb-2026 15:27:34  [delete] Directory /data/build/old_versions/release-3.3.4/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34 phpBB > old-version-diff: build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34  [echo] Retrieving version 3.3.5 build 15-Feb-2026 15:27:34  [mkdir] Created dir: /data/build/old_versions/release-3.3.5 build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34 phpBB > export: build 15-Feb-2026 15:27:34  build 15-Feb-2026 15:27:34 Cloning into 'viglink'... build 15-Feb-2026 15:27:35 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:35 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:35 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:35 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:35 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:35 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:35 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:35 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:35 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:35 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:35 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:35 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:35 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:35 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:35 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:35 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:35 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:35 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:35 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:35 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:35 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:35 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:35 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:35 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:35 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:35 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:35 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:35 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:35 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:35 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:35 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:35 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:35 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:35 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:35 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:35 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:35 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:35 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:35 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:35 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:35 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:35 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:35 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:35 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:35 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:35 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:35 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:35 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:35 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:35 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:35 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:35 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:35 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:35 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:35 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:35 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:35 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:35 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:35 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:35 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:35 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:35 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:35 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:35 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:35 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:35 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:35 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:35 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:35 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:35 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:35 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:35 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:35 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:35 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:35 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:35 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:35 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:35 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:35 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:35 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:35 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:35 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:35 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:35 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:35 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:35 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:35 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:35 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:35 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:35 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:35 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:35 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:35 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:35 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:35 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:35 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:35 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:35 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:35 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:35 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:35 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:35 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:35 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:35 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:35 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:35 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:35 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:35 Receiving objects: 100% (1236/1236), 243.53 KiB | 4.27 MiB/s, done. build 15-Feb-2026 15:27:35 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:35 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:35 Resolving deltas: 2% (14/630) build 15-Feb-2026 15:27:35 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:35 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:35 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:35 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:35 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:35 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:35 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:35 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:35 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:35 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:35 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:35 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:35 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:35 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:35 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:35 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:35 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:35 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:35 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:35 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:35 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:35 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:35 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:35 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:35 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:35 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:35 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:35 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:35 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:35 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:35 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:35 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:35 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:35 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:35 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:35 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:35 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:35 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:35 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:35 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:35 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:35 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:35 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:35 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:35 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:35 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:35 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:35 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:35 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:35 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:35 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:35 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:35 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:35 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:35 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:35 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:35 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:35 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:35 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:35 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:35 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:35 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:35 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:35 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:35 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:35 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:35 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:35 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:35 Resolving deltas: 71% (449/630) build 15-Feb-2026 15:27:35 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:35 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:35 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:35 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:35 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:35 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:35 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:35 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:35 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:35 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:35 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:35 Resolving deltas: 83% (524/630) build 15-Feb-2026 15:27:35 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:35 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:35 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:35 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:35 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:35 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:35 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:35 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:35 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:35 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:35 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:35 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:35 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:35 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:35 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:35 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:35 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:35 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:35 error: pathspec 'release-phpbb-3.3.5' did not match any file(s) known to git build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:35  [delete] Directory /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:35  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:35  [delete] Could not find file /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:35  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:35  [delete] Deleting: /data/build/old_versions/release-3.3.5/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:35  [delete] Could not find file /data/build/old_versions/release-3.3.5/config.php to delete. build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/develop build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install/data build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/development build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/config/test build 15-Feb-2026 15:27:35  [echo] Setting permissions for checkout of release-3.3.5 in build/old_versions/release-3.3.5 build 15-Feb-2026 15:27:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/cache' to 777 build 15-Feb-2026 15:27:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/store' to 777 build 15-Feb-2026 15:27:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/files' to 777 build 15-Feb-2026 15:27:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/images/avatars/upload' to 777 build 15-Feb-2026 15:27:35  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.5/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/cache build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/docs build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/files build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/install build 15-Feb-2026 15:27:35  [delete] Deleting directory /data/build/old_versions/release-3.3.5/store build 15-Feb-2026 15:27:35  [delete] Directory /data/build/old_versions/release-3.3.5/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35 phpBB > old-version-diff: build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35  [echo] Retrieving version 3.3.6 build 15-Feb-2026 15:27:35  [mkdir] Created dir: /data/build/old_versions/release-3.3.6 build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35 phpBB > export: build 15-Feb-2026 15:27:35  build 15-Feb-2026 15:27:35 Cloning into 'viglink'... build 15-Feb-2026 15:27:36 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:36 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:36 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:36 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:36 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:36 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:36 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:36 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:36 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:36 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:36 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:36 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:36 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:36 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:36 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:36 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:36 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:36 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:36 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:36 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:36 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:36 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:36 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:36 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:36 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:36 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:36 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:36 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:36 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:36 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:36 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:36 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:36 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:36 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:36 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:36 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:36 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:36 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:36 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:36 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:36 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:36 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:36 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:36 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:36 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:36 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:36 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:36 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:36 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:36 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:36 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:36 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:36 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:36 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:36 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:36 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:36 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:36 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:36 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:36 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:36 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:36 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:36 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:36 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:36 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:36 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:36 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:36 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:36 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:36 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:36 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:36 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:36 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:36 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:36 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:36 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:36 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:36 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:36 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:36 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:36 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:36 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:36 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:36 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:36 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:36 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:36 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:36 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:36 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:36 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:36 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:36 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:36 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:36 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:36 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:36 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:36 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:36 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:36 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:36 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:36 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:36 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:36 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:36 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:36 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:36 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:36 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:36 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.09 MiB/s, done. build 15-Feb-2026 15:27:36 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:36 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:36 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:36 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:36 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:36 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:36 Resolving deltas: 6% (39/630) build 15-Feb-2026 15:27:36 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:36 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:36 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:36 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:36 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:36 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:36 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:36 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:36 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:36 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:36 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:36 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:36 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:36 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:36 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:36 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:36 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:36 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:36 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:36 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:36 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:36 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:36 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:36 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:36 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:36 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:36 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:36 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:36 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:36 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:36 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:36 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:36 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:36 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:36 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:36 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:36 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:36 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:36 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:36 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:36 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:36 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:36 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:36 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:36 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:36 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:36 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:36 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:36 Resolving deltas: 55% (348/630) build 15-Feb-2026 15:27:36 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:36 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:36 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:36 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:36 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:36 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:36 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:36 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:36 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:36 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:36 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:36 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:36 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:36 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:36 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:36 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:36 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:36 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:36 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:36 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:36 Resolving deltas: 76% (480/630) build 15-Feb-2026 15:27:36 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:36 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:36 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:36 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:36 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:36 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:36 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:36 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:36 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:36 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:36 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:36 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:36 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:36 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:36 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:36 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:36 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:36 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:36 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:36 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:36 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:36 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:36 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:36 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:36 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:36 error: pathspec 'release-phpbb-3.3.6' did not match any file(s) known to git build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:36  [delete] Directory /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:36  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:36  [delete] Could not find file /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:36  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:36  [delete] Deleting: /data/build/old_versions/release-3.3.6/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:36  [delete] Could not find file /data/build/old_versions/release-3.3.6/config.php to delete. build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/develop build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install/data build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/development build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/config/test build 15-Feb-2026 15:27:36  [echo] Setting permissions for checkout of release-3.3.6 in build/old_versions/release-3.3.6 build 15-Feb-2026 15:27:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/cache' to 777 build 15-Feb-2026 15:27:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/store' to 777 build 15-Feb-2026 15:27:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/files' to 777 build 15-Feb-2026 15:27:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/images/avatars/upload' to 777 build 15-Feb-2026 15:27:36  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.6/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/cache build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/docs build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/files build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/install build 15-Feb-2026 15:27:36  [delete] Deleting directory /data/build/old_versions/release-3.3.6/store build 15-Feb-2026 15:27:36  [delete] Directory /data/build/old_versions/release-3.3.6/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36 phpBB > old-version-diff: build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36  [echo] Retrieving version 3.3.7 build 15-Feb-2026 15:27:36  [mkdir] Created dir: /data/build/old_versions/release-3.3.7 build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36 phpBB > export: build 15-Feb-2026 15:27:36  build 15-Feb-2026 15:27:36 Cloning into 'viglink'... build 15-Feb-2026 15:27:37 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:37 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:37 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:37 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:37 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:37 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:37 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:37 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:37 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:37 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:37 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:37 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:37 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:37 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:37 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:37 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:37 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:37 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:37 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:37 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:37 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:37 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:37 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:37 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:37 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:37 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:37 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:37 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:37 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:37 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:37 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:37 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:37 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:37 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:37 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:37 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:37 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:37 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:37 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:37 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:37 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:37 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:37 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:37 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:37 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:37 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:37 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:37 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:37 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:37 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:37 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:37 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:37 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:37 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:37 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:37 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:37 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:37 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:37 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:37 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:37 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:37 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:37 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:37 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:37 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:37 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:37 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:37 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:37 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:37 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:37 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:37 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:37 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:37 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:37 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:37 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:37 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:37 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:37 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:37 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:37 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:37 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:37 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:37 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:37 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:37 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:37 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:37 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:37 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:37 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:37 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:37 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:37 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:37 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:37 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:37 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:37 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:37 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:37 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:37 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:37 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:37 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:37 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:37 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:37 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:37 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:37 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:37 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.09 MiB/s, done. build 15-Feb-2026 15:27:37 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:37 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:37 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:37 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:37 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:37 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:37 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:37 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:37 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:37 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:37 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:37 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:37 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:37 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:37 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:37 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:37 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:37 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:37 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:37 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:37 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:37 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:37 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:37 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:37 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:37 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:37 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:37 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:37 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:37 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:37 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:37 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:37 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:37 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:37 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:37 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:37 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:37 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:37 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:37 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:37 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:37 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:37 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:37 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:37 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:37 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:37 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:37 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:37 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:37 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:37 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:37 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:37 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:37 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:37 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:37 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:37 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:37 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:37 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:37 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:37 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:37 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:37 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:37 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:37 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:37 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:37 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:37 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:37 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:37 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:37 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:37 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:37 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:37 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:37 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:37 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:37 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:37 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:37 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:37 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:37 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:37 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:37 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:37 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:37 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:37 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:37 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:37 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:37 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:37 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:37 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:37 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:37 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:37 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:37 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:37 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:37 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:37 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:37 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:37 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:37 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:37 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:37 error: pathspec 'release-phpbb-3.3.7' did not match any file(s) known to git build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:37  [delete] Directory /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:37  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:37  [delete] Could not find file /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:37  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:37  [delete] Deleting: /data/build/old_versions/release-3.3.7/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:37  [delete] Could not find file /data/build/old_versions/release-3.3.7/config.php to delete. build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/develop build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install/data build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/development build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/config/test build 15-Feb-2026 15:27:37  [echo] Setting permissions for checkout of release-3.3.7 in build/old_versions/release-3.3.7 build 15-Feb-2026 15:27:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/cache' to 777 build 15-Feb-2026 15:27:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/store' to 777 build 15-Feb-2026 15:27:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/files' to 777 build 15-Feb-2026 15:27:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/images/avatars/upload' to 777 build 15-Feb-2026 15:27:37  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.7/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/cache build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/docs build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/files build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/install build 15-Feb-2026 15:27:37  [delete] Deleting directory /data/build/old_versions/release-3.3.7/store build 15-Feb-2026 15:27:37  [delete] Directory /data/build/old_versions/release-3.3.7/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37 phpBB > old-version-diff: build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37  [echo] Retrieving version 3.3.8 build 15-Feb-2026 15:27:37  [mkdir] Created dir: /data/build/old_versions/release-3.3.8 build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37 phpBB > export: build 15-Feb-2026 15:27:37  build 15-Feb-2026 15:27:37 Cloning into 'viglink'... build 15-Feb-2026 15:27:38 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:38 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:38 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:38 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:38 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:38 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:38 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:38 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:38 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:38 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:38 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:38 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:38 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:38 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:38 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:38 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:38 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:38 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:38 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:38 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:38 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:38 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:38 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:38 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:38 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:38 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:38 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:38 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:38 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:38 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:38 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:38 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:38 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:38 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:38 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:38 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:38 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:38 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:38 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:38 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:38 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:38 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:38 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:38 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:38 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:38 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:38 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:38 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:38 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:38 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:38 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:38 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:38 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:38 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:38 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:38 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:38 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:38 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:38 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:38 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:38 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:38 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:38 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:38 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:38 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:38 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:38 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:38 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:38 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:38 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:38 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:38 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:38 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:38 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:38 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:38 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:38 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:38 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:38 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:38 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:38 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:38 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:38 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:38 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:38 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:38 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:38 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:38 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:38 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:38 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:38 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:38 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:38 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:38 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:38 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:38 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:38 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:38 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:38 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:38 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:38 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:38 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:38 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:38 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:38 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:38 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:38 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:38 Receiving objects: 100% (1236/1236), 243.53 KiB | 7.38 MiB/s, done. build 15-Feb-2026 15:27:38 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:38 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:38 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:38 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:38 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:38 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:38 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:38 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:38 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:38 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:38 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:38 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:38 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:38 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:38 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:38 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:38 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:38 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:38 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:38 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:38 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:38 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:38 Resolving deltas: 22% (140/630) build 15-Feb-2026 15:27:38 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:38 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:38 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:38 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:38 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:38 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:38 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:38 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:38 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:38 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:38 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:38 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:38 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:38 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:38 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:38 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:38 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:38 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:38 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:38 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:38 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:38 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:38 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:38 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:38 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:38 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:38 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:38 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:38 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:38 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:38 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:38 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:38 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:38 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:38 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:38 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:38 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:38 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:38 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:38 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:38 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:38 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:38 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:38 Resolving deltas: 66% (417/630) build 15-Feb-2026 15:27:38 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:38 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:38 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:38 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:38 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:38 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:38 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:38 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:38 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:38 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:38 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:38 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:38 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:38 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:38 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:38 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:38 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:38 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:38 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:38 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:38 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:38 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:38 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:38 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:38 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:38 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:38 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:38 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:38 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:38 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:38 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:38 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:38 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:38 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:38 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:38 error: pathspec 'release-phpbb-3.3.8' did not match any file(s) known to git build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:38  [delete] Directory /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:38  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:38  [delete] Could not find file /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:38  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:38  [delete] Deleting: /data/build/old_versions/release-3.3.8/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:38  [delete] Could not find file /data/build/old_versions/release-3.3.8/config.php to delete. build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/develop build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install/data build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/development build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/config/test build 15-Feb-2026 15:27:38  [echo] Setting permissions for checkout of release-3.3.8 in build/old_versions/release-3.3.8 build 15-Feb-2026 15:27:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/cache' to 777 build 15-Feb-2026 15:27:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/store' to 777 build 15-Feb-2026 15:27:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/files' to 777 build 15-Feb-2026 15:27:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/images/avatars/upload' to 777 build 15-Feb-2026 15:27:38  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.8/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/cache build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/docs build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/files build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/install build 15-Feb-2026 15:27:38  [delete] Deleting directory /data/build/old_versions/release-3.3.8/store build 15-Feb-2026 15:27:38  [delete] Directory /data/build/old_versions/release-3.3.8/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38 phpBB > old-version-diff: build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38  [echo] Retrieving version 3.3.9 build 15-Feb-2026 15:27:38  [mkdir] Created dir: /data/build/old_versions/release-3.3.9 build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38 phpBB > export: build 15-Feb-2026 15:27:38  build 15-Feb-2026 15:27:38 Cloning into 'viglink'... build 15-Feb-2026 15:27:39 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:39 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:39 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:39 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:39 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:39 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:39 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:39 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:39 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:39 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:39 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:39 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:39 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:39 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:39 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:39 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:39 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:39 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:39 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:39 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:39 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:39 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:39 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:39 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:39 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:39 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:39 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:39 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:39 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:39 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:39 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:39 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:39 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:39 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:39 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:39 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:39 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:39 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:39 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:39 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:39 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:39 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:39 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:39 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:39 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:39 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:39 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:39 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:39 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:39 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:39 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:39 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:39 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:39 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:39 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:39 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:39 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:39 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:39 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:39 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:39 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:39 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:39 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:39 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:39 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:39 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:39 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:39 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:39 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:39 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:39 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:39 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:39 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:39 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:39 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:39 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:39 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:39 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:39 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:39 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:39 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:39 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:39 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:39 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:39 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:39 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:39 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:39 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:39 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:39 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:39 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:39 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:39 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:39 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:39 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:39 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:39 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:39 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:39 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:39 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:39 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:39 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:39 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:39 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:39 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:39 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:39 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:39 Receiving objects: 100% (1236/1236), 243.53 KiB | 5.41 MiB/s, done. build 15-Feb-2026 15:27:39 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:39 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:39 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:39 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:39 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:39 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:39 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:39 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:39 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:39 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:39 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:39 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:39 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:39 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:39 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:39 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:39 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:39 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:39 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:39 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:39 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:39 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:39 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:39 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:39 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:39 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:39 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:39 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:39 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:39 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:39 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:39 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:39 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:39 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:39 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:39 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:39 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:39 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:39 Resolving deltas: 38% (241/630) build 15-Feb-2026 15:27:39 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:39 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:39 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:39 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:39 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:39 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:39 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:39 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:39 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:39 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:39 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:39 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:39 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:39 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:39 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:39 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:39 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:39 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:39 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:39 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:39 Resolving deltas: 59% (373/630) build 15-Feb-2026 15:27:39 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:39 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:39 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:39 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:39 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:39 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:39 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:39 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:39 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:39 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:39 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:39 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:39 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:39 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:39 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:39 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:39 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:39 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:39 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:39 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:39 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:39 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:39 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:39 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:39 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:39 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:39 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:39 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:39 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:39 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:39 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:39 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:39 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:39 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:39 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:39 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:39 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:39 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:39 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:39 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:39 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:39 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:39 error: pathspec 'release-phpbb-3.3.9' did not match any file(s) known to git build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:39  [delete] Directory /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:39  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:39  [delete] Could not find file /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:39  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:39  [delete] Deleting: /data/build/old_versions/release-3.3.9/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:39  [delete] Could not find file /data/build/old_versions/release-3.3.9/config.php to delete. build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/develop build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install/data build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/development build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/config/test build 15-Feb-2026 15:27:39  [echo] Setting permissions for checkout of release-3.3.9 in build/old_versions/release-3.3.9 build 15-Feb-2026 15:27:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/cache' to 777 build 15-Feb-2026 15:27:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/store' to 777 build 15-Feb-2026 15:27:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/files' to 777 build 15-Feb-2026 15:27:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/images/avatars/upload' to 777 build 15-Feb-2026 15:27:39  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.9/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/cache build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/docs build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/files build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/install build 15-Feb-2026 15:27:39  [delete] Deleting directory /data/build/old_versions/release-3.3.9/store build 15-Feb-2026 15:27:39  [delete] Directory /data/build/old_versions/release-3.3.9/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39 phpBB > old-version-diff: build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39  [echo] Retrieving version 3.3.10 build 15-Feb-2026 15:27:39  [mkdir] Created dir: /data/build/old_versions/release-3.3.10 build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39 phpBB > export: build 15-Feb-2026 15:27:39  build 15-Feb-2026 15:27:39 Cloning into 'viglink'... build 15-Feb-2026 15:27:40 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:40 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:40 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:40 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:40 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:40 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:40 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:40 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:40 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:40 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:40 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:40 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:40 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:40 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:40 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:40 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:40 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:40 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:40 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:40 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:40 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:40 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:40 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:40 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:40 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:40 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:40 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:40 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:40 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:40 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:40 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:40 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:40 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:40 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:40 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:40 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:40 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:40 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:40 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:40 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:40 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:40 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:40 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:40 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:40 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:40 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:40 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:40 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:40 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:40 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:40 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:40 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:40 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:40 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:40 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:40 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:40 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:40 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:40 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:40 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:40 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:40 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:40 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:40 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:40 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:40 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:40 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:40 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:40 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:40 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:40 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:40 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:40 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:40 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:40 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:40 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:40 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:40 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:40 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:40 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:40 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:40 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:40 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:40 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:40 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:40 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:40 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:40 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:40 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:40 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:40 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:40 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:40 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:40 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:40 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:40 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:40 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:40 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:40 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:40 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:40 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:40 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:40 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:40 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:40 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:40 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:40 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:40 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.58 MiB/s, done. build 15-Feb-2026 15:27:40 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:40 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:40 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:40 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:40 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:40 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:40 Resolving deltas: 6% (39/630) build 15-Feb-2026 15:27:40 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:40 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:40 Resolving deltas: 9% (58/630) build 15-Feb-2026 15:27:40 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:40 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:40 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:40 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:40 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:40 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:40 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:40 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:40 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:40 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:40 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:40 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:40 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:40 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:40 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:40 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:40 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:40 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:40 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:40 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:40 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:40 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:40 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:40 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:40 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:40 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:40 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:40 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:40 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:40 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:40 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:40 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:40 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:40 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:40 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:40 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:40 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:40 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:40 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:40 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:40 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:40 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:40 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:40 Resolving deltas: 53% (335/630) build 15-Feb-2026 15:27:40 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:40 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:40 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:40 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:40 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:40 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:40 Resolving deltas: 60% (379/630) build 15-Feb-2026 15:27:40 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:40 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:40 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:40 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:40 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:40 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:40 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:40 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:40 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:40 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:40 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:40 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:40 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:40 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:40 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:40 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:40 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:40 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:40 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:40 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:40 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:40 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:40 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:40 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:40 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:40 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:40 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:40 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:40 Resolving deltas: 89% (562/630) build 15-Feb-2026 15:27:40 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:40 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:40 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:40 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:40 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:40 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:40 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:40 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:40 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:40 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:40 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:40 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:40 error: pathspec 'release-phpbb-3.3.10' did not match any file(s) known to git build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:40  [delete] Directory /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:40  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:40  [delete] Could not find file /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:40  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:40  [delete] Deleting: /data/build/old_versions/release-3.3.10/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:40  [delete] Could not find file /data/build/old_versions/release-3.3.10/config.php to delete. build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/develop build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install/data build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/development build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/config/test build 15-Feb-2026 15:27:40  [echo] Setting permissions for checkout of release-3.3.10 in build/old_versions/release-3.3.10 build 15-Feb-2026 15:27:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/cache' to 777 build 15-Feb-2026 15:27:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/store' to 777 build 15-Feb-2026 15:27:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/files' to 777 build 15-Feb-2026 15:27:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/images/avatars/upload' to 777 build 15-Feb-2026 15:27:40  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.10/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/cache build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/docs build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/files build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/install build 15-Feb-2026 15:27:40  [delete] Deleting directory /data/build/old_versions/release-3.3.10/store build 15-Feb-2026 15:27:40  [delete] Directory /data/build/old_versions/release-3.3.10/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40 phpBB > old-version-diff: build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40  [echo] Retrieving version 3.3.11 build 15-Feb-2026 15:27:40  [mkdir] Created dir: /data/build/old_versions/release-3.3.11 build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40 phpBB > export: build 15-Feb-2026 15:27:40  build 15-Feb-2026 15:27:40 Cloning into 'viglink'... build 15-Feb-2026 15:27:41 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:41 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:41 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:41 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:41 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:41 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:41 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:41 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:41 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:41 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:41 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:41 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:41 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:41 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:41 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:41 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:41 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:41 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:41 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:41 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:41 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:41 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:41 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:41 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:41 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:41 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:41 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:41 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:41 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:41 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:41 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:41 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:41 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:41 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:41 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:41 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:41 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:41 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:41 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:41 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:41 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:41 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:41 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:41 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:41 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:41 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:41 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:41 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:41 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:41 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:41 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:41 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:41 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:41 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:41 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:41 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:41 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:41 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:41 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:41 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:41 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:41 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:41 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:41 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:41 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:41 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:41 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:41 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:41 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:41 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:41 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:41 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:41 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:41 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:41 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:41 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:41 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:41 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:41 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:41 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:41 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:41 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:41 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:41 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:41 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:41 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:41 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:41 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:41 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:41 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:41 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:41 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:41 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:41 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:41 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:41 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:41 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:41 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:41 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:41 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:41 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:41 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:41 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:41 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:41 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:41 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:41 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:41 Receiving objects: 100% (1236/1236), 243.53 KiB | 6.58 MiB/s, done. build 15-Feb-2026 15:27:41 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:41 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:41 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:41 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:41 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:41 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:41 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:41 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:41 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:41 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:41 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:41 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:41 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:41 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:41 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:41 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:41 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:41 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:41 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:41 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:41 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:41 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:41 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:41 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:41 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:41 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:41 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:41 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:41 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:41 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:41 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:41 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:41 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:41 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:41 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:41 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:41 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:41 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:41 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:41 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:41 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:41 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:41 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:41 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:41 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:41 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:41 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:41 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:41 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:41 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:41 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:41 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:41 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:41 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:41 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:41 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:41 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:41 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:41 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:41 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:41 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:41 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:41 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:41 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:41 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:41 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:41 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:41 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:41 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:41 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:41 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:41 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:41 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:41 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:41 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:41 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:41 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:41 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:41 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:41 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:41 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:41 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:41 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:41 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:41 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:41 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:41 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:41 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:41 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:41 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:41 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:41 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:41 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:41 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:41 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:41 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:41 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:41 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:41 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:41 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:41 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:41 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:41 error: pathspec 'release-phpbb-3.3.11' did not match any file(s) known to git build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:41  [delete] Directory /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:41  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:41  [delete] Could not find file /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:41  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:41  [delete] Deleting: /data/build/old_versions/release-3.3.11/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:41  [delete] Could not find file /data/build/old_versions/release-3.3.11/config.php to delete. build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/develop build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install/data build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/development build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/config/test build 15-Feb-2026 15:27:41  [echo] Setting permissions for checkout of release-3.3.11 in build/old_versions/release-3.3.11 build 15-Feb-2026 15:27:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/cache' to 777 build 15-Feb-2026 15:27:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/store' to 777 build 15-Feb-2026 15:27:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/files' to 777 build 15-Feb-2026 15:27:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/images/avatars/upload' to 777 build 15-Feb-2026 15:27:41  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.11/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:41 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/cache build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/docs build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/files build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/install build 15-Feb-2026 15:27:41  [delete] Deleting directory /data/build/old_versions/release-3.3.11/store build 15-Feb-2026 15:27:41  [delete] Directory /data/build/old_versions/release-3.3.11/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:41 phpBB > old-version-diff: build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:41  [echo] Retrieving version 3.3.12 build 15-Feb-2026 15:27:41  [mkdir] Created dir: /data/build/old_versions/release-3.3.12 build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:41 phpBB > export: build 15-Feb-2026 15:27:41  build 15-Feb-2026 15:27:42 Cloning into 'viglink'... build 15-Feb-2026 15:27:42 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:42 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:42 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:42 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:42 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:42 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:42 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:42 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:42 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:42 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:42 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:42 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:42 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:42 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:42 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:42 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:42 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:42 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:42 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:42 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:42 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:42 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:42 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:42 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:42 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:42 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:42 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:42 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:42 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:42 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:42 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:42 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:42 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:42 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:42 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:42 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:42 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:42 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:42 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:42 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:42 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:42 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:42 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:42 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:42 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:42 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:42 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:42 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:42 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:42 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:42 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:42 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:42 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:42 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:42 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:42 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:42 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:42 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:42 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:42 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:42 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:42 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:42 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:42 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:42 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:42 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:42 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:42 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:42 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:42 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:42 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:42 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:42 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:42 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:42 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:42 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:42 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:42 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:42 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:42 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:42 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:42 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:42 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:42 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:42 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:42 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:42 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:42 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:42 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:42 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:42 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:42 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:42 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:42 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:42 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:42 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:42 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:42 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:42 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:42 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:42 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:42 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:42 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:42 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:42 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:42 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:42 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:42 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.54 MiB/s, done. build 15-Feb-2026 15:27:42 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:42 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:42 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:42 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:42 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:42 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:42 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:42 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:42 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:42 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:42 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:42 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:42 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:42 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:42 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:42 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:42 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:42 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:42 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:42 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:42 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:42 Resolving deltas: 21% (134/630) build 15-Feb-2026 15:27:42 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:42 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:42 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:42 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:42 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:42 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:42 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:42 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:42 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:42 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:42 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:42 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:42 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:42 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:42 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:42 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:42 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:42 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:42 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:42 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:42 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:42 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:42 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:42 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:42 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:42 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:42 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:42 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:42 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:42 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:42 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:42 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:42 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:42 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:42 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:42 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:42 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:42 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:42 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:42 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:42 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:42 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:42 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:42 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:42 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:42 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:42 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:42 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:42 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:42 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:42 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:42 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:42 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:42 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:42 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:42 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:42 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:42 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:42 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:42 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:42 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:42 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:42 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:42 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:42 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:42 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:42 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:42 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:42 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:42 Resolving deltas: 91% (575/630) build 15-Feb-2026 15:27:42 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:42 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:42 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:42 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:42 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:42 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:42 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:42 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:42 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:42 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:42 error: pathspec 'release-phpbb-3.3.12' did not match any file(s) known to git build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:42  [delete] Directory /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:42  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:42  [delete] Could not find file /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:42  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:42  [delete] Deleting: /data/build/old_versions/release-3.3.12/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:42  [delete] Could not find file /data/build/old_versions/release-3.3.12/config.php to delete. build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/develop build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install/data build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/development build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/config/test build 15-Feb-2026 15:27:42  [echo] Setting permissions for checkout of release-3.3.12 in build/old_versions/release-3.3.12 build 15-Feb-2026 15:27:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/cache' to 777 build 15-Feb-2026 15:27:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/store' to 777 build 15-Feb-2026 15:27:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/files' to 777 build 15-Feb-2026 15:27:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/images/avatars/upload' to 777 build 15-Feb-2026 15:27:42  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.12/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:42  build 15-Feb-2026 15:27:42 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:42  build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/cache build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/docs build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/files build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/install build 15-Feb-2026 15:27:42  [delete] Deleting directory /data/build/old_versions/release-3.3.12/store build 15-Feb-2026 15:27:42  [delete] Directory /data/build/old_versions/release-3.3.12/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43 phpBB > old-version-diff: build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43  [echo] Retrieving version 3.3.13 build 15-Feb-2026 15:27:43  [mkdir] Created dir: /data/build/old_versions/release-3.3.13 build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43 phpBB > export: build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43 Cloning into 'viglink'... build 15-Feb-2026 15:27:43 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:43 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:43 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:43 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:43 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:43 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:43 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:43 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:43 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:43 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:43 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:43 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:43 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:43 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:43 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:43 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:43 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:43 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:43 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:43 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:43 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:43 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:43 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:43 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:43 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:43 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:43 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:43 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:43 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:43 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:43 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:43 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:43 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:43 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:43 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:43 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:43 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:43 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:43 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:43 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:43 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:43 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:43 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:43 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:43 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:43 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:43 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:43 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:43 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:43 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:43 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:43 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:43 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:43 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:43 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:43 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:43 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:43 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:43 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:43 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:43 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:43 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:43 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:43 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:43 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:43 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:43 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:43 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:43 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:43 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:43 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:43 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:43 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:43 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:43 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:43 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:43 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:43 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:43 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:43 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:43 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:43 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:43 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:43 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:43 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:43 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:43 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:43 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:43 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:43 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:43 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:43 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:43 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:43 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:43 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:43 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:43 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:43 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:43 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:43 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:43 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:43 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:43 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:43 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:43 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:43 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:43 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:43 Receiving objects: 100% (1236/1236), 243.53 KiB | 5.41 MiB/s, done. build 15-Feb-2026 15:27:43 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:43 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:43 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:43 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:43 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:43 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:43 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:43 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:43 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:43 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:43 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:43 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:43 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:43 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:43 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:43 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:43 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:43 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:43 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:43 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:43 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:43 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:43 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:43 Resolving deltas: 23% (146/630) build 15-Feb-2026 15:27:43 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:43 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:43 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:43 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:43 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:43 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:43 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:43 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:43 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:43 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:43 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:43 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:43 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:43 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:43 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:43 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:43 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:43 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:43 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:43 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:43 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:43 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:43 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:43 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:43 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:43 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:43 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:43 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:43 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:43 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:43 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:43 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:43 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:43 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:43 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:43 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:43 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:43 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:43 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:43 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:43 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:43 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:43 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:43 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:43 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:43 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:43 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:43 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:43 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:43 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:43 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:43 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:43 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:43 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:43 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:43 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:43 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:43 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:43 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:43 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:43 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:43 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:43 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:43 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:43 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:43 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:43 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:43 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:43 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:43 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:43 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:43 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:43 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:43 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:43 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:43 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:43 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:43 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:43 error: pathspec 'release-phpbb-3.3.13' did not match any file(s) known to git build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:43  [delete] Directory /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:43  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:43  [delete] Could not find file /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:43  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:43  [delete] Deleting: /data/build/old_versions/release-3.3.13/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:43  [delete] Could not find file /data/build/old_versions/release-3.3.13/config.php to delete. build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/develop build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/install/data build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/config/development build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/config/test build 15-Feb-2026 15:27:43  [echo] Setting permissions for checkout of release-3.3.13 in build/old_versions/release-3.3.13 build 15-Feb-2026 15:27:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/cache' to 777 build 15-Feb-2026 15:27:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/store' to 777 build 15-Feb-2026 15:27:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/files' to 777 build 15-Feb-2026 15:27:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/images/avatars/upload' to 777 build 15-Feb-2026 15:27:43  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.13/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:43  build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/cache build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/docs build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/files build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/install build 15-Feb-2026 15:27:43  [delete] Deleting directory /data/build/old_versions/release-3.3.13/store build 15-Feb-2026 15:27:43  [delete] Directory /data/build/old_versions/release-3.3.13/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:44  build 15-Feb-2026 15:27:44 phpBB > old-version-diff: build 15-Feb-2026 15:27:44  build 15-Feb-2026 15:27:44  [echo] Retrieving version 3.3.14 build 15-Feb-2026 15:27:44  [mkdir] Created dir: /data/build/old_versions/release-3.3.14 build 15-Feb-2026 15:27:44  build 15-Feb-2026 15:27:44 phpBB > export: build 15-Feb-2026 15:27:44  build 15-Feb-2026 15:27:44 Cloning into 'viglink'... build 15-Feb-2026 15:27:45 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:45 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:45 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:45 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:45 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:45 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:45 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:45 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:45 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:45 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:45 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:45 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:45 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:45 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:45 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:45 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:45 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:45 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:45 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:45 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:45 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:45 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:45 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:45 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:45 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:45 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:45 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:45 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:45 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:45 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:45 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:45 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:45 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:45 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:45 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:45 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:45 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:45 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:45 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:45 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:45 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:45 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:45 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:45 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:45 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:45 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:45 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:45 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:45 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:45 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:45 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:45 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:45 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:45 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:45 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:45 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:45 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:45 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:45 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:45 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:45 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:45 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:45 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:45 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:45 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:45 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:45 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:45 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:45 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:45 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:45 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:45 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:45 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:45 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:45 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:45 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:45 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:45 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:45 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:45 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:45 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:45 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:45 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:45 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:45 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:45 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:45 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:45 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:45 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:45 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:45 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:45 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:45 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:45 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:45 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:45 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:45 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:45 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:45 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:45 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:45 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:45 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:45 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:45 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:45 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:45 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:45 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:45 Receiving objects: 100% (1236/1236), 243.53 KiB | 1.13 MiB/s, done. build 15-Feb-2026 15:27:45 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:45 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:45 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:45 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:45 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:45 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:45 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:45 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:45 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:45 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:45 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:45 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:45 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:45 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:45 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:45 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:45 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:45 Resolving deltas: 17% (108/630) build 15-Feb-2026 15:27:45 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:45 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:45 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:45 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:45 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:45 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:45 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:45 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:45 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:45 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:45 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:45 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:45 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:45 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:45 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:45 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:45 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:45 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:45 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:45 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:45 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:45 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:45 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:45 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:45 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:45 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:45 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:45 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:45 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:45 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:45 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:45 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:45 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:45 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:45 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:45 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:45 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:45 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:45 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:45 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:45 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:45 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:45 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:45 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:45 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:45 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:45 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:45 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:45 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:45 Resolving deltas: 67% (424/630) build 15-Feb-2026 15:27:45 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:45 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:45 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:45 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:45 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:45 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:45 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:45 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:45 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:45 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:45 Resolving deltas: 78% (492/630) build 15-Feb-2026 15:27:45 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:45 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:45 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:45 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:45 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:45 Resolving deltas: 84% (530/630) build 15-Feb-2026 15:27:45 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:45 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:45 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:45 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:45 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:45 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:45 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:45 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:45 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:45 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:45 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:45 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:45 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:45 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:45 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:45 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:45 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:45 error: pathspec 'release-phpbb-3.3.14' did not match any file(s) known to git build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:45  [delete] Directory /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:45  [delete] Deleting: /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:45  [delete] Could not find file /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:45  [delete] Deleting: /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:45  [delete] Deleting: /data/build/old_versions/release-3.3.14/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:45  [delete] Could not find file /data/build/old_versions/release-3.3.14/config.php to delete. build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/develop build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/install/data build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/config/development build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/config/test build 15-Feb-2026 15:27:45  [echo] Setting permissions for checkout of release-3.3.14 in build/old_versions/release-3.3.14 build 15-Feb-2026 15:27:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.14/cache' to 777 build 15-Feb-2026 15:27:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.14/store' to 777 build 15-Feb-2026 15:27:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.14/files' to 777 build 15-Feb-2026 15:27:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.14/images/avatars/upload' to 777 build 15-Feb-2026 15:27:45  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.14/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/cache build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/docs build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/files build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/install build 15-Feb-2026 15:27:45  [delete] Deleting directory /data/build/old_versions/release-3.3.14/store build 15-Feb-2026 15:27:45  [delete] Directory /data/build/old_versions/release-3.3.14/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45 phpBB > old-version-diff: build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45  [echo] Retrieving version 3.3.15 build 15-Feb-2026 15:27:45  [mkdir] Created dir: /data/build/old_versions/release-3.3.15 build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45 phpBB > export: build 15-Feb-2026 15:27:45  build 15-Feb-2026 15:27:45 Cloning into 'viglink'... build 15-Feb-2026 15:27:46 remote: Enumerating objects: 1236, done. build 15-Feb-2026 15:27:46 remote: Counting objects: 3% (1/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 7% (2/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 11% (3/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 15% (4/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 19% (5/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 23% (6/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 26% (7/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 30% (8/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 34% (9/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 38% (10/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 42% (11/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 46% (12/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 50% (13/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 53% (14/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 57% (15/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 61% (16/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 65% (17/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 69% (18/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 73% (19/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 76% (20/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 80% (21/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 84% (22/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 88% (23/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 92% (24/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 96% (25/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 100% (26/26) build 15-Feb-2026 15:27:46 remote: Counting objects: 100% (26/26), done. build 15-Feb-2026 15:27:46 remote: Compressing objects: 4% (1/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 9% (2/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 13% (3/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 18% (4/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 22% (5/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 27% (6/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 31% (7/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 36% (8/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 40% (9/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 45% (10/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 50% (11/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 54% (12/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 59% (13/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 63% (14/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 68% (15/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 72% (16/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 77% (17/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 81% (18/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 86% (19/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 90% (20/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 95% (21/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 100% (22/22) build 15-Feb-2026 15:27:46 remote: Compressing objects: 100% (22/22), done. build 15-Feb-2026 15:27:46 Receiving objects: 0% (1/1236) build 15-Feb-2026 15:27:46 Receiving objects: 1% (13/1236) build 15-Feb-2026 15:27:46 Receiving objects: 2% (25/1236) build 15-Feb-2026 15:27:46 Receiving objects: 3% (38/1236) build 15-Feb-2026 15:27:46 Receiving objects: 4% (50/1236) build 15-Feb-2026 15:27:46 Receiving objects: 5% (62/1236) build 15-Feb-2026 15:27:46 Receiving objects: 6% (75/1236) build 15-Feb-2026 15:27:46 Receiving objects: 7% (87/1236) build 15-Feb-2026 15:27:46 Receiving objects: 8% (99/1236) build 15-Feb-2026 15:27:46 Receiving objects: 9% (112/1236) build 15-Feb-2026 15:27:46 Receiving objects: 10% (124/1236) build 15-Feb-2026 15:27:46 Receiving objects: 11% (136/1236) build 15-Feb-2026 15:27:46 Receiving objects: 12% (149/1236) build 15-Feb-2026 15:27:46 Receiving objects: 13% (161/1236) build 15-Feb-2026 15:27:46 Receiving objects: 14% (174/1236) build 15-Feb-2026 15:27:46 Receiving objects: 15% (186/1236) build 15-Feb-2026 15:27:46 Receiving objects: 16% (198/1236) build 15-Feb-2026 15:27:46 Receiving objects: 17% (211/1236) build 15-Feb-2026 15:27:46 Receiving objects: 18% (223/1236) build 15-Feb-2026 15:27:46 Receiving objects: 19% (235/1236) build 15-Feb-2026 15:27:46 Receiving objects: 20% (248/1236) build 15-Feb-2026 15:27:46 Receiving objects: 21% (260/1236) build 15-Feb-2026 15:27:46 Receiving objects: 22% (272/1236) build 15-Feb-2026 15:27:46 Receiving objects: 23% (285/1236) build 15-Feb-2026 15:27:46 Receiving objects: 24% (297/1236) build 15-Feb-2026 15:27:46 Receiving objects: 25% (309/1236) build 15-Feb-2026 15:27:46 Receiving objects: 26% (322/1236) build 15-Feb-2026 15:27:46 Receiving objects: 27% (334/1236) build 15-Feb-2026 15:27:46 Receiving objects: 28% (347/1236) build 15-Feb-2026 15:27:46 Receiving objects: 29% (359/1236) build 15-Feb-2026 15:27:46 Receiving objects: 30% (371/1236) build 15-Feb-2026 15:27:46 Receiving objects: 31% (384/1236) build 15-Feb-2026 15:27:46 Receiving objects: 32% (396/1236) build 15-Feb-2026 15:27:46 Receiving objects: 33% (408/1236) build 15-Feb-2026 15:27:46 Receiving objects: 34% (421/1236) build 15-Feb-2026 15:27:46 Receiving objects: 35% (433/1236) build 15-Feb-2026 15:27:46 Receiving objects: 36% (445/1236) build 15-Feb-2026 15:27:46 Receiving objects: 37% (458/1236) build 15-Feb-2026 15:27:46 Receiving objects: 38% (470/1236) build 15-Feb-2026 15:27:46 Receiving objects: 39% (483/1236) build 15-Feb-2026 15:27:46 Receiving objects: 40% (495/1236) build 15-Feb-2026 15:27:46 Receiving objects: 41% (507/1236) build 15-Feb-2026 15:27:46 Receiving objects: 42% (520/1236) build 15-Feb-2026 15:27:46 Receiving objects: 43% (532/1236) build 15-Feb-2026 15:27:46 Receiving objects: 44% (544/1236) build 15-Feb-2026 15:27:46 Receiving objects: 45% (557/1236) build 15-Feb-2026 15:27:46 Receiving objects: 46% (569/1236) build 15-Feb-2026 15:27:46 Receiving objects: 47% (581/1236) build 15-Feb-2026 15:27:46 Receiving objects: 48% (594/1236) build 15-Feb-2026 15:27:46 Receiving objects: 49% (606/1236) build 15-Feb-2026 15:27:46 Receiving objects: 50% (618/1236) build 15-Feb-2026 15:27:46 Receiving objects: 51% (631/1236) build 15-Feb-2026 15:27:46 Receiving objects: 52% (643/1236) build 15-Feb-2026 15:27:46 Receiving objects: 53% (656/1236) build 15-Feb-2026 15:27:46 Receiving objects: 54% (668/1236) build 15-Feb-2026 15:27:46 Receiving objects: 55% (680/1236) build 15-Feb-2026 15:27:46 Receiving objects: 56% (693/1236) build 15-Feb-2026 15:27:46 Receiving objects: 57% (705/1236) build 15-Feb-2026 15:27:46 Receiving objects: 58% (717/1236) build 15-Feb-2026 15:27:46 Receiving objects: 59% (730/1236) build 15-Feb-2026 15:27:46 Receiving objects: 60% (742/1236) build 15-Feb-2026 15:27:46 Receiving objects: 61% (754/1236) build 15-Feb-2026 15:27:46 Receiving objects: 62% (767/1236) build 15-Feb-2026 15:27:46 Receiving objects: 63% (779/1236) build 15-Feb-2026 15:27:46 Receiving objects: 64% (792/1236) build 15-Feb-2026 15:27:46 Receiving objects: 65% (804/1236) build 15-Feb-2026 15:27:46 Receiving objects: 66% (816/1236) build 15-Feb-2026 15:27:46 Receiving objects: 67% (829/1236) build 15-Feb-2026 15:27:46 Receiving objects: 68% (841/1236) build 15-Feb-2026 15:27:46 Receiving objects: 69% (853/1236) build 15-Feb-2026 15:27:46 Receiving objects: 70% (866/1236) build 15-Feb-2026 15:27:46 Receiving objects: 71% (878/1236) build 15-Feb-2026 15:27:46 Receiving objects: 72% (890/1236) build 15-Feb-2026 15:27:46 Receiving objects: 73% (903/1236) build 15-Feb-2026 15:27:46 Receiving objects: 74% (915/1236) build 15-Feb-2026 15:27:46 remote: Total 1236 (delta 9), reused 9 (delta 4), pack-reused 1210 (from 2) build 15-Feb-2026 15:27:46 Receiving objects: 75% (927/1236) build 15-Feb-2026 15:27:46 Receiving objects: 76% (940/1236) build 15-Feb-2026 15:27:46 Receiving objects: 77% (952/1236) build 15-Feb-2026 15:27:46 Receiving objects: 78% (965/1236) build 15-Feb-2026 15:27:46 Receiving objects: 79% (977/1236) build 15-Feb-2026 15:27:46 Receiving objects: 80% (989/1236) build 15-Feb-2026 15:27:46 Receiving objects: 81% (1002/1236) build 15-Feb-2026 15:27:46 Receiving objects: 82% (1014/1236) build 15-Feb-2026 15:27:46 Receiving objects: 83% (1026/1236) build 15-Feb-2026 15:27:46 Receiving objects: 84% (1039/1236) build 15-Feb-2026 15:27:46 Receiving objects: 85% (1051/1236) build 15-Feb-2026 15:27:46 Receiving objects: 86% (1063/1236) build 15-Feb-2026 15:27:46 Receiving objects: 87% (1076/1236) build 15-Feb-2026 15:27:46 Receiving objects: 88% (1088/1236) build 15-Feb-2026 15:27:46 Receiving objects: 89% (1101/1236) build 15-Feb-2026 15:27:46 Receiving objects: 90% (1113/1236) build 15-Feb-2026 15:27:46 Receiving objects: 91% (1125/1236) build 15-Feb-2026 15:27:46 Receiving objects: 92% (1138/1236) build 15-Feb-2026 15:27:46 Receiving objects: 93% (1150/1236) build 15-Feb-2026 15:27:46 Receiving objects: 94% (1162/1236) build 15-Feb-2026 15:27:46 Receiving objects: 95% (1175/1236) build 15-Feb-2026 15:27:46 Receiving objects: 96% (1187/1236) build 15-Feb-2026 15:27:46 Receiving objects: 97% (1199/1236) build 15-Feb-2026 15:27:46 Receiving objects: 98% (1212/1236) build 15-Feb-2026 15:27:46 Receiving objects: 99% (1224/1236) build 15-Feb-2026 15:27:46 Receiving objects: 100% (1236/1236) build 15-Feb-2026 15:27:46 Receiving objects: 100% (1236/1236), 243.53 KiB | 3.99 MiB/s, done. build 15-Feb-2026 15:27:46 Resolving deltas: 0% (0/630) build 15-Feb-2026 15:27:46 Resolving deltas: 1% (7/630) build 15-Feb-2026 15:27:46 Resolving deltas: 2% (13/630) build 15-Feb-2026 15:27:46 Resolving deltas: 3% (19/630) build 15-Feb-2026 15:27:46 Resolving deltas: 4% (26/630) build 15-Feb-2026 15:27:46 Resolving deltas: 5% (32/630) build 15-Feb-2026 15:27:46 Resolving deltas: 6% (38/630) build 15-Feb-2026 15:27:46 Resolving deltas: 7% (45/630) build 15-Feb-2026 15:27:46 Resolving deltas: 8% (51/630) build 15-Feb-2026 15:27:46 Resolving deltas: 9% (57/630) build 15-Feb-2026 15:27:46 Resolving deltas: 10% (63/630) build 15-Feb-2026 15:27:46 Resolving deltas: 11% (70/630) build 15-Feb-2026 15:27:46 Resolving deltas: 12% (76/630) build 15-Feb-2026 15:27:46 Resolving deltas: 13% (82/630) build 15-Feb-2026 15:27:46 Resolving deltas: 14% (89/630) build 15-Feb-2026 15:27:46 Resolving deltas: 15% (95/630) build 15-Feb-2026 15:27:46 Resolving deltas: 16% (101/630) build 15-Feb-2026 15:27:46 Resolving deltas: 17% (109/630) build 15-Feb-2026 15:27:46 Resolving deltas: 18% (114/630) build 15-Feb-2026 15:27:46 Resolving deltas: 19% (120/630) build 15-Feb-2026 15:27:46 Resolving deltas: 20% (126/630) build 15-Feb-2026 15:27:46 Resolving deltas: 21% (133/630) build 15-Feb-2026 15:27:46 Resolving deltas: 22% (139/630) build 15-Feb-2026 15:27:46 Resolving deltas: 23% (145/630) build 15-Feb-2026 15:27:46 Resolving deltas: 24% (152/630) build 15-Feb-2026 15:27:46 Resolving deltas: 25% (158/630) build 15-Feb-2026 15:27:46 Resolving deltas: 26% (164/630) build 15-Feb-2026 15:27:46 Resolving deltas: 27% (171/630) build 15-Feb-2026 15:27:46 Resolving deltas: 28% (177/630) build 15-Feb-2026 15:27:46 Resolving deltas: 29% (183/630) build 15-Feb-2026 15:27:46 Resolving deltas: 30% (189/630) build 15-Feb-2026 15:27:46 Resolving deltas: 31% (196/630) build 15-Feb-2026 15:27:46 Resolving deltas: 32% (202/630) build 15-Feb-2026 15:27:46 Resolving deltas: 33% (208/630) build 15-Feb-2026 15:27:46 Resolving deltas: 34% (215/630) build 15-Feb-2026 15:27:46 Resolving deltas: 35% (221/630) build 15-Feb-2026 15:27:46 Resolving deltas: 36% (227/630) build 15-Feb-2026 15:27:46 Resolving deltas: 37% (234/630) build 15-Feb-2026 15:27:46 Resolving deltas: 38% (240/630) build 15-Feb-2026 15:27:46 Resolving deltas: 39% (246/630) build 15-Feb-2026 15:27:46 Resolving deltas: 40% (252/630) build 15-Feb-2026 15:27:46 Resolving deltas: 41% (259/630) build 15-Feb-2026 15:27:46 Resolving deltas: 42% (265/630) build 15-Feb-2026 15:27:46 Resolving deltas: 43% (271/630) build 15-Feb-2026 15:27:46 Resolving deltas: 44% (278/630) build 15-Feb-2026 15:27:46 Resolving deltas: 45% (284/630) build 15-Feb-2026 15:27:46 Resolving deltas: 46% (290/630) build 15-Feb-2026 15:27:46 Resolving deltas: 47% (297/630) build 15-Feb-2026 15:27:46 Resolving deltas: 48% (303/630) build 15-Feb-2026 15:27:46 Resolving deltas: 49% (309/630) build 15-Feb-2026 15:27:46 Resolving deltas: 50% (315/630) build 15-Feb-2026 15:27:46 Resolving deltas: 51% (322/630) build 15-Feb-2026 15:27:46 Resolving deltas: 52% (328/630) build 15-Feb-2026 15:27:46 Resolving deltas: 53% (334/630) build 15-Feb-2026 15:27:46 Resolving deltas: 54% (341/630) build 15-Feb-2026 15:27:46 Resolving deltas: 55% (347/630) build 15-Feb-2026 15:27:46 Resolving deltas: 56% (353/630) build 15-Feb-2026 15:27:46 Resolving deltas: 57% (360/630) build 15-Feb-2026 15:27:46 Resolving deltas: 58% (366/630) build 15-Feb-2026 15:27:46 Resolving deltas: 59% (372/630) build 15-Feb-2026 15:27:46 Resolving deltas: 60% (378/630) build 15-Feb-2026 15:27:46 Resolving deltas: 61% (385/630) build 15-Feb-2026 15:27:46 Resolving deltas: 62% (391/630) build 15-Feb-2026 15:27:46 Resolving deltas: 63% (397/630) build 15-Feb-2026 15:27:46 Resolving deltas: 64% (404/630) build 15-Feb-2026 15:27:46 Resolving deltas: 65% (410/630) build 15-Feb-2026 15:27:46 Resolving deltas: 66% (416/630) build 15-Feb-2026 15:27:46 Resolving deltas: 67% (423/630) build 15-Feb-2026 15:27:46 Resolving deltas: 68% (429/630) build 15-Feb-2026 15:27:46 Resolving deltas: 69% (435/630) build 15-Feb-2026 15:27:46 Resolving deltas: 70% (441/630) build 15-Feb-2026 15:27:46 Resolving deltas: 71% (448/630) build 15-Feb-2026 15:27:46 Resolving deltas: 72% (454/630) build 15-Feb-2026 15:27:46 Resolving deltas: 73% (460/630) build 15-Feb-2026 15:27:46 Resolving deltas: 74% (467/630) build 15-Feb-2026 15:27:46 Resolving deltas: 75% (473/630) build 15-Feb-2026 15:27:46 Resolving deltas: 76% (479/630) build 15-Feb-2026 15:27:46 Resolving deltas: 77% (486/630) build 15-Feb-2026 15:27:46 Resolving deltas: 78% (493/630) build 15-Feb-2026 15:27:46 Resolving deltas: 79% (498/630) build 15-Feb-2026 15:27:46 Resolving deltas: 80% (504/630) build 15-Feb-2026 15:27:46 Resolving deltas: 81% (511/630) build 15-Feb-2026 15:27:46 Resolving deltas: 82% (517/630) build 15-Feb-2026 15:27:46 Resolving deltas: 83% (523/630) build 15-Feb-2026 15:27:46 Resolving deltas: 84% (532/630) build 15-Feb-2026 15:27:46 Resolving deltas: 85% (536/630) build 15-Feb-2026 15:27:46 Resolving deltas: 86% (542/630) build 15-Feb-2026 15:27:46 Resolving deltas: 87% (549/630) build 15-Feb-2026 15:27:46 Resolving deltas: 88% (555/630) build 15-Feb-2026 15:27:46 Resolving deltas: 89% (561/630) build 15-Feb-2026 15:27:46 Resolving deltas: 90% (567/630) build 15-Feb-2026 15:27:46 Resolving deltas: 91% (574/630) build 15-Feb-2026 15:27:46 Resolving deltas: 92% (580/630) build 15-Feb-2026 15:27:46 Resolving deltas: 93% (586/630) build 15-Feb-2026 15:27:46 Resolving deltas: 94% (593/630) build 15-Feb-2026 15:27:46 Resolving deltas: 95% (599/630) build 15-Feb-2026 15:27:46 Resolving deltas: 96% (605/630) build 15-Feb-2026 15:27:46 Resolving deltas: 97% (612/630) build 15-Feb-2026 15:27:46 Resolving deltas: 98% (618/630) build 15-Feb-2026 15:27:46 Resolving deltas: 99% (624/630) build 15-Feb-2026 15:27:46 Resolving deltas: 100% (630/630) build 15-Feb-2026 15:27:46 Resolving deltas: 100% (630/630), done. build 15-Feb-2026 15:27:46 error: pathspec 'release-phpbb-3.3.15' did not match any file(s) known to git build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/.git build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/tests build 15-Feb-2026 15:27:46  [delete] Directory /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/travis does not exist or is not a directory. build 15-Feb-2026 15:27:46  [delete] Deleting: /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/.gitattributes build 15-Feb-2026 15:27:46  [delete] Could not find file /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/.travis.yml to delete. build 15-Feb-2026 15:27:46  [delete] Deleting: /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/phpunit.xml.dist build 15-Feb-2026 15:27:46  [delete] Deleting: /data/build/old_versions/release-3.3.15/ext/phpbb/viglink/README.md build 15-Feb-2026 15:27:46  [delete] Could not find file /data/build/old_versions/release-3.3.15/config.php to delete. build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/develop build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/install/data build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/config/development build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/config/test build 15-Feb-2026 15:27:46  [echo] Setting permissions for checkout of release-3.3.15 in build/old_versions/release-3.3.15 build 15-Feb-2026 15:27:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.15/cache' to 777 build 15-Feb-2026 15:27:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.15/store' to 777 build 15-Feb-2026 15:27:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.15/files' to 777 build 15-Feb-2026 15:27:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.15/images/avatars/upload' to 777 build 15-Feb-2026 15:27:46  [chmod] Changed file mode on '/data/build/old_versions/release-3.3.15/bin/phpbbcli.php' to 755 build 15-Feb-2026 15:27:46  build 15-Feb-2026 15:27:46 phpBB > clean-diff-dir: build 15-Feb-2026 15:27:46  build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/cache build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/docs build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/files build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/install build 15-Feb-2026 15:27:46  [delete] Deleting directory /data/build/old_versions/release-3.3.15/store build 15-Feb-2026 15:27:46  [delete] Directory /data/build/old_versions/release-3.3.15/vendor does not exist or is not a directory. build 15-Feb-2026 15:27:46  build 15-Feb-2026 15:27:46 phpBB > package: build 15-Feb-2026 15:27:46  build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-dir: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-file: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.16-dev.zip build 15-Feb-2026 15:40:00  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-file: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.16-dev.zip build 15-Feb-2026 15:40:00  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-file: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:00  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-file: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.16-dev.zip build 15-Feb-2026 15:40:00  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00 phpBB > checksum-file: build 15-Feb-2026 15:40:00  build 15-Feb-2026 15:40:00  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.16-dev.zip build 15-Feb-2026 15:40:00  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.11_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.2_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01 phpBB > checksum-file: build 15-Feb-2026 15:40:01  build 15-Feb-2026 15:40:01  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.16-dev.zip build 15-Feb-2026 15:40:01  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.8_to_3.3.16-dev.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.16-dev.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13_to_3.3.16-dev.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.15_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.10_to_3.3.16-dev.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.16-dev.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.2_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02 phpBB > checksum-file: build 15-Feb-2026 15:40:02  build 15-Feb-2026 15:40:02  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev-patch.zip build 15-Feb-2026 15:40:02  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.6_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.7_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.4_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.16-dev.zip build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.11_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03 phpBB > checksum-file: build 15-Feb-2026 15:40:03  build 15-Feb-2026 15:40:03  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev-files.tar.bz2 build 15-Feb-2026 15:40:03  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.16-dev.zip build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.8_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev.zip build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.3_to_3.3.16-dev.zip build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.3_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev-patch.tar.bz2 build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04 phpBB > checksum-file: build 15-Feb-2026 15:40:04  build 15-Feb-2026 15:40:04  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.1_to_3.3.16-dev.zip build 15-Feb-2026 15:40:04  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.6_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.8_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.9_to_3.3.16-dev.zip build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.4_to_3.3.16-dev.zip build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.6_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.0_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.16-dev.zip build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.3_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7_to_3.3.16-dev.zip build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05 phpBB > checksum-file: build 15-Feb-2026 15:40:05  build 15-Feb-2026 15:40:05  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.16-dev.zip build 15-Feb-2026 15:40:05  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.0_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.5_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.16-dev.zip build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.5_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.16-dev.zip build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06 phpBB > checksum-file: build 15-Feb-2026 15:40:06  build 15-Feb-2026 15:40:06  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev-files.zip build 15-Feb-2026 15:40:06  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.16-dev.zip build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.10_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.2_to_3.3.16-dev.zip build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.13_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.16-dev.zip build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.1_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.7-pl1_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.12_to_3.3.16-dev.zip build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07 phpBB > checksum-file: build 15-Feb-2026 15:40:07  build 15-Feb-2026 15:40:07  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.12_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:07  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.5_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.11_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.14_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.15_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.9_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.10_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.4_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.0_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.1.9_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.16-dev.tar.bz2 build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.3.16-dev.webpi.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.7_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 phpBB > checksum-file: build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08  [echo] Creating checksum file for build/new_version/release_files/phpBB-3.2.1_to_3.3.16-dev.zip build 15-Feb-2026 15:40:08  [php] Calling PHP function: dirname() build 15-Feb-2026 15:40:08  build 15-Feb-2026 15:40:08 BUILD FINISHED build 15-Feb-2026 15:40:08 build 15-Feb-2026 15:40:08 Total time: 13 minutes 13.19 seconds build 15-Feb-2026 15:40:08  simple 15-Feb-2026 15:40:09 Finished task 'Package release files' with result: Success simple 15-Feb-2026 15:40:09 Running post build plugin 'Artifact Copier' simple 15-Feb-2026 15:40:09 Publishing an artifact: Release Files simple 15-Feb-2026 15:40:14 Finished publishing of artifact Non required job artifact Http Compression On : [Release Files], patterns: [**/*.*] anchored at: [build/new_version/release_files/] in 5.387 s simple 15-Feb-2026 15:40:14 Running post build plugin 'npm Cache Cleanup' simple 15-Feb-2026 15:40:14 Running post build plugin 'NCover Results Collector' simple 15-Feb-2026 15:40:14 Running post build plugin 'Build Results Label Collector' simple 15-Feb-2026 15:40:14 Running post build plugin 'Clover Results Collector' simple 15-Feb-2026 15:40:14 Running post build plugin 'Docker Container Cleanup' simple 15-Feb-2026 15:40:41 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DD33-P5SP' simple 15-Feb-2026 15:40:41 Finalising the build... simple 15-Feb-2026 15:40:41 Stopping timer. simple 15-Feb-2026 15:40:41 Build PHPBB3-DD33-P5SP-664 completed. simple 15-Feb-2026 15:40:41 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 15-Feb-2026 15:40:41 Running on server: post build plugin 'NCover Results Collector' simple 15-Feb-2026 15:40:41 Running on server: post build plugin 'Build Labeller' simple 15-Feb-2026 15:40:41 Running on server: post build plugin 'Clover Delta Calculator' simple 15-Feb-2026 15:40:41 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 15-Feb-2026 15:40:41 All post build plugins have finished simple 15-Feb-2026 15:40:41 Generating build results summary... simple 15-Feb-2026 15:40:41 Saving build results to disk... simple 15-Feb-2026 15:40:41 Store variable context... simple 15-Feb-2026 15:40:42 Finished building PHPBB3-DD33-P5SP-664.