simple 02-Apr-2025 15:33:24 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402) is being prepared for building on agent Default Agent, bamboo version: 9.2.16 simple 02-Apr-2025 15:33:24 simple 02-Apr-2025 15:33:24 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 02-Apr-2025 15:33:24 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402) simple 02-Apr-2025 15:33:24 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 02-Apr-2025 15:33:24 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 02-Apr-2025 15:33:24 Updating source code to revision: 3dc1e6fc8e074ffd96ee6d2c21b6dd847358e9f3 simple 02-Apr-2025 15:33:24 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git'. simple 02-Apr-2025 15:33:24 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git/ simple 02-Apr-2025 15:33:24 hint: Using 'master' as the name for the initial branch. This default branch name simple 02-Apr-2025 15:33:24 hint: is subject to change. To configure the initial branch name to use in all simple 02-Apr-2025 15:33:24 hint: of your new repositories, which will suppress this warning, call: simple 02-Apr-2025 15:33:24 hint: simple 02-Apr-2025 15:33:24 hint: git config --global init.defaultBranch <name> simple 02-Apr-2025 15:33:24 hint: simple 02-Apr-2025 15:33:24 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 02-Apr-2025 15:33:24 hint: 'development'. The just-created branch can be renamed via this command: simple 02-Apr-2025 15:33:24 hint: simple 02-Apr-2025 15:33:24 hint: git branch -m <name> simple 02-Apr-2025 15:33:25 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 02-Apr-2025 15:33:50 Checking out revision 3dc1e6fc8e074ffd96ee6d2c21b6dd847358e9f3. simple 02-Apr-2025 15:33:51 Already on 'master' simple 02-Apr-2025 15:33:51 Updated source code to revision: 3dc1e6fc8e074ffd96ee6d2c21b6dd847358e9f3 simple 02-Apr-2025 15:33:51 Finished task 'Checkout Default Repository' with result: Success simple 02-Apr-2025 15:33:51 Running pre-build action: VCS Version Collector simple 02-Apr-2025 15:33:51 Running pre-build action: Build Log Labeller Pre Build Action simple 02-Apr-2025 15:33:51 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402) started building on agent 'Default Agent' () command 02-Apr-2025 15:33:51 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 02-Apr-2025 15:33:51 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 02-Apr-2025 15:33:51 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-f7a0c5d5-6a86-445d-94ed-70def04dbf3a build --force-rm=true --tag=phpbb:php-8.1 /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n error 02-Apr-2025 15:33:53 #0 building with "default" instance using docker driver error 02-Apr-2025 15:33:53 error 02-Apr-2025 15:33:53 #1 [internal] load build definition from Dockerfile error 02-Apr-2025 15:33:53 #1 transferring dockerfile: 491B 0.0s done error 02-Apr-2025 15:33:53 #1 DONE 0.1s error 02-Apr-2025 15:33:53 error 02-Apr-2025 15:33:53 #2 [internal] load metadata for docker.io/library/php:8.1 error 02-Apr-2025 15:33:54 #2 DONE 0.9s error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #3 [internal] load .dockerignore error 02-Apr-2025 15:33:54 #3 transferring context: 2B done error 02-Apr-2025 15:33:54 #3 DONE 0.0s error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #4 [1/6] FROM docker.io/library/php:8.1@sha256:1dbc6eb99bf07d94c9773a21c8569049c57499c4f3c15fd93056464e30d79e8e error 02-Apr-2025 15:33:54 #4 DONE 0.0s error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #5 [2/6] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip libzip-dev && docker-php-ext-install -j$(nproc) zip error 02-Apr-2025 15:33:54 #5 CACHED error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #6 [3/6] RUN pecl install xdebug-3.2.2 error 02-Apr-2025 15:33:54 #6 CACHED error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #7 [4/6] RUN docker-php-ext-enable xdebug error 02-Apr-2025 15:33:54 #7 CACHED error 02-Apr-2025 15:33:54 error 02-Apr-2025 15:33:54 #8 [5/6] RUN echo "memory_limit = 1536M" >> /usr/local/etc/php/conf.d/memory.ini error 02-Apr-2025 15:33:55 #8 DONE 1.2s error 02-Apr-2025 15:33:55 error 02-Apr-2025 15:33:55 #9 [6/6] RUN echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini error 02-Apr-2025 15:33:58 #9 DONE 3.4s error 02-Apr-2025 15:33:58 error 02-Apr-2025 15:33:58 #10 exporting to image error 02-Apr-2025 15:33:58 #10 exporting layers 0.1s done error 02-Apr-2025 15:33:58 #10 writing image sha256:315d3ad537c22a34d54c2329a26f9d940de37c04ba291e510d46e50ad202dd4c 0.0s done error 02-Apr-2025 15:33:58 #10 naming to docker.io/library/phpbb:php-8.1 error 02-Apr-2025 15:33:59 #10 naming to docker.io/library/phpbb:php-8.1 0.0s done error 02-Apr-2025 15:33:59 #10 DONE 0.1s simple 02-Apr-2025 15:33:59 Built Docker image 'phpbb:php-8.1' simple 02-Apr-2025 15:33:59 Finished task 'Build image' with result: Success command 02-Apr-2025 15:33:59 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 02-Apr-2025 15:33:59 Starting task 'Run tests' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 02-Apr-2025 15:33:59 Running image name (phpbb:php-8.1) command 02-Apr-2025 15:33:59 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/phpBB --rm -u=990 -t phpbb:php-8.1 /bin/bash -c php ../composer.phar install --dev; cd ../build; ../phpBB/vendor/bin/phing build\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n build 02-Apr-2025 15:34:01 [30;43mYou are using the deprecated option "--dev". It has no effect and will break in Composer 3.[39;49m build 02-Apr-2025 15:34:01 [32mInstalling dependencies from lock file (including require-dev)[39m build 02-Apr-2025 15:34:01 [32mVerifying lock file contents can be installed on current platform.[39m build 02-Apr-2025 15:34:01 [32mPackage operations: 143 installs, 0 updates, 0 removals[39m build 02-Apr-2025 15:34:01 [30;43mCannot 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.[39;49m build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/installers[39m ([33mv1.12.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/package-versions-deprecated[39m ([33m1.11.99.5[39m) build 02-Apr-2025 15:34:01 - Downloading [32mbantu/ini-get-wrapper[39m ([33mv1.0.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcarlos-mg89/oauth[39m ([33m0.8.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32mchita/topological_sort[39m ([33mv3.0.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/process[39m ([33mv6.4.15[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-php81[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-php80[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-php73[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/finder[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-mbstring[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-ctype[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/filesystem[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-intl-normalizer[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-intl-grapheme[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/string[39m ([33mv6.4.15[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/deprecation-contracts[39m ([33mv3.5.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/container[39m ([33m2.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/service-contracts[39m ([33mv3.5.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/console[39m ([33mv6.4.15[39m) build 02-Apr-2025 15:34:01 - Downloading [32mseld/signal-handler[39m ([33m2.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mseld/phar-utils[39m ([33m1.2.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mseld/jsonlint[39m ([33m1.11.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mreact/promise[39m ([33mv3.2.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/log[39m ([33m3.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mjustinrainbow/json-schema[39m ([33m5.3.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/pcre[39m ([33m3.3.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/xdebug-handler[39m ([33m3.0.5[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/spdx-licenses[39m ([33m1.5.8[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/semver[39m ([33m3.4.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/metadata-minifier[39m ([33m1.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/class-map-generator[39m ([33m1.5.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/ca-bundle[39m ([33m1.5.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mcomposer/composer[39m ([33m2.8.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/cache[39m ([33m3.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/deprecations[39m ([33m1.1.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/event-manager[39m ([33m1.2.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/cache[39m ([33m2.2.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/dbal[39m ([33m3.3.8[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/lexer[39m ([33m3.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mgoogle/recaptcha[39m ([33m1.3.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mguzzlehttp/promises[39m ([33m1.5.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mralouphie/getallheaders[39m ([33m3.0.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/http-message[39m ([33m1.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mguzzlehttp/psr7[39m ([33m1.9.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mlaminas/laminas-code[39m ([33m4.16.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/yaml[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32mlaravel/homestead[39m ([33mv14.5.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mmarc1706/fast-image-size[39m ([33mv1.1.7[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/http-client-contracts[39m ([33mv3.5.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/http-client[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32mbrick/math[39m ([33m0.12.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mspomky-labs/pki-framework[39m ([33m1.2.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/http-factory[39m ([33m1.1.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/http-client[39m ([33m1.0.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/clock[39m ([33m1.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mparagonie/sodium_compat[39m ([33mv2.1.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mparagonie/constant_time_encoding[39m ([33mv3.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mweb-token/jwt-library[39m ([33m3.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mweb-token/jwt-util-ecc[39m ([33m3.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mweb-token/jwt-signature-algorithm-ecdsa[39m ([33m3.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mweb-token/jwt-signature[39m ([33m3.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mweb-token/jwt-key-mgmt[39m ([33m3.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mspomky-labs/base64url[39m ([33mv2.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-intl-idn[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mguzzlehttp/guzzle[39m ([33m6.5.8[39m) build 02-Apr-2025 15:34:01 - Downloading [32mminishlink/web-push[39m ([33mv8.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/version[39m ([33m3.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/type[39m ([33m3.2.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/resource-operations[39m ([33m3.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/recursion-context[39m ([33m4.0.5[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/object-reflector[39m ([33m2.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/object-enumerator[39m ([33m4.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/global-state[39m ([33m5.0.7[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/exporter[39m ([33m4.0.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/environment[39m ([33m5.1.5[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/diff[39m ([33m4.0.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/comparator[39m ([33m4.0.8[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/code-unit[39m ([33m1.0.8[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/cli-parser[39m ([33m1.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/php-timer[39m ([33m5.0.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/php-text-template[39m ([33m2.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/php-invoker[39m ([33m3.1.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/php-file-iterator[39m ([33m3.0.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32mtheseer/tokenizer[39m ([33m1.2.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mnikic/php-parser[39m ([33mv4.19.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/lines-of-code[39m ([33m1.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/complexity[39m ([33m2.0.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32msebastian/code-unit-reverse-lookup[39m ([33m2.0.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/php-code-coverage[39m ([33m9.2.32[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphar-io/version[39m ([33m3.2.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphar-io/manifest[39m ([33m2.0.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mmyclabs/deep-copy[39m ([33m1.12.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdoctrine/instantiator[39m ([33m2.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpunit/phpunit[39m ([33m9.6.22[39m) build 02-Apr-2025 15:34:01 - Downloading [32mmisantron/dbunit[39m ([33m5.3.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphing/phing[39m ([33m2.17.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mwebmozart/assert[39m ([33m1.11.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpstan/phpdoc-parser[39m ([33m2.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpdocumentor/reflection-common[39m ([33m2.2.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpdocumentor/type-resolver[39m ([33m1.10.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mphpdocumentor/reflection-docblock[39m ([33m5.6.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mspatie/array-to-xml[39m ([33m3.4.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mnetresearch/jsonmapper[39m ([33mv4.5.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mfidry/cpu-core-counter[39m ([33m1.2.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32mfelixfbecker/language-server-protocol[39m ([33mv1.5.3[39m) build 02-Apr-2025 15:34:01 - Downloading [32mfelixfbecker/advanced-json-rpc[39m ([33mv3.2.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mdnoegel/php-xdg-base-dir[39m ([33mv0.1.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32mamphp/amp[39m ([33mv2.6.4[39m) build 02-Apr-2025 15:34:01 - Downloading [32mamphp/byte-stream[39m ([33mv1.8.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mvimeo/psalm[39m ([33m5.26.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/routing[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/polyfill-php83[39m ([33mv1.31.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/http-foundation[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsr/event-dispatcher[39m ([33m1.0.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/event-dispatcher-contracts[39m ([33mv3.5.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/event-dispatcher[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/var-dumper[39m ([33mv6.4.15[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/error-handler[39m ([33mv6.4.14[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/http-kernel[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/var-exporter[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/dependency-injection[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/config[39m ([33mv6.4.14[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/cache-contracts[39m ([33mv3.5.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/cache[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/framework-bundle[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32mpsalm/plugin-symfony[39m ([33mv5.2.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32ms9e/sweetdom[39m ([33m3.4.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32ms9e/regexp-builder[39m ([33m1.4.6[39m) build 02-Apr-2025 15:34:01 - Downloading [32ms9e/text-formatter[39m ([33m2.18.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msquizlabs/php_codesniffer[39m ([33m3.11.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32mmasterminds/html5[39m ([33m2.9.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/dom-crawler[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/browser-kit[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/css-selector[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/mime[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32megulias/email-validator[39m ([33m4.0.2[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/mailer[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32mfriendsofphp/proxy-manager-lts[39m ([33mv1.0.18[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/proxy-manager-bridge[39m ([33mv6.4.13[39m) build 02-Apr-2025 15:34:01 - Downloading [32mtwig/twig[39m ([33mv3.18.0[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/translation-contracts[39m ([33mv3.5.1[39m) build 02-Apr-2025 15:34:01 - Downloading [32msymfony/twig-bridge[39m ([33mv6.4.16[39m) build 02-Apr-2025 15:34:04 0/143 [>---------------------------] 0%[1G[2K 16/143 [===>------------------------] 11%[1G[2K 34/143 [======>---------------------] 23%[1G[2K 44/143 [========>-------------------] 30%[1G[2K 64/143 [============>---------------] 44%[1G[2K 73/143 [==============>-------------] 51%[1G[2K 86/143 [================>-----------] 60%[1G[2K 101/143 [===================>--------] 70%[1G[2K 115/143 [======================>-----] 80%[1G[2K 131/143 [=========================>--] 91%[1G[2K 143/143 [============================] 100%[1G[2K - Installing [32mcomposer/installers[39m ([33mv1.12.0[39m): Extracting archive build 02-Apr-2025 15:34:04 - Installing [32mcomposer/package-versions-deprecated[39m ([33m1.11.99.5[39m): Extracting archive build 02-Apr-2025 15:34:04 - Installing [32mbantu/ini-get-wrapper[39m ([33mv1.0.1[39m): Extracting archive build 02-Apr-2025 15:34:04 - Installing [32mcarlos-mg89/oauth[39m ([33m0.8.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mchita/topological_sort[39m ([33mv3.0.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/process[39m ([33mv6.4.15[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-php81[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-php80[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-php73[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/finder[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-mbstring[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-ctype[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/filesystem[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-intl-normalizer[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-intl-grapheme[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/string[39m ([33mv6.4.15[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/deprecation-contracts[39m ([33mv3.5.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/container[39m ([33m2.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/service-contracts[39m ([33mv3.5.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/console[39m ([33mv6.4.15[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mseld/signal-handler[39m ([33m2.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mseld/phar-utils[39m ([33m1.2.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mseld/jsonlint[39m ([33m1.11.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mreact/promise[39m ([33mv3.2.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/log[39m ([33m3.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mjustinrainbow/json-schema[39m ([33m5.3.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/pcre[39m ([33m3.3.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/xdebug-handler[39m ([33m3.0.5[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/spdx-licenses[39m ([33m1.5.8[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/semver[39m ([33m3.4.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/metadata-minifier[39m ([33m1.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/class-map-generator[39m ([33m1.5.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/ca-bundle[39m ([33m1.5.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mcomposer/composer[39m ([33m2.8.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/cache[39m ([33m3.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/deprecations[39m ([33m1.1.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/event-manager[39m ([33m1.2.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/cache[39m ([33m2.2.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/dbal[39m ([33m3.3.8[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/lexer[39m ([33m3.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mgoogle/recaptcha[39m ([33m1.3.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mguzzlehttp/promises[39m ([33m1.5.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mralouphie/getallheaders[39m ([33m3.0.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/http-message[39m ([33m1.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mguzzlehttp/psr7[39m ([33m1.9.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mlaminas/laminas-code[39m ([33m4.16.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/yaml[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mlaravel/homestead[39m ([33mv14.5.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mmarc1706/fast-image-size[39m ([33mv1.1.7[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/http-client-contracts[39m ([33mv3.5.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/http-client[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mbrick/math[39m ([33m0.12.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mspomky-labs/pki-framework[39m ([33m1.2.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/http-factory[39m ([33m1.1.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/http-client[39m ([33m1.0.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/clock[39m ([33m1.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mparagonie/sodium_compat[39m ([33mv2.1.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mparagonie/constant_time_encoding[39m ([33mv3.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mweb-token/jwt-library[39m ([33m3.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mweb-token/jwt-util-ecc[39m ([33m3.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mweb-token/jwt-signature-algorithm-ecdsa[39m ([33m3.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mweb-token/jwt-signature[39m ([33m3.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mweb-token/jwt-key-mgmt[39m ([33m3.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mspomky-labs/base64url[39m ([33mv2.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-intl-idn[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mguzzlehttp/guzzle[39m ([33m6.5.8[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mminishlink/web-push[39m ([33mv8.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/version[39m ([33m3.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/type[39m ([33m3.2.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/resource-operations[39m ([33m3.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/recursion-context[39m ([33m4.0.5[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/object-reflector[39m ([33m2.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/object-enumerator[39m ([33m4.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/global-state[39m ([33m5.0.7[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/exporter[39m ([33m4.0.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/environment[39m ([33m5.1.5[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/diff[39m ([33m4.0.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/comparator[39m ([33m4.0.8[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/code-unit[39m ([33m1.0.8[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/cli-parser[39m ([33m1.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/php-timer[39m ([33m5.0.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/php-text-template[39m ([33m2.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/php-invoker[39m ([33m3.1.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/php-file-iterator[39m ([33m3.0.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mtheseer/tokenizer[39m ([33m1.2.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mnikic/php-parser[39m ([33mv4.19.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/lines-of-code[39m ([33m1.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/complexity[39m ([33m2.0.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msebastian/code-unit-reverse-lookup[39m ([33m2.0.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/php-code-coverage[39m ([33m9.2.32[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphar-io/version[39m ([33m3.2.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphar-io/manifest[39m ([33m2.0.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mmyclabs/deep-copy[39m ([33m1.12.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdoctrine/instantiator[39m ([33m2.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpunit/phpunit[39m ([33m9.6.22[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mmisantron/dbunit[39m ([33m5.3.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphing/phing[39m ([33m2.17.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mwebmozart/assert[39m ([33m1.11.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpstan/phpdoc-parser[39m ([33m2.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpdocumentor/reflection-common[39m ([33m2.2.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpdocumentor/type-resolver[39m ([33m1.10.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mphpdocumentor/reflection-docblock[39m ([33m5.6.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mspatie/array-to-xml[39m ([33m3.4.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mnetresearch/jsonmapper[39m ([33mv4.5.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mfidry/cpu-core-counter[39m ([33m1.2.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mfelixfbecker/language-server-protocol[39m ([33mv1.5.3[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mfelixfbecker/advanced-json-rpc[39m ([33mv3.2.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mdnoegel/php-xdg-base-dir[39m ([33mv0.1.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mamphp/amp[39m ([33mv2.6.4[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mamphp/byte-stream[39m ([33mv1.8.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mvimeo/psalm[39m ([33m5.26.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/routing[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/polyfill-php83[39m ([33mv1.31.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/http-foundation[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsr/event-dispatcher[39m ([33m1.0.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/event-dispatcher-contracts[39m ([33mv3.5.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/event-dispatcher[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/var-dumper[39m ([33mv6.4.15[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/error-handler[39m ([33mv6.4.14[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/http-kernel[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/var-exporter[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/dependency-injection[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/config[39m ([33mv6.4.14[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/cache-contracts[39m ([33mv3.5.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/cache[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/framework-bundle[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mpsalm/plugin-symfony[39m ([33mv5.2.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32ms9e/sweetdom[39m ([33m3.4.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32ms9e/regexp-builder[39m ([33m1.4.6[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32ms9e/text-formatter[39m ([33m2.18.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msquizlabs/php_codesniffer[39m ([33m3.11.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mmasterminds/html5[39m ([33m2.9.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/dom-crawler[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/browser-kit[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/css-selector[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/mime[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32megulias/email-validator[39m ([33m4.0.2[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/mailer[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mfriendsofphp/proxy-manager-lts[39m ([33mv1.0.18[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/proxy-manager-bridge[39m ([33mv6.4.13[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32mtwig/twig[39m ([33mv3.18.0[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/translation-contracts[39m ([33mv3.5.1[39m): Extracting archive build 02-Apr-2025 15:34:05 - Installing [32msymfony/twig-bridge[39m ([33mv6.4.16[39m): Extracting archive build 02-Apr-2025 15:34:10 0/141 [>---------------------------] 0%[1G[2K 18/141 [===>------------------------] 12%[1G[2K 30/141 [=====>----------------------] 21%[1G[2K 46/141 [=========>------------------] 32%[1G[2K 58/141 [===========>----------------] 41%[1G[2K 71/141 [==============>-------------] 50%[1G[2K 88/141 [=================>----------] 62%[1G[2K 100/141 [===================>--------] 70%[1G[2K 116/141 [=======================>----] 82%[1G[2K 128/141 [=========================>--] 90%[1G[2K 141/141 [============================] 100%[1G[2K[30;43mPackage web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead.[39;49m build 02-Apr-2025 15:34:10 [30;43mPackage web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead.[39;49m build 02-Apr-2025 15:34:10 [30;43mPackage web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead.[39;49m build 02-Apr-2025 15:34:10 [30;43mPackage web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead.[39;49m build 02-Apr-2025 15:34:10 [32mGenerating autoload files[39m build 02-Apr-2025 15:34:10 [32m103 packages you are using are looking for funding.[39m build 02-Apr-2025 15:34:10 [32mUse the `composer fund` command to find out more![39m build 02-Apr-2025 15:34:11 [00;36mBuildfile: /data/build/build.xml[0m build 02-Apr-2025 15:34:11 [00;32m build 02-Apr-2025 15:34:11 phpBB > clean: build 02-Apr-2025 15:34:11 [0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/logs does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/api does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/codebrowser does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/coverage does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/cpd does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/dependencies does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/new_version does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/old_versions does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [01;35m [delete] Directory /data/build/save does not exist or is not a directory.[0m build 02-Apr-2025 15:34:11 [00;32m build 02-Apr-2025 15:34:11 phpBB > prepare: build 02-Apr-2025 15:34:11 [0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/logs[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/api[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/codebrowser[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/coverage[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/cpd[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/dependencies[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/new_version[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/new_version/files[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/new_version/patches[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/new_version/release_files[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/new_version/update[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/old_versions[0m build 02-Apr-2025 15:34:11 [00;36m [mkdir] Created dir: /data/build/save[0m build 02-Apr-2025 15:34:11 [00;32m build 02-Apr-2025 15:34:11 phpBB > composer: build 02-Apr-2025 15:34:11 [0m build 02-Apr-2025 15:34:11 Installing dependencies from lock file (including require-dev) build 02-Apr-2025 15:34:11 Verifying lock file contents can be installed on current platform. build 02-Apr-2025 15:34:11 Nothing to install, update or remove build 02-Apr-2025 15:34:11 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 02-Apr-2025 15:34:11 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 02-Apr-2025 15:34:11 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 02-Apr-2025 15:34:11 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 02-Apr-2025 15:34:11 Generating autoload files build 02-Apr-2025 15:34:12 103 packages you are using are looking for funding. build 02-Apr-2025 15:34:12 Use the `composer fund` command to find out more! build 02-Apr-2025 15:34:12 [00;32m build 02-Apr-2025 15:34:12 phpBB > test: build 02-Apr-2025 15:34:12 [0m build 02-Apr-2025 15:34:14 PHPUnit 9.6.22 by Sebastian Bergmann and contributors. build 02-Apr-2025 15:34:15 build 02-Apr-2025 15:35:06 ............................................................. 61 / 7994 ( 0%) build 02-Apr-2025 15:35:17 ............................................................. 122 / 7994 ( 1%) build 02-Apr-2025 15:35:21 ......................................................I.....S 183 / 7994 ( 2%) build 02-Apr-2025 15:35:23 SSS..................SSSSSSSS................................ 244 / 7994 ( 3%) build 02-Apr-2025 15:35:27 ......................S...S.................................. 305 / 7994 ( 3%) build 02-Apr-2025 15:35:33 ...............................................S............. 366 / 7994 ( 4%) build 02-Apr-2025 15:35:49 ............................................................. 427 / 7994 ( 5%) build 02-Apr-2025 15:35:50 ............................................................. 488 / 7994 ( 6%) build 02-Apr-2025 15:35:51 ............................................................. 549 / 7994 ( 6%) build 02-Apr-2025 15:35:53 ............................................................. 610 / 7994 ( 7%) build 02-Apr-2025 15:35:54 ............................................................. 671 / 7994 ( 8%) build 02-Apr-2025 15:35:55 ............................................................. 732 / 7994 ( 9%) build 02-Apr-2025 15:35:57 ............................................................. 793 / 7994 ( 9%) build 02-Apr-2025 15:35:59 ............................................................. 854 / 7994 ( 10%) build 02-Apr-2025 15:36:00 ............................................................. 915 / 7994 ( 11%) build 02-Apr-2025 15:36:01 ............................................................. 976 / 7994 ( 12%) build 02-Apr-2025 15:36:03 ............................................................. 1037 / 7994 ( 12%) build 02-Apr-2025 15:36:04 ............................................................. 1098 / 7994 ( 13%) build 02-Apr-2025 15:36:07 ............................................................. 1159 / 7994 ( 14%) build 02-Apr-2025 15:36:48 ...........................................I...S............. 1220 / 7994 ( 15%) build 02-Apr-2025 15:37:02 ..S.......................................................... 1281 / 7994 ( 16%) build 02-Apr-2025 15:37:18 ............................................................. 1342 / 7994 ( 16%) build 02-Apr-2025 15:37:22 .................................................S.S.S....... 1403 / 7994 ( 17%) build 02-Apr-2025 15:37:24 ............................................................. 1464 / 7994 ( 18%) build 02-Apr-2025 15:37:25 ............................................................. 1525 / 7994 ( 19%) build 02-Apr-2025 15:37:25 ............................................................. 1586 / 7994 ( 19%) build 02-Apr-2025 15:37:25 ............................................................. 1647 / 7994 ( 20%) build 02-Apr-2025 15:37:26 ............................................................. 1708 / 7994 ( 21%) build 02-Apr-2025 15:37:26 ............................................................. 1769 / 7994 ( 22%) build 02-Apr-2025 15:37:26 ............................................................. 1830 / 7994 ( 22%) build 02-Apr-2025 15:37:26 ............................................................. 1891 / 7994 ( 23%) build 02-Apr-2025 15:37:27 ............................................................. 1952 / 7994 ( 24%) build 02-Apr-2025 15:37:27 ............................................................. 2013 / 7994 ( 25%) build 02-Apr-2025 15:37:27 ............................................................. 2074 / 7994 ( 25%) build 02-Apr-2025 15:37:28 ............................................................. 2135 / 7994 ( 26%) build 02-Apr-2025 15:37:28 ............................................................. 2196 / 7994 ( 27%) build 02-Apr-2025 15:37:29 ............................................................. 2257 / 7994 ( 28%) build 02-Apr-2025 15:37:30 ............................................................. 2318 / 7994 ( 28%) build 02-Apr-2025 15:37:32 ............................................................. 2379 / 7994 ( 29%) build 02-Apr-2025 15:37:35 ............................................................. 2440 / 7994 ( 30%) build 02-Apr-2025 15:37:36 ............................................................. 2501 / 7994 ( 31%) build 02-Apr-2025 15:37:36 ............................................................. 2562 / 7994 ( 32%) build 02-Apr-2025 15:37:41 ........................I.II................................. 2623 / 7994 ( 32%) build 02-Apr-2025 15:37:42 ............................................................. 2684 / 7994 ( 33%) build 02-Apr-2025 15:37:43 ............................................................. 2745 / 7994 ( 34%) build 02-Apr-2025 15:37:43 ............................................................. 2806 / 7994 ( 35%) build 02-Apr-2025 15:37:44 ............................................................. 2867 / 7994 ( 35%) build 02-Apr-2025 15:37:49 ............................................................. 2928 / 7994 ( 36%) build 02-Apr-2025 15:37:53 ............................................................. 2989 / 7994 ( 37%) build 02-Apr-2025 15:37:54 ............................................................. 3050 / 7994 ( 38%) build 02-Apr-2025 15:37:55 ............................................................. 3111 / 7994 ( 38%) build 02-Apr-2025 15:38:12 ............................................................. 3172 / 7994 ( 39%) build 02-Apr-2025 15:38:17 ............................................................. 3233 / 7994 ( 40%) build 02-Apr-2025 15:38:23 ............................................................. 3294 / 7994 ( 41%) build 02-Apr-2025 15:38:33 ......S...................................................... 3355 / 7994 ( 41%) build 02-Apr-2025 15:38:33 ............................................................. 3416 / 7994 ( 42%) build 02-Apr-2025 15:38:33 ............................................................. 3477 / 7994 ( 43%) build 02-Apr-2025 15:38:40 ............................................................. 3538 / 7994 ( 44%) build 02-Apr-2025 15:38:59 ............................................................. 3599 / 7994 ( 45%) build 02-Apr-2025 15:39:09 ............................................................. 3660 / 7994 ( 45%) build 02-Apr-2025 15:39:17 ............................................................. 3721 / 7994 ( 46%) build 02-Apr-2025 15:39:17 ............................................................. 3782 / 7994 ( 47%) build 02-Apr-2025 15:39:21 ............................................................. 3843 / 7994 ( 48%) build 02-Apr-2025 15:39:22 ............................................................. 3904 / 7994 ( 48%) build 02-Apr-2025 15:39:23 ............................................................. 3965 / 7994 ( 49%) build 02-Apr-2025 15:39:23 ............................................................. 4026 / 7994 ( 50%) build 02-Apr-2025 15:39:23 ............................................................. 4087 / 7994 ( 51%) build 02-Apr-2025 15:39:24 ............................................................. 4148 / 7994 ( 51%) build 02-Apr-2025 15:39:24 ............................................................. 4209 / 7994 ( 52%) build 02-Apr-2025 15:39:32 ............................................................. 4270 / 7994 ( 53%) build 02-Apr-2025 15:39:36 ............................................................. 4331 / 7994 ( 54%) build 02-Apr-2025 15:39:41 ............................................................. 4392 / 7994 ( 54%) build 02-Apr-2025 15:39:43 ............................................................. 4453 / 7994 ( 55%) build 02-Apr-2025 15:39:44 ............................................................. 4514 / 7994 ( 56%) build 02-Apr-2025 15:39:46 ............................................................. 4575 / 7994 ( 57%) build 02-Apr-2025 15:39:53 ............................................................. 4636 / 7994 ( 57%) build 02-Apr-2025 15:40:08 ............................................................. 4697 / 7994 ( 58%) build 02-Apr-2025 15:40:14 ............................................................. 4758 / 7994 ( 59%) build 02-Apr-2025 15:40:14 ............................................................. 4819 / 7994 ( 60%) build 02-Apr-2025 15:40:15 ............................................................. 4880 / 7994 ( 61%) build 02-Apr-2025 15:40:15 ............................................................. 4941 / 7994 ( 61%) build 02-Apr-2025 15:40:15 ............................................................. 5002 / 7994 ( 62%) build 02-Apr-2025 15:40:16 ............................................................. 5063 / 7994 ( 63%) build 02-Apr-2025 15:40:16 ............................................................. 5124 / 7994 ( 64%) build 02-Apr-2025 15:40:16 ............................................................. 5185 / 7994 ( 64%) build 02-Apr-2025 15:40:17 ............................................................. 5246 / 7994 ( 65%) build 02-Apr-2025 15:40:17 ............................................................. 5307 / 7994 ( 66%) build 02-Apr-2025 15:40:20 ............................................................. 5368 / 7994 ( 67%) build 02-Apr-2025 15:40:38 ............................................................. 5429 / 7994 ( 67%) build 02-Apr-2025 15:40:53 ............................................................. 5490 / 7994 ( 68%) build 02-Apr-2025 15:41:11 ............................................................. 5551 / 7994 ( 69%) build 02-Apr-2025 15:41:12 ............................................................. 5612 / 7994 ( 70%) build 02-Apr-2025 15:41:13 ............................................................. 5673 / 7994 ( 70%) build 02-Apr-2025 15:41:16 ............................................................. 5734 / 7994 ( 71%) build 02-Apr-2025 15:41:16 ............................................................. 5795 / 7994 ( 72%) build 02-Apr-2025 15:41:16 ......................................SSSSSSSSSSSSSSSSSSSSSSS 5856 / 7994 ( 73%) build 02-Apr-2025 15:41:16 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5917 / 7994 ( 74%) build 02-Apr-2025 15:41:16 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5978 / 7994 ( 74%) build 02-Apr-2025 15:41:17 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 6039 / 7994 ( 75%) build 02-Apr-2025 15:41:17 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......... 6100 / 7994 ( 76%) build 02-Apr-2025 15:41:21 ............................................................. 6161 / 7994 ( 77%) build 02-Apr-2025 15:41:23 ............................................................. 6222 / 7994 ( 77%) build 02-Apr-2025 15:41:25 ............................................................. 6283 / 7994 ( 78%) build 02-Apr-2025 15:41:28 ............................................................. 6344 / 7994 ( 79%) build 02-Apr-2025 15:41:31 ............................................................. 6405 / 7994 ( 80%) build 02-Apr-2025 15:41:33 ............................................................. 6466 / 7994 ( 80%) build 02-Apr-2025 15:41:36 ............................................................. 6527 / 7994 ( 81%) build 02-Apr-2025 15:41:39 ............................................................. 6588 / 7994 ( 82%) build 02-Apr-2025 15:41:41 ............................................................. 6649 / 7994 ( 83%) build 02-Apr-2025 15:41:46 ............................................................. 6710 / 7994 ( 83%) build 02-Apr-2025 15:41:50 ............................................................. 6771 / 7994 ( 84%) build 02-Apr-2025 15:41:53 ............................................................. 6832 / 7994 ( 85%) build 02-Apr-2025 15:41:55 ............................................................. 6893 / 7994 ( 86%) build 02-Apr-2025 15:41:59 ............................................................. 6954 / 7994 ( 86%) build 02-Apr-2025 15:42:02 ............................................................. 7015 / 7994 ( 87%) build 02-Apr-2025 15:42:05 ............................................................. 7076 / 7994 ( 88%) build 02-Apr-2025 15:42:09 ............................................................. 7137 / 7994 ( 89%) build 02-Apr-2025 15:42:11 ............................................................. 7198 / 7994 ( 90%) build 02-Apr-2025 15:42:14 ............................................................. 7259 / 7994 ( 90%) build 02-Apr-2025 15:42:17 ............................................................. 7320 / 7994 ( 91%) build 02-Apr-2025 15:42:20 ............................................................. 7381 / 7994 ( 92%) build 02-Apr-2025 15:42:23 ............................................................. 7442 / 7994 ( 93%) build 02-Apr-2025 15:42:26 ............................................................. 7503 / 7994 ( 93%) build 02-Apr-2025 15:42:29 ............................................................. 7564 / 7994 ( 94%) build 02-Apr-2025 15:42:32 ............................................................. 7625 / 7994 ( 95%) build 02-Apr-2025 15:42:36 ............................................................. 7686 / 7994 ( 96%) build 02-Apr-2025 15:42:39 ............................................................. 7747 / 7994 ( 96%) build 02-Apr-2025 15:42:42 ............................................................. 7808 / 7994 ( 97%) build 02-Apr-2025 15:42:46 ............................................................. 7869 / 7994 ( 98%) build 02-Apr-2025 15:42:51 .......................................................... build 02-Apr-2025 15:42:51 build 02-Apr-2025 15:42:51 Time: 08:36.177, Memory: 326.50 MB build 02-Apr-2025 15:42:51 build 02-Apr-2025 15:42:51 OK, but incomplete, skipped, or risky tests! build 02-Apr-2025 15:42:51 Tests: 7994, Assertions: 68062, Skipped: 279, Incomplete: 5. build 02-Apr-2025 15:42:51 build 02-Apr-2025 15:45:50 Generating code coverage report in Clover XML format ... done [02:59.580] build 02-Apr-2025 15:45:50 build 02-Apr-2025 15:46:21 Generating code coverage report in HTML format ... done [00:30.742] build 02-Apr-2025 15:46:22 [00;32m build 02-Apr-2025 15:46:22 phpBB > docs: build 02-Apr-2025 15:46:22 [0m build 02-Apr-2025 15:46:22 Updating project build 02-Apr-2025 15:46:22 build 02-Apr-2025 15:46:22 Version main build 02-Apr-2025 15:46:22 ------------ build 02-Apr-2025 15:46:22 build 02-Apr-2025 15:46:26 0/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% build 02-Apr-2025 15:46:26 [1G[2K 2/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\controller\convertor build 02-Apr-2025 15:46:26 Parsing phpbb\convert\convert build 02-Apr-2025 15:46:30 [1G[2K 4/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing diff build 02-Apr-2025 15:46:30 Parsing mapped_diff build 02-Apr-2025 15:46:30 Parsing diff_op build 02-Apr-2025 15:46:30 Parsing diff_op_copy build 02-Apr-2025 15:46:30 Parsing diff_op_delete build 02-Apr-2025 15:46:30 Parsing diff_op_add build 02-Apr-2025 15:46:30 Parsing diff_op_change build 02-Apr-2025 15:46:30 Parsing diff3 build 02-Apr-2025 15:46:30 Parsing diff3_op build 02-Apr-2025 15:46:30 Parsing diff3_op_copy build 02-Apr-2025 15:46:30 Parsing diff3_block_builder build 02-Apr-2025 15:46:30 [1G[2K 15/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing diff_renderer build 02-Apr-2025 15:46:30 Parsing diff_renderer_unified build 02-Apr-2025 15:46:30 Parsing diff_renderer_inline build 02-Apr-2025 15:46:30 Parsing diff_renderer_raw build 02-Apr-2025 15:46:30 Parsing diff_renderer_side_by_side build 02-Apr-2025 15:46:30 [1G[2K 20/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing diff_engine build 02-Apr-2025 15:46:31 [1G[2K 21/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing p_master build 02-Apr-2025 15:46:32 [1G[2K 22/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing compress build 02-Apr-2025 15:46:32 Parsing compress_zip build 02-Apr-2025 15:46:32 Parsing compress_tar build 02-Apr-2025 15:46:33 [1G[2K 25/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing SphinxClient build 02-Apr-2025 15:46:33 Parsing bbcode build 02-Apr-2025 15:46:34 [1G[2K 26/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%[1G[2K 27/815 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing transfer build 02-Apr-2025 15:46:34 Parsing ftp build 02-Apr-2025 15:46:34 Parsing ftp_fsock build 02-Apr-2025 15:46:36 [1G[2K 30/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_main build 02-Apr-2025 15:46:36 [1G[2K 31/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_logs build 02-Apr-2025 15:46:36 [1G[2K 32/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_warn build 02-Apr-2025 15:46:36 [1G[2K 33/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_reports build 02-Apr-2025 15:46:37 [1G[2K 34/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_pm_reports build 02-Apr-2025 15:46:37 [1G[2K 35/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_ban build 02-Apr-2025 15:46:37 [1G[2K 36/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_notes build 02-Apr-2025 15:46:38 [1G[2K 37/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_queue build 02-Apr-2025 15:46:38 Parsing mcp_main_info build 02-Apr-2025 15:46:38 Parsing mcp_logs_info build 02-Apr-2025 15:46:38 [1G[2K 40/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_warn_info build 02-Apr-2025 15:46:38 Parsing mcp_reports_info build 02-Apr-2025 15:46:38 Parsing mcp_pm_reports_info build 02-Apr-2025 15:46:38 Parsing mcp_ban_info build 02-Apr-2025 15:46:38 [1G[2K 44/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing mcp_notes_info build 02-Apr-2025 15:46:38 Parsing mcp_queue_info build 02-Apr-2025 15:46:39 [1G[2K 46/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_jabber build 02-Apr-2025 15:46:39 [1G[2K 47/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_disallow build 02-Apr-2025 15:46:40 [1G[2K 48/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_groups build 02-Apr-2025 15:46:40 [1G[2K 49/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_modules build 02-Apr-2025 15:46:40 Parsing acp_contact build 02-Apr-2025 15:46:40 [1G[2K 51/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing auth_admin build 02-Apr-2025 15:46:40 Parsing acp_bots build 02-Apr-2025 15:46:41 [1G[2K 52/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%[1G[2K 53/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_logs build 02-Apr-2025 15:46:41 [1G[2K 54/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_board build 02-Apr-2025 15:46:41 [1G[2K 55/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_search build 02-Apr-2025 15:46:42 [1G[2K 56/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_users build 02-Apr-2025 15:46:42 Parsing acp_php_info build 02-Apr-2025 15:46:42 [1G[2K 58/815 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_email build 02-Apr-2025 15:46:43 [1GParsing acp_inactive build 02-Apr-2025 15:46:43 [2K 59/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%[1G[2K 60/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_words build 02-Apr-2025 15:46:43 [1G[2K 61/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_captcha build 02-Apr-2025 15:46:43 [1GParsing acp_forums build 02-Apr-2025 15:46:43 [2K 62/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%[1G[2K 63/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_bbcodes build 02-Apr-2025 15:46:44 [1G[2K 64/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_prune build 02-Apr-2025 15:46:44 Parsing acp_icons build 02-Apr-2025 15:46:45 [1G[2K 65/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%[1G[2K 66/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_attachments build 02-Apr-2025 15:46:45 [1G[2K 67/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_extensions build 02-Apr-2025 15:46:45 [1G[2K 68/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_profile build 02-Apr-2025 15:46:45 Parsing acp_ranks build 02-Apr-2025 15:46:45 [1G[2K 69/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%[1G[2K 70/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_language build 02-Apr-2025 15:46:46 [1G[2K 71/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_styles build 02-Apr-2025 15:46:46 Parsing acp_permission_roles build 02-Apr-2025 15:46:46 [1G[2K 72/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_jabber_info build 02-Apr-2025 15:46:46 Parsing acp_disallow_info build 02-Apr-2025 15:46:46 Parsing acp_groups_info build 02-Apr-2025 15:46:46 Parsing acp_modules_info build 02-Apr-2025 15:46:46 Parsing acp_contact_info build 02-Apr-2025 15:46:46 Parsing acp_bots_info build 02-Apr-2025 15:46:46 [1G[2K 79/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_logs_info build 02-Apr-2025 15:46:46 Parsing acp_board_info build 02-Apr-2025 15:46:46 Parsing acp_search_info build 02-Apr-2025 15:46:46 Parsing acp_users_info build 02-Apr-2025 15:46:46 [1G[2K 83/815 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_php_info_info build 02-Apr-2025 15:46:46 Parsing acp_email_info build 02-Apr-2025 15:46:46 Parsing acp_inactive_info build 02-Apr-2025 15:46:46 Parsing acp_words_info build 02-Apr-2025 15:46:46 Parsing acp_captcha_info build 02-Apr-2025 15:46:46 Parsing acp_forums_info build 02-Apr-2025 15:46:46 Parsing acp_bbcodes_info build 02-Apr-2025 15:46:46 Parsing acp_prune_info build 02-Apr-2025 15:46:46 Parsing acp_icons_info build 02-Apr-2025 15:46:46 Parsing acp_attachments_info build 02-Apr-2025 15:46:46 [1G[2K 92/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_extensions_info build 02-Apr-2025 15:46:46 Parsing acp_profile_info build 02-Apr-2025 15:46:46 Parsing acp_ranks_info build 02-Apr-2025 15:46:46 Parsing acp_language_info build 02-Apr-2025 15:46:46 Parsing acp_styles_info build 02-Apr-2025 15:46:46 Parsing acp_permission_roles_info build 02-Apr-2025 15:46:46 [1G[2K 99/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_permissions_info build 02-Apr-2025 15:46:46 Parsing acp_ban_info build 02-Apr-2025 15:46:46 Parsing acp_update_info build 02-Apr-2025 15:46:46 Parsing acp_main_info build 02-Apr-2025 15:46:46 Parsing acp_help_phpbb_info build 02-Apr-2025 15:46:46 Parsing acp_storage_info build 02-Apr-2025 15:46:46 [1G[2K 105/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_reasons_info build 02-Apr-2025 15:46:47 [1G[2K 106/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_permissions build 02-Apr-2025 15:46:47 Parsing acp_ban build 02-Apr-2025 15:46:47 [1G[2K 108/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_update build 02-Apr-2025 15:46:47 Parsing acp_main build 02-Apr-2025 15:46:47 [1G[2K 109/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_help_phpbb build 02-Apr-2025 15:46:47 Parsing acp_storage build 02-Apr-2025 15:46:47 [1G[2K 111/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%[1G[2K 112/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_reasons build 02-Apr-2025 15:46:47 Parsing phpbb_questionnaire_data_collector build 02-Apr-2025 15:46:47 [1G[2K 113/815 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing phpbb_questionnaire_php_data_provider build 02-Apr-2025 15:46:47 Parsing phpbb_questionnaire_system_data_provider build 02-Apr-2025 15:46:47 Parsing phpbb_questionnaire_phpbb_data_provider build 02-Apr-2025 15:46:49 Parsing ucp_prefs build 02-Apr-2025 15:46:49 [1G[2K 117/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_confirm build 02-Apr-2025 15:46:49 Parsing ucp_auth_link build 02-Apr-2025 15:46:49 Parsing ucp_resend build 02-Apr-2025 15:46:49 [1G[2K 120/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_groups build 02-Apr-2025 15:46:49 [1G[2K 121/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%[1G[2K 122/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_attachments build 02-Apr-2025 15:46:50 [1G[2K 123/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_notifications build 02-Apr-2025 15:46:50 Parsing ucp_login_link build 02-Apr-2025 15:46:50 [1G[2K 124/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%[1G[2K 125/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_activate build 02-Apr-2025 15:46:50 Parsing ucp_main build 02-Apr-2025 15:46:50 [1G[2K 126/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%[1G[2K 127/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_zebra build 02-Apr-2025 15:46:51 [1G[2K 128/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_pm build 02-Apr-2025 15:46:51 Parsing ucp_register build 02-Apr-2025 15:46:52 [1G[2K 129/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%[1G[2K 130/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_prefs_info build 02-Apr-2025 15:46:52 Parsing ucp_auth_link_info build 02-Apr-2025 15:46:52 Parsing ucp_groups_info build 02-Apr-2025 15:46:52 Parsing ucp_attachments_info build 02-Apr-2025 15:46:52 Parsing ucp_notifications_info build 02-Apr-2025 15:46:52 Parsing ucp_main_info build 02-Apr-2025 15:46:52 [1G[2K 136/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_zebra_info build 02-Apr-2025 15:46:52 Parsing ucp_pm_info build 02-Apr-2025 15:46:52 Parsing ucp_profile_info build 02-Apr-2025 15:46:52 Parsing ucp_profile build 02-Apr-2025 15:46:53 [1G[2K 139/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing bbcode_firstpass build 02-Apr-2025 15:46:53 [1G[2K 140/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing parse_message build 02-Apr-2025 15:46:53 [1G[2K 142/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing bitfield build 02-Apr-2025 15:46:56 [1G[2K 143/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing phpbb\content_visibility build 02-Apr-2025 15:46:56 [1G[2K 144/815 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing phpbb\cache\driver\memory build 02-Apr-2025 15:46:56 Parsing phpbb\cache\driver\apcu build 02-Apr-2025 15:46:56 Parsing phpbb\cache\driver\dummy build 02-Apr-2025 15:46:56 Parsing phpbb\cache\driver\wincache build 02-Apr-2025 15:46:56 [1G[2K 148/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\driver_interface build 02-Apr-2025 15:46:56 [1G[2K 149/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\base build 02-Apr-2025 15:46:56 Parsing phpbb\cache\driver\memcached build 02-Apr-2025 15:46:56 [1G[2K 151/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\redis build 02-Apr-2025 15:46:56 [1G[2K 152/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\file build 02-Apr-2025 15:46:56 [1G[2K 153/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\service build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\manager build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\poll_option build 02-Apr-2025 15:46:56 [1G[2K 157/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\textreparser\plugins\pm_text build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\forum_description build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\contact_admin_info build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\user_signature build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\poll_title build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\post_text build 02-Apr-2025 15:46:56 [1G[2K 162/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\textreparser\plugins\group_description build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\plugins\forum_rules build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\row_based_plugin build 02-Apr-2025 15:46:56 [1G[2K 165/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\textreparser\base build 02-Apr-2025 15:46:56 Parsing phpbb\textreparser\reparser_interface build 02-Apr-2025 15:46:56 Parsing phpbb\form\form_helper build 02-Apr-2025 15:46:56 Parsing phpbb\filesystem\exception\filesystem_exception build 02-Apr-2025 15:46:56 Parsing phpbb\filesystem\filesystem_interface build 02-Apr-2025 15:46:57 [1G[2K 169/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%[1G[2K 170/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\filesystem\filesystem build 02-Apr-2025 15:46:57 [1G[2K 171/815 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\filesystem\helper build 02-Apr-2025 15:46:57 Parsing phpbb\filesystem\temp build 02-Apr-2025 15:46:57 Parsing phpbb\di\service_collection_iterator build 02-Apr-2025 15:46:57 Parsing phpbb\di\pass\markpublic_pass build 02-Apr-2025 15:46:57 Parsing phpbb\di\pass\collection_pass build 02-Apr-2025 15:46:57 [1G[2K 176/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\di\pass\convert_events build 02-Apr-2025 15:46:57 Parsing phpbb\di\service_collection build 02-Apr-2025 15:46:57 Parsing phpbb\di\exception\service_not_found_exception build 02-Apr-2025 15:46:57 Parsing phpbb\di\exception\di_exception build 02-Apr-2025 15:46:57 Parsing phpbb\di\exception\multiple_service_definitions_exception build 02-Apr-2025 15:46:57 Parsing phpbb\di\ordered_service_collection build 02-Apr-2025 15:46:57 [1G[2K 181/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\container_builder build 02-Apr-2025 15:46:57 [1G[2K 182/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\proxy_instantiator build 02-Apr-2025 15:46:57 Parsing phpbb\di\extension\container_configuration build 02-Apr-2025 15:46:57 [1G[2K 185/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\extension\config build 02-Apr-2025 15:46:57 Parsing phpbb\di\extension\core build 02-Apr-2025 15:46:57 Parsing phpbb\di\extension\tables build 02-Apr-2025 15:46:57 Parsing phpbb\pagination build 02-Apr-2025 15:46:57 [1G[2K 188/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\error_collector build 02-Apr-2025 15:46:57 Parsing phpbb\lock\flock build 02-Apr-2025 15:46:57 [1G[2K 191/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\lock\posting build 02-Apr-2025 15:46:57 Parsing phpbb\lock\db build 02-Apr-2025 15:46:57 Parsing phpbb\attachment\resync build 02-Apr-2025 15:46:57 [1G[2K 193/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\attachment\upload build 02-Apr-2025 15:46:57 [1G[2K 194/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\attachment\manager build 02-Apr-2025 15:46:57 [1G[2K 196/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\delete build 02-Apr-2025 15:46:57 Parsing phpbb\attachment\attachment_category build 02-Apr-2025 15:46:57 Parsing phpbb\module\module_manager build 02-Apr-2025 15:46:57 [1G[2K 198/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\module\exception\module_not_found_exception build 02-Apr-2025 15:46:57 Parsing phpbb\module\exception\module_exception build 02-Apr-2025 15:46:57 Parsing phpbb\profilefields\type\type_string_common build 02-Apr-2025 15:46:58 [1G[2K 202/815 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\profilefields\type\type_bool build 02-Apr-2025 15:46:58 Parsing phpbb\profilefields\type\type_string build 02-Apr-2025 15:46:58 [1G[2K 204/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_interface build 02-Apr-2025 15:46:58 Parsing phpbb\profilefields\type\type_int build 02-Apr-2025 15:46:58 [1G[2K 205/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%[1G[2K 206/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_date build 02-Apr-2025 15:46:58 Parsing phpbb\profilefields\type\type_dropdown build 02-Apr-2025 15:46:58 [1G[2K 207/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_base build 02-Apr-2025 15:46:58 [1G[2K 209/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_text build 02-Apr-2025 15:46:58 Parsing phpbb\profilefields\type\type_url build 02-Apr-2025 15:46:58 Parsing phpbb\profilefields\manager build 02-Apr-2025 15:46:58 [1G[2K 211/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\lang_helper build 02-Apr-2025 15:46:58 [1G[2K 213/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\group\helper build 02-Apr-2025 15:46:58 Parsing phpbb\install\module_base build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\install_finish\task\install_extensions build 02-Apr-2025 15:46:58 [1G[2K 215/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\install\module\install_finish\task\populate_migrations build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\install_finish\task\notify_user build 02-Apr-2025 15:46:58 [1G[2K 217/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\install\module\install_finish\module build 02-Apr-2025 15:46:58 [1G[2K 219/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\install\module\install_filesystem\task\create_config_file build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\install_filesystem\module build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\requirements\abstract_requirements_module build 02-Apr-2025 15:46:58 [1G[2K 222/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\requirements\task\check_filesystem build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\requirements\task\check_update build 02-Apr-2025 15:46:58 [1G[2K 224/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\requirements\task\check_server_environment build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\requirements\install_module build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\requirements\update_module build 02-Apr-2025 15:46:58 Parsing phpbb\install\module\update_filesystem\task\download_updated_files build 02-Apr-2025 15:46:58 [1G[2KParsing phpbb\install\module\update_filesystem\task\file_check build 02-Apr-2025 15:46:59 228/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\update_filesystem\task\show_file_status build 02-Apr-2025 15:46:59 [1G[2K 230/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\update_filesystem\task\update_files build 02-Apr-2025 15:46:59 Parsing phpbb\install\module\update_filesystem\task\diff_files build 02-Apr-2025 15:46:59 [1G[2K 231/815 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\update_filesystem\module build 02-Apr-2025 15:46:59 Parsing phpbb\install\updater_configuration build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\user_interaction_required_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\cannot_build_container_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\installer_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\installer_config_not_writable_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\jump_to_restart_point_exception build 02-Apr-2025 15:46:59 [1G[2K 239/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\exception\file_updater_failure_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\resource_limit_reached_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\exception\invalid_dbms_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\sequential_task build 02-Apr-2025 15:46:59 [1G[2K 243/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\console\command\install\install build 02-Apr-2025 15:46:59 Parsing phpbb\install\console\command\install\config\show build 02-Apr-2025 15:46:59 [1G[2KParsing phpbb\install\console\command\install\config\validate build 02-Apr-2025 15:46:59 245/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\update\update build 02-Apr-2025 15:46:59 [1G[2K 247/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\update\config\show build 02-Apr-2025 15:46:59 Parsing phpbb\install\console\command\update\config\validate build 02-Apr-2025 15:46:59 [1G[2K 249/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\installer build 02-Apr-2025 15:46:59 Parsing phpbb\install\event\kernel_exception_subscriber build 02-Apr-2025 15:46:59 Parsing phpbb\install\task_interface build 02-Apr-2025 15:46:59 [1G[2K 252/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\helper\navigation\navigation_provider build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\navigation\update_navigation build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\navigation\install_navigation build 02-Apr-2025 15:46:59 [1G[2K 256/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\helper\navigation\main_navigation build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\navigation\navigation_interface build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\navigation\convertor_navigation build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\update_helper build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\container_factory build 02-Apr-2025 15:46:59 [1G[2K 259/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\helper\config build 02-Apr-2025 15:46:59 [1G[2K 260/815 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\helper\iohandler\factory build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\iohandler\iohandler_base build 02-Apr-2025 15:46:59 [1G[2K 262/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\iohandler\ajax_iohandler build 02-Apr-2025 15:46:59 [1G[2K 264/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\iohandler\cli_iohandler build 02-Apr-2025 15:46:59 [1G[2K 265/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\iohandler\iohandler_interface build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\file_updater\ftp_file_updater build 02-Apr-2025 15:46:59 [1G[2K 268/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\file_updater\factory build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\file_updater\compression_file_updater build 02-Apr-2025 15:46:59 Parsing phpbb\install\helper\file_updater\file_updater_interface build 02-Apr-2025 15:47:00 Parsing phpbb\install\helper\file_updater\file_updater build 02-Apr-2025 15:47:00 [1G[2K 271/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\install_helper build 02-Apr-2025 15:47:00 Parsing phpbb\install\installer_configuration build 02-Apr-2025 15:47:00 [1G[2K 274/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\controller\update build 02-Apr-2025 15:47:00 Parsing phpbb\install\controller\installer_index build 02-Apr-2025 15:47:00 Parsing phpbb\install\controller\install build 02-Apr-2025 15:47:00 [1G[2K 276/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\controller\timeout_check build 02-Apr-2025 15:47:00 [1G[2K 278/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\controller\helper build 02-Apr-2025 15:47:00 Parsing phpbb\install\controller\archive_download build 02-Apr-2025 15:47:00 Parsing phpbb\install\module_interface build 02-Apr-2025 15:47:00 [1G[2K 281/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\task_base build 02-Apr-2025 15:47:00 Parsing phpbb\exception\runtime_exception build 02-Apr-2025 15:47:00 Parsing phpbb\exception\exception_interface build 02-Apr-2025 15:47:00 Parsing phpbb\exception\version_check_exception build 02-Apr-2025 15:47:00 [1G[2K 285/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\exception\http_exception build 02-Apr-2025 15:47:00 Parsing phpbb\tree\tree_interface build 02-Apr-2025 15:47:00 [1GParsing phpbb\tree\nestedset build 02-Apr-2025 15:47:00 [2K 287/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\tree\nestedset_forum build 02-Apr-2025 15:47:00 Parsing phpbb\help\manager build 02-Apr-2025 15:47:00 Parsing phpbb\help\controller\bbcode build 02-Apr-2025 15:47:00 [1G[2K 290/815 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\help\controller\controller build 02-Apr-2025 15:47:00 Parsing phpbb\help\controller\faq build 02-Apr-2025 15:47:00 [1G[2K 293/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\help\controller\help build 02-Apr-2025 15:47:00 Parsing phpbb\file_downloader build 02-Apr-2025 15:47:00 Parsing phpbb\passwords\driver\sha_xf1 build 02-Apr-2025 15:47:00 [1G[2K 296/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\passwords\driver\argon2i build 02-Apr-2025 15:47:00 Parsing phpbb\passwords\driver\sha1_smf build 02-Apr-2025 15:47:00 Parsing phpbb\passwords\driver\phpass build 02-Apr-2025 15:47:00 Parsing phpbb\passwords\driver\bcrypt_2y build 02-Apr-2025 15:47:00 Parsing phpbb\passwords\driver\argon2id build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\md5_vb build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\driver_interface build 02-Apr-2025 15:47:01 [1G[2K 302/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\helper build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\base build 02-Apr-2025 15:47:01 [1G[2K 304/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\rehashable_driver_interface build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\bcrypt build 02-Apr-2025 15:47:01 [1G[2K 307/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\sha1 build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\sha1_wcf1 build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\convert_password build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\salted_md5 build 02-Apr-2025 15:47:01 [1G[2K 310/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\driver\bcrypt_wcf2 build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\md5_phpbb2 build 02-Apr-2025 15:47:01 [1G[2K 312/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\driver\base_native build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\driver\md5_mybb build 02-Apr-2025 15:47:01 [1G[2K 315/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\manager build 02-Apr-2025 15:47:01 Parsing phpbb\passwords\helper build 02-Apr-2025 15:47:01 [1G[2K 317/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\user build 02-Apr-2025 15:47:01 Parsing phpbb\messenger\method\email build 02-Apr-2025 15:47:01 [1G[2K 318/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%[1G[2K 319/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\messenger\method\jabber build 02-Apr-2025 15:47:01 [1G[2K 320/815 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\messenger\method\base build 02-Apr-2025 15:47:01 Parsing phpbb\messenger\method\messenger_interface build 02-Apr-2025 15:47:01 Parsing phpbb\messenger\queue build 02-Apr-2025 15:47:01 [1G[2K 322/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\json_response build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\base_user build 02-Apr-2025 15:47:02 [1G[2K 325/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\mention\source\team build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\source_interface build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\user build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\base_group build 02-Apr-2025 15:47:02 [1G[2K 328/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\mention\source\friend build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\topic build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\group build 02-Apr-2025 15:47:02 Parsing phpbb\mention\source\usergroup build 02-Apr-2025 15:47:02 [1G[2K 333/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\mention\controller\mention build 02-Apr-2025 15:47:02 [1G[2K 334/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\composer\manager build 02-Apr-2025 15:47:02 Parsing phpbb\composer\exception\runtime_exception build 02-Apr-2025 15:47:02 Parsing phpbb\composer\exception\managed_with_clean_error_exception build 02-Apr-2025 15:47:02 Parsing phpbb\composer\exception\managed_with_enable_error_exception build 02-Apr-2025 15:47:02 Parsing phpbb\composer\exception\managed_with_error_exception build 02-Apr-2025 15:47:02 Parsing phpbb\composer\installer build 02-Apr-2025 15:47:02 [1G[2K 339/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\io\translate_composer_trait build 02-Apr-2025 15:47:02 [1G[2K 340/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\io\html_output_formatter build 02-Apr-2025 15:47:02 Parsing phpbb\composer\io\io_interface build 02-Apr-2025 15:47:02 Parsing phpbb\composer\io\null_io build 02-Apr-2025 15:47:02 Parsing phpbb\composer\io\web_io build 02-Apr-2025 15:47:02 Parsing phpbb\composer\io\console_io build 02-Apr-2025 15:47:02 Parsing phpbb\composer\manager_interface build 02-Apr-2025 15:47:02 [1G[2K 346/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%[1GParsing phpbb\composer\extension_manager build 02-Apr-2025 15:47:02 [2K 347/815 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\console\exception_subscriber build 02-Apr-2025 15:47:02 Parsing phpbb\console\command\cache\purge build 02-Apr-2025 15:47:02 Parsing phpbb\console\command\user\reclean build 02-Apr-2025 15:47:02 [1G[2K 350/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 42%[1G[2K 351/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\activate build 02-Apr-2025 15:47:02 [1GParsing phpbb\console\command\user\add build 02-Apr-2025 15:47:02 [2K 352/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\delete build 02-Apr-2025 15:47:02 [1G[2K 353/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\delete_id build 02-Apr-2025 15:47:02 [1G[2K 354/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\fixup\update_hashes build 02-Apr-2025 15:47:02 Parsing phpbb\console\command\fixup\fix_left_right_ids build 02-Apr-2025 15:47:02 [1G[2K 356/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\command build 02-Apr-2025 15:47:02 [1G[2K 358/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\thumbnail\generate build 02-Apr-2025 15:47:03 [1G[2K 359/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\thumbnail\delete build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\thumbnail\recreate build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\cron\cron_list build 02-Apr-2025 15:47:03 [1G[2K 362/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\cron\run build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\config\set_atomic build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\config\get build 02-Apr-2025 15:47:03 [1G[2K 365/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\config\command build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\config\increment build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\config\set build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\config\delete build 02-Apr-2025 15:47:03 [1G[2K 368/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\dev\migration_tips build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\searchindex\create build 02-Apr-2025 15:47:03 [1G[2K 370/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\searchindex\list_all build 02-Apr-2025 15:47:03 [1G[2K 372/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\searchindex\delete build 02-Apr-2025 15:47:03 [1G[2K 373/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\update\check build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\db\console_migrator_output_handler build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\db\migration_command build 02-Apr-2025 15:47:03 [1G[2KParsing phpbb\console\command\db\revert build 02-Apr-2025 15:47:03 376/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\db\migrate build 02-Apr-2025 15:47:03 [1G[2KParsing phpbb\console\command\db\list_command build 02-Apr-2025 15:47:03 378/815 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\reparser\reparse build 02-Apr-2025 15:47:03 [1G[2K 379/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\reparser\list_all build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\extension\update build 02-Apr-2025 15:47:03 [1GParsing phpbb\console\command\extension\show build 02-Apr-2025 15:47:03 [2K 382/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\extension\enable build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\extension\install build 02-Apr-2025 15:47:03 [1G[2KParsing phpbb\console\command\extension\disable build 02-Apr-2025 15:47:03 385/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\command build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\extension\remove build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\extension\list_available build 02-Apr-2025 15:47:03 [1G[2K 388/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\manage build 02-Apr-2025 15:47:03 Parsing phpbb\console\command\extension\purge build 02-Apr-2025 15:47:03 [1G[2K 391/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\application build 02-Apr-2025 15:47:03 Parsing phpbb\feed\overall build 02-Apr-2025 15:47:03 [1G[2K 393/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\feed\topic_base build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\no_feed_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\no_forum_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\unauthorized_topic_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\no_topic_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\feed_unavailable_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\feed_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\exception\unauthorized_exception build 02-Apr-2025 15:47:03 [1G[2K 401/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\exception\unauthorized_forum_exception build 02-Apr-2025 15:47:03 Parsing phpbb\feed\topics build 02-Apr-2025 15:47:03 Parsing phpbb\feed\topics_active build 02-Apr-2025 15:47:03 [1G[2K 403/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\forums build 02-Apr-2025 15:47:03 [1G[2K 405/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\forum build 02-Apr-2025 15:47:03 Parsing phpbb\feed\post_base build 02-Apr-2025 15:47:03 Parsing phpbb\feed\topic build 02-Apr-2025 15:47:04 [1G[2K 407/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\helper build 02-Apr-2025 15:47:04 [1G[2K 409/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\base build 02-Apr-2025 15:47:04 [1G[2K 410/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\controller\feed build 02-Apr-2025 15:47:04 Parsing phpbb\feed\attachments_base build 02-Apr-2025 15:47:04 Parsing phpbb\feed\news build 02-Apr-2025 15:47:04 [1G[2K 413/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\quote_helper build 02-Apr-2025 15:47:04 Parsing phpbb\feed\feed_interface build 02-Apr-2025 15:47:04 Parsing phpbb\auth\auth build 02-Apr-2025 15:47:04 [1G[2K 415/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\auth\provider\oauth\service\facebook build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\oauth\service\twitter build 02-Apr-2025 15:47:04 [1G[2K 418/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\auth\provider\oauth\service\google build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\oauth\service\service_interface build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\oauth\service\base build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\oauth\service\exception build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\oauth\service\bitly build 02-Apr-2025 15:47:04 [1G[2K 423/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\auth\provider\oauth\oauth build 02-Apr-2025 15:47:04 [1G[2K 424/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\token_storage build 02-Apr-2025 15:47:04 [1G[2K 425/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\ldap build 02-Apr-2025 15:47:04 [1G[2K 426/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\apache build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\provider_interface build 02-Apr-2025 15:47:04 Parsing phpbb\auth\provider\base build 02-Apr-2025 15:47:05 [1G[2K 429/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\db build 02-Apr-2025 15:47:05 Parsing phpbb\auth\provider_collection build 02-Apr-2025 15:47:05 [1G[2K 431/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\files\filespec build 02-Apr-2025 15:47:05 Parsing phpbb\files\factory build 02-Apr-2025 15:47:05 [1G[2K 433/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\filespec_storage build 02-Apr-2025 15:47:05 [1G[2K 434/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\upload build 02-Apr-2025 15:47:05 Parsing phpbb\files\types\type_interface build 02-Apr-2025 15:47:05 Parsing phpbb\files\types\form_storage build 02-Apr-2025 15:47:05 [1G[2K 437/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\files\types\form build 02-Apr-2025 15:47:05 Parsing phpbb\files\types\local_storage build 02-Apr-2025 15:47:05 Parsing phpbb\files\types\base build 02-Apr-2025 15:47:05 [1G[2K 440/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\files\types\local build 02-Apr-2025 15:47:05 Parsing phpbb\message\topic_form build 02-Apr-2025 15:47:05 [1G[2K 441/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\message build 02-Apr-2025 15:47:05 [1G[2K 442/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%[1G[2K 443/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\admin_form build 02-Apr-2025 15:47:05 Parsing phpbb\message\form build 02-Apr-2025 15:47:05 [1G[2K 444/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\user_form build 02-Apr-2025 15:47:05 Parsing phpbb\ban\type\ip build 02-Apr-2025 15:47:05 Parsing phpbb\ban\type\user build 02-Apr-2025 15:47:05 [1G[2K 447/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\ban\type\type_interface build 02-Apr-2025 15:47:05 Parsing phpbb\ban\type\email build 02-Apr-2025 15:47:05 Parsing phpbb\ban\type\base build 02-Apr-2025 15:47:05 [1G[2K 450/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%[1G[2K 451/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\manager build 02-Apr-2025 15:47:05 Parsing phpbb\ban\exception\no_valid_users_exception build 02-Apr-2025 15:47:05 Parsing phpbb\ban\exception\no_valid_ips_exception build 02-Apr-2025 15:47:05 Parsing phpbb\ban\exception\type_not_found_exception build 02-Apr-2025 15:47:05 Parsing phpbb\ban\exception\no_valid_emails_exception build 02-Apr-2025 15:47:05 Parsing phpbb\ban\exception\invalid_length_exception build 02-Apr-2025 15:47:06 Parsing phpbb\config_php_file build 02-Apr-2025 15:47:06 Parsing phpbb\path_helper build 02-Apr-2025 15:47:06 [1G[2K 458/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\factory build 02-Apr-2025 15:47:06 Parsing phpbb\captcha\plugins\qa build 02-Apr-2025 15:47:06 [1G[2K 460/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%[1G[2K 461/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\recaptcha build 02-Apr-2025 15:47:06 [1GParsing phpbb\captcha\plugins\recaptcha_v3 build 02-Apr-2025 15:47:06 [2K 462/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\turnstile build 02-Apr-2025 15:47:06 [1G[2K 463/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\plugin_interface build 02-Apr-2025 15:47:06 Parsing phpbb\captcha\plugins\base build 02-Apr-2025 15:47:06 [1G[2K 465/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 57%[1G[2K 466/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\captcha_abstract build 02-Apr-2025 15:47:06 Parsing phpbb\captcha\plugins\incomplete build 02-Apr-2025 15:47:06 Parsing phpbb\captcha\plugins\legacy_wrapper build 02-Apr-2025 15:47:06 [1G[2K 468/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\dispatcher build 02-Apr-2025 15:47:07 [1G[2K 470/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\php_exporter build 02-Apr-2025 15:47:07 [1G[2K 471/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\md_exporter build 02-Apr-2025 15:47:07 Parsing phpbb\event\recursive_event_filter_iterator build 02-Apr-2025 15:47:07 [1G[2K 473/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\rst_exporter build 02-Apr-2025 15:47:07 Parsing phpbb\event\dispatcher_interface build 02-Apr-2025 15:47:07 Parsing phpbb\event\kernel_terminate_subscriber build 02-Apr-2025 15:47:07 Parsing phpbb\event\kernel_exception_subscriber build 02-Apr-2025 15:47:07 [1G[2K 476/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\groupposition\groupposition_interface build 02-Apr-2025 15:47:07 Parsing phpbb\groupposition\legend build 02-Apr-2025 15:47:07 [1G[2K 478/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%[1G[2K 479/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\groupposition\teampage build 02-Apr-2025 15:47:07 Parsing phpbb\groupposition\exception build 02-Apr-2025 15:47:07 [1G[2K 481/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\router build 02-Apr-2025 15:47:07 Parsing phpbb\routing\loader_resolver build 02-Apr-2025 15:47:07 Parsing phpbb\routing\file_locator build 02-Apr-2025 15:47:07 [1G[2K 484/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\helper build 02-Apr-2025 15:47:07 [1GParsing phpbb\routing\resources_locator\default_resources_locator build 02-Apr-2025 15:47:07 [2K 485/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\resources_locator\chained_resources_locator build 02-Apr-2025 15:47:07 Parsing phpbb\routing\resources_locator\resources_locator_interface build 02-Apr-2025 15:47:07 Parsing phpbb\routing\resources_locator\installer_resources_locator build 02-Apr-2025 15:47:07 Parsing phpbb\textformatter\s9e\utils build 02-Apr-2025 15:47:07 [1G[2K 489/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%[1G[2K 490/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\factory build 02-Apr-2025 15:47:07 Parsing phpbb\textformatter\s9e\acp_utils build 02-Apr-2025 15:47:08 [1G[2K 492/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\parser build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\s9e\bbcode_merger build 02-Apr-2025 15:47:08 [1G[2K 494/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\mention_helper build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\s9e\quote_helper build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\s9e\renderer build 02-Apr-2025 15:47:08 [1G[2K 496/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\link_helper build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\parser_interface build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\cache_interface build 02-Apr-2025 15:47:08 [1G[2KParsing phpbb\textformatter\renderer_interface build 02-Apr-2025 15:47:08 500/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\utils_interface build 02-Apr-2025 15:47:08 Parsing phpbb\textformatter\acp_utils_interface build 02-Apr-2025 15:47:08 Parsing phpbb\cron\manager build 02-Apr-2025 15:47:08 [1G[2K 503/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\cron\task\task build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\text_reparser\reparser build 02-Apr-2025 15:47:08 [1G[2K 506/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\wrapper build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\parametrized build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\base build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\tidy_search build 02-Apr-2025 15:47:08 [1G[2KParsing phpbb\cron\task\core\prune_forum build 02-Apr-2025 15:47:08 510/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\core\tidy_warnings build 02-Apr-2025 15:47:08 [1G[2K 512/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\core\prune_shadow_topics build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\prune_all_forums build 02-Apr-2025 15:47:08 [1G[2K 514/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\update_hashes build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\prune_notifications build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\tidy_sessions build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\tidy_plupload build 02-Apr-2025 15:47:08 Parsing phpbb\cron\task\core\tidy_cache build 02-Apr-2025 15:47:08 [1G[2K 518/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\queue build 02-Apr-2025 15:47:08 Parsing phpbb\cron\event\cron_runner_listener build 02-Apr-2025 15:47:08 Parsing phpbb\cron\controller\cron build 02-Apr-2025 15:47:08 [1G[2KParsing phpbb\viewonline_helper build 02-Apr-2025 15:47:08 522/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 64%Parsing phpbb\finder\factory build 02-Apr-2025 15:47:08 Parsing phpbb\finder\recursive_path_iterator build 02-Apr-2025 15:47:08 Parsing phpbb\finder\recursive_dot_prefix_filter_iterator build 02-Apr-2025 15:47:08 [1G[2K 526/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\finder\finder build 02-Apr-2025 15:47:08 Parsing phpbb\language\language_file_helper build 02-Apr-2025 15:47:08 Parsing phpbb\language\exception\invalid_plural_rule_exception build 02-Apr-2025 15:47:08 Parsing phpbb\language\exception\language_file_not_found build 02-Apr-2025 15:47:08 Parsing phpbb\language\exception\language_exception build 02-Apr-2025 15:47:08 Parsing phpbb\language\language_file_loader build 02-Apr-2025 15:47:08 [1G[2K 531/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%[1G[2K 532/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\language\language build 02-Apr-2025 15:47:08 Parsing phpbb\config\config build 02-Apr-2025 15:47:08 Parsing phpbb\config\db_text build 02-Apr-2025 15:47:08 [1G[2K 534/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%[1G[2K 535/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\config\db build 02-Apr-2025 15:47:08 Parsing phpbb\debug\debug build 02-Apr-2025 15:47:08 Parsing phpbb\debug\error_handler build 02-Apr-2025 15:47:08 Parsing phpbb\mimetype\guesser_base build 02-Apr-2025 15:47:08 Parsing phpbb\mimetype\content_guesser build 02-Apr-2025 15:47:08 Parsing phpbb\mimetype\guesser_interface build 02-Apr-2025 15:47:09 [1G[2K 540/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%[1G[2K 541/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\mimetype\extension_guesser build 02-Apr-2025 15:47:09 Parsing phpbb\mimetype\guesser build 02-Apr-2025 15:47:09 Parsing phpbb\manifest build 02-Apr-2025 15:47:09 [1G[2K 543/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%[1G[2K 544/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\permissions build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\group_request build 02-Apr-2025 15:47:09 [1G[2K 546/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\notification\type\quote build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\report_post_closed build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\report_pm build 02-Apr-2025 15:47:09 [1G[2K 548/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\report_post build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\post_in_queue build 02-Apr-2025 15:47:09 [1G[2K 550/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\approve_topic build 02-Apr-2025 15:47:09 [1G[2K 552/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\type_interface build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\mention build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\forum build 02-Apr-2025 15:47:09 [1G[2K 554/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 67%Parsing phpbb\notification\type\approve_post build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\group_request_approved build 02-Apr-2025 15:47:09 Parsing phpbb\notification\type\topic build 02-Apr-2025 15:47:09 [1G[2K 557/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\disapprove_topic build 02-Apr-2025 15:47:09 [1G[2KParsing phpbb\notification\type\base build 02-Apr-2025 15:47:09 559/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%[1G[2K 560/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\pm build 02-Apr-2025 15:47:10 Parsing phpbb\notification\type\post build 02-Apr-2025 15:47:10 [1G[2K 561/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\topic_in_queue build 02-Apr-2025 15:47:10 [1G[2K 562/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%[1G[2K 563/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\report_pm_closed build 02-Apr-2025 15:47:10 Parsing phpbb\notification\type\admin_activate_user build 02-Apr-2025 15:47:10 [1G[2K 564/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\bookmark build 02-Apr-2025 15:47:10 [1G[2K 566/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\disapprove_post build 02-Apr-2025 15:47:10 [1G[2K 567/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\manager build 02-Apr-2025 15:47:10 Parsing phpbb\notification\method\board build 02-Apr-2025 15:47:10 [1G[2K 568/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\method\method_interface build 02-Apr-2025 15:47:10 Parsing phpbb\notification\method\extended_method_interface build 02-Apr-2025 15:47:11 [1G[2K 571/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\webpush build 02-Apr-2025 15:47:11 Parsing phpbb\notification\method\email build 02-Apr-2025 15:47:11 [1G[2K 572/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\jabber build 02-Apr-2025 15:47:11 Parsing phpbb\notification\method\messenger_base build 02-Apr-2025 15:47:11 [1G[2K 574/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\base build 02-Apr-2025 15:47:11 Parsing phpbb\notification\exception build 02-Apr-2025 15:47:11 Parsing phpbb\class_loader build 02-Apr-2025 15:47:11 [1G[2K 577/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\log\dummy build 02-Apr-2025 15:47:11 [1G[2K 579/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\log\log build 02-Apr-2025 15:47:11 Parsing phpbb\log\log_interface build 02-Apr-2025 15:47:11 Parsing phpbb\controller\helper build 02-Apr-2025 15:47:11 [1G[2K 581/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%[1G[2K 582/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\controller\resolver build 02-Apr-2025 15:47:11 Parsing phpbb\controller\exception build 02-Apr-2025 15:47:11 Parsing phpbb\symfony_request build 02-Apr-2025 15:47:11 [1G[2K 585/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\update\get_updates build 02-Apr-2025 15:47:11 Parsing phpbb\update\controller build 02-Apr-2025 15:47:11 Parsing phpbb\version_helper build 02-Apr-2025 15:47:12 [1G[2K 587/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%[1G[2K 588/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_mysql build 02-Apr-2025 15:47:12 Parsing phpbb\search\backend\fulltext_sphinx build 02-Apr-2025 15:47:13 [1G[2K 589/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_native build 02-Apr-2025 15:47:13 [1G[2K 590/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\search_backend_interface build 02-Apr-2025 15:47:13 [1G[2K 592/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\base build 02-Apr-2025 15:47:13 Parsing phpbb\search\backend\sphinx\config_variable build 02-Apr-2025 15:47:13 [1G[2K 594/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\sphinx\config_section build 02-Apr-2025 15:47:13 Parsing phpbb\search\backend\sphinx\config build 02-Apr-2025 15:47:13 Parsing phpbb\search\backend\sphinx\config_item build 02-Apr-2025 15:47:13 Parsing phpbb\search\backend\fulltext_postgres build 02-Apr-2025 15:47:13 [1G[2K 597/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\exception\no_action_in_progress_exception build 02-Apr-2025 15:47:13 Parsing phpbb\search\exception\search_exception build 02-Apr-2025 15:47:13 Parsing phpbb\search\exception\no_search_backend_found_exception build 02-Apr-2025 15:47:13 Parsing phpbb\search\exception\action_in_progress_exception build 02-Apr-2025 15:47:13 [1G[2K 602/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\state_helper build 02-Apr-2025 15:47:13 Parsing phpbb\search\search_backend_factory build 02-Apr-2025 15:47:13 [1G[2K 604/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\upload build 02-Apr-2025 15:47:13 Parsing phpbb\avatar\driver\gravatar build 02-Apr-2025 15:47:13 [1G[2K 605/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\driver_interface build 02-Apr-2025 15:47:13 Parsing phpbb\avatar\driver\driver build 02-Apr-2025 15:47:13 [1G[2K 608/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\local build 02-Apr-2025 15:47:13 Parsing phpbb\avatar\manager build 02-Apr-2025 15:47:14 [1G[2K 609/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%[1G[2K 610/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\helper build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\comparator build 02-Apr-2025 15:47:14 [1G[2K 612/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\sqlsrv_platform build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\table_helper build 02-Apr-2025 15:47:14 [1G[2K 614/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\postgresql_platform build 02-Apr-2025 15:47:14 [1G[2K 615/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\connection_parameter_factory build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\case_insensitive_string build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\connection_factory build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\type_converter build 02-Apr-2025 15:47:14 [1G[2K 618/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\oci8\statement build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\oci8\driver build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\oci8\schema_manager build 02-Apr-2025 15:47:14 [1G[2K 622/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\doctrine\oci8\connection build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\oci8\result build 02-Apr-2025 15:47:14 Parsing phpbb\db\doctrine\oracle_platform build 02-Apr-2025 15:47:14 [1G[2K 624/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%[1G[2K 625/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\profilefield_base_migration build 02-Apr-2025 15:47:14 Parsing phpbb\db\migration\container_aware_migration build 02-Apr-2025 15:47:14 Parsing phpbb\db\migration\schema_generator build 02-Apr-2025 15:47:14 [1G[2K 627/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\helper build 02-Apr-2025 15:47:14 [1G[2KParsing phpbb\db\migration\tool\permission build 02-Apr-2025 15:47:14 629/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\config build 02-Apr-2025 15:47:15 [1G[2K 630/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%[1G[2K 631/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\module build 02-Apr-2025 15:47:15 Parsing phpbb\db\migration\tool\config_text build 02-Apr-2025 15:47:15 Parsing phpbb\db\migration\tool\tool_interface build 02-Apr-2025 15:47:15 [1G[2K 634/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\migration build 02-Apr-2025 15:47:15 Parsing phpbb\db\migration\migration_interface build 02-Apr-2025 15:47:15 Parsing phpbb\db\migration\exception build 02-Apr-2025 15:47:15 [1G[2KParsing phpbb\db\driver\factory build 02-Apr-2025 15:47:15 637/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\oracle build 02-Apr-2025 15:47:15 [1G[2K 638/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\mssql_base build 02-Apr-2025 15:47:15 Parsing phpbb\db\driver\mysql_base build 02-Apr-2025 15:47:15 [1G[2K 641/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\mssql_odbc build 02-Apr-2025 15:47:15 [1G[2K 642/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\mssqlnative build 02-Apr-2025 15:47:15 Parsing phpbb\db\driver\driver_interface build 02-Apr-2025 15:47:16 [1G[2K 643/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%[1G[2K 644/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\driver build 02-Apr-2025 15:47:16 [1G[2K 645/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\mysqli build 02-Apr-2025 15:47:16 [1G[2K 646/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\sqlite3 build 02-Apr-2025 15:47:16 [1G[2K 647/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\postgres build 02-Apr-2025 15:47:16 Parsing phpbb\db\sql_insert_buffer build 02-Apr-2025 15:47:16 Parsing phpbb\db\tools\factory build 02-Apr-2025 15:47:16 [1G[2K 650/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\doctrine build 02-Apr-2025 15:47:16 Parsing phpbb\db\tools\tools_interface build 02-Apr-2025 15:47:16 Parsing phpbb\db\tools\tools build 02-Apr-2025 15:47:16 Parsing phpbb\db\tools\mssql build 02-Apr-2025 15:47:16 Parsing phpbb\db\tools\postgres build 02-Apr-2025 15:47:16 [1G[2K 655/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\sqlite3_extractor build 02-Apr-2025 15:47:16 Parsing phpbb\db\extractor\factory build 02-Apr-2025 15:47:17 [1G[2K 657/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\mysql_extractor build 02-Apr-2025 15:47:17 Parsing phpbb\db\extractor\exception\extractor_not_initialized_exception build 02-Apr-2025 15:47:17 Parsing phpbb\db\extractor\exception\invalid_format_exception build 02-Apr-2025 15:47:17 [1G[2K 660/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\mssql_extractor build 02-Apr-2025 15:47:17 Parsing phpbb\db\extractor\extractor_interface build 02-Apr-2025 15:47:17 [1G[2K 662/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\postgres_extractor build 02-Apr-2025 15:47:17 [1G[2K 663/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\base_extractor build 02-Apr-2025 15:47:17 [1G[2K 664/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\oracle_extractor build 02-Apr-2025 15:47:17 Parsing phpbb\db\migrator build 02-Apr-2025 15:47:17 [1G[2K 665/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\output_handler\null_migrator_output_handler build 02-Apr-2025 15:47:17 Parsing phpbb\db\output_handler\migrator_output_handler_interface build 02-Apr-2025 15:47:17 Parsing phpbb\db\output_handler\log_wrapper_migrator_output_handler build 02-Apr-2025 15:47:17 Parsing phpbb\db\output_handler\html_migrator_output_handler build 02-Apr-2025 15:47:17 [1G[2K 670/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\db\output_handler\installer_migrator_output_handler build 02-Apr-2025 15:47:17 Parsing phpbb\ucp\controller\delete_cookies build 02-Apr-2025 15:47:17 [1G[2K 672/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\webpush build 02-Apr-2025 15:47:17 [1G[2K 673/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\reset_password build 02-Apr-2025 15:47:17 Parsing phpbb\json\sanitizer build 02-Apr-2025 15:47:18 Parsing phpbb\report\report_handler_pm build 02-Apr-2025 15:47:18 [1G[2K 675/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\report\handler_factory build 02-Apr-2025 15:47:18 Parsing phpbb\report\report_reason_list_provider build 02-Apr-2025 15:47:18 [1G[2K 677/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\report\report_handler_interface build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\factory_invalid_argument_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\report_permission_denied_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\empty_report_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\invalid_report_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\entity_not_found_exception build 02-Apr-2025 15:47:18 [1G[2K 683/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\report\exception\already_reported_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\exception\pm_reporting_disabled_exception build 02-Apr-2025 15:47:18 Parsing phpbb\report\report_handler build 02-Apr-2025 15:47:18 [1G[2K 686/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%[1G[2K 687/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\controller\report build 02-Apr-2025 15:47:18 Parsing phpbb\report\report_handler_post build 02-Apr-2025 15:47:18 [1G[2KParsing phpbb\datetime build 02-Apr-2025 15:47:18 689/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%[1G[2K 690/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\session build 02-Apr-2025 15:47:18 [1G[2K 691/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\user_loader build 02-Apr-2025 15:47:18 Parsing phpbb\posting\post_helper build 02-Apr-2025 15:47:18 Parsing phpbb\extension\di\extension_base build 02-Apr-2025 15:47:18 Parsing phpbb\extension\extension_interface build 02-Apr-2025 15:47:19 [1G[2K 695/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\manager build 02-Apr-2025 15:47:19 Parsing phpbb\extension\base build 02-Apr-2025 15:47:19 Parsing phpbb\extension\provider build 02-Apr-2025 15:47:19 Parsing phpbb\extension\exception build 02-Apr-2025 15:47:19 [1G[2K 699/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Parsing phpbb\plupload\plupload build 02-Apr-2025 15:47:19 Parsing phpbb\storage\provider\provider_interface build 02-Apr-2025 15:47:19 Parsing phpbb\storage\provider\local build 02-Apr-2025 15:47:19 Parsing phpbb\storage\exception\storage_exception build 02-Apr-2025 15:47:19 Parsing phpbb\storage\exception\no_action_in_progress_exception build 02-Apr-2025 15:47:19 Parsing phpbb\storage\exception\action_in_progress_exception build 02-Apr-2025 15:47:19 [1G[2K 705/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\storage\state_helper build 02-Apr-2025 15:47:19 Parsing phpbb\storage\helper build 02-Apr-2025 15:47:19 [1G[2K 707/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\storage\adapter_factory build 02-Apr-2025 15:47:19 Parsing phpbb\storage\adapter\local build 02-Apr-2025 15:47:19 Parsing phpbb\storage\adapter\adapter_interface build 02-Apr-2025 15:47:19 [1G[2K 710/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\controller\attachment build 02-Apr-2025 15:47:19 Parsing phpbb\storage\controller\controller build 02-Apr-2025 15:47:19 [1G[2K 712/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\controller\avatar build 02-Apr-2025 15:47:19 Parsing phpbb\storage\storage build 02-Apr-2025 15:47:19 [1G[2K 714/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\file_tracker build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\tokenparser\event build 02-Apr-2025 15:47:19 [1G[2K 716/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\template\twig\tokenparser\includecss build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\tokenparser\defineparser build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\tokenparser\includejs build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\tokenparser\includeparser build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\twig build 02-Apr-2025 15:47:19 [1G[2K 720/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\loader build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\definition build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\extension build 02-Apr-2025 15:47:19 [1G[2K 723/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%[1G[2K 724/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\environment build 02-Apr-2025 15:47:19 Parsing phpbb\template\twig\extension\routing build 02-Apr-2025 15:47:20 [1G[2K 725/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\extension\forms build 02-Apr-2025 15:47:20 [1G[2K 726/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Parsing phpbb\template\twig\extension\icon build 02-Apr-2025 15:47:20 [1G[2K 727/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Parsing phpbb\template\twig\extension\username build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\extension\config build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\extension\avatar build 02-Apr-2025 15:47:20 [1G[2K 730/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\node\includeasset build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\event build 02-Apr-2025 15:47:20 [1G[2K 733/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\node\includenode build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\includecss build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\definenode build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\expression\binary\equalequal build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\expression\binary\notequalequal build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\node\includejs build 02-Apr-2025 15:47:20 Parsing phpbb\template\twig\lexer build 02-Apr-2025 15:47:20 [1G[2K 739/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\exception\user_object_not_available build 02-Apr-2025 15:47:20 [1G[2KParsing phpbb\template\context build 02-Apr-2025 15:47:20 741/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\assets_bag build 02-Apr-2025 15:47:20 [1G[2K 743/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\template build 02-Apr-2025 15:47:20 Parsing phpbb\template\base build 02-Apr-2025 15:47:20 [1G[2K 745/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\asset build 02-Apr-2025 15:47:20 Parsing phpbb\request\request build 02-Apr-2025 15:47:20 [1G[2K 746/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\type_cast_helper_interface build 02-Apr-2025 15:47:20 Parsing phpbb\request\request_interface build 02-Apr-2025 15:47:20 Parsing phpbb\request\type_cast_helper build 02-Apr-2025 15:47:20 [1G[2K 749/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\deactivated_super_global build 02-Apr-2025 15:47:21 Parsing done build 02-Apr-2025 15:47:21 [1G[2K 815/815 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% build 02-Apr-2025 15:47:21 build 02-Apr-2025 15:47:21 0/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0% build 02-Apr-2025 15:47:21 [1G[2K 2/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global index.html build 02-Apr-2025 15:47:22 [1G[2K 3/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global doc-index.html build 02-Apr-2025 15:47:23 Rendering Global namespaces.html build 02-Apr-2025 15:47:23 [1G[2K 4/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global classes.html build 02-Apr-2025 15:47:23 [1G[2K 6/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global interfaces.html build 02-Apr-2025 15:47:23 Rendering Global traits.html build 02-Apr-2025 15:47:23 Rendering Global opensearch.xml build 02-Apr-2025 15:47:23 Rendering Global search.html build 02-Apr-2025 15:47:23 [1G[2K 10/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Global doctum.js build 02-Apr-2025 15:47:23 Rendering Global doctum-search.json build 02-Apr-2025 15:47:23 Rendering Namespace [Global Namespace] build 02-Apr-2025 15:47:24 [1G[2K 13/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\attachment build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\auth build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\auth\provider build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\auth\provider\oauth build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\auth\provider\oauth\service build 02-Apr-2025 15:47:24 [1G[2K 19/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Rendering Namespace phpbb\avatar build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\avatar\driver build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\ban build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\ban\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\ban\type build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cache build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cache\driver build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\captcha build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\captcha\plugins build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\composer build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\composer\exception build 02-Apr-2025 15:47:24 [1G[2K 30/914 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Rendering Namespace phpbb\composer\io build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\config build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\cache build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\config build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\cron build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\db build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\dev build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\extension build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\fixup build 02-Apr-2025 15:47:24 [1G[2K 41/914 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Rendering Namespace phpbb\console\command\reparser build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\searchindex build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\thumbnail build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\update build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\console\command\user build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\convert build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\convert\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cron build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cron\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cron\event build 02-Apr-2025 15:47:24 [1G[2K 52/914 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Rendering Namespace phpbb\cron\task build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cron\task\core build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\cron\task\text_reparser build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\doctrine build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\doctrine\oci8 build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\driver build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\extractor build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\extractor\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\migration build 02-Apr-2025 15:47:24 [1G[2K 62/914 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Rendering Namespace phpbb\db\migration\tool build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\output_handler build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\db\tools build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\debug build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\di build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\di\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\di\extension build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\di\pass build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\event build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\exception build 02-Apr-2025 15:47:24 [1G[2K 72/914 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Rendering Namespace phpbb\extension build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\extension\di build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\feed build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\feed\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\feed\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\files build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\files\types build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\filesystem build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\filesystem\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\finder build 02-Apr-2025 15:47:24 [1G[2K 82/914 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Rendering Namespace phpbb\form build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\group build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\groupposition build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\help build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\help\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\console build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\console\command build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\console\command\install build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\console\command\install\config build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\console\command\update build 02-Apr-2025 15:47:24 [1G[2K 92/914 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Rendering Namespace phpbb\install\console\command\update\config build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\event build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\helper build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\helper\file_updater build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\helper\iohandler build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\helper\iohandler\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\helper\navigation build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\install_filesystem build 02-Apr-2025 15:47:24 [1G[2K 103/914 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Rendering Namespace phpbb\install\module\install_filesystem\task build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\install_finish build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\install_finish\task build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\requirements build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\requirements\task build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\update_filesystem build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\install\module\update_filesystem\task build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\json build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\language build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\language\exception build 02-Apr-2025 15:47:24 [1G[2KRendering Namespace phpbb\lock build 02-Apr-2025 15:47:24 114/914 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Rendering Namespace phpbb\log build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\mention build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\mention\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\mention\source build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\message build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\messenger build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\messenger\method build 02-Apr-2025 15:47:24 [1GRendering Namespace phpbb\mimetype build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\module build 02-Apr-2025 15:47:24 [2K 123/914 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Rendering Namespace phpbb\module\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\notification build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\notification\method build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\notification\type build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\passwords build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\passwords\driver build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\plupload build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\posting build 02-Apr-2025 15:47:24 [1G[2K 132/914 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Rendering Namespace phpbb\profilefields build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\profilefields\type build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\report build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\report\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\report\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\request build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\routing build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\routing\resources_locator build 02-Apr-2025 15:47:24 [1G[2K 142/914 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Rendering Namespace phpbb\search build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\search\backend build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\search\backend\sphinx build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\search\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\storage build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\storage\adapter build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\storage\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\storage\exception build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\storage\provider build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\exception build 02-Apr-2025 15:47:24 [1G[2K 152/914 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Rendering Namespace phpbb\template\twig build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\twig\extension build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\twig\node build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\twig\node\expression build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\twig\node\expression\binary build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\template\twig\tokenparser build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\textformatter build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\textformatter\s9e build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\textreparser build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\textreparser\plugins build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\tree build 02-Apr-2025 15:47:24 [1G[2K 162/914 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Namespace phpbb\ucp build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\ucp\controller build 02-Apr-2025 15:47:24 Rendering Namespace phpbb\update build 02-Apr-2025 15:47:24 Rendering Class SphinxClient build 02-Apr-2025 15:47:24 [1G[2K 166/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_attachments build 02-Apr-2025 15:47:24 Rendering Class acp_attachments_info build 02-Apr-2025 15:47:24 Rendering Class acp_ban build 02-Apr-2025 15:47:24 Rendering Class acp_ban_info build 02-Apr-2025 15:47:24 Rendering Class acp_bbcodes build 02-Apr-2025 15:47:24 Rendering Class acp_bbcodes_info build 02-Apr-2025 15:47:24 Rendering Class acp_board build 02-Apr-2025 15:47:24 [1G[2K 172/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_board_info build 02-Apr-2025 15:47:24 [1G[2K 174/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Rendering Class acp_bots build 02-Apr-2025 15:47:24 Rendering Class acp_bots_info build 02-Apr-2025 15:47:24 Rendering Class acp_captcha build 02-Apr-2025 15:47:24 Rendering Class acp_captcha_info build 02-Apr-2025 15:47:24 Rendering Class acp_contact build 02-Apr-2025 15:47:24 Rendering Class acp_contact_info build 02-Apr-2025 15:47:24 Rendering Class acp_disallow build 02-Apr-2025 15:47:24 [1G[2K 181/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Rendering Class acp_disallow_info build 02-Apr-2025 15:47:24 Rendering Class acp_email build 02-Apr-2025 15:47:24 Rendering Class acp_email_info build 02-Apr-2025 15:47:24 Rendering Class acp_extensions build 02-Apr-2025 15:47:24 Rendering Class acp_extensions_info build 02-Apr-2025 15:47:24 Rendering Class acp_forums build 02-Apr-2025 15:47:25 Rendering Class acp_forums_info build 02-Apr-2025 15:47:25 [1G[2K 187/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Rendering Class acp_groups build 02-Apr-2025 15:47:25 Rendering Class acp_groups_info build 02-Apr-2025 15:47:25 Rendering Class acp_help_phpbb build 02-Apr-2025 15:47:25 Rendering Class acp_help_phpbb_info build 02-Apr-2025 15:47:25 Rendering Class acp_icons build 02-Apr-2025 15:47:25 Rendering Class acp_icons_info build 02-Apr-2025 15:47:25 Rendering Class acp_inactive build 02-Apr-2025 15:47:25 [1G[2K 195/914 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Rendering Class acp_inactive_info build 02-Apr-2025 15:47:25 Rendering Class acp_jabber build 02-Apr-2025 15:47:25 Rendering Class acp_jabber_info build 02-Apr-2025 15:47:25 Rendering Class acp_language build 02-Apr-2025 15:47:25 Rendering Class acp_language_info build 02-Apr-2025 15:47:25 Rendering Class acp_logs build 02-Apr-2025 15:47:25 [1G[2K 202/914 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_logs_info build 02-Apr-2025 15:47:25 Rendering Class acp_main build 02-Apr-2025 15:47:25 Rendering Class acp_main_info build 02-Apr-2025 15:47:25 Rendering Class acp_modules build 02-Apr-2025 15:47:25 Rendering Class acp_modules_info build 02-Apr-2025 15:47:25 Rendering Class acp_permission_roles build 02-Apr-2025 15:47:25 Rendering Class acp_permission_roles_info build 02-Apr-2025 15:47:25 [1G[2K 208/914 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_permissions build 02-Apr-2025 15:47:25 Rendering Class acp_permissions_info build 02-Apr-2025 15:47:25 Rendering Class acp_php_info build 02-Apr-2025 15:47:25 Rendering Class acp_php_info_info build 02-Apr-2025 15:47:25 Rendering Class acp_profile build 02-Apr-2025 15:47:25 Rendering Class acp_profile_info build 02-Apr-2025 15:47:25 [1G[2K 214/914 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Rendering Class acp_prune build 02-Apr-2025 15:47:25 Rendering Class acp_prune_info build 02-Apr-2025 15:47:25 Rendering Class acp_ranks build 02-Apr-2025 15:47:25 Rendering Class acp_ranks_info build 02-Apr-2025 15:47:25 Rendering Class acp_reasons build 02-Apr-2025 15:47:25 Rendering Class acp_reasons_info build 02-Apr-2025 15:47:25 Rendering Class acp_search build 02-Apr-2025 15:47:25 Rendering Class acp_search_info build 02-Apr-2025 15:47:25 [1G[2K 221/914 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_storage build 02-Apr-2025 15:47:25 Rendering Class acp_storage_info build 02-Apr-2025 15:47:25 Rendering Class acp_styles build 02-Apr-2025 15:47:25 [1G[2K 225/914 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_styles_info build 02-Apr-2025 15:47:25 Rendering Class acp_update build 02-Apr-2025 15:47:25 Rendering Class acp_update_info build 02-Apr-2025 15:47:25 Rendering Class acp_users build 02-Apr-2025 15:47:25 Rendering Class acp_users_info build 02-Apr-2025 15:47:25 Rendering Class acp_words build 02-Apr-2025 15:47:25 Rendering Class acp_words_info build 02-Apr-2025 15:47:25 [1G[2K 232/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class auth_admin build 02-Apr-2025 15:47:25 Rendering Class bbcode build 02-Apr-2025 15:47:25 [1G[2K 233/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class bbcode_firstpass build 02-Apr-2025 15:47:25 Rendering Class bitfield build 02-Apr-2025 15:47:25 [1G[2K 235/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class compress build 02-Apr-2025 15:47:25 Rendering Class compress_tar build 02-Apr-2025 15:47:25 Rendering Class compress_zip build 02-Apr-2025 15:47:25 Rendering Class diff build 02-Apr-2025 15:47:25 [1G[2K 239/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3 build 02-Apr-2025 15:47:25 Rendering Class diff3_block_builder build 02-Apr-2025 15:47:25 [1G[2K 242/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3_op build 02-Apr-2025 15:47:25 Rendering Class diff3_op_copy build 02-Apr-2025 15:47:25 Rendering Class diff_engine build 02-Apr-2025 15:47:25 Rendering Class diff_op build 02-Apr-2025 15:47:25 Rendering Class diff_op_add build 02-Apr-2025 15:47:25 Rendering Class diff_op_change build 02-Apr-2025 15:47:25 Rendering Class diff_op_copy build 02-Apr-2025 15:47:25 [1G[2K 248/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_op_delete build 02-Apr-2025 15:47:25 Rendering Class diff_renderer build 02-Apr-2025 15:47:25 Rendering Class diff_renderer_inline build 02-Apr-2025 15:47:25 Rendering Class diff_renderer_raw build 02-Apr-2025 15:47:25 [1G[2K 252/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_renderer_side_by_side build 02-Apr-2025 15:47:25 Rendering Class diff_renderer_unified build 02-Apr-2025 15:47:25 [1G[2K 254/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class ftp build 02-Apr-2025 15:47:25 Rendering Class ftp_fsock build 02-Apr-2025 15:47:25 [1G[2K 257/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mapped_diff build 02-Apr-2025 15:47:25 Rendering Class mcp_ban build 02-Apr-2025 15:47:25 Rendering Class mcp_ban_info build 02-Apr-2025 15:47:25 Rendering Class mcp_logs build 02-Apr-2025 15:47:25 [1GRendering Class mcp_logs_info build 02-Apr-2025 15:47:25 [2K 261/914 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mcp_main build 02-Apr-2025 15:47:25 Rendering Class mcp_main_info build 02-Apr-2025 15:47:25 Rendering Class mcp_notes build 02-Apr-2025 15:47:25 Rendering Class mcp_notes_info build 02-Apr-2025 15:47:25 Rendering Class mcp_pm_reports build 02-Apr-2025 15:47:25 Rendering Class mcp_pm_reports_info build 02-Apr-2025 15:47:25 [1GRendering Class mcp_queue build 02-Apr-2025 15:47:25 [2K 268/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mcp_queue_info build 02-Apr-2025 15:47:25 Rendering Class mcp_reports build 02-Apr-2025 15:47:25 Rendering Class mcp_reports_info build 02-Apr-2025 15:47:25 Rendering Class mcp_warn build 02-Apr-2025 15:47:25 Rendering Class mcp_warn_info build 02-Apr-2025 15:47:25 [1G[2K 273/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class p_master build 02-Apr-2025 15:47:25 [1G[2KRendering Class parse_message build 02-Apr-2025 15:47:26 275/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\attachment_category build 02-Apr-2025 15:47:26 [1G[2K 276/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\delete build 02-Apr-2025 15:47:26 [1G[2K 278/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\manager build 02-Apr-2025 15:47:26 Rendering Class phpbb\attachment\resync build 02-Apr-2025 15:47:26 Rendering Class phpbb\attachment\upload build 02-Apr-2025 15:47:26 [1G[2K 280/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%[1G[2K 281/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\auth\auth build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\apache build 02-Apr-2025 15:47:26 [1G[2K 283/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\auth\provider\base build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\db build 02-Apr-2025 15:47:26 [1G[2K 285/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\ldap build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\oauth build 02-Apr-2025 15:47:26 [1G[2K 287/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\base build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\service\bitly build 02-Apr-2025 15:47:26 [1G[2K 289/914 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\exception build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\service\facebook build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\service\google build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\service\service_interface build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\service\twitter build 02-Apr-2025 15:47:26 Rendering Class phpbb\auth\provider\oauth\token_storage build 02-Apr-2025 15:47:26 [1G[2K 294/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\provider_interface build 02-Apr-2025 15:47:26 [1G[2K 296/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider_collection build 02-Apr-2025 15:47:26 Rendering Class phpbb\avatar\driver\driver build 02-Apr-2025 15:47:26 Rendering Class phpbb\avatar\driver\driver_interface build 02-Apr-2025 15:47:26 [1G[2K 299/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\gravatar build 02-Apr-2025 15:47:26 [1G[2K 300/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\local build 02-Apr-2025 15:47:26 Rendering Class phpbb\avatar\driver\upload build 02-Apr-2025 15:47:26 [1G[2K 302/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\avatar\helper build 02-Apr-2025 15:47:26 Rendering Class phpbb\avatar\manager build 02-Apr-2025 15:47:26 [1G[2K 304/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\exception\invalid_length_exception build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\exception\no_valid_emails_exception build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\exception\no_valid_ips_exception build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\exception\no_valid_users_exception build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\exception\type_not_found_exception build 02-Apr-2025 15:47:26 [1G[2K 308/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\manager build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\type\base build 02-Apr-2025 15:47:26 [1G[2K 310/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\type\email build 02-Apr-2025 15:47:26 [1G[2K 312/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\ip build 02-Apr-2025 15:47:26 Rendering Class phpbb\ban\type\type_interface build 02-Apr-2025 15:47:26 [1G[2K 314/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\user build 02-Apr-2025 15:47:27 Rendering Class phpbb\cache\driver\apcu build 02-Apr-2025 15:47:27 Rendering Class phpbb\cache\driver\base build 02-Apr-2025 15:47:27 [1G[2K 316/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\driver_interface build 02-Apr-2025 15:47:27 Rendering Class phpbb\cache\driver\dummy build 02-Apr-2025 15:47:27 [1G[2K 318/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\file build 02-Apr-2025 15:47:27 [1G[2K 319/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%[1G[2K 320/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\memcached build 02-Apr-2025 15:47:27 Rendering Class phpbb\cache\driver\memory build 02-Apr-2025 15:47:27 [1G[2K 321/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\redis build 02-Apr-2025 15:47:27 [1G[2K 322/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\wincache build 02-Apr-2025 15:47:27 [1G[2K 323/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%[1G[2K 324/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\service build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\factory build 02-Apr-2025 15:47:27 [1G[2K 326/914 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\captcha\plugins\base build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\plugins\captcha_abstract build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\plugins\incomplete build 02-Apr-2025 15:47:27 [1G[2K 328/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%[1G[2K 329/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\captcha\plugins\legacy_wrapper build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\plugins\plugin_interface build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\plugins\qa build 02-Apr-2025 15:47:27 [1G[2K 331/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%[1G[2K 332/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\recaptcha build 02-Apr-2025 15:47:27 Rendering Class phpbb\captcha\plugins\recaptcha_v3 build 02-Apr-2025 15:47:27 [1G[2K 334/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\turnstile build 02-Apr-2025 15:47:27 Rendering Class phpbb\class_loader build 02-Apr-2025 15:47:27 [1G[2K 335/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\composer\exception\managed_with_clean_error_exception build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\exception\managed_with_enable_error_exception build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\exception\managed_with_error_exception build 02-Apr-2025 15:47:28 [1G[2K 338/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\composer\exception\runtime_exception build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\extension_manager build 02-Apr-2025 15:47:28 [1G[2K 341/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\installer build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\io\console_io build 02-Apr-2025 15:47:28 [1G[2K 342/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\html_output_formatter build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\io\io_interface build 02-Apr-2025 15:47:28 [1G[2K 345/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\null_io build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\io\translate_composer_trait build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\io\web_io build 02-Apr-2025 15:47:28 Rendering Class phpbb\composer\manager build 02-Apr-2025 15:47:28 [1G[2K 349/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\composer\manager_interface build 02-Apr-2025 15:47:28 Rendering Class phpbb\config\config build 02-Apr-2025 15:47:28 Rendering Class phpbb\config\db build 02-Apr-2025 15:47:28 [1G[2K 351/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config\db_text build 02-Apr-2025 15:47:28 Rendering Class phpbb\config_php_file build 02-Apr-2025 15:47:28 [1G[2K 353/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\console\application build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\cache\purge build 02-Apr-2025 15:47:28 [1G[2K 356/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\console\command\command build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\config\command build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\config\delete build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\config\get build 02-Apr-2025 15:47:28 [1G[2K 359/914 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\increment build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\config\set build 02-Apr-2025 15:47:28 [1G[2K 362/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\set_atomic build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\cron\cron_list build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\cron\run build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\db\console_migrator_output_handler build 02-Apr-2025 15:47:28 [1G[2K 365/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\db\list_command build 02-Apr-2025 15:47:28 [1G[2K 367/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\db\migrate build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\db\migration_command build 02-Apr-2025 15:47:28 [1G[2K 369/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\db\revert build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\dev\migration_tips build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\command build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\disable build 02-Apr-2025 15:47:28 [1G[2K 372/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\extension\enable build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\install build 02-Apr-2025 15:47:28 [1G[2K 375/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\extension\list_available build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\manage build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\purge build 02-Apr-2025 15:47:28 [1G[2K 378/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\extension\remove build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\show build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\extension\update build 02-Apr-2025 15:47:28 [1G[2K 381/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\fixup\fix_left_right_ids build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\fixup\update_hashes build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\reparser\list_all build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\reparser\reparse build 02-Apr-2025 15:47:28 [1G[2K 384/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\searchindex\create build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\searchindex\delete build 02-Apr-2025 15:47:28 [1G[2K 386/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\searchindex\list_all build 02-Apr-2025 15:47:28 Rendering Class phpbb\console\command\thumbnail\delete build 02-Apr-2025 15:47:29 Rendering Class phpbb\console\command\thumbnail\generate build 02-Apr-2025 15:47:29 [1G[2K 389/914 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\thumbnail\recreate build 02-Apr-2025 15:47:29 Rendering Class phpbb\console\command\update\check build 02-Apr-2025 15:47:29 Rendering Class phpbb\console\command\user\activate build 02-Apr-2025 15:47:29 [1G[2K 392/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\user\add build 02-Apr-2025 15:47:29 Rendering Class phpbb\console\command\user\delete build 02-Apr-2025 15:47:29 [1G[2K 394/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\user\delete_id build 02-Apr-2025 15:47:29 Rendering Class phpbb\console\command\user\reclean build 02-Apr-2025 15:47:29 [1G[2K 397/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\exception_subscriber build 02-Apr-2025 15:47:29 Rendering Class phpbb\content_visibility build 02-Apr-2025 15:47:29 [1G[2K 399/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\controller\exception build 02-Apr-2025 15:47:29 Rendering Class phpbb\controller\helper build 02-Apr-2025 15:47:29 Rendering Class phpbb\controller\resolver build 02-Apr-2025 15:47:29 [1G[2K 401/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\convert\controller\convertor build 02-Apr-2025 15:47:29 [1G[2KRendering Class phpbb\convert\convert build 02-Apr-2025 15:47:29 403/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\convert\convertor build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\controller\cron build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\event\cron_runner_listener build 02-Apr-2025 15:47:29 [1G[2KRendering Class phpbb\cron\manager build 02-Apr-2025 15:47:29 407/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\task\base build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\prune_all_forums build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\prune_forum build 02-Apr-2025 15:47:29 [1G[2K 411/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\task\core\prune_notifications build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\prune_shadow_topics build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\queue build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\tidy_cache build 02-Apr-2025 15:47:29 [1G[2K 414/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\tidy_plupload build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\tidy_search build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\tidy_sessions build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\core\tidy_warnings build 02-Apr-2025 15:47:29 [1G[2K 418/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\update_hashes build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\parametrized build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\task build 02-Apr-2025 15:47:29 Rendering Class phpbb\cron\task\text_reparser\reparser build 02-Apr-2025 15:47:29 [1G[2K 422/914 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\cron\task\wrapper build 02-Apr-2025 15:47:29 Rendering Class phpbb\datetime build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\case_insensitive_string build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\comparator build 02-Apr-2025 15:47:29 [1G[2K 426/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\doctrine\connection_factory build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\connection_parameter_factory build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\oci8\connection build 02-Apr-2025 15:47:29 [1G[2K 430/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\oci8\driver build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\oci8\result build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\oci8\schema_manager build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\oci8\statement build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\oracle_platform build 02-Apr-2025 15:47:29 [1G[2K 435/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\postgresql_platform build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\sqlsrv_platform build 02-Apr-2025 15:47:29 [1G[2K 437/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\table_helper build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\doctrine\type_converter build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\driver\driver build 02-Apr-2025 15:47:29 Rendering Class phpbb\db\driver\driver_interface build 02-Apr-2025 15:47:30 [1G[2K 440/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\factory build 02-Apr-2025 15:47:30 [1G[2K 441/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%[1G[2K 442/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_base build 02-Apr-2025 15:47:30 [1G[2K 443/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_odbc build 02-Apr-2025 15:47:30 [1G[2K 444/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssqlnative build 02-Apr-2025 15:47:30 Rendering Class phpbb\db\driver\mysql_base build 02-Apr-2025 15:47:30 [1G[2K 445/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%[1G[2KRendering Class phpbb\db\driver\mysqli build 02-Apr-2025 15:47:30 446/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%[1G[2K 447/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\oracle build 02-Apr-2025 15:47:30 [1G[2KRendering Class phpbb\db\driver\postgres build 02-Apr-2025 15:47:30 448/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\sqlite3 build 02-Apr-2025 15:47:31 [1G[2K 449/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%[1GRendering Class phpbb\db\extractor\base_extractor build 02-Apr-2025 15:47:31 [2K 450/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\exception\extractor_not_initialized_exception build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\extractor\exception\invalid_format_exception build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\extractor\extractor_interface build 02-Apr-2025 15:47:31 [1G[2K 454/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\factory build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\extractor\mssql_extractor build 02-Apr-2025 15:47:31 [1GRendering Class phpbb\db\extractor\mysql_extractor build 02-Apr-2025 15:47:31 [2K 456/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\oracle_extractor build 02-Apr-2025 15:47:31 [1G[2K 458/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\postgres_extractor build 02-Apr-2025 15:47:31 [1G[2K 459/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\sqlite3_extractor build 02-Apr-2025 15:47:31 [1G[2K 460/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\container_aware_migration build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migration\exception build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migration\helper build 02-Apr-2025 15:47:31 [1GRendering Class phpbb\db\migration\migration build 02-Apr-2025 15:47:31 [2K 463/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\migration_interface build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migration\profilefield_base_migration build 02-Apr-2025 15:47:31 [1G[2K 465/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\schema_generator build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migration\tool\config build 02-Apr-2025 15:47:31 [1G[2K 467/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\config_text build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migration\tool\module build 02-Apr-2025 15:47:31 [1G[2K 470/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\permission build 02-Apr-2025 15:47:31 [1GRendering Class phpbb\db\migration\tool\tool_interface build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\migrator build 02-Apr-2025 15:47:31 [2K 472/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%[1G[2K 473/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\output_handler\html_migrator_output_handler build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\output_handler\installer_migrator_output_handler build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\output_handler\log_wrapper_migrator_output_handler build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\output_handler\migrator_output_handler_interface build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\output_handler\null_migrator_output_handler build 02-Apr-2025 15:47:31 [1G[2K 478/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\sql_insert_buffer build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\tools\doctrine build 02-Apr-2025 15:47:31 [1G[2K 480/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\factory build 02-Apr-2025 15:47:31 Rendering Class phpbb\db\tools\mssql build 02-Apr-2025 15:47:31 [1G[2K 482/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\postgres build 02-Apr-2025 15:47:32 Rendering Class phpbb\db\tools\tools build 02-Apr-2025 15:47:32 [1G[2K 483/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools_interface build 02-Apr-2025 15:47:32 [1G[2K 484/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%[1G[2K 485/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\debug\debug build 02-Apr-2025 15:47:32 Rendering Class phpbb\debug\error_handler build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\container_builder build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\exception\di_exception build 02-Apr-2025 15:47:32 [1G[2K 488/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\exception\multiple_service_definitions_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\exception\service_not_found_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\extension\config build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\extension\container_configuration build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\extension\core build 02-Apr-2025 15:47:32 [1G[2K 493/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\extension\tables build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\ordered_service_collection build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\pass\collection_pass build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\pass\convert_events build 02-Apr-2025 15:47:32 [1G[2K 497/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\di\pass\markpublic_pass build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\proxy_instantiator build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\service_collection build 02-Apr-2025 15:47:32 Rendering Class phpbb\di\service_collection_iterator build 02-Apr-2025 15:47:32 [1G[2K 503/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\error_collector build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\dispatcher build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\dispatcher_interface build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\kernel_exception_subscriber build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\kernel_terminate_subscriber build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\md_exporter build 02-Apr-2025 15:47:32 [1G[2K 508/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\php_exporter build 02-Apr-2025 15:47:32 [1G[2K 509/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\recursive_event_filter_iterator build 02-Apr-2025 15:47:32 Rendering Class phpbb\event\rst_exporter build 02-Apr-2025 15:47:32 Rendering Class phpbb\exception\exception_interface build 02-Apr-2025 15:47:32 Rendering Class phpbb\exception\http_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\exception\runtime_exception build 02-Apr-2025 15:47:32 [1G[2K 513/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\exception\version_check_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\extension\base build 02-Apr-2025 15:47:32 [1G[2K 516/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\extension\di\extension_base build 02-Apr-2025 15:47:32 Rendering Class phpbb\extension\exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\extension\extension_interface build 02-Apr-2025 15:47:32 Rendering Class phpbb\extension\manager build 02-Apr-2025 15:47:32 [1G[2K 520/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\extension\provider build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\attachments_base build 02-Apr-2025 15:47:32 [1G[2K 522/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\base build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\controller\feed build 02-Apr-2025 15:47:32 [1G[2K 524/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\exception\feed_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\feed_unavailable_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\no_feed_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\no_forum_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\no_topic_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\unauthorized_exception build 02-Apr-2025 15:47:32 [1G[2K 530/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\exception\unauthorized_forum_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\exception\unauthorized_topic_exception build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\feed_interface build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\forum build 02-Apr-2025 15:47:32 [1G[2K 534/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\forums build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\helper build 02-Apr-2025 15:47:32 Rendering Class phpbb\feed\news build 02-Apr-2025 15:47:32 [1G[2K 536/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\overall build 02-Apr-2025 15:47:33 [1G[2K 537/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\post_base build 02-Apr-2025 15:47:33 [1G[2K 539/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\quote_helper build 02-Apr-2025 15:47:33 Rendering Class phpbb\feed\topic build 02-Apr-2025 15:47:33 Rendering Class phpbb\feed\topic_base build 02-Apr-2025 15:47:33 [1G[2K 541/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%[1G[2K 542/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\topics build 02-Apr-2025 15:47:33 Rendering Class phpbb\feed\topics_active build 02-Apr-2025 15:47:33 [1G[2K 544/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\file_downloader build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\factory build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\filespec build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\filespec_storage build 02-Apr-2025 15:47:33 [1G[2K 547/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%[1G[2K 548/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\types\base build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\types\form build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\types\form_storage build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\types\local build 02-Apr-2025 15:47:33 [1G[2K 551/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\types\local_storage build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\types\type_interface build 02-Apr-2025 15:47:33 Rendering Class phpbb\files\upload build 02-Apr-2025 15:47:33 Rendering Class phpbb\filesystem\exception\filesystem_exception build 02-Apr-2025 15:47:33 [1G[2K 555/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\filesystem\filesystem build 02-Apr-2025 15:47:33 [1G[2K 557/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\filesystem\filesystem_interface build 02-Apr-2025 15:47:33 Rendering Class phpbb\filesystem\helper build 02-Apr-2025 15:47:33 [1G[2K 559/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\temp build 02-Apr-2025 15:47:33 Rendering Class phpbb\finder\factory build 02-Apr-2025 15:47:33 Rendering Class phpbb\finder\finder build 02-Apr-2025 15:47:33 Rendering Class phpbb\finder\recursive_dot_prefix_filter_iterator build 02-Apr-2025 15:47:33 [1G[2K 562/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\finder\recursive_path_iterator build 02-Apr-2025 15:47:33 Rendering Class phpbb\form\form_helper build 02-Apr-2025 15:47:33 Rendering Class phpbb\group\helper build 02-Apr-2025 15:47:33 [1G[2K 566/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\groupposition\exception build 02-Apr-2025 15:47:33 Rendering Class phpbb\groupposition\groupposition_interface build 02-Apr-2025 15:47:33 Rendering Class phpbb\groupposition\legend build 02-Apr-2025 15:47:33 [1G[2K 569/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\groupposition\teampage build 02-Apr-2025 15:47:33 Rendering Class phpbb\help\controller\bbcode build 02-Apr-2025 15:47:33 [1G[2K 571/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\help\controller\controller build 02-Apr-2025 15:47:33 Rendering Class phpbb\help\controller\faq build 02-Apr-2025 15:47:33 Rendering Class phpbb\help\controller\help build 02-Apr-2025 15:47:33 Rendering Class phpbb\help\manager build 02-Apr-2025 15:47:33 Rendering Class phpbb\install\console\command\install\config\show build 02-Apr-2025 15:47:33 [1G[2K 575/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\install\console\command\install\config\validate build 02-Apr-2025 15:47:33 Rendering Class phpbb\install\console\command\install\install build 02-Apr-2025 15:47:33 [1G[2K 577/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\console\command\update\config\show build 02-Apr-2025 15:47:33 Rendering Class phpbb\install\console\command\update\config\validate build 02-Apr-2025 15:47:33 [1G[2K 580/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\console\command\update\update build 02-Apr-2025 15:47:33 Rendering Class phpbb\install\controller\archive_download build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\controller\helper build 02-Apr-2025 15:47:34 [1G[2K 582/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\install build 02-Apr-2025 15:47:34 [1G[2K 584/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\installer_index build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\controller\timeout_check build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\controller\update build 02-Apr-2025 15:47:34 [1G[2K 587/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 64%Rendering Class phpbb\install\event\kernel_exception_subscriber build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\cannot_build_container_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\file_updater_failure_exception build 02-Apr-2025 15:47:34 [1G[2K 591/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Rendering Class phpbb\install\exception\installer_config_not_writable_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\installer_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\invalid_dbms_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\jump_to_restart_point_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\exception\resource_limit_reached_exception build 02-Apr-2025 15:47:34 [1G[2K 595/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\exception\user_interaction_required_exception build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\config build 02-Apr-2025 15:47:34 [1G[2K 597/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\container_factory build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\file_updater\compression_file_updater build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\file_updater\factory build 02-Apr-2025 15:47:34 [1G[2K 600/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\file_updater\file_updater build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\file_updater\file_updater_interface build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\file_updater\ftp_file_updater build 02-Apr-2025 15:47:34 [1G[2K 603/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\install_helper build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\iohandler\ajax_iohandler build 02-Apr-2025 15:47:34 [1G[2K 605/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\cli_iohandler build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 02-Apr-2025 15:47:34 [1G[2K 606/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\factory build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\iohandler\iohandler_base build 02-Apr-2025 15:47:34 [1G[2K 609/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\iohandler_interface build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\navigation\convertor_navigation build 02-Apr-2025 15:47:34 [1G[2K 610/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\navigation\install_navigation build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\navigation\main_navigation build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\navigation\navigation_interface build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\navigation\navigation_provider build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\helper\navigation\update_navigation build 02-Apr-2025 15:47:34 [1G[2K 616/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\update_helper build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\installer build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\installer_configuration build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\install_filesystem\module build 02-Apr-2025 15:47:34 [1G[2K 620/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\module\install_filesystem\task\create_config_file build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\install_finish\module build 02-Apr-2025 15:47:34 [1G[2K 622/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_finish\task\install_extensions build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\install_finish\task\notify_user build 02-Apr-2025 15:47:34 [1G[2K 624/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_finish\task\populate_migrations build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\requirements\abstract_requirements_module build 02-Apr-2025 15:47:34 [1G[2K 626/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\install_module build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\requirements\task\check_filesystem build 02-Apr-2025 15:47:34 [1G[2K 628/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\task\check_server_environment build 02-Apr-2025 15:47:34 Rendering Class phpbb\install\module\requirements\task\check_update build 02-Apr-2025 15:47:35 [1G[2K 630/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\update_module build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\module\update_filesystem\module build 02-Apr-2025 15:47:35 [1G[2K 632/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\diff_files build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\module\update_filesystem\task\download_updated_files build 02-Apr-2025 15:47:35 [1G[2K 634/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\file_check build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\module\update_filesystem\task\show_file_status build 02-Apr-2025 15:47:35 [1G[2K 636/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\update_files build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\module_base build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\module_interface build 02-Apr-2025 15:47:35 [1G[2K 638/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\sequential_task build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\task_base build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\task_interface build 02-Apr-2025 15:47:35 Rendering Class phpbb\install\updater_configuration build 02-Apr-2025 15:47:35 [1G[2K 642/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\json\sanitizer build 02-Apr-2025 15:47:35 Rendering Class phpbb\json_response build 02-Apr-2025 15:47:35 Rendering Class phpbb\language\exception\invalid_plural_rule_exception build 02-Apr-2025 15:47:35 Rendering Class phpbb\language\exception\language_exception build 02-Apr-2025 15:47:35 Rendering Class phpbb\language\exception\language_file_not_found build 02-Apr-2025 15:47:35 Rendering Class phpbb\language\language build 02-Apr-2025 15:47:35 [1G[2K 648/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\language\language_file_helper build 02-Apr-2025 15:47:35 Rendering Class phpbb\language\language_file_loader build 02-Apr-2025 15:47:35 Rendering Class phpbb\lock\db build 02-Apr-2025 15:47:35 [1G[2K 651/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Rendering Class phpbb\lock\flock build 02-Apr-2025 15:47:35 Rendering Class phpbb\lock\posting build 02-Apr-2025 15:47:35 Rendering Class phpbb\log\dummy build 02-Apr-2025 15:47:35 Rendering Class phpbb\log\log build 02-Apr-2025 15:47:35 [1G[2K 655/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\log\log_interface build 02-Apr-2025 15:47:35 [1G[2K 656/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\manifest build 02-Apr-2025 15:47:35 [1G[2KRendering Class phpbb\mention\controller\mention build 02-Apr-2025 15:47:35 658/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\mention\source\base_group build 02-Apr-2025 15:47:35 [1G[2K 660/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\base_user build 02-Apr-2025 15:47:35 Rendering Class phpbb\mention\source\friend build 02-Apr-2025 15:47:35 Rendering Class phpbb\mention\source\group build 02-Apr-2025 15:47:35 Rendering Class phpbb\mention\source\source_interface build 02-Apr-2025 15:47:35 [1G[2K 663/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\team build 02-Apr-2025 15:47:35 Rendering Class phpbb\mention\source\topic build 02-Apr-2025 15:47:35 [1G[2K 666/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\user build 02-Apr-2025 15:47:35 Rendering Class phpbb\mention\source\usergroup build 02-Apr-2025 15:47:35 Rendering Class phpbb\message\admin_form build 02-Apr-2025 15:47:35 [1GRendering Class phpbb\message\form build 02-Apr-2025 15:47:35 [2K 669/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\message build 02-Apr-2025 15:47:35 [1G[2K 671/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\topic_form build 02-Apr-2025 15:47:35 Rendering Class phpbb\message\user_form build 02-Apr-2025 15:47:35 [1G[2K 673/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\messenger\method\base build 02-Apr-2025 15:47:35 Rendering Class phpbb\messenger\method\email build 02-Apr-2025 15:47:36 [1G[2K 674/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\messenger\method\jabber build 02-Apr-2025 15:47:36 [1G[2K 675/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\messenger\method\messenger_interface build 02-Apr-2025 15:47:36 [1G[2K 676/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\messenger\queue build 02-Apr-2025 15:47:36 Rendering Class phpbb\mimetype\content_guesser build 02-Apr-2025 15:47:36 Rendering Class phpbb\mimetype\extension_guesser build 02-Apr-2025 15:47:36 [1G[2K 680/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\mimetype\guesser build 02-Apr-2025 15:47:36 Rendering Class phpbb\mimetype\guesser_base build 02-Apr-2025 15:47:36 Rendering Class phpbb\mimetype\guesser_interface build 02-Apr-2025 15:47:36 Rendering Class phpbb\module\exception\module_exception build 02-Apr-2025 15:47:36 Rendering Class phpbb\module\exception\module_not_found_exception build 02-Apr-2025 15:47:36 [1G[2K 684/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\module\module_manager build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\exception build 02-Apr-2025 15:47:36 [1G[2K 687/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\manager build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\method\base build 02-Apr-2025 15:47:36 [1G[2K 688/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\board build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\method\email build 02-Apr-2025 15:47:36 [1G[2K 690/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\extended_method_interface build 02-Apr-2025 15:47:36 [1G[2K 691/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\jabber build 02-Apr-2025 15:47:36 [1G[2K 693/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\messenger_base build 02-Apr-2025 15:47:36 [1G[2K 694/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\method_interface build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\method\webpush build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\type\admin_activate_user build 02-Apr-2025 15:47:36 [1G[2K 696/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%[1G[2K 697/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\approve_post build 02-Apr-2025 15:47:36 Rendering Class phpbb\notification\type\approve_topic build 02-Apr-2025 15:47:37 [1G[2K 698/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%[1G[2K 699/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\base build 02-Apr-2025 15:47:37 [1G[2K 700/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\bookmark build 02-Apr-2025 15:47:37 [1G[2K 701/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\disapprove_post build 02-Apr-2025 15:47:37 [1G[2K 702/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\disapprove_topic build 02-Apr-2025 15:47:37 [1G[2K 703/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\forum build 02-Apr-2025 15:47:37 [1G[2K 704/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\group_request build 02-Apr-2025 15:47:37 [1G[2K 705/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\group_request_approved build 02-Apr-2025 15:47:37 [1G[2K 706/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\mention build 02-Apr-2025 15:47:37 [1G[2K 707/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\pm build 02-Apr-2025 15:47:37 [1G[2K 708/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post build 02-Apr-2025 15:47:37 [1G[2K 709/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post_in_queue build 02-Apr-2025 15:47:37 Rendering Class phpbb\notification\type\quote build 02-Apr-2025 15:47:38 [1G[2K 710/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm build 02-Apr-2025 15:47:38 [1G[2K 711/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%[1G[2K 712/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm_closed build 02-Apr-2025 15:47:38 [1G[2K 713/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\report_post build 02-Apr-2025 15:47:38 [1G[2K 714/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\report_post_closed build 02-Apr-2025 15:47:38 [1G[2K 715/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\topic build 02-Apr-2025 15:47:38 [1G[2K 716/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\topic_in_queue build 02-Apr-2025 15:47:38 [1G[2K 717/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\type_interface build 02-Apr-2025 15:47:38 Rendering Class phpbb\pagination build 02-Apr-2025 15:47:38 [1G[2K 718/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\passwords\driver\argon2i build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\argon2id build 02-Apr-2025 15:47:38 [1G[2K 720/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\base build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\base_native build 02-Apr-2025 15:47:38 [1G[2K 722/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\bcrypt build 02-Apr-2025 15:47:38 [1G[2K 724/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\bcrypt_2y build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\bcrypt_wcf2 build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\convert_password build 02-Apr-2025 15:47:38 [1G[2K 726/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\driver_interface build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\helper build 02-Apr-2025 15:47:38 [1G[2K 729/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\md5_mybb build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\md5_phpbb2 build 02-Apr-2025 15:47:38 [1G[2K 731/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\md5_vb build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\phpass build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\rehashable_driver_interface build 02-Apr-2025 15:47:38 Rendering Class phpbb\passwords\driver\salted_md5 build 02-Apr-2025 15:47:39 [1G[2K 734/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha1 build 02-Apr-2025 15:47:39 Rendering Class phpbb\passwords\driver\sha1_smf build 02-Apr-2025 15:47:39 [1GRendering Class phpbb\passwords\driver\sha1_wcf1 build 02-Apr-2025 15:47:39 [2K 737/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha_xf1 build 02-Apr-2025 15:47:39 Rendering Class phpbb\passwords\helper build 02-Apr-2025 15:47:39 Rendering Class phpbb\passwords\manager build 02-Apr-2025 15:47:39 [1G[2K 740/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\path_helper build 02-Apr-2025 15:47:39 Rendering Class phpbb\permissions build 02-Apr-2025 15:47:39 [1G[2K 742/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\plupload\plupload build 02-Apr-2025 15:47:39 [1G[2K 744/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\posting\post_helper build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\lang_helper build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\manager build 02-Apr-2025 15:47:39 [1G[2K 747/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_base build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\type\type_bool build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\type\type_date build 02-Apr-2025 15:47:39 [1G[2K 749/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_dropdown build 02-Apr-2025 15:47:39 [1G[2K 751/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_int build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\type\type_interface build 02-Apr-2025 15:47:39 [1G[2K 752/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string build 02-Apr-2025 15:47:39 [1G[2K 754/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string_common build 02-Apr-2025 15:47:39 Rendering Class phpbb\profilefields\type\type_text build 02-Apr-2025 15:47:39 [1G[2K 755/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_url build 02-Apr-2025 15:47:39 [1G[2K 756/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\controller\report build 02-Apr-2025 15:47:39 [1G[2K 757/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\exception\already_reported_exception build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\exception\empty_report_exception build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\exception\entity_not_found_exception build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\exception\factory_invalid_argument_exception build 02-Apr-2025 15:47:39 [1G[2KRendering Class phpbb\report\exception\invalid_report_exception build 02-Apr-2025 15:47:39 762/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\exception\pm_reporting_disabled_exception build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\exception\report_permission_denied_exception build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\handler_factory build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\report_handler build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\report_handler_interface build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\report_handler_pm build 02-Apr-2025 15:47:39 [1G[2K 768/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\report\report_handler_post build 02-Apr-2025 15:47:39 Rendering Class phpbb\report\report_reason_list_provider build 02-Apr-2025 15:47:39 [1G[2K 771/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\deactivated_super_global build 02-Apr-2025 15:47:39 Rendering Class phpbb\request\request build 02-Apr-2025 15:47:39 [1G[2K 773/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\request_interface build 02-Apr-2025 15:47:39 Rendering Class phpbb\request\type_cast_helper build 02-Apr-2025 15:47:39 [1G[2K 775/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\type_cast_helper_interface build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\file_locator build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\helper build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\loader_resolver build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\resources_locator\chained_resources_locator build 02-Apr-2025 15:47:39 [1G[2K 780/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\routing\resources_locator\default_resources_locator build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\resources_locator\installer_resources_locator build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\resources_locator\resources_locator_interface build 02-Apr-2025 15:47:39 Rendering Class phpbb\routing\router build 02-Apr-2025 15:47:40 [1G[2K 784/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\search\backend\base build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\backend\fulltext_mysql build 02-Apr-2025 15:47:40 [1G[2K 786/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\search\backend\fulltext_native build 02-Apr-2025 15:47:40 [1G[2K 787/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_postgres build 02-Apr-2025 15:47:40 [1G[2K 788/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_sphinx build 02-Apr-2025 15:47:40 [1G[2K 789/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\search_backend_interface build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\backend\sphinx\config build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\backend\sphinx\config_item build 02-Apr-2025 15:47:40 [1G[2K 791/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\sphinx\config_section build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\backend\sphinx\config_variable build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\exception\action_in_progress_exception build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\exception\no_action_in_progress_exception build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\exception\no_search_backend_found_exception build 02-Apr-2025 15:47:40 [1G[2K 796/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\search\exception\search_exception build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\search_backend_factory build 02-Apr-2025 15:47:40 Rendering Class phpbb\search\state_helper build 02-Apr-2025 15:47:40 Rendering Class phpbb\session build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\adapter\adapter_interface build 02-Apr-2025 15:47:40 [1G[2K 801/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\adapter\local build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\adapter_factory build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\controller\attachment build 02-Apr-2025 15:47:40 [1G[2K 804/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\controller\avatar build 02-Apr-2025 15:47:40 [1G[2K 806/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\controller\controller build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\exception\action_in_progress_exception build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\exception\no_action_in_progress_exception build 02-Apr-2025 15:47:40 [1G[2K 809/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\exception\storage_exception build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\file_tracker build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\helper build 02-Apr-2025 15:47:40 [1G[2K 812/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\provider\local build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\provider\provider_interface build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\state_helper build 02-Apr-2025 15:47:40 Rendering Class phpbb\storage\storage build 02-Apr-2025 15:47:40 [1G[2K 815/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Rendering Class phpbb\symfony_request build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\asset build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\assets_bag build 02-Apr-2025 15:47:40 [1G[2K 818/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\base build 02-Apr-2025 15:47:40 [1G[2K 820/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\context build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\exception\user_object_not_available build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\template build 02-Apr-2025 15:47:40 [1G[2K 823/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\definition build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\twig\environment build 02-Apr-2025 15:47:40 Rendering Class phpbb\template\twig\extension build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\extension\avatar build 02-Apr-2025 15:47:41 [1G[2K 826/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\config build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\extension\forms build 02-Apr-2025 15:47:41 [1G[2K 829/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\icon build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\extension\routing build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\extension\username build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\lexer build 02-Apr-2025 15:47:41 [1G[2K 832/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\loader build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\definenode build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\event build 02-Apr-2025 15:47:41 [1G[2K 835/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\node\expression\binary\equalequal build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\expression\binary\notequalequal build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\includeasset build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\includecss build 02-Apr-2025 15:47:41 [1G[2K 840/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\node\includejs build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\node\includenode build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\tokenparser\defineparser build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\tokenparser\event build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\tokenparser\includecss build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\tokenparser\includejs build 02-Apr-2025 15:47:41 [1G[2K 845/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\template\twig\tokenparser\includeparser build 02-Apr-2025 15:47:41 Rendering Class phpbb\template\twig\twig build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\acp_utils_interface build 02-Apr-2025 15:47:41 [1G[2K 848/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\textformatter\cache_interface build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\parser_interface build 02-Apr-2025 15:47:41 [1G[2K 851/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\renderer_interface build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\s9e\acp_utils build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\s9e\bbcode_merger build 02-Apr-2025 15:47:41 [1G[2K 854/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\factory build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\s9e\link_helper build 02-Apr-2025 15:47:41 [1G[2K 855/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\mention_helper build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\s9e\parser build 02-Apr-2025 15:47:41 [1G[2K 857/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%[1G[2K 858/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\quote_helper build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\s9e\renderer build 02-Apr-2025 15:47:41 [1G[2K 860/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textformatter\s9e\utils build 02-Apr-2025 15:47:41 Rendering Class phpbb\textformatter\utils_interface build 02-Apr-2025 15:47:41 [1G[2K 862/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\base build 02-Apr-2025 15:47:41 Rendering Class phpbb\textreparser\manager build 02-Apr-2025 15:47:41 [1G[2K 864/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\contact_admin_info build 02-Apr-2025 15:47:41 Rendering Class phpbb\textreparser\plugins\forum_description build 02-Apr-2025 15:47:41 [1G[2K 866/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\forum_rules build 02-Apr-2025 15:47:41 Rendering Class phpbb\textreparser\plugins\group_description build 02-Apr-2025 15:47:41 [1G[2K 868/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\pm_text build 02-Apr-2025 15:47:41 [1G[2K 869/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\poll_option build 02-Apr-2025 15:47:42 [1G[2K 870/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\poll_title build 02-Apr-2025 15:47:42 Rendering Class phpbb\textreparser\plugins\post_text build 02-Apr-2025 15:47:42 [1G[2K 872/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\user_signature build 02-Apr-2025 15:47:42 [1G[2K 873/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\reparser_interface build 02-Apr-2025 15:47:42 Rendering Class phpbb\textreparser\row_based_plugin build 02-Apr-2025 15:47:42 Rendering Class phpbb\tree\nestedset build 02-Apr-2025 15:47:42 [1G[2K 875/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%[1G[2K 876/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\nestedset_forum build 02-Apr-2025 15:47:42 [1G[2K 877/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\tree_interface build 02-Apr-2025 15:47:42 Rendering Class phpbb\ucp\controller\delete_cookies build 02-Apr-2025 15:47:42 [1G[2K 879/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb\ucp\controller\reset_password build 02-Apr-2025 15:47:42 Rendering Class phpbb\ucp\controller\webpush build 02-Apr-2025 15:47:42 [1G[2K 881/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb\update\controller build 02-Apr-2025 15:47:42 Rendering Class phpbb\update\get_updates build 02-Apr-2025 15:47:42 Rendering Class phpbb\user build 02-Apr-2025 15:47:42 Rendering Class phpbb\user_loader build 02-Apr-2025 15:47:42 [1G[2K 884/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb\version_helper build 02-Apr-2025 15:47:42 Rendering Class phpbb\viewonline_helper build 02-Apr-2025 15:47:42 [1G[2K 886/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb_questionnaire_data_collector build 02-Apr-2025 15:47:42 Rendering Class phpbb_questionnaire_php_data_provider build 02-Apr-2025 15:47:42 Rendering Class phpbb_questionnaire_phpbb_data_provider build 02-Apr-2025 15:47:42 Rendering Class phpbb_questionnaire_system_data_provider build 02-Apr-2025 15:47:42 Rendering Class transfer build 02-Apr-2025 15:47:42 [1G[2K 891/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_activate build 02-Apr-2025 15:47:42 Rendering Class ucp_attachments build 02-Apr-2025 15:47:42 Rendering Class ucp_attachments_info build 02-Apr-2025 15:47:42 Rendering Class ucp_auth_link build 02-Apr-2025 15:47:42 [1G[2K 895/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_auth_link_info build 02-Apr-2025 15:47:42 Rendering Class ucp_confirm build 02-Apr-2025 15:47:42 Rendering Class ucp_groups build 02-Apr-2025 15:47:42 Rendering Class ucp_groups_info build 02-Apr-2025 15:47:42 Rendering Class ucp_login_link build 02-Apr-2025 15:47:42 Rendering Class ucp_main build 02-Apr-2025 15:47:42 Rendering Class ucp_main_info build 02-Apr-2025 15:47:42 Rendering Class ucp_notifications build 02-Apr-2025 15:47:42 Rendering Class ucp_notifications_info build 02-Apr-2025 15:47:42 [1G[2K 904/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 98%Rendering Class ucp_pm build 02-Apr-2025 15:47:42 Rendering Class ucp_pm_info build 02-Apr-2025 15:47:42 Rendering Class ucp_prefs build 02-Apr-2025 15:47:42 Rendering Class ucp_prefs_info build 02-Apr-2025 15:47:42 Rendering Class ucp_profile build 02-Apr-2025 15:47:42 Rendering Class ucp_profile_info build 02-Apr-2025 15:47:42 Rendering Class ucp_register build 02-Apr-2025 15:47:42 Rendering Class ucp_resend build 02-Apr-2025 15:47:42 Rendering Class ucp_zebra build 02-Apr-2025 15:47:42 [1G[2K 914/914 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Rendering Class ucp_zebra_info build 02-Apr-2025 15:47:42 Rendering done build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 Version Updated C Removed C build 02-Apr-2025 15:47:42 main 750 0 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 Version Updated C Updated N Removed C Removed N build 02-Apr-2025 15:47:42 main 750 153 0 0 build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 [00;32m build 02-Apr-2025 15:47:42 phpBB > build: build 02-Apr-2025 15:47:42 [0m build 02-Apr-2025 15:47:42 [00;32m build 02-Apr-2025 15:47:42 BUILD FINISHED build 02-Apr-2025 15:47:42 build 02-Apr-2025 15:47:42 Total time: 13 minutes 31.84 seconds build 02-Apr-2025 15:47:42 [0m simple 02-Apr-2025 15:47:44 Finished task 'Run tests' with result: Success command 02-Apr-2025 15:47:44 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 02-Apr-2025 15:47:44 Starting task 'Run sniffs' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 02-Apr-2025 15:47:44 Running image name (phpbb:php-8.1) command 02-Apr-2025 15:47:44 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1402 (PHPBB3-DDM-JOB1-1402)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/build --rm -u=990 phpbb:php-8.1 ../phpBB/vendor/bin/phing sniff\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n build 02-Apr-2025 15:47:46 Buildfile: /data/build/build.xml build 02-Apr-2025 15:47:47 build 02-Apr-2025 15:47:47 phpBB > sniff: build 02-Apr-2025 15:47:47 build 02-Apr-2025 15:47:54 ............................................................ 60 / 953 (6%) build 02-Apr-2025 15:48:02 ............................................................ 120 / 953 (13%) build 02-Apr-2025 15:48:09 ............................................................ 180 / 953 (19%) build 02-Apr-2025 15:48:18 ............................................................ 240 / 953 (25%) build 02-Apr-2025 15:48:25 ............................................................ 300 / 953 (31%) build 02-Apr-2025 15:48:35 ............................................................ 360 / 953 (38%) build 02-Apr-2025 15:48:39 ............................................................ 420 / 953 (44%) build 02-Apr-2025 15:48:48 ............................................................ 480 / 953 (50%) build 02-Apr-2025 15:48:55 ............................................................ 540 / 953 (57%) build 02-Apr-2025 15:48:56 ............................................................ 600 / 953 (63%) build 02-Apr-2025 15:48:57 ............................................................ 660 / 953 (69%) build 02-Apr-2025 15:48:58 ............................................................ 720 / 953 (76%) build 02-Apr-2025 15:49:00 ............................................................ 780 / 953 (82%) build 02-Apr-2025 15:49:03 ............................................................ 840 / 953 (88%) build 02-Apr-2025 15:49:13 ............................................................ 900 / 953 (94%) build 02-Apr-2025 15:49:19 ..................................................... 953 / 953 (100%) build 02-Apr-2025 15:49:19 build 02-Apr-2025 15:49:19 build 02-Apr-2025 15:49:19 Time: 1 mins, 32.31 secs; Memory: 28MB build 02-Apr-2025 15:49:19 build 02-Apr-2025 15:49:19 [php] Calling PHP function: preg_replace() build 02-Apr-2025 15:49:28 ............................................................ 60 / 205 (29%) build 02-Apr-2025 15:49:59 ............................................................ 120 / 205 (59%) build 02-Apr-2025 15:50:10 ............................................................ 180 / 205 (88%) build 02-Apr-2025 15:50:21 ......................... 205 / 205 (100%) build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 Time: 1 mins, 1.58 secs; Memory: 34MB build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 Time: 89ms; Memory: 6MB build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 BUILD FINISHED build 02-Apr-2025 15:50:21 build 02-Apr-2025 15:50:21 Total time: 2 minutes 34.45 seconds build 02-Apr-2025 15:50:21 simple 02-Apr-2025 15:50:22 Finished task 'Run sniffs' with result: Success simple 02-Apr-2025 15:50:22 Starting task 'Parsing test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' simple 02-Apr-2025 15:50:22 Parsing test results under /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1... simple 02-Apr-2025 15:50:22 Finished task 'Parsing test results' with result: Success simple 02-Apr-2025 15:50:22 Running post build plugin 'Artifact Copier' simple 02-Apr-2025 15:50:22 Publishing an artifact: Coverage HTML Report simple 02-Apr-2025 15:50:28 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 6.326 s simple 02-Apr-2025 15:50:28 Running post build plugin 'npm Cache Cleanup' simple 02-Apr-2025 15:50:28 Running post build plugin 'NCover Results Collector' simple 02-Apr-2025 15:50:28 Running post build plugin 'Build Results Label Collector' simple 02-Apr-2025 15:50:28 Running post build plugin 'Clover Results Collector' simple 02-Apr-2025 15:50:28 Running post build plugin 'Docker Container Cleanup' simple 02-Apr-2025 15:50:35 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1' simple 02-Apr-2025 15:50:35 Finalising the build... simple 02-Apr-2025 15:50:35 Stopping timer. simple 02-Apr-2025 15:50:35 Build PHPBB3-DDM-JOB1-1402 completed. simple 02-Apr-2025 15:50:35 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 02-Apr-2025 15:50:35 Running on server: post build plugin 'NCover Results Collector' simple 02-Apr-2025 15:50:35 Running on server: post build plugin 'Build Labeller' simple 02-Apr-2025 15:50:35 Running on server: post build plugin 'Clover Delta Calculator' simple 02-Apr-2025 15:50:35 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 02-Apr-2025 15:50:35 All post build plugins have finished simple 02-Apr-2025 15:50:35 Generating build results summary... simple 02-Apr-2025 15:50:43 Saving build results to disk... simple 02-Apr-2025 15:50:43 Store variable context... simple 02-Apr-2025 15:50:43 Finished building PHPBB3-DDM-JOB1-1402.