Build: #550 was successful

Job: PHP 7.2 - SQLite Coverage was successful

Build log

The build generated 387 lines of output. Download or view full build log.

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