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