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