Build: #1295 was successful

Job: PHP 8.1 - SQLite Coverage was successful

Build log

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

01-Jul-2024 17:44:45 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Coverage #1295 (PHPBB3-DDM-COVR-1295) is being prepared for building on agent Docker, bamboo version: 9.2.7
01-Jul-2024 17:44:45
01-Jul-2024 17:44:45 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
01-Jul-2024 17:44:45 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Coverage #1295 (PHPBB3-DDM-COVR-1295)
01-Jul-2024 17:44:45 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout'
01-Jul-2024 17:44:45 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
01-Jul-2024 17:44:45 Updating source code to revision: 82de8c7f5fab2fb946c003dc63f01fe3d4e8de89
01-Jul-2024 17:44:45 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-COVR/.git'.
01-Jul-2024 17:44:45 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-COVR/.git/
01-Jul-2024 17:44:45 hint: Using 'master' as the name for the initial branch. This default branch name
01-Jul-2024 17:44:45 hint: is subject to change. To configure the initial branch name to use in all
01-Jul-2024 17:44:45 hint: of your new repositories, which will suppress this warning, call:
01-Jul-2024 17:44:45 hint:
01-Jul-2024 17:44:45 hint:         git config --global init.defaultBranch <name>
01-Jul-2024 17:44:45 hint:
01-Jul-2024 17:44:45 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
01-Jul-2024 17:44:45 hint: 'development'. The just-created branch can be renamed via this command:
01-Jul-2024 17:44:45 hint:
01-Jul-2024 17:44:45 hint:         git branch -m <name>
01-Jul-2024 17:44:46 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'.
01-Jul-2024 17:44:58 Checking out revision 82de8c7f5fab2fb946c003dc63f01fe3d4e8de89.
01-Jul-2024 17:44:58 Already on 'master'
01-Jul-2024 17:44:58 Updated source code to revision: 82de8c7f5fab2fb946c003dc63f01fe3d4e8de89
01-Jul-2024 17:44:58 Finished task 'Checkout Default Repository' with result: Success
01-Jul-2024 17:44:58 Running pre-build action: VCS Version Collector
01-Jul-2024 17:44:58 Running pre-build action: Build Log Labeller Pre Build Action
01-Jul-2024 17:44:58 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite Coverage #1295 (PHPBB3-DDM-COVR-1295) started building on agent 'Docker' ()
01-Jul-2024 17:44:58
Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
01-Jul-2024 17:44:58 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli'
01-Jul-2024 17:44:58
Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Coverage #1295 (PHPBB3-DDM-COVR-1295)'
... running command line:
/usr/bin/docker build --force-rm=true --tag=phpbb:php-8.1 /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
... in: /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
01-Jul-2024 17:44:59 #0 building with "default" instance using docker driver
01-Jul-2024 17:44:59
01-Jul-2024 17:44:59 #1 [internal] load build definition from Dockerfile
01-Jul-2024 17:44:59 #1 transferring dockerfile: 583B done
01-Jul-2024 17:44:59 #1 DONE 0.0s
01-Jul-2024 17:44:59
01-Jul-2024 17:44:59 #2 [internal] load metadata for docker.io/library/php:8.1
01-Jul-2024 17:44:59 #2 DONE 0.7s
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #3 [internal] load .dockerignore
01-Jul-2024 17:45:00 #3 transferring context: 2B done
01-Jul-2024 17:45:00 #3 DONE 0.0s
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #4 [1/7] FROM docker.io/library/php:8.1@sha256:49fac2cf1a5e060dbebbd449b4409f85a8aa2076fd0a8050f1d5f3e66e18d121
01-Jul-2024 17:45:00 #4 DONE 0.0s
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #5 [4/7] RUN docker-php-ext-enable xdebug
01-Jul-2024 17:45:00 #5 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #6 [2/7] RUN apt-get update && apt-get install -y         git         zlib1g-dev         bzip2         zip         libzip-dev         && docker-php-ext-install -j$(nproc) zip
01-Jul-2024 17:45:00 #6 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #7 [3/7] RUN pecl install xdebug-3.2.2
01-Jul-2024 17:45:00 #7 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #8 [5/7] RUN echo "memory_limit = 1024M" >> /usr/local/etc/php/conf.d/memory.ini
01-Jul-2024 17:45:00 #8 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #9 [6/7] RUN echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini
01-Jul-2024 17:45:00 #9 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #10 [7/7] RUN git config --system user.name Docker && git config --system user.email docker@localhost
01-Jul-2024 17:45:00 #10 CACHED
01-Jul-2024 17:45:00
01-Jul-2024 17:45:00 #11 exporting to image
01-Jul-2024 17:45:00 #11 exporting layers done
01-Jul-2024 17:45:00 #11 writing image sha256:317e983624d4f83f667aaee791c29ee06a6cc91cd4029c9e5c7526264c51ad93 0.0s done
01-Jul-2024 17:45:00 #11 naming to docker.io/library/phpbb:php-8.1 done
01-Jul-2024 17:45:00 #11 DONE 0.1s
01-Jul-2024 17:45:00 Built Docker image 'phpbb:php-8.1'
01-Jul-2024 17:45:00 Finished task 'Build image' with result: Success
01-Jul-2024 17:45:00
Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-COVR
01-Jul-2024 17:45:00 Starting task 'Run phpunit with coverage' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli'
01-Jul-2024 17:45:00 Running image name (phpbb:php-8.1)
01-Jul-2024 17:45:00
Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite Coverage #1295 (PHPBB3-DDM-COVR-1295)'
... running command line:
/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-COVR:/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-8.1 /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-DDM-COVR
01-Jul-2024 17:45:02 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:45:02 You are using the deprecated option "--dev". It has no effect and will break in Composer 3.
01-Jul-2024 17:45:02 Installing dependencies from lock file (including require-dev)
01-Jul-2024 17:45:02 Verifying lock file contents can be installed on current platform.
01-Jul-2024 17:45:02 Package operations: 142 installs, 0 updates, 0 removals
01-Jul-2024 17:45:02   - Downloading composer/installers (v1.12.0)
01-Jul-2024 17:45:02   - Downloading composer/package-versions-deprecated (1.11.99.5)
01-Jul-2024 17:45:02   - Downloading bantu/ini-get-wrapper (v1.0.1)
01-Jul-2024 17:45:02   - Downloading carlos-mg89/oauth (0.8.15)
01-Jul-2024 17:45:02   - Downloading chita/topological_sort (v3.0.1)
01-Jul-2024 17:45:02   - Downloading symfony/process (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-php81 (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-php80 (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-php73 (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/finder (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-mbstring (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-ctype (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/filesystem (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-intl-normalizer (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-intl-grapheme (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/string (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/deprecation-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading psr/container (2.0.2)
01-Jul-2024 17:45:02   - Downloading symfony/service-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading symfony/console (v6.4.8)
01-Jul-2024 17:45:02   - Downloading seld/signal-handler (2.0.2)
01-Jul-2024 17:45:02   - Downloading seld/phar-utils (1.2.1)
01-Jul-2024 17:45:02   - Downloading seld/jsonlint (1.10.2)
01-Jul-2024 17:45:02   - Downloading react/promise (v3.2.0)
01-Jul-2024 17:45:02   - Downloading psr/log (3.0.0)
01-Jul-2024 17:45:02   - Downloading justinrainbow/json-schema (v5.2.13)
01-Jul-2024 17:45:02   - Downloading composer/pcre (3.1.4)
01-Jul-2024 17:45:02   - Downloading composer/xdebug-handler (3.0.5)
01-Jul-2024 17:45:02   - Downloading composer/spdx-licenses (1.5.8)
01-Jul-2024 17:45:02   - Downloading composer/semver (3.4.0)
01-Jul-2024 17:45:02   - Downloading composer/metadata-minifier (1.0.0)
01-Jul-2024 17:45:02   - Downloading composer/class-map-generator (1.3.4)
01-Jul-2024 17:45:02   - Downloading composer/ca-bundle (1.5.0)
01-Jul-2024 17:45:02   - Downloading composer/composer (2.7.7)
01-Jul-2024 17:45:02   - Downloading psr/cache (3.0.0)
01-Jul-2024 17:45:02   - Downloading doctrine/deprecations (1.1.3)
01-Jul-2024 17:45:02   - Downloading doctrine/event-manager (1.2.0)
01-Jul-2024 17:45:02   - Downloading doctrine/cache (2.2.0)
01-Jul-2024 17:45:02   - Downloading doctrine/dbal (3.3.8)
01-Jul-2024 17:45:02   - Downloading google/recaptcha (1.3.0)
01-Jul-2024 17:45:02   - Downloading guzzlehttp/promises (1.5.3)
01-Jul-2024 17:45:02   - Downloading ralouphie/getallheaders (3.0.3)
01-Jul-2024 17:45:02   - Downloading psr/http-message (1.1)
01-Jul-2024 17:45:02   - Downloading guzzlehttp/psr7 (1.9.1)
01-Jul-2024 17:45:02   - Downloading laminas/laminas-code (4.13.0)
01-Jul-2024 17:45:02   - Downloading symfony/yaml (v6.4.8)
01-Jul-2024 17:45:02   - Downloading laravel/homestead (v14.5.0)
01-Jul-2024 17:45:02   - Downloading marc1706/fast-image-size (v1.1.7)
01-Jul-2024 17:45:02   - Downloading symfony/http-client-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading symfony/http-client (v6.4.8)
01-Jul-2024 17:45:02   - Downloading brick/math (0.12.1)
01-Jul-2024 17:45:02   - Downloading spomky-labs/pki-framework (1.2.1)
01-Jul-2024 17:45:02   - Downloading psr/http-factory (1.1.0)
01-Jul-2024 17:45:02   - Downloading psr/http-client (1.0.3)
01-Jul-2024 17:45:02   - Downloading psr/clock (1.0.0)
01-Jul-2024 17:45:02   - Downloading paragonie/random_compat (v9.99.100)
01-Jul-2024 17:45:02   - Downloading paragonie/sodium_compat (v1.21.1)
01-Jul-2024 17:45:02   - Downloading paragonie/constant_time_encoding (v2.7.0)
01-Jul-2024 17:45:02   - Downloading web-token/jwt-library (3.4.3)
01-Jul-2024 17:45:02   - Downloading web-token/jwt-util-ecc (3.4.3)
01-Jul-2024 17:45:02   - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3)
01-Jul-2024 17:45:02   - Downloading web-token/jwt-signature (3.4.3)
01-Jul-2024 17:45:02   - Downloading web-token/jwt-key-mgmt (3.4.3)
01-Jul-2024 17:45:02   - Downloading spomky-labs/base64url (v2.0.4)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-php72 (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-intl-idn (v1.29.0)
01-Jul-2024 17:45:02   - Downloading guzzlehttp/guzzle (6.5.8)
01-Jul-2024 17:45:02   - Downloading minishlink/web-push (v8.0.0)
01-Jul-2024 17:45:02   - Downloading sebastian/version (3.0.2)
01-Jul-2024 17:45:02   - Downloading sebastian/type (3.2.1)
01-Jul-2024 17:45:02   - Downloading sebastian/resource-operations (3.0.4)
01-Jul-2024 17:45:02   - Downloading sebastian/recursion-context (4.0.5)
01-Jul-2024 17:45:02   - Downloading sebastian/object-reflector (2.0.4)
01-Jul-2024 17:45:02   - Downloading sebastian/object-enumerator (4.0.4)
01-Jul-2024 17:45:02   - Downloading sebastian/global-state (5.0.7)
01-Jul-2024 17:45:02   - Downloading sebastian/exporter (4.0.6)
01-Jul-2024 17:45:02   - Downloading sebastian/environment (5.1.5)
01-Jul-2024 17:45:02   - Downloading sebastian/diff (4.0.6)
01-Jul-2024 17:45:02   - Downloading sebastian/comparator (4.0.8)
01-Jul-2024 17:45:02   - Downloading sebastian/code-unit (1.0.8)
01-Jul-2024 17:45:02   - Downloading sebastian/cli-parser (1.0.2)
01-Jul-2024 17:45:02   - Downloading phpunit/php-timer (5.0.3)
01-Jul-2024 17:45:02   - Downloading phpunit/php-text-template (2.0.4)
01-Jul-2024 17:45:02   - Downloading phpunit/php-invoker (3.1.1)
01-Jul-2024 17:45:02   - Downloading phpunit/php-file-iterator (3.0.6)
01-Jul-2024 17:45:02   - Downloading theseer/tokenizer (1.2.3)
01-Jul-2024 17:45:02   - Downloading nikic/php-parser (v4.19.1)
01-Jul-2024 17:45:02   - Downloading sebastian/lines-of-code (1.0.4)
01-Jul-2024 17:45:02   - Downloading sebastian/complexity (2.0.3)
01-Jul-2024 17:45:02   - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
01-Jul-2024 17:45:02   - Downloading phpunit/php-code-coverage (9.2.31)
01-Jul-2024 17:45:02   - Downloading phar-io/version (3.2.1)
01-Jul-2024 17:45:02   - Downloading phar-io/manifest (2.0.4)
01-Jul-2024 17:45:02   - Downloading myclabs/deep-copy (1.12.0)
01-Jul-2024 17:45:02   - Downloading doctrine/instantiator (2.0.0)
01-Jul-2024 17:45:02   - Downloading phpunit/phpunit (9.6.19)
01-Jul-2024 17:45:02   - Downloading misantron/dbunit (5.3.0)
01-Jul-2024 17:45:02   - Downloading phing/phing (2.17.4)
01-Jul-2024 17:45:02   - Downloading webmozart/assert (1.11.0)
01-Jul-2024 17:45:02   - Downloading phpstan/phpdoc-parser (1.29.1)
01-Jul-2024 17:45:02   - Downloading phpdocumentor/reflection-common (2.2.0)
01-Jul-2024 17:45:02   - Downloading phpdocumentor/type-resolver (1.8.2)
01-Jul-2024 17:45:02   - Downloading phpdocumentor/reflection-docblock (5.4.1)
01-Jul-2024 17:45:02   - Downloading spatie/array-to-xml (3.3.0)
01-Jul-2024 17:45:02   - Downloading netresearch/jsonmapper (v4.4.1)
01-Jul-2024 17:45:02   - Downloading fidry/cpu-core-counter (1.1.0)
01-Jul-2024 17:45:02   - Downloading felixfbecker/language-server-protocol (v1.5.2)
01-Jul-2024 17:45:02   - Downloading felixfbecker/advanced-json-rpc (v3.2.1)
01-Jul-2024 17:45:02   - Downloading dnoegel/php-xdg-base-dir (v0.1.1)
01-Jul-2024 17:45:02   - Downloading amphp/amp (v2.6.4)
01-Jul-2024 17:45:02   - Downloading amphp/byte-stream (v1.8.2)
01-Jul-2024 17:45:02   - Downloading vimeo/psalm (5.24.0)
01-Jul-2024 17:45:02   - Downloading symfony/routing (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/polyfill-php83 (v1.29.0)
01-Jul-2024 17:45:02   - Downloading symfony/http-foundation (v6.4.8)
01-Jul-2024 17:45:02   - Downloading psr/event-dispatcher (1.0.0)
01-Jul-2024 17:45:02   - Downloading symfony/event-dispatcher-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading symfony/event-dispatcher (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/var-dumper (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/error-handler (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/http-kernel (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/var-exporter (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/dependency-injection (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/config (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/cache-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading symfony/cache (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/framework-bundle (v6.4.8)
01-Jul-2024 17:45:02   - Downloading psalm/plugin-symfony (v5.2.2)
01-Jul-2024 17:45:02   - Downloading s9e/sweetdom (3.4.1)
01-Jul-2024 17:45:02   - Downloading s9e/regexp-builder (1.4.6)
01-Jul-2024 17:45:02   - Downloading s9e/text-formatter (2.17.3)
01-Jul-2024 17:45:02   - Downloading squizlabs/php_codesniffer (3.10.1)
01-Jul-2024 17:45:02   - Downloading masterminds/html5 (2.9.0)
01-Jul-2024 17:45:02   - Downloading symfony/dom-crawler (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/browser-kit (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/css-selector (v6.4.8)
01-Jul-2024 17:45:02   - Downloading symfony/mime (v6.4.8)
01-Jul-2024 17:45:02   - Downloading friendsofphp/proxy-manager-lts (v1.0.18)
01-Jul-2024 17:45:02   - Downloading symfony/proxy-manager-bridge (v6.4.8)
01-Jul-2024 17:45:02   - Downloading twig/twig (v3.8.0)
01-Jul-2024 17:45:02   - Downloading symfony/translation-contracts (v3.5.0)
01-Jul-2024 17:45:02   - Downloading symfony/twig-bridge (v6.4.8)
01-Jul-2024 17:45:05    0/142 [>---------------------------]   0%  20/142 [===>------------------------]  14%  34/142 [======>---------------------]  23%  48/142 [=========>------------------]  33%  60/142 [===========>----------------]  42%  73/142 [==============>-------------]  51%  87/142 [=================>----------]  61% 101/142 [===================>--------]  71% 114/142 [======================>-----]  80% 128/142 [=========================>--]  90% 142/142 [============================] 100%  - Installing composer/installers (v1.12.0): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive
01-Jul-2024 17:45:05   - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive
01-Jul-2024 17:45:05   - Installing carlos-mg89/oauth (0.8.15): Extracting archive
01-Jul-2024 17:45:05   - Installing chita/topological_sort (v3.0.1): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/process (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/finder (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/filesystem (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/string (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/container (2.0.2): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/service-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/console (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing seld/signal-handler (2.0.2): Extracting archive
01-Jul-2024 17:45:05   - Installing seld/phar-utils (1.2.1): Extracting archive
01-Jul-2024 17:45:05   - Installing seld/jsonlint (1.10.2): Extracting archive
01-Jul-2024 17:45:05   - Installing react/promise (v3.2.0): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/log (3.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing justinrainbow/json-schema (v5.2.13): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/pcre (3.1.4): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/xdebug-handler (3.0.5): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/spdx-licenses (1.5.8): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/semver (3.4.0): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/metadata-minifier (1.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/class-map-generator (1.3.4): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/ca-bundle (1.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing composer/composer (2.7.7): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/cache (3.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing doctrine/deprecations (1.1.3): Extracting archive
01-Jul-2024 17:45:05   - Installing doctrine/event-manager (1.2.0): Extracting archive
01-Jul-2024 17:45:05   - Installing doctrine/cache (2.2.0): Extracting archive
01-Jul-2024 17:45:05   - Installing doctrine/dbal (3.3.8): Extracting archive
01-Jul-2024 17:45:05   - Installing google/recaptcha (1.3.0): Extracting archive
01-Jul-2024 17:45:05   - Installing guzzlehttp/promises (1.5.3): Extracting archive
01-Jul-2024 17:45:05   - Installing ralouphie/getallheaders (3.0.3): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/http-message (1.1): Extracting archive
01-Jul-2024 17:45:05   - Installing guzzlehttp/psr7 (1.9.1): Extracting archive
01-Jul-2024 17:45:05   - Installing laminas/laminas-code (4.13.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/yaml (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing laravel/homestead (v14.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing marc1706/fast-image-size (v1.1.7): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/http-client-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/http-client (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing brick/math (0.12.1): Extracting archive
01-Jul-2024 17:45:05   - Installing spomky-labs/pki-framework (1.2.1): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/http-factory (1.1.0): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/http-client (1.0.3): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/clock (1.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing paragonie/random_compat (v9.99.100): Extracting archive
01-Jul-2024 17:45:05   - Installing paragonie/sodium_compat (v1.21.1): Extracting archive
01-Jul-2024 17:45:05   - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive
01-Jul-2024 17:45:05   - Installing web-token/jwt-library (3.4.3): Extracting archive
01-Jul-2024 17:45:05   - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive
01-Jul-2024 17:45:05   - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive
01-Jul-2024 17:45:05   - Installing web-token/jwt-signature (3.4.3): Extracting archive
01-Jul-2024 17:45:05   - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive
01-Jul-2024 17:45:05   - Installing spomky-labs/base64url (v2.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing guzzlehttp/guzzle (6.5.8): Extracting archive
01-Jul-2024 17:45:05   - Installing minishlink/web-push (v8.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/version (3.0.2): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/type (3.2.1): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/resource-operations (3.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/recursion-context (4.0.5): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/object-reflector (2.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/object-enumerator (4.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/global-state (5.0.7): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/exporter (4.0.6): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/environment (5.1.5): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/diff (4.0.6): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/comparator (4.0.8): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/code-unit (1.0.8): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/cli-parser (1.0.2): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/php-timer (5.0.3): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/php-text-template (2.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/php-invoker (3.1.1): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
01-Jul-2024 17:45:05   - Installing theseer/tokenizer (1.2.3): Extracting archive
01-Jul-2024 17:45:05   - Installing nikic/php-parser (v4.19.1): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/lines-of-code (1.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/complexity (2.0.3): Extracting archive
01-Jul-2024 17:45:05   - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/php-code-coverage (9.2.31): Extracting archive
01-Jul-2024 17:45:05   - Installing phar-io/version (3.2.1): Extracting archive
01-Jul-2024 17:45:05   - Installing phar-io/manifest (2.0.4): Extracting archive
01-Jul-2024 17:45:05   - Installing myclabs/deep-copy (1.12.0): Extracting archive
01-Jul-2024 17:45:05   - Installing doctrine/instantiator (2.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing phpunit/phpunit (9.6.19): Extracting archive
01-Jul-2024 17:45:05   - Installing misantron/dbunit (5.3.0): Extracting archive
01-Jul-2024 17:45:05   - Installing phing/phing (2.17.4): Extracting archive
01-Jul-2024 17:45:05   - Installing webmozart/assert (1.11.0): Extracting archive
01-Jul-2024 17:45:05   - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive
01-Jul-2024 17:45:05   - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
01-Jul-2024 17:45:05   - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive
01-Jul-2024 17:45:05   - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive
01-Jul-2024 17:45:05   - Installing spatie/array-to-xml (3.3.0): Extracting archive
01-Jul-2024 17:45:05   - Installing netresearch/jsonmapper (v4.4.1): Extracting archive
01-Jul-2024 17:45:05   - Installing fidry/cpu-core-counter (1.1.0): Extracting archive
01-Jul-2024 17:45:05   - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive
01-Jul-2024 17:45:05   - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive
01-Jul-2024 17:45:05   - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive
01-Jul-2024 17:45:05   - Installing amphp/amp (v2.6.4): Extracting archive
01-Jul-2024 17:45:05   - Installing amphp/byte-stream (v1.8.2): Extracting archive
01-Jul-2024 17:45:05   - Installing vimeo/psalm (5.24.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/routing (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/http-foundation (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing psr/event-dispatcher (1.0.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/event-dispatcher (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/var-dumper (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/error-handler (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/http-kernel (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/var-exporter (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/dependency-injection (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/config (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/cache-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/cache (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/framework-bundle (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing psalm/plugin-symfony (v5.2.2): Extracting archive
01-Jul-2024 17:45:05   - Installing s9e/sweetdom (3.4.1): Extracting archive
01-Jul-2024 17:45:05   - Installing s9e/regexp-builder (1.4.6): Extracting archive
01-Jul-2024 17:45:05   - Installing s9e/text-formatter (2.17.3): Extracting archive
01-Jul-2024 17:45:05   - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive
01-Jul-2024 17:45:05   - Installing masterminds/html5 (2.9.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/dom-crawler (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/browser-kit (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/css-selector (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/mime (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive
01-Jul-2024 17:45:05   - Installing twig/twig (v3.8.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/translation-contracts (v3.5.0): Extracting archive
01-Jul-2024 17:45:05   - Installing symfony/twig-bridge (v6.4.8): Extracting archive
01-Jul-2024 17:45:08    0/140 [>---------------------------]   0%  20/140 [====>-----------------------]  14%  30/140 [======>---------------------]  21%  49/140 [=========>------------------]  35%  58/140 [===========>----------------]  41%  78/140 [===============>------------]  55%  84/140 [================>-----------]  60% 101/140 [====================>-------]  72% 114/140 [======================>-----]  81% 128/140 [=========================>--]  91% 140/140 [============================] 100%Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead.
01-Jul-2024 17:45:08 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead.
01-Jul-2024 17:45:08 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead.
01-Jul-2024 17:45:08 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead.
01-Jul-2024 17:45:08 Generating autoload files
01-Jul-2024 17:45:08 101 packages you are using are looking for funding.
01-Jul-2024 17:45:08 Use the `composer fund` command to find out more!
01-Jul-2024 17:45:10 PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
01-Jul-2024 17:45:10
01-Jul-2024 17:45:46 .............................................................   61 / 7513 (  0%)
01-Jul-2024 17:45:51 .............................................................  122 / 7513 (  1%)
01-Jul-2024 17:45:53 .................................................I.....SSSS..  183 / 7513 (  2%)
01-Jul-2024 17:45:55 ................SSSSSSSS............S...S....................  244 / 7513 (  3%)
01-Jul-2024 17:45:57 .............................................................  305 / 7513 (  4%)
01-Jul-2024 17:46:06 S............................................................  366 / 7513 (  4%)
01-Jul-2024 17:46:08 .............................................................  427 / 7513 (  5%)
01-Jul-2024 17:46:09 .............................................................  488 / 7513 (  6%)
01-Jul-2024 17:46:10 .............................................................  549 / 7513 (  7%)
01-Jul-2024 17:46:10 .............................................................  610 / 7513 (  8%)
01-Jul-2024 17:46:11 .............................................................  671 / 7513 (  8%)
01-Jul-2024 17:46:12 .............................................................  732 / 7513 (  9%)
01-Jul-2024 17:46:13 .............................................................  793 / 7513 ( 10%)
01-Jul-2024 17:46:14 .............................................................  854 / 7513 ( 11%)
01-Jul-2024 17:46:15 .............................................................  915 / 7513 ( 12%)
01-Jul-2024 17:46:16 .............................................................  976 / 7513 ( 12%)
01-Jul-2024 17:46:17 ............................................................. 1037 / 7513 ( 13%)
01-Jul-2024 17:46:18 ............................................................. 1098 / 7513 ( 14%)
01-Jul-2024 17:46:37 .........................................................I... 1159 / 7513 ( 15%)
01-Jul-2024 17:46:56 S...............S............................................ 1220 / 7513 ( 16%)
01-Jul-2024 17:47:05 ............................................................. 1281 / 7513 ( 17%)
01-Jul-2024 17:47:08 ............................................................. 1342 / 7513 ( 17%)
01-Jul-2024 17:47:12 ..S.S.S...................................................... 1403 / 7513 ( 18%)
01-Jul-2024 17:47:12 ............................................................. 1464 / 7513 ( 19%)
01-Jul-2024 17:47:13 ............................................................. 1525 / 7513 ( 20%)
01-Jul-2024 17:47:13 ............................................................. 1586 / 7513 ( 21%)
01-Jul-2024 17:47:13 ............................................................. 1647 / 7513 ( 21%)
01-Jul-2024 17:47:14 ............................................................. 1708 / 7513 ( 22%)
01-Jul-2024 17:47:14 ............................................................. 1769 / 7513 ( 23%)
01-Jul-2024 17:47:14 ............................................................. 1830 / 7513 ( 24%)
01-Jul-2024 17:47:14 ............................................................. 1891 / 7513 ( 25%)
01-Jul-2024 17:47:14 ............................................................. 1952 / 7513 ( 25%)
01-Jul-2024 17:47:15 ............................................................. 2013 / 7513 ( 26%)
01-Jul-2024 17:47:15 ............................................................. 2074 / 7513 ( 27%)
01-Jul-2024 17:47:15 ............................................................. 2135 / 7513 ( 28%)
01-Jul-2024 17:47:16 ............................................................. 2196 / 7513 ( 29%)
01-Jul-2024 17:47:17 ............................................................. 2257 / 7513 ( 30%)
01-Jul-2024 17:47:18 ............................................................. 2318 / 7513 ( 30%)
01-Jul-2024 17:47:20 ............................................................. 2379 / 7513 ( 31%)
01-Jul-2024 17:47:21 ............................................................. 2440 / 7513 ( 32%)
01-Jul-2024 17:47:21 ............................................................. 2501 / 7513 ( 33%)
01-Jul-2024 17:47:23 ..............................I.II........................... 2562 / 7513 ( 34%)
01-Jul-2024 17:47:23 ............................................................. 2623 / 7513 ( 34%)
01-Jul-2024 17:47:24 ............................................................. 2684 / 7513 ( 35%)
01-Jul-2024 17:47:25 ............................................................. 2745 / 7513 ( 36%)
01-Jul-2024 17:47:25 ............................................................. 2806 / 7513 ( 37%)
01-Jul-2024 17:47:27 ............................................................. 2867 / 7513 ( 38%)
01-Jul-2024 17:47:28 ............................................................. 2928 / 7513 ( 38%)
01-Jul-2024 17:47:29 ............................................................. 2989 / 7513 ( 39%)
01-Jul-2024 17:47:30 ............................................................. 3050 / 7513 ( 40%)
01-Jul-2024 17:47:37 ............................................................. 3111 / 7513 ( 41%)
01-Jul-2024 17:47:41 ............................................................. 3172 / 7513 ( 42%)
01-Jul-2024 17:47:43 ............................................................. 3233 / 7513 ( 43%)
01-Jul-2024 17:47:49 ..S.......................................................... 3294 / 7513 ( 43%)
01-Jul-2024 17:47:49 ............................................................. 3355 / 7513 ( 44%)
01-Jul-2024 17:47:50 ............................................................. 3416 / 7513 ( 45%)
01-Jul-2024 17:47:56 ............................................................. 3477 / 7513 ( 46%)
01-Jul-2024 17:48:06 ............................................................. 3538 / 7513 ( 47%)
01-Jul-2024 17:48:14 ............................................................. 3599 / 7513 ( 47%)
01-Jul-2024 17:48:21 ............................................................. 3660 / 7513 ( 48%)
01-Jul-2024 17:48:23 ............................................................. 3721 / 7513 ( 49%)
01-Jul-2024 17:48:23 ............................................................. 3782 / 7513 ( 50%)
01-Jul-2024 17:48:24 ............................................................. 3843 / 7513 ( 51%)
01-Jul-2024 17:48:24 ............................................................. 3904 / 7513 ( 51%)
01-Jul-2024 17:48:25 ............................................................. 3965 / 7513 ( 52%)
01-Jul-2024 17:48:25 ............................................................. 4026 / 7513 ( 53%)
01-Jul-2024 17:48:25 ............................................................. 4087 / 7513 ( 54%)
01-Jul-2024 17:48:25 ............................................................. 4148 / 7513 ( 55%)
01-Jul-2024 17:48:30 ............................................................. 4209 / 7513 ( 56%)
01-Jul-2024 17:48:30 ............................................................. 4270 / 7513 ( 56%)
01-Jul-2024 17:48:33 ............................................................. 4331 / 7513 ( 57%)
01-Jul-2024 17:48:35 ............................................................. 4392 / 7513 ( 58%)
01-Jul-2024 17:48:36 ............................................................. 4453 / 7513 ( 59%)
01-Jul-2024 17:48:39 ............................................................. 4514 / 7513 ( 60%)
01-Jul-2024 17:48:43 ............................................................. 4575 / 7513 ( 60%)
01-Jul-2024 17:48:56 ............................................................. 4636 / 7513 ( 61%)
01-Jul-2024 17:48:58 ............................................................. 4697 / 7513 ( 62%)
01-Jul-2024 17:48:58 ............................................................. 4758 / 7513 ( 63%)
01-Jul-2024 17:48:59 ............................................................. 4819 / 7513 ( 64%)
01-Jul-2024 17:48:59 ............................................................. 4880 / 7513 ( 64%)
01-Jul-2024 17:48:59 ............................................................. 4941 / 7513 ( 65%)
01-Jul-2024 17:48:59 ............................................................. 5002 / 7513 ( 66%)
01-Jul-2024 17:49:00 ............................................................. 5063 / 7513 ( 67%)
01-Jul-2024 17:49:00 ............................................................. 5124 / 7513 ( 68%)
01-Jul-2024 17:49:00 ............................................................. 5185 / 7513 ( 69%)
01-Jul-2024 17:49:00 ............................................................. 5246 / 7513 ( 69%)
01-Jul-2024 17:49:05 ............................................................. 5307 / 7513 ( 70%)
01-Jul-2024 17:49:17 ............................................................. 5368 / 7513 ( 71%)
01-Jul-2024 17:49:24 ............................................................. 5429 / 7513 ( 72%)
01-Jul-2024 17:49:28 ............................................................. 5490 / 7513 ( 73%)
01-Jul-2024 17:49:29 ............................................................. 5551 / 7513 ( 73%)
01-Jul-2024 17:49:30 ............................................................. 5612 / 7513 ( 74%)
01-Jul-2024 17:49:30 ............................................................. 5673 / 7513 ( 75%)
01-Jul-2024 17:49:31 ............................................................. 5734 / 7513 ( 76%)
01-Jul-2024 17:49:33 ............................................................. 5795 / 7513 ( 77%)
01-Jul-2024 17:49:35 ............................................................. 5856 / 7513 ( 77%)
01-Jul-2024 17:49:37 ............................................................. 5917 / 7513 ( 78%)
01-Jul-2024 17:49:38 ............................................................. 5978 / 7513 ( 79%)
01-Jul-2024 17:49:40 ............................................................. 6039 / 7513 ( 80%)
01-Jul-2024 17:49:42 ............................................................. 6100 / 7513 ( 81%)
01-Jul-2024 17:49:44 ............................................................. 6161 / 7513 ( 82%)
01-Jul-2024 17:49:46 ............................................................. 6222 / 7513 ( 82%)
01-Jul-2024 17:49:47 ............................................................. 6283 / 7513 ( 83%)
01-Jul-2024 17:49:49 ............................................................. 6344 / 7513 ( 84%)
01-Jul-2024 17:49:51 ............................................................. 6405 / 7513 ( 85%)
01-Jul-2024 17:49:53 ............................................................. 6466 / 7513 ( 86%)
01-Jul-2024 17:49:55 ............................................................. 6527 / 7513 ( 86%)
01-Jul-2024 17:49:56 ............................................................. 6588 / 7513 ( 87%)
01-Jul-2024 17:49:58 ............................................................. 6649 / 7513 ( 88%)
01-Jul-2024 17:50:00 ............................................................. 6710 / 7513 ( 89%)
01-Jul-2024 17:50:02 ............................................................. 6771 / 7513 ( 90%)
01-Jul-2024 17:50:03 ............................................................. 6832 / 7513 ( 90%)
01-Jul-2024 17:50:05 ............................................................. 6893 / 7513 ( 91%)
01-Jul-2024 17:50:07 ............................................................. 6954 / 7513 ( 92%)
01-Jul-2024 17:50:09 ............................................................. 7015 / 7513 ( 93%)
01-Jul-2024 17:50:10 ............................................................. 7076 / 7513 ( 94%)
01-Jul-2024 17:50:12 ............................................................. 7137 / 7513 ( 94%)
01-Jul-2024 17:50:14 ............................................................. 7198 / 7513 ( 95%)
01-Jul-2024 17:50:16 ............................................................. 7259 / 7513 ( 96%)
01-Jul-2024 17:50:17 ............................................................. 7320 / 7513 ( 97%)
01-Jul-2024 17:50:19 ............................................................. 7381 / 7513 ( 98%)
01-Jul-2024 17:50:21 ............................................................. 7442 / 7513 ( 99%)
01-Jul-2024 17:50:23 ............................................................. 7503 / 7513 ( 99%)
01-Jul-2024 17:50:23 ..........                                                    7513 / 7513 (100%)
01-Jul-2024 17:50:23
01-Jul-2024 17:50:23 Time: 05:12.527, Memory: 308.50 MB
01-Jul-2024 17:50:23
01-Jul-2024 17:50:23 OK, but incomplete, skipped, or risky tests!
01-Jul-2024 17:50:23 Tests: 7513, Assertions: 83984, Skipped: 21, Incomplete: 5.
01-Jul-2024 17:50:23
01-Jul-2024 17:53:22 Generating code coverage report in HTML format ... done [02:59.026]
01-Jul-2024 17:53:23 Finished task 'Run phpunit with coverage' with result: Success
01-Jul-2024 17:53:23 Running post build plugin 'Artifact Copier'
01-Jul-2024 17:53:23 Publishing an artifact: Coverage HTML Report
01-Jul-2024 17:53:25 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 1.832 s
01-Jul-2024 17:53:25 Running post build plugin 'npm Cache Cleanup'
01-Jul-2024 17:53:25 Running post build plugin 'NCover Results Collector'
01-Jul-2024 17:53:25 Running post build plugin 'Build Results Label Collector'
01-Jul-2024 17:53:25 Running post build plugin 'Clover Results Collector'
01-Jul-2024 17:53:25 Running post build plugin 'Docker Container Cleanup'
01-Jul-2024 17:53:26 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-COVR'
01-Jul-2024 17:53:26 Finalising the build...
01-Jul-2024 17:53:26 Stopping timer.
01-Jul-2024 17:53:26 Build PHPBB3-DDM-COVR-1295 completed.
01-Jul-2024 17:53:26 Running on server: post build plugin 'Build Hanging Detection Configuration'
01-Jul-2024 17:53:26 Running on server: post build plugin 'NCover Results Collector'
01-Jul-2024 17:53:26 Running on server: post build plugin 'Build Labeller'
01-Jul-2024 17:53:26 Running on server: post build plugin 'Clover Delta Calculator'
01-Jul-2024 17:53:26 Running on server: post build plugin 'Maven Dependencies Postprocessor'
01-Jul-2024 17:53:26 All post build plugins have finished
01-Jul-2024 17:53:26 Generating build results summary...
01-Jul-2024 17:53:26 Saving build results to disk...
01-Jul-2024 17:53:26 Store variable context...
01-Jul-2024 17:53:27 Finished building PHPBB3-DDM-COVR-1295.