simple 01-Jul-2024 19:55:26 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Coverage #550 (PHPBB3-DD33-COV-550) is being prepared for building on agent Docker, bamboo version: 9.2.7 simple 01-Jul-2024 19:55:26 simple 01-Jul-2024 19:55:26 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DD33-COV simple 01-Jul-2024 19:55:26 Executing build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Coverage #550 (PHPBB3-DD33-COV-550) simple 01-Jul-2024 19:55:26 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 01-Jul-2024 19:55:26 Checking out into /home/bamboo/local-working-dir/PHPBB3-DD33-COV simple 01-Jul-2024 19:55:26 Updating source code to revision: 38177e9052a60e2a87987a2d2834714df0f0e6e4 simple 01-Jul-2024 19:55:26 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DD33-COV/.git'. simple 01-Jul-2024 19:55:26 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DD33-COV/.git/ simple 01-Jul-2024 19:55:26 hint: Using 'master' as the name for the initial branch. This default branch name simple 01-Jul-2024 19:55:26 hint: is subject to change. To configure the initial branch name to use in all simple 01-Jul-2024 19:55:26 hint: of your new repositories, which will suppress this warning, call: simple 01-Jul-2024 19:55:26 hint: simple 01-Jul-2024 19:55:26 hint: git config --global init.defaultBranch simple 01-Jul-2024 19:55:26 hint: simple 01-Jul-2024 19:55:26 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 01-Jul-2024 19:55:26 hint: 'development'. The just-created branch can be renamed via this command: simple 01-Jul-2024 19:55:26 hint: simple 01-Jul-2024 19:55:26 hint: git branch -m simple 01-Jul-2024 19:55:26 Fetching 'refs/heads/3.3.x' from 'https://github.com/phpbb/phpbb.git'. simple 01-Jul-2024 19:55:39 Checking out revision 38177e9052a60e2a87987a2d2834714df0f0e6e4. simple 01-Jul-2024 19:55:39 Switched to branch '3.3.x' simple 01-Jul-2024 19:55:39 Updated source code to revision: 38177e9052a60e2a87987a2d2834714df0f0e6e4 simple 01-Jul-2024 19:55:39 Finished task 'Checkout Default Repository' with result: Success simple 01-Jul-2024 19:55:39 Running pre-build action: VCS Version Collector simple 01-Jul-2024 19:55:39 Running pre-build action: Build Log Labeller Pre Build Action simple 01-Jul-2024 19:55:39 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Coverage #550 (PHPBB3-DD33-COV-550) started building on agent 'Docker' () command 01-Jul-2024 19:55:39 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-COV simple 01-Jul-2024 19:55:39 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 01-Jul-2024 19:55:39 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Coverage #550 (PHPBB3-DD33-COV-550)'\n ... running command line: \n/usr/bin/docker build --force-rm=true --tag=phpbb:php-7.2 /home/bamboo/local-working-dir/PHPBB3-DD33-COV\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-COV\n error 01-Jul-2024 19:55:40 #0 building with "default" instance using docker driver error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #1 [internal] load build definition from Dockerfile error 01-Jul-2024 19:55:40 #1 transferring dockerfile: 490B done error 01-Jul-2024 19:55:40 #1 DONE 0.0s error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #2 [internal] load metadata for docker.io/library/php:7.2 error 01-Jul-2024 19:55:40 #2 DONE 0.4s error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #3 [1/5] FROM docker.io/library/php:7.2@sha256:42ffbc0798e4449bbd1e14fc4dcb87774aa1ad1900a09ef6a965bc0880aa2161 error 01-Jul-2024 19:55:40 #3 DONE 0.0s error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #4 [2/5] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip && docker-php-ext-install -j$(nproc) zip error 01-Jul-2024 19:55:40 #4 CACHED error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #5 [3/5] RUN pecl install xdebug-2.9.0 error 01-Jul-2024 19:55:40 #5 CACHED error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #6 [4/5] RUN docker-php-ext-enable xdebug error 01-Jul-2024 19:55:40 #6 CACHED error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #7 [internal] load .dockerignore error 01-Jul-2024 19:55:40 #7 transferring context: 2B done error 01-Jul-2024 19:55:40 #7 DONE 0.0s error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #8 [5/6] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini error 01-Jul-2024 19:55:40 #8 CACHED error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #9 [6/6] RUN git config --system user.name Docker && git config --system user.email docker@localhost error 01-Jul-2024 19:55:40 #9 CACHED error 01-Jul-2024 19:55:40 error 01-Jul-2024 19:55:40 #10 exporting to image error 01-Jul-2024 19:55:40 #10 exporting layers done error 01-Jul-2024 19:55:40 #10 writing image sha256:643ced64dec58d8c111634f802bbc19faaae2f9158af87e9a92745d484d3b297 0.1s done error 01-Jul-2024 19:55:40 #10 naming to docker.io/library/phpbb:php-7.2 error 01-Jul-2024 19:55:40 #10 naming to docker.io/library/phpbb:php-7.2 done error 01-Jul-2024 19:55:40 #10 DONE 0.1s simple 01-Jul-2024 19:55:40 Built Docker image 'phpbb:php-7.2' simple 01-Jul-2024 19:55:40 Finished task 'Build image' with result: Success command 01-Jul-2024 19:55:40 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-COV simple 01-Jul-2024 19:55:40 Starting task 'Package release files' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 01-Jul-2024 19:55:40 Running image name (phpbb:php-7.2) command 01-Jul-2024 19:55:40 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite Coverage #550 (PHPBB3-DD33-COV-550)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DD33-COV:/data --workdir /data/phpBB --rm -u=990 -t --volume /home/bamboo/xml-data/build-dir/_git-repositories-cache/:/home/bamboo/xml-data/build-dir/_git-repositories-cache/ phpbb:php-7.2 /bin/bash -c php ../composer.phar install --dev; cd ..; phpBB/vendor/bin/phpunit --group default --coverage-html build/coverage\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-COV\n build 01-Jul-2024 19:55:42 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 01-Jul-2024 19:55:42 Installing dependencies from lock file (including require-dev) build 01-Jul-2024 19:55:42 Verifying lock file contents can be installed on current platform. build 01-Jul-2024 19:55:42 Package operations: 76 installs, 0 updates, 0 removals build 01-Jul-2024 19:55:42 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 01-Jul-2024 19:55:42 - Downloading composer/package-versions-deprecated (1.11.99.5) build 01-Jul-2024 19:55:42 - Downloading bantu/ini-get-wrapper (v1.0.1) build 01-Jul-2024 19:55:42 - Downloading carlos-mg89/oauth (0.8.15) build 01-Jul-2024 19:55:42 - Downloading symfony/polyfill-mbstring (v1.29.0) build 01-Jul-2024 19:55:42 - Downloading symfony/polyfill-ctype (v1.29.0) build 01-Jul-2024 19:55:42 - Downloading symfony/dom-crawler (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/css-selector (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/browser-kit (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/polyfill-php72 (v1.29.0) build 01-Jul-2024 19:55:42 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 01-Jul-2024 19:55:42 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 01-Jul-2024 19:55:42 - Downloading ralouphie/getallheaders (3.0.3) build 01-Jul-2024 19:55:42 - Downloading psr/http-message (1.1) build 01-Jul-2024 19:55:42 - Downloading guzzlehttp/psr7 (1.9.1) build 01-Jul-2024 19:55:42 - Downloading guzzlehttp/promises (1.5.3) build 01-Jul-2024 19:55:42 - Downloading guzzlehttp/guzzle (6.5.8) build 01-Jul-2024 19:55:42 - Downloading fabpot/goutte (v3.2.3) build 01-Jul-2024 19:55:42 - Downloading google/recaptcha (1.2.4) build 01-Jul-2024 19:55:42 - Downloading symfony/yaml (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/process (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading psr/log (1.1.4) build 01-Jul-2024 19:55:42 - Downloading symfony/debug (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/console (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading laravel/homestead (v7.20.0) build 01-Jul-2024 19:55:42 - Downloading marc1706/fast-image-size (v1.1.7) build 01-Jul-2024 19:55:42 - Downloading phing/phing (2.17.4) build 01-Jul-2024 19:55:42 - Downloading php-webdriver/webdriver (1.13.1) build 01-Jul-2024 19:55:42 - Downloading webmozart/assert (1.11.0) build 01-Jul-2024 19:55:42 - Downloading phpdocumentor/reflection-common (2.2.0) build 01-Jul-2024 19:55:42 - Downloading phpdocumentor/type-resolver (1.6.1) build 01-Jul-2024 19:55:42 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 01-Jul-2024 19:55:42 - Downloading sebastian/version (2.0.1) build 01-Jul-2024 19:55:42 - Downloading sebastian/resource-operations (2.0.3) build 01-Jul-2024 19:55:42 - Downloading sebastian/recursion-context (3.0.2) build 01-Jul-2024 19:55:42 - Downloading sebastian/object-reflector (1.1.3) build 01-Jul-2024 19:55:42 - Downloading sebastian/object-enumerator (3.0.5) build 01-Jul-2024 19:55:42 - Downloading sebastian/global-state (2.0.0) build 01-Jul-2024 19:55:42 - Downloading sebastian/exporter (3.1.6) build 01-Jul-2024 19:55:42 - Downloading sebastian/environment (4.2.5) build 01-Jul-2024 19:55:42 - Downloading sebastian/diff (3.0.6) build 01-Jul-2024 19:55:42 - Downloading sebastian/comparator (3.0.5) build 01-Jul-2024 19:55:42 - Downloading phpunit/php-timer (2.1.4) build 01-Jul-2024 19:55:42 - Downloading phpunit/php-text-template (1.2.1) build 01-Jul-2024 19:55:42 - Downloading phpunit/php-file-iterator (2.0.6) build 01-Jul-2024 19:55:42 - Downloading theseer/tokenizer (1.2.3) build 01-Jul-2024 19:55:42 - Downloading sebastian/code-unit-reverse-lookup (1.0.3) build 01-Jul-2024 19:55:42 - Downloading phpunit/php-token-stream (3.1.3) build 01-Jul-2024 19:55:42 - Downloading phpunit/php-code-coverage (6.1.4) build 01-Jul-2024 19:55:42 - Downloading doctrine/instantiator (1.5.0) build 01-Jul-2024 19:55:42 - Downloading phpspec/prophecy (v1.19.0) build 01-Jul-2024 19:55:42 - Downloading phar-io/version (2.0.1) build 01-Jul-2024 19:55:42 - Downloading phar-io/manifest (1.0.3) build 01-Jul-2024 19:55:42 - Downloading myclabs/deep-copy (1.12.0) build 01-Jul-2024 19:55:42 - Downloading phpunit/phpunit (7.5.20) build 01-Jul-2024 19:55:42 - Downloading phpunit/dbunit (4.0.0) build 01-Jul-2024 19:55:42 - Downloading psr/container (1.1.1) build 01-Jul-2024 19:55:42 - Downloading s9e/sweetdom (2.1.0.1) build 01-Jul-2024 19:55:42 - Downloading s9e/regexp-builder (1.4.6) build 01-Jul-2024 19:55:42 - Downloading s9e/text-formatter (2.11.5) build 01-Jul-2024 19:55:42 - Downloading squizlabs/php_codesniffer (3.10.1) build 01-Jul-2024 19:55:42 - Downloading symfony/filesystem (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/config (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/finder (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/http-foundation (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/event-dispatcher (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/http-kernel (v3.4.49) build 01-Jul-2024 19:55:42 - Downloading symfony/dependency-injection (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading zendframework/zend-eventmanager (3.2.1) build 01-Jul-2024 19:55:42 - Downloading zendframework/zend-code (3.4.1) build 01-Jul-2024 19:55:42 - Downloading ocramius/proxy-manager (2.2.4) build 01-Jul-2024 19:55:42 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading symfony/routing (v3.4.47) build 01-Jul-2024 19:55:42 - Downloading twig/twig (v2.16.0) build 01-Jul-2024 19:55:42 - Downloading symfony/twig-bridge (v3.4.47) build 01-Jul-2024 19:55:43 0/74 [>---------------------------] 0% 10/74 [===>------------------------] 13% 17/74 [======>---------------------] 22% 31/74 [===========>----------------] 41% 42/74 [===============>------------] 56% 54/74 [====================>-------] 72% 65/74 [========================>---] 87% 70/74 [==========================>-] 94% 74/74 [============================] 100% - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 01-Jul-2024 19:55:43 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/dom-crawler (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/css-selector (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/browser-kit (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing psr/http-message (1.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 01-Jul-2024 19:55:43 - Installing fabpot/goutte (v3.2.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing google/recaptcha (1.2.4): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/yaml (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/process (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing psr/log (1.1.4): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/debug (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/console (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing laravel/homestead (v7.20.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 01-Jul-2024 19:55:43 - Installing phing/phing (2.17.4): Extracting archive build 01-Jul-2024 19:55:43 - Installing php-webdriver/webdriver (1.13.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing webmozart/assert (1.11.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpdocumentor/type-resolver (1.6.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/version (2.0.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/resource-operations (2.0.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/recursion-context (3.0.2): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/object-reflector (1.1.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/object-enumerator (3.0.5): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/global-state (2.0.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/exporter (3.1.6): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/environment (4.2.5): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/diff (3.0.6): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/comparator (3.0.5): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/php-timer (2.1.4): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/php-text-template (1.2.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/php-file-iterator (2.0.6): Extracting archive build 01-Jul-2024 19:55:43 - Installing theseer/tokenizer (1.2.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/php-token-stream (3.1.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/php-code-coverage (6.1.4): Extracting archive build 01-Jul-2024 19:55:43 - Installing doctrine/instantiator (1.5.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpspec/prophecy (v1.19.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing phar-io/version (2.0.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing phar-io/manifest (1.0.3): Extracting archive build 01-Jul-2024 19:55:43 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/phpunit (7.5.20): Extracting archive build 01-Jul-2024 19:55:43 - Installing phpunit/dbunit (4.0.0): Extracting archive build 01-Jul-2024 19:55:43 - Installing psr/container (1.1.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 01-Jul-2024 19:55:43 - Installing s9e/text-formatter (2.11.5): Extracting archive build 01-Jul-2024 19:55:43 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/filesystem (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/config (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/finder (v3.4.47): Extracting archive build 01-Jul-2024 19:55:43 - Installing symfony/polyfill-php56 (v1.20.0) build 01-Jul-2024 19:55:44 - Installing symfony/polyfill-php70 (v1.20.0) build 01-Jul-2024 19:55:44 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 01-Jul-2024 19:55:44 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 01-Jul-2024 19:55:44 - Installing zendframework/zend-code (3.4.1): Extracting archive build 01-Jul-2024 19:55:44 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/routing (v3.4.47): Extracting archive build 01-Jul-2024 19:55:44 - Installing twig/twig (v2.16.0): Extracting archive build 01-Jul-2024 19:55:44 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 01-Jul-2024 19:55:46 0/73 [>---------------------------] 0% 10/73 [===>------------------------] 13% 21/73 [========>-------------------] 28% 27/73 [==========>-----------------] 36% 36/73 [=============>--------------] 49% 40/73 [===============>------------] 54% 47/73 [==================>---------] 64% 55/73 [=====================>------] 75% 59/73 [======================>-----] 80% 67/73 [=========================>--] 91% 73/73 [============================] 100%Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 01-Jul-2024 19:55:46 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 01-Jul-2024 19:55:46 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 01-Jul-2024 19:55:46 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 01-Jul-2024 19:55:46 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 01-Jul-2024 19:55:46 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 01-Jul-2024 19:55:46 Generating autoload files build 01-Jul-2024 19:55:46 47 packages you are using are looking for funding. build 01-Jul-2024 19:55:46 Use the `composer fund` command to find out more! build 01-Jul-2024 19:55:48 PHPUnit 7.5.20 by Sebastian Bergmann and contributors. build 01-Jul-2024 19:55:48 build 01-Jul-2024 19:56:04 ............................................................. 61 / 7172 ( 0%) build 01-Jul-2024 19:56:06 ............................................................. 122 / 7172 ( 1%) build 01-Jul-2024 19:56:07 ..............I.....SSSS..................SSSSSSSS.........S. 183 / 7172 ( 2%) build 01-Jul-2024 19:56:09 ..S.......................................................... 244 / 7172 ( 3%) build 01-Jul-2024 19:56:17 ..............S.............................................. 305 / 7172 ( 4%) build 01-Jul-2024 19:56:23 ............................................................. 366 / 7172 ( 5%) build 01-Jul-2024 19:56:25 ............................................................. 427 / 7172 ( 5%) build 01-Jul-2024 19:56:27 ............................................................. 488 / 7172 ( 6%) build 01-Jul-2024 19:56:30 ............................................................. 549 / 7172 ( 7%) build 01-Jul-2024 19:56:32 ............................................................. 610 / 7172 ( 8%) build 01-Jul-2024 19:56:35 ............................................................. 671 / 7172 ( 9%) build 01-Jul-2024 19:56:37 ............................................................. 732 / 7172 ( 10%) build 01-Jul-2024 19:56:40 ............................................................. 793 / 7172 ( 11%) build 01-Jul-2024 19:56:42 ............................................................. 854 / 7172 ( 11%) build 01-Jul-2024 19:56:45 ............................................................. 915 / 7172 ( 12%) build 01-Jul-2024 19:56:48 ............................................................. 976 / 7172 ( 13%) build 01-Jul-2024 19:56:50 ............................................................. 1037 / 7172 ( 14%) build 01-Jul-2024 19:56:54 ............................................................. 1098 / 7172 ( 15%) build 01-Jul-2024 19:56:59 ..........I.................................................. 1159 / 7172 ( 16%) build 01-Jul-2024 19:57:09 ............................................................. 1220 / 7172 ( 17%) build 01-Jul-2024 19:57:12 ............................................................. 1281 / 7172 ( 17%) build 01-Jul-2024 19:57:18 ...............S.S.S......................................... 1342 / 7172 ( 18%) build 01-Jul-2024 19:57:20 ............................................................. 1403 / 7172 ( 19%) build 01-Jul-2024 19:57:21 ............................................................. 1464 / 7172 ( 20%) build 01-Jul-2024 19:57:22 ............................................................. 1525 / 7172 ( 21%) build 01-Jul-2024 19:57:23 ............................................................. 1586 / 7172 ( 22%) build 01-Jul-2024 19:57:23 ............................................................. 1647 / 7172 ( 22%) build 01-Jul-2024 19:57:24 ............................................................. 1708 / 7172 ( 23%) build 01-Jul-2024 19:57:25 ............................................................. 1769 / 7172 ( 24%) build 01-Jul-2024 19:57:25 ............................................................. 1830 / 7172 ( 25%) build 01-Jul-2024 19:57:26 ............................................................. 1891 / 7172 ( 26%) build 01-Jul-2024 19:57:27 ............................................................. 1952 / 7172 ( 27%) build 01-Jul-2024 19:57:27 ............................................................. 2013 / 7172 ( 28%) build 01-Jul-2024 19:57:28 ............................................................. 2074 / 7172 ( 28%) build 01-Jul-2024 19:57:31 ............................................................. 2135 / 7172 ( 29%) build 01-Jul-2024 19:57:35 ............................................................. 2196 / 7172 ( 30%) build 01-Jul-2024 19:57:41 ............................................................. 2257 / 7172 ( 31%) build 01-Jul-2024 19:57:44 ............................................................. 2318 / 7172 ( 32%) build 01-Jul-2024 19:57:44 ............................................................. 2379 / 7172 ( 33%) build 01-Jul-2024 19:57:47 ...........................I.II.............................. 2440 / 7172 ( 34%) build 01-Jul-2024 19:57:49 ............................................................. 2501 / 7172 ( 34%) build 01-Jul-2024 19:57:50 ............................................................. 2562 / 7172 ( 35%) build 01-Jul-2024 19:57:51 ............................................................. 2623 / 7172 ( 36%) build 01-Jul-2024 19:57:54 ............................................................. 2684 / 7172 ( 37%) build 01-Jul-2024 19:57:55 ............................................................. 2745 / 7172 ( 38%) build 01-Jul-2024 19:57:57 ............................................................. 2806 / 7172 ( 39%) build 01-Jul-2024 19:57:57 ............................................................. 2867 / 7172 ( 39%) build 01-Jul-2024 19:57:58 ............................................................. 2928 / 7172 ( 40%) build 01-Jul-2024 19:58:10 ............................................................. 2989 / 7172 ( 41%) build 01-Jul-2024 19:58:16 ............................................................. 3050 / 7172 ( 42%) build 01-Jul-2024 19:58:21 ...........................S................................. 3111 / 7172 ( 43%) build 01-Jul-2024 19:58:22 ............................................................. 3172 / 7172 ( 44%) build 01-Jul-2024 19:58:22 ............................................................. 3233 / 7172 ( 45%) build 01-Jul-2024 19:58:31 ............................................................. 3294 / 7172 ( 45%) build 01-Jul-2024 19:58:54 ............................................................. 3355 / 7172 ( 46%) build 01-Jul-2024 19:59:03 ............................................................. 3416 / 7172 ( 47%) build 01-Jul-2024 19:59:11 ............................................................. 3477 / 7172 ( 48%) build 01-Jul-2024 19:59:13 ............................................................. 3538 / 7172 ( 49%) build 01-Jul-2024 19:59:14 ............................................................. 3599 / 7172 ( 50%) build 01-Jul-2024 19:59:15 ............................................................. 3660 / 7172 ( 51%) build 01-Jul-2024 19:59:17 ............................................................. 3721 / 7172 ( 51%) build 01-Jul-2024 19:59:17 ............................................................. 3782 / 7172 ( 52%) build 01-Jul-2024 19:59:18 ............................................................. 3843 / 7172 ( 53%) build 01-Jul-2024 19:59:18 ............................................................. 3904 / 7172 ( 54%) build 01-Jul-2024 19:59:19 ............................................................. 3965 / 7172 ( 55%) build 01-Jul-2024 19:59:23 ............................................................. 4026 / 7172 ( 56%) build 01-Jul-2024 19:59:24 ............................................................. 4087 / 7172 ( 56%) build 01-Jul-2024 19:59:28 ............................................................. 4148 / 7172 ( 57%) build 01-Jul-2024 19:59:31 ............................................................. 4209 / 7172 ( 58%) build 01-Jul-2024 19:59:34 ............................................................. 4270 / 7172 ( 59%) build 01-Jul-2024 19:59:45 ............................................................. 4331 / 7172 ( 60%) build 01-Jul-2024 19:59:57 ............................................................. 4392 / 7172 ( 61%) build 01-Jul-2024 20:00:36 ............................................................. 4453 / 7172 ( 62%) build 01-Jul-2024 20:00:37 ............................................................. 4514 / 7172 ( 62%) build 01-Jul-2024 20:00:42 ............................................................. 4575 / 7172 ( 63%) build 01-Jul-2024 20:00:42 ............................................................. 4636 / 7172 ( 64%) build 01-Jul-2024 20:00:43 ............................................................. 4697 / 7172 ( 65%) build 01-Jul-2024 20:00:43 ............................................................. 4758 / 7172 ( 66%) build 01-Jul-2024 20:00:44 ............................................................. 4819 / 7172 ( 67%) build 01-Jul-2024 20:00:44 ............................................................. 4880 / 7172 ( 68%) build 01-Jul-2024 20:00:45 ............................................................. 4941 / 7172 ( 68%) build 01-Jul-2024 20:00:46 ............................................................. 5002 / 7172 ( 69%) build 01-Jul-2024 20:00:48 ............................................................. 5063 / 7172 ( 70%) build 01-Jul-2024 20:01:33 ............................................................. 5124 / 7172 ( 71%) build 01-Jul-2024 20:01:53 ............................................................. 5185 / 7172 ( 72%) build 01-Jul-2024 20:02:02 ............................................................. 5246 / 7172 ( 73%) build 01-Jul-2024 20:02:09 ............................................................. 5307 / 7172 ( 73%) build 01-Jul-2024 20:02:11 ............................................................. 5368 / 7172 ( 74%) build 01-Jul-2024 20:02:12 ............................................................. 5429 / 7172 ( 75%) build 01-Jul-2024 20:02:13 ............................................................. 5490 / 7172 ( 76%) build 01-Jul-2024 20:02:15 ............................................................. 5551 / 7172 ( 77%) build 01-Jul-2024 20:02:19 ............................................................. 5612 / 7172 ( 78%) build 01-Jul-2024 20:02:23 ............................................................. 5673 / 7172 ( 79%) build 01-Jul-2024 20:02:28 ............................................................. 5734 / 7172 ( 79%) build 01-Jul-2024 20:02:31 ............................................................. 5795 / 7172 ( 80%) build 01-Jul-2024 20:02:35 ............................................................. 5856 / 7172 ( 81%) build 01-Jul-2024 20:02:39 ............................................................. 5917 / 7172 ( 82%) build 01-Jul-2024 20:02:43 ............................................................. 5978 / 7172 ( 83%) build 01-Jul-2024 20:02:46 ............................................................. 6039 / 7172 ( 84%) build 01-Jul-2024 20:02:50 ............................................................. 6100 / 7172 ( 85%) build 01-Jul-2024 20:02:54 ............................................................. 6161 / 7172 ( 85%) build 01-Jul-2024 20:02:58 ............................................................. 6222 / 7172 ( 86%) build 01-Jul-2024 20:03:01 ............................................................. 6283 / 7172 ( 87%) build 01-Jul-2024 20:03:05 ............................................................. 6344 / 7172 ( 88%) build 01-Jul-2024 20:03:09 ............................................................. 6405 / 7172 ( 89%) build 01-Jul-2024 20:03:13 ............................................................. 6466 / 7172 ( 90%) build 01-Jul-2024 20:03:16 ............................................................. 6527 / 7172 ( 91%) build 01-Jul-2024 20:03:20 ............................................................. 6588 / 7172 ( 91%) build 01-Jul-2024 20:03:24 ............................................................. 6649 / 7172 ( 92%) build 01-Jul-2024 20:03:28 ............................................................. 6710 / 7172 ( 93%) build 01-Jul-2024 20:03:31 ............................................................. 6771 / 7172 ( 94%) build 01-Jul-2024 20:03:35 ............................................................. 6832 / 7172 ( 95%) build 01-Jul-2024 20:03:39 ............................................................. 6893 / 7172 ( 96%) build 01-Jul-2024 20:03:42 ............................................................. 6954 / 7172 ( 96%) build 01-Jul-2024 20:03:46 ............................................................. 7015 / 7172 ( 97%) build 01-Jul-2024 20:03:49 ............................................................. 7076 / 7172 ( 98%) build 01-Jul-2024 20:03:53 ............................................................. 7137 / 7172 ( 99%) build 01-Jul-2024 20:03:55 ................................... 7172 / 7172 (100%) build 01-Jul-2024 20:03:55 build 01-Jul-2024 20:03:55 Time: 8.15 minutes, Memory: 280.25 MB build 01-Jul-2024 20:03:55 build 01-Jul-2024 20:03:55 OK, but incomplete, skipped, or risky tests! build 01-Jul-2024 20:03:55 Tests: 7172, Assertions: 38845, Skipped: 19, Incomplete: 5. build 01-Jul-2024 20:03:55 build 01-Jul-2024 20:05:23 Generating code coverage report in HTML format ... done simple 01-Jul-2024 20:05:28 Finished task 'Package release files' with result: Success simple 01-Jul-2024 20:05:28 Running post build plugin 'Artifact Copier' simple 01-Jul-2024 20:05:28 Publishing an artifact: Coverage HTML Report simple 01-Jul-2024 20:05:30 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 1.814 s simple 01-Jul-2024 20:05:30 Running post build plugin 'npm Cache Cleanup' simple 01-Jul-2024 20:05:30 Running post build plugin 'NCover Results Collector' simple 01-Jul-2024 20:05:30 Running post build plugin 'Build Results Label Collector' simple 01-Jul-2024 20:05:30 Running post build plugin 'Clover Results Collector' simple 01-Jul-2024 20:05:30 Running post build plugin 'Docker Container Cleanup' simple 01-Jul-2024 20:05:31 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DD33-COV' simple 01-Jul-2024 20:05:31 Finalising the build... simple 01-Jul-2024 20:05:31 Stopping timer. simple 01-Jul-2024 20:05:31 Build PHPBB3-DD33-COV-550 completed. simple 01-Jul-2024 20:05:31 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 01-Jul-2024 20:05:31 Running on server: post build plugin 'NCover Results Collector' simple 01-Jul-2024 20:05:31 Running on server: post build plugin 'Build Labeller' simple 01-Jul-2024 20:05:31 Running on server: post build plugin 'Clover Delta Calculator' simple 01-Jul-2024 20:05:31 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 01-Jul-2024 20:05:31 All post build plugins have finished simple 01-Jul-2024 20:05:31 Generating build results summary... simple 01-Jul-2024 20:05:31 Saving build results to disk... simple 01-Jul-2024 20:05:31 Store variable context... simple 01-Jul-2024 20:05:31 Finished building PHPBB3-DD33-COV-550.