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