simple 23-Feb-2024 19:45:11 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232) is being prepared for building on agent Docker, bamboo version: 9.2.7 simple 23-Feb-2024 19:45:11 simple 23-Feb-2024 19:45:11 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 23-Feb-2024 19:45:11 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232) simple 23-Feb-2024 19:45:11 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 23-Feb-2024 19:45:11 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 23-Feb-2024 19:45:11 Updating source code to revision: 7a734f7f74ecde80c4c1cbff2ed0545ee5772c5c simple 23-Feb-2024 19:45:11 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git'. simple 23-Feb-2024 19:45:11 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git/ simple 23-Feb-2024 19:45:12 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 23-Feb-2024 19:45:25 Checking out revision 7a734f7f74ecde80c4c1cbff2ed0545ee5772c5c. simple 23-Feb-2024 19:45:25 Note: checking out '7a734f7f74ecde80c4c1cbff2ed0545ee5772c5c'. simple 23-Feb-2024 19:45:25 simple 23-Feb-2024 19:45:25 You are in 'detached HEAD' state. You can look around, make experimental simple 23-Feb-2024 19:45:25 changes and commit them, and you can discard any commits you make in this simple 23-Feb-2024 19:45:25 state without impacting any branches by performing another checkout. simple 23-Feb-2024 19:45:25 simple 23-Feb-2024 19:45:25 If you want to create a new branch to retain commits you create, you may simple 23-Feb-2024 19:45:25 do so (now or later) by using -b with the checkout command again. Example: simple 23-Feb-2024 19:45:25 simple 23-Feb-2024 19:45:25 git checkout -b new_branch_name simple 23-Feb-2024 19:45:25 simple 23-Feb-2024 19:45:25 HEAD is now at 7a734f7... Merge branch '3.3.x' simple 23-Feb-2024 19:45:25 Updated source code to revision: 7a734f7f74ecde80c4c1cbff2ed0545ee5772c5c simple 23-Feb-2024 19:45:25 Finished task 'Checkout Default Repository' with result: Success simple 23-Feb-2024 19:45:25 Running pre-build action: VCS Version Collector simple 23-Feb-2024 19:45:25 Running pre-build action: Build Log Labeller Pre Build Action simple 23-Feb-2024 19:45:25 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232) started building on agent 'Docker' () command 23-Feb-2024 19:45:25 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 23-Feb-2024 19:45:25 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 23-Feb-2024 19:45:25 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232)'\n ... running command line: \n/usr/bin/docker 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 23-Feb-2024 19:45:26 #0 building with "default" instance using docker driver error 23-Feb-2024 19:45:26 error 23-Feb-2024 19:45:26 #1 [internal] load build definition from Dockerfile error 23-Feb-2024 19:45:26 #1 transferring dockerfile: error 23-Feb-2024 19:45:26 #1 transferring dockerfile: 491B done error 23-Feb-2024 19:45:26 #1 DONE 0.1s error 23-Feb-2024 19:45:26 error 23-Feb-2024 19:45:26 #2 [internal] load metadata for docker.io/library/php:8.1 error 23-Feb-2024 19:45:27 #2 DONE 0.8s error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #3 [internal] load .dockerignore error 23-Feb-2024 19:45:27 #3 transferring context: 2B done error 23-Feb-2024 19:45:27 #3 DONE 0.0s error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #4 [1/6] FROM docker.io/library/php:8.1@sha256:89c5e6a825f458d2bb654601cf0809f68a3da4565e5a2640fc44dcf2a259ecee error 23-Feb-2024 19:45:27 #4 DONE 0.0s error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #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 23-Feb-2024 19:45:27 #5 CACHED error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #6 [3/6] RUN pecl install xdebug-3.2.2 error 23-Feb-2024 19:45:27 #6 CACHED error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #7 [4/6] RUN docker-php-ext-enable xdebug error 23-Feb-2024 19:45:27 #7 CACHED error 23-Feb-2024 19:45:27 error 23-Feb-2024 19:45:27 #8 [5/6] RUN echo "memory_limit = 1536M" >> /usr/local/etc/php/conf.d/memory.ini error 23-Feb-2024 19:45:31 #8 DONE 3.4s error 23-Feb-2024 19:45:31 error 23-Feb-2024 19:45:31 #9 [6/6] RUN echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini error 23-Feb-2024 19:45:32 #9 DONE 1.1s error 23-Feb-2024 19:45:32 error 23-Feb-2024 19:45:32 #10 exporting to image error 23-Feb-2024 19:45:32 #10 exporting layers 0.0s done error 23-Feb-2024 19:45:32 #10 writing image sha256:9e5760dc46662ceee8e3a052cc9e278a2e852a2d24ba68c83e1c00b13057a8e4 done error 23-Feb-2024 19:45:32 #10 naming to docker.io/library/phpbb:php-8.1 done error 23-Feb-2024 19:45:32 #10 DONE 0.0s simple 23-Feb-2024 19:45:32 Built Docker image 'phpbb:php-8.1' simple 23-Feb-2024 19:45:32 Finished task 'Build image' with result: Success command 23-Feb-2024 19:45:32 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 23-Feb-2024 19:45:32 Starting task 'Run tests' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 23-Feb-2024 19:45:32 Running image name (phpbb:php-8.1) command 23-Feb-2024 19:45:32 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/phpBB --rm -u=991 -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 23-Feb-2024 19:45:33 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 23-Feb-2024 19:45:33 Installing dependencies from lock file (including require-dev) build 23-Feb-2024 19:45:33 Verifying lock file contents can be installed on current platform. build 23-Feb-2024 19:45:33 Package operations: 127 installs, 0 updates, 0 removals build 23-Feb-2024 19:45:33 Cannot create cache directory /.composer/cache/files/, or directory is not writable. Proceeding without cache. See also cache-read-only config if your filesystem is read-only. build 23-Feb-2024 19:45:33 - Downloading composer/installers (v1.12.0) build 23-Feb-2024 19:45:33 - Downloading composer/package-versions-deprecated (1.11.99.5) build 23-Feb-2024 19:45:33 - Downloading bantu/ini-get-wrapper (v1.0.1) build 23-Feb-2024 19:45:33 - Downloading carlos-mg89/oauth (0.8.15) build 23-Feb-2024 19:45:33 - Downloading chita/topological_sort (v3.0.1) build 23-Feb-2024 19:45:33 - Downloading symfony/process (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-php81 (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-php80 (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-php73 (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/finder (v6.4.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-mbstring (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-ctype (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/filesystem (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/string (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading psr/container (2.0.2) build 23-Feb-2024 19:45:33 - Downloading symfony/service-contracts (v3.4.1) build 23-Feb-2024 19:45:33 - Downloading symfony/deprecation-contracts (v3.4.0) build 23-Feb-2024 19:45:33 - Downloading symfony/console (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading seld/signal-handler (2.0.2) build 23-Feb-2024 19:45:33 - Downloading seld/phar-utils (1.2.1) build 23-Feb-2024 19:45:33 - Downloading seld/jsonlint (1.10.2) build 23-Feb-2024 19:45:33 - Downloading react/promise (v3.1.0) build 23-Feb-2024 19:45:33 - Downloading psr/log (3.0.0) build 23-Feb-2024 19:45:33 - Downloading justinrainbow/json-schema (v5.2.13) build 23-Feb-2024 19:45:33 - Downloading composer/pcre (3.1.1) build 23-Feb-2024 19:45:33 - Downloading composer/xdebug-handler (3.0.3) build 23-Feb-2024 19:45:33 - Downloading composer/spdx-licenses (1.5.8) build 23-Feb-2024 19:45:33 - Downloading composer/semver (3.4.0) build 23-Feb-2024 19:45:33 - Downloading composer/metadata-minifier (1.0.0) build 23-Feb-2024 19:45:33 - Downloading composer/class-map-generator (1.1.0) build 23-Feb-2024 19:45:33 - Downloading composer/ca-bundle (1.4.1) build 23-Feb-2024 19:45:33 - Downloading composer/composer (2.7.1) build 23-Feb-2024 19:45:33 - Downloading psr/cache (3.0.0) build 23-Feb-2024 19:45:33 - Downloading doctrine/deprecations (1.1.3) build 23-Feb-2024 19:45:33 - Downloading doctrine/event-manager (1.2.0) build 23-Feb-2024 19:45:33 - Downloading doctrine/cache (2.2.0) build 23-Feb-2024 19:45:33 - Downloading doctrine/dbal (3.3.8) build 23-Feb-2024 19:45:33 - Downloading google/recaptcha (1.3.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-php72 (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading ralouphie/getallheaders (3.0.3) build 23-Feb-2024 19:45:33 - Downloading psr/http-message (1.1) build 23-Feb-2024 19:45:33 - Downloading guzzlehttp/psr7 (1.9.1) build 23-Feb-2024 19:45:33 - Downloading guzzlehttp/promises (1.5.3) build 23-Feb-2024 19:45:33 - Downloading guzzlehttp/guzzle (6.5.8) build 23-Feb-2024 19:45:33 - Downloading laminas/laminas-code (4.13.0) build 23-Feb-2024 19:45:33 - Downloading symfony/yaml (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading laravel/homestead (v14.5.0) build 23-Feb-2024 19:45:33 - Downloading marc1706/fast-image-size (v1.1.7) build 23-Feb-2024 19:45:33 - Downloading sebastian/version (3.0.2) build 23-Feb-2024 19:45:33 - Downloading sebastian/type (3.2.1) build 23-Feb-2024 19:45:33 - Downloading sebastian/resource-operations (3.0.3) build 23-Feb-2024 19:45:33 - Downloading sebastian/recursion-context (4.0.5) build 23-Feb-2024 19:45:33 - Downloading sebastian/object-reflector (2.0.4) build 23-Feb-2024 19:45:33 - Downloading sebastian/object-enumerator (4.0.4) build 23-Feb-2024 19:45:33 - Downloading sebastian/global-state (5.0.6) build 23-Feb-2024 19:45:33 - Downloading sebastian/exporter (4.0.5) build 23-Feb-2024 19:45:33 - Downloading sebastian/environment (5.1.5) build 23-Feb-2024 19:45:33 - Downloading sebastian/diff (4.0.5) build 23-Feb-2024 19:45:33 - Downloading sebastian/comparator (4.0.8) build 23-Feb-2024 19:45:33 - Downloading sebastian/code-unit (1.0.8) build 23-Feb-2024 19:45:33 - Downloading sebastian/cli-parser (1.0.1) build 23-Feb-2024 19:45:33 - Downloading phpunit/php-timer (5.0.3) build 23-Feb-2024 19:45:33 - Downloading phpunit/php-text-template (2.0.4) build 23-Feb-2024 19:45:33 - Downloading phpunit/php-invoker (3.1.1) build 23-Feb-2024 19:45:33 - Downloading phpunit/php-file-iterator (3.0.6) build 23-Feb-2024 19:45:33 - Downloading theseer/tokenizer (1.2.2) build 23-Feb-2024 19:45:33 - Downloading nikic/php-parser (v4.18.0) build 23-Feb-2024 19:45:33 - Downloading sebastian/lines-of-code (1.0.4) build 23-Feb-2024 19:45:33 - Downloading sebastian/complexity (2.0.3) build 23-Feb-2024 19:45:33 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 23-Feb-2024 19:45:33 - Downloading phpunit/php-code-coverage (9.2.30) build 23-Feb-2024 19:45:33 - Downloading phar-io/version (3.2.1) build 23-Feb-2024 19:45:33 - Downloading phar-io/manifest (2.0.3) build 23-Feb-2024 19:45:33 - Downloading myclabs/deep-copy (1.11.1) build 23-Feb-2024 19:45:33 - Downloading doctrine/instantiator (2.0.0) build 23-Feb-2024 19:45:33 - Downloading phpunit/phpunit (9.6.17) build 23-Feb-2024 19:45:33 - Downloading misantron/dbunit (5.3.0) build 23-Feb-2024 19:45:33 - Downloading phing/phing (2.17.4) build 23-Feb-2024 19:45:33 - Downloading webmozart/assert (1.11.0) build 23-Feb-2024 19:45:33 - Downloading phpstan/phpdoc-parser (1.26.0) build 23-Feb-2024 19:45:33 - Downloading phpdocumentor/reflection-common (2.2.0) build 23-Feb-2024 19:45:33 - Downloading phpdocumentor/type-resolver (1.8.2) build 23-Feb-2024 19:45:33 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 23-Feb-2024 19:45:33 - Downloading spatie/array-to-xml (3.2.3) build 23-Feb-2024 19:45:33 - Downloading netresearch/jsonmapper (v4.4.1) build 23-Feb-2024 19:45:33 - Downloading fidry/cpu-core-counter (1.1.0) build 23-Feb-2024 19:45:33 - Downloading felixfbecker/language-server-protocol (v1.5.2) build 23-Feb-2024 19:45:33 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 23-Feb-2024 19:45:33 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 23-Feb-2024 19:45:33 - Downloading amphp/amp (v2.6.2) build 23-Feb-2024 19:45:33 - Downloading amphp/byte-stream (v1.8.1) build 23-Feb-2024 19:45:33 - Downloading vimeo/psalm (5.22.2) build 23-Feb-2024 19:45:33 - Downloading symfony/routing (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/polyfill-php83 (v1.29.0) build 23-Feb-2024 19:45:33 - Downloading symfony/http-foundation (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading psr/event-dispatcher (1.0.0) build 23-Feb-2024 19:45:33 - Downloading symfony/event-dispatcher-contracts (v3.4.0) build 23-Feb-2024 19:45:33 - Downloading symfony/event-dispatcher (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/var-dumper (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/error-handler (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/http-kernel (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/var-exporter (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/dependency-injection (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/config (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/cache-contracts (v3.4.0) build 23-Feb-2024 19:45:33 - Downloading symfony/cache (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/framework-bundle (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading psalm/plugin-symfony (v5.1.0) build 23-Feb-2024 19:45:33 - Downloading s9e/sweetdom (3.4.0) build 23-Feb-2024 19:45:33 - Downloading s9e/regexp-builder (1.4.6) build 23-Feb-2024 19:45:33 - Downloading s9e/text-formatter (2.16.0) build 23-Feb-2024 19:45:33 - Downloading squizlabs/php_codesniffer (3.9.0) build 23-Feb-2024 19:45:33 - Downloading masterminds/html5 (2.8.1) build 23-Feb-2024 19:45:33 - Downloading symfony/dom-crawler (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/browser-kit (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/css-selector (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/http-client-contracts (v3.4.0) build 23-Feb-2024 19:45:33 - Downloading symfony/http-client (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading symfony/mime (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading friendsofphp/proxy-manager-lts (v1.0.16) build 23-Feb-2024 19:45:33 - Downloading symfony/proxy-manager-bridge (v6.4.3) build 23-Feb-2024 19:45:33 - Downloading twig/twig (v3.8.0) build 23-Feb-2024 19:45:33 - Downloading symfony/translation-contracts (v3.4.1) build 23-Feb-2024 19:45:33 - Downloading symfony/twig-bridge (v6.4.3) build 23-Feb-2024 19:45:35 0/127 [>---------------------------] 0% 15/127 [===>------------------------] 11% 32/127 [=======>--------------------] 25% 39/127 [========>-------------------] 30% 53/127 [===========>----------------] 41% 68/127 [==============>-------------] 53% 77/127 [================>-----------] 60% 94/127 [====================>-------] 74% 107/127 [=======================>----] 84% 120/127 [==========================>-] 94% 127/127 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 23-Feb-2024 19:45:35 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 23-Feb-2024 19:45:35 - Installing chita/topological_sort (v3.0.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/process (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/finder (v6.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/filesystem (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/string (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing psr/container (2.0.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/service-contracts (v3.4.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/deprecation-contracts (v3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/console (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing seld/signal-handler (2.0.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing seld/phar-utils (1.2.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing seld/jsonlint (1.10.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing react/promise (v3.1.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing psr/log (3.0.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/pcre (3.1.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/xdebug-handler (3.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/semver (3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/class-map-generator (1.1.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/ca-bundle (1.4.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing composer/composer (2.7.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing psr/cache (3.0.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing doctrine/deprecations (1.1.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing doctrine/event-manager (1.2.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing doctrine/cache (2.2.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing doctrine/dbal (3.3.8): Extracting archive build 23-Feb-2024 19:45:35 - Installing google/recaptcha (1.3.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing psr/http-message (1.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 23-Feb-2024 19:45:35 - Installing laminas/laminas-code (4.13.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/yaml (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing laravel/homestead (v14.5.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/version (3.0.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/type (3.2.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/resource-operations (3.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/global-state (5.0.6): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/exporter (4.0.5): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/environment (5.1.5): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/diff (4.0.5): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/comparator (4.0.8): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/code-unit (1.0.8): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/cli-parser (1.0.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/php-timer (5.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 23-Feb-2024 19:45:35 - Installing theseer/tokenizer (1.2.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing nikic/php-parser (v4.18.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/complexity (2.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/php-code-coverage (9.2.30): Extracting archive build 23-Feb-2024 19:45:35 - Installing phar-io/version (3.2.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing phar-io/manifest (2.0.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing myclabs/deep-copy (1.11.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing doctrine/instantiator (2.0.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpunit/phpunit (9.6.17): Extracting archive build 23-Feb-2024 19:45:35 - Installing misantron/dbunit (5.3.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing phing/phing (2.17.4): Extracting archive build 23-Feb-2024 19:45:35 - Installing webmozart/assert (1.11.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpstan/phpdoc-parser (1.26.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing spatie/array-to-xml (3.2.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing netresearch/jsonmapper (v4.4.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing fidry/cpu-core-counter (1.1.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing amphp/amp (v2.6.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing amphp/byte-stream (v1.8.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing vimeo/psalm (5.22.2): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/routing (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/http-foundation (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/event-dispatcher-contracts (v3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/event-dispatcher (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/var-dumper (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/error-handler (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/http-kernel (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/var-exporter (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/dependency-injection (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/config (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/cache-contracts (v3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/cache (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/framework-bundle (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing psalm/plugin-symfony (v5.1.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing s9e/sweetdom (3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 23-Feb-2024 19:45:35 - Installing s9e/text-formatter (2.16.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing squizlabs/php_codesniffer (3.9.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing masterminds/html5 (2.8.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/dom-crawler (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/browser-kit (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/css-selector (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/http-client-contracts (v3.4.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/http-client (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/mime (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing friendsofphp/proxy-manager-lts (v1.0.16): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/proxy-manager-bridge (v6.4.3): Extracting archive build 23-Feb-2024 19:45:35 - Installing twig/twig (v3.8.0): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/translation-contracts (v3.4.1): Extracting archive build 23-Feb-2024 19:45:35 - Installing symfony/twig-bridge (v6.4.3): Extracting archive build 23-Feb-2024 19:45:38 0/125 [>---------------------------] 0% 18/125 [====>-----------------------] 14% 28/125 [======>---------------------] 22% 46/125 [==========>-----------------] 36% 56/125 [============>---------------] 44% 66/125 [==============>-------------] 52% 76/125 [=================>----------] 60% 95/125 [=====================>------] 76% 103/125 [=======================>----] 82% 117/125 [==========================>-] 93% 125/125 [============================] 100%Generating autoload files build 23-Feb-2024 19:45:38 92 packages you are using are looking for funding. build 23-Feb-2024 19:45:38 Use the `composer fund` command to find out more! build 23-Feb-2024 19:45:38 Buildfile: /data/build/build.xml build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:38 phpBB > clean: build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:38  [delete] Directory /data/build/logs does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/api does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/coverage does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/cpd does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/new_version does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 23-Feb-2024 19:45:38  [delete] Directory /data/build/save does not exist or is not a directory. build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:38 phpBB > prepare: build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/logs build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/api build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/codebrowser build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/coverage build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/cpd build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/dependencies build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/new_version build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/new_version/files build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/new_version/patches build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/new_version/release_files build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/new_version/update build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/old_versions build 23-Feb-2024 19:45:38  [mkdir] Created dir: /data/build/save build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:38 phpBB > composer: build 23-Feb-2024 19:45:38  build 23-Feb-2024 19:45:39 Installing dependencies from lock file (including require-dev) build 23-Feb-2024 19:45:39 Verifying lock file contents can be installed on current platform. build 23-Feb-2024 19:45:39 Nothing to install, update or remove build 23-Feb-2024 19:45:39 Generating autoload files build 23-Feb-2024 19:45:39 92 packages you are using are looking for funding. build 23-Feb-2024 19:45:39 Use the `composer fund` command to find out more! build 23-Feb-2024 19:45:39  build 23-Feb-2024 19:45:39 phpBB > test: build 23-Feb-2024 19:45:39  build 23-Feb-2024 19:45:41 PHPUnit 9.6.17 by Sebastian Bergmann and contributors. build 23-Feb-2024 19:45:41 build 23-Feb-2024 19:46:15 ............................................................. 61 / 7773 ( 0%) build 23-Feb-2024 19:46:20 ............................................................. 122 / 7773 ( 1%) build 23-Feb-2024 19:46:21 .................................................I.....SSSS.. 183 / 7773 ( 2%) build 23-Feb-2024 19:46:23 ..........SSSSSSSS.........S...S............................. 244 / 7773 ( 3%) build 23-Feb-2024 19:46:27 ....................................................S........ 305 / 7773 ( 3%) build 23-Feb-2024 19:46:33 ............................................................. 366 / 7773 ( 4%) build 23-Feb-2024 19:46:34 ............................................................. 427 / 7773 ( 5%) build 23-Feb-2024 19:46:35 ............................................................. 488 / 7773 ( 6%) build 23-Feb-2024 19:46:36 ............................................................. 549 / 7773 ( 7%) build 23-Feb-2024 19:46:37 ............................................................. 610 / 7773 ( 7%) build 23-Feb-2024 19:46:38 ............................................................. 671 / 7773 ( 8%) build 23-Feb-2024 19:46:38 ............................................................. 732 / 7773 ( 9%) build 23-Feb-2024 19:46:39 ............................................................. 793 / 7773 ( 10%) build 23-Feb-2024 19:46:40 ............................................................. 854 / 7773 ( 10%) build 23-Feb-2024 19:46:41 ............................................................. 915 / 7773 ( 11%) build 23-Feb-2024 19:46:42 ............................................................. 976 / 7773 ( 12%) build 23-Feb-2024 19:46:43 ............................................................. 1037 / 7773 ( 13%) build 23-Feb-2024 19:46:44 ............................................................. 1098 / 7773 ( 14%) build 23-Feb-2024 19:47:10 ...........................................I...S............. 1159 / 7773 ( 14%) build 23-Feb-2024 19:47:19 ..S.......................................................... 1220 / 7773 ( 15%) build 23-Feb-2024 19:47:26 ............................................................. 1281 / 7773 ( 16%) build 23-Feb-2024 19:47:29 ................................................S.S.S........ 1342 / 7773 ( 17%) build 23-Feb-2024 19:47:32 ............................................................. 1403 / 7773 ( 18%) build 23-Feb-2024 19:47:32 ............................................................. 1464 / 7773 ( 18%) build 23-Feb-2024 19:47:33 ............................................................. 1525 / 7773 ( 19%) build 23-Feb-2024 19:47:33 ............................................................. 1586 / 7773 ( 20%) build 23-Feb-2024 19:47:33 ............................................................. 1647 / 7773 ( 21%) build 23-Feb-2024 19:47:34 ............................................................. 1708 / 7773 ( 21%) build 23-Feb-2024 19:47:34 ............................................................. 1769 / 7773 ( 22%) build 23-Feb-2024 19:47:34 ............................................................. 1830 / 7773 ( 23%) build 23-Feb-2024 19:47:34 ............................................................. 1891 / 7773 ( 24%) build 23-Feb-2024 19:47:35 ............................................................. 1952 / 7773 ( 25%) build 23-Feb-2024 19:47:35 ............................................................. 2013 / 7773 ( 25%) build 23-Feb-2024 19:47:35 ............................................................. 2074 / 7773 ( 26%) build 23-Feb-2024 19:47:35 ............................................................. 2135 / 7773 ( 27%) build 23-Feb-2024 19:47:36 ............................................................. 2196 / 7773 ( 28%) build 23-Feb-2024 19:47:37 ............................................................. 2257 / 7773 ( 29%) build 23-Feb-2024 19:47:38 ............................................................. 2318 / 7773 ( 29%) build 23-Feb-2024 19:47:40 ............................................................. 2379 / 7773 ( 30%) build 23-Feb-2024 19:47:40 ............................................................. 2440 / 7773 ( 31%) build 23-Feb-2024 19:47:41 ............................................................. 2501 / 7773 ( 32%) build 23-Feb-2024 19:47:42 ......I.II................................................... 2562 / 7773 ( 32%) build 23-Feb-2024 19:47:43 ............................................................. 2623 / 7773 ( 33%) build 23-Feb-2024 19:47:43 ............................................................. 2684 / 7773 ( 34%) build 23-Feb-2024 19:47:44 ............................................................. 2745 / 7773 ( 35%) build 23-Feb-2024 19:47:46 ............................................................. 2806 / 7773 ( 36%) build 23-Feb-2024 19:47:47 ............................................................. 2867 / 7773 ( 36%) build 23-Feb-2024 19:47:48 ............................................................. 2928 / 7773 ( 37%) build 23-Feb-2024 19:47:48 ............................................................. 2989 / 7773 ( 38%) build 23-Feb-2024 19:47:48 ............................................................. 3050 / 7773 ( 39%) build 23-Feb-2024 19:47:54 ............................................................. 3111 / 7773 ( 40%) build 23-Feb-2024 19:47:57 ............................................................. 3172 / 7773 ( 40%) build 23-Feb-2024 19:47:59 ...........................................S................. 3233 / 7773 ( 41%) build 23-Feb-2024 19:48:02 ............................................................. 3294 / 7773 ( 42%) build 23-Feb-2024 19:48:02 ............................................................. 3355 / 7773 ( 43%) build 23-Feb-2024 19:48:03 ............................................................. 3416 / 7773 ( 43%) build 23-Feb-2024 19:48:12 ............................................................. 3477 / 7773 ( 44%) build 23-Feb-2024 19:48:15 ............................................................. 3538 / 7773 ( 45%) build 23-Feb-2024 19:48:31 ............................................................. 3599 / 7773 ( 46%) build 23-Feb-2024 19:48:31 ............................................................. 3660 / 7773 ( 47%) build 23-Feb-2024 19:48:33 ............................................................. 3721 / 7773 ( 47%) build 23-Feb-2024 19:48:33 ............................................................. 3782 / 7773 ( 48%) build 23-Feb-2024 19:48:34 ............................................................. 3843 / 7773 ( 49%) build 23-Feb-2024 19:48:34 ............................................................. 3904 / 7773 ( 50%) build 23-Feb-2024 19:48:34 ............................................................. 3965 / 7773 ( 51%) build 23-Feb-2024 19:48:35 ............................................................. 4026 / 7773 ( 51%) build 23-Feb-2024 19:48:35 ............................................................. 4087 / 7773 ( 52%) build 23-Feb-2024 19:48:36 ............................................................. 4148 / 7773 ( 53%) build 23-Feb-2024 19:48:39 ............................................................. 4209 / 7773 ( 54%) build 23-Feb-2024 19:48:40 ............................................................. 4270 / 7773 ( 54%) build 23-Feb-2024 19:48:43 ............................................................. 4331 / 7773 ( 55%) build 23-Feb-2024 19:48:44 ............................................................. 4392 / 7773 ( 56%) build 23-Feb-2024 19:48:45 ............................................................. 4453 / 7773 ( 57%) build 23-Feb-2024 19:48:50 ............................................................. 4514 / 7773 ( 58%) build 23-Feb-2024 19:48:58 ............................................................. 4575 / 7773 ( 58%) build 23-Feb-2024 19:49:04 ............................................................. 4636 / 7773 ( 59%) build 23-Feb-2024 19:49:04 ............................................................. 4697 / 7773 ( 60%) build 23-Feb-2024 19:49:05 ............................................................. 4758 / 7773 ( 61%) build 23-Feb-2024 19:49:05 ............................................................. 4819 / 7773 ( 61%) build 23-Feb-2024 19:49:05 ............................................................. 4880 / 7773 ( 62%) build 23-Feb-2024 19:49:06 ............................................................. 4941 / 7773 ( 63%) build 23-Feb-2024 19:49:06 ............................................................. 5002 / 7773 ( 64%) build 23-Feb-2024 19:49:06 ............................................................. 5063 / 7773 ( 65%) build 23-Feb-2024 19:49:06 ............................................................. 5124 / 7773 ( 65%) build 23-Feb-2024 19:49:07 ............................................................. 5185 / 7773 ( 66%) build 23-Feb-2024 19:49:07 ............................................................. 5246 / 7773 ( 67%) build 23-Feb-2024 19:49:19 ............................................................. 5307 / 7773 ( 68%) build 23-Feb-2024 19:49:25 ............................................................. 5368 / 7773 ( 69%) build 23-Feb-2024 19:49:29 ............................................................. 5429 / 7773 ( 69%) build 23-Feb-2024 19:49:31 ............................................................. 5490 / 7773 ( 70%) build 23-Feb-2024 19:49:31 ............................................................. 5551 / 7773 ( 71%) build 23-Feb-2024 19:49:32 ............................................................. 5612 / 7773 ( 72%) build 23-Feb-2024 19:49:32 ............................................................. 5673 / 7773 ( 72%) build 23-Feb-2024 19:49:32 .......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5734 / 7773 ( 73%) build 23-Feb-2024 19:49:32 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5795 / 7773 ( 74%) build 23-Feb-2024 19:49:32 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5856 / 7773 ( 75%) build 23-Feb-2024 19:49:32 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5917 / 7773 ( 76%) build 23-Feb-2024 19:49:34 SSSSSSSS..................................................... 5978 / 7773 ( 76%) build 23-Feb-2024 19:49:36 ............................................................. 6039 / 7773 ( 77%) build 23-Feb-2024 19:49:39 ............................................................. 6100 / 7773 ( 78%) build 23-Feb-2024 19:49:41 ............................................................. 6161 / 7773 ( 79%) build 23-Feb-2024 19:49:43 ............................................................. 6222 / 7773 ( 80%) build 23-Feb-2024 19:49:45 ............................................................. 6283 / 7773 ( 80%) build 23-Feb-2024 19:49:47 ............................................................. 6344 / 7773 ( 81%) build 23-Feb-2024 19:49:49 ............................................................. 6405 / 7773 ( 82%) build 23-Feb-2024 19:49:51 ............................................................. 6466 / 7773 ( 83%) build 23-Feb-2024 19:49:53 ............................................................. 6527 / 7773 ( 83%) build 23-Feb-2024 19:49:56 ............................................................. 6588 / 7773 ( 84%) build 23-Feb-2024 19:49:58 ............................................................. 6649 / 7773 ( 85%) build 23-Feb-2024 19:50:03 ............................................................. 6710 / 7773 ( 86%) build 23-Feb-2024 19:50:05 ............................................................. 6771 / 7773 ( 87%) build 23-Feb-2024 19:50:07 ............................................................. 6832 / 7773 ( 87%) build 23-Feb-2024 19:50:09 ............................................................. 6893 / 7773 ( 88%) build 23-Feb-2024 19:50:11 ............................................................. 6954 / 7773 ( 89%) build 23-Feb-2024 19:50:13 ............................................................. 7015 / 7773 ( 90%) build 23-Feb-2024 19:50:16 ............................................................. 7076 / 7773 ( 91%) build 23-Feb-2024 19:50:18 ............................................................. 7137 / 7773 ( 91%) build 23-Feb-2024 19:50:20 ............................................................. 7198 / 7773 ( 92%) build 23-Feb-2024 19:50:22 ............................................................. 7259 / 7773 ( 93%) build 23-Feb-2024 19:50:24 ............................................................. 7320 / 7773 ( 94%) build 23-Feb-2024 19:50:26 ............................................................. 7381 / 7773 ( 94%) build 23-Feb-2024 19:50:28 ............................................................. 7442 / 7773 ( 95%) build 23-Feb-2024 19:50:30 ............................................................. 7503 / 7773 ( 96%) build 23-Feb-2024 19:50:32 ............................................................. 7564 / 7773 ( 97%) build 23-Feb-2024 19:50:34 ............................................................. 7625 / 7773 ( 98%) build 23-Feb-2024 19:50:36 ............................................................. 7686 / 7773 ( 98%) build 23-Feb-2024 19:50:37 ........................ build 23-Feb-2024 19:50:37 build 23-Feb-2024 19:50:37 Time: 04:56.160, Memory: 306.50 MB build 23-Feb-2024 19:50:37 build 23-Feb-2024 19:50:37 OK, but incomplete, skipped, or risky tests! build 23-Feb-2024 19:50:37 Tests: 7773, Assertions: 82470, Skipped: 266, Incomplete: 5. build 23-Feb-2024 19:50:37 build 23-Feb-2024 19:53:10 Generating code coverage report in Clover XML format ... done [02:32.639] build 23-Feb-2024 19:53:10 build 23-Feb-2024 19:53:33 Generating code coverage report in HTML format ... done [00:22.631] build 23-Feb-2024 19:53:34  build 23-Feb-2024 19:53:34 phpBB > docs: build 23-Feb-2024 19:53:34  build 23-Feb-2024 19:53:34 Updating project build 23-Feb-2024 19:53:34 build 23-Feb-2024 19:53:34 Version main build 23-Feb-2024 19:53:34 ------------ build 23-Feb-2024 19:53:34 build 23-Feb-2024 19:53:42 build 23-Feb-2024 19:53:42 0/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\convert build 23-Feb-2024 19:53:42 Parsing phpbb\convert\convertor build 23-Feb-2024 19:53:43  3/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing bbcode_firstpass build 23-Feb-2024 19:53:43  4/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing parse_message build 23-Feb-2024 19:53:43 Parsing compress build 23-Feb-2024 19:53:43  6/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing compress_zip build 23-Feb-2024 19:53:43 Parsing compress_tar build 23-Feb-2024 19:53:43 Parsing phpbb_questionnaire_data_collector build 23-Feb-2024 19:53:43  9/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing phpbb_questionnaire_php_data_provider build 23-Feb-2024 19:53:43 Parsing phpbb_questionnaire_system_data_provider build 23-Feb-2024 19:53:43 Parsing phpbb_questionnaire_phpbb_data_provider build 23-Feb-2024 19:53:44 Parsing SphinxClient build 23-Feb-2024 19:53:45  13/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing mcp_notes_info build 23-Feb-2024 19:53:45  14/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing mcp_main_info build 23-Feb-2024 19:53:45 Parsing mcp_reports_info build 23-Feb-2024 19:53:45 Parsing mcp_queue_info build 23-Feb-2024 19:53:45 Parsing mcp_ban_info build 23-Feb-2024 19:53:45 Parsing mcp_pm_reports_info build 23-Feb-2024 19:53:45 Parsing mcp_logs_info build 23-Feb-2024 19:53:45 Parsing mcp_warn_info build 23-Feb-2024 19:53:45 Parsing mcp_notes build 23-Feb-2024 19:53:45  22/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing mcp_main build 23-Feb-2024 19:53:46  23/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing mcp_reports build 23-Feb-2024 19:53:46  24/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing mcp_queue build 23-Feb-2024 19:53:46  25/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_ban build 23-Feb-2024 19:53:46  26/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_pm_reports build 23-Feb-2024 19:53:46  27/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_logs build 23-Feb-2024 19:53:46  28/801 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_warn build 23-Feb-2024 19:53:47  29/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing messenger build 23-Feb-2024 19:53:47  30/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing queue build 23-Feb-2024 19:53:47 Parsing smtp_class build 23-Feb-2024 19:53:48 Parsing acp_bbcodes build 23-Feb-2024 19:53:48  33/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_extensions build 23-Feb-2024 19:53:48  34/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_bots build 23-Feb-2024 19:53:48  35/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_forums build 23-Feb-2024 19:53:48  36/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_jabber build 23-Feb-2024 19:53:49 Parsing acp_disallow build 23-Feb-2024 19:53:49  38/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_captcha build 23-Feb-2024 19:53:49 Parsing auth_admin build 23-Feb-2024 19:53:49  40/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing acp_main build 23-Feb-2024 19:53:49  41/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5% 42/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_modules build 23-Feb-2024 19:53:49 Parsing acp_words build 23-Feb-2024 19:53:49 Parsing acp_language build 23-Feb-2024 19:53:50  44/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_permissions build 23-Feb-2024 19:53:50  45/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_logs build 23-Feb-2024 19:53:50  46/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_users build 23-Feb-2024 19:53:50  47/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_bbcodes_info build 23-Feb-2024 19:53:50 Parsing acp_extensions_info build 23-Feb-2024 19:53:50 Parsing acp_bots_info build 23-Feb-2024 19:53:50 Parsing acp_forums_info build 23-Feb-2024 19:53:50 Parsing acp_jabber_info build 23-Feb-2024 19:53:50 Parsing acp_disallow_info build 23-Feb-2024 19:53:50 Parsing acp_captcha_info build 23-Feb-2024 19:53:50 Parsing acp_main_info build 23-Feb-2024 19:53:50 Parsing acp_modules_info build 23-Feb-2024 19:53:50  56/801 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_words_info build 23-Feb-2024 19:53:50 Parsing acp_language_info build 23-Feb-2024 19:53:50 Parsing acp_permissions_info build 23-Feb-2024 19:53:50 Parsing acp_logs_info build 23-Feb-2024 19:53:50 Parsing acp_users_info build 23-Feb-2024 19:53:50  61/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_storage_info build 23-Feb-2024 19:53:50 Parsing acp_permission_roles_info build 23-Feb-2024 19:53:50 Parsing acp_help_phpbb_info build 23-Feb-2024 19:53:50 Parsing acp_attachments_info build 23-Feb-2024 19:53:50 Parsing acp_search_info build 23-Feb-2024 19:53:50 Parsing acp_inactive_info build 23-Feb-2024 19:53:50 Parsing acp_prune_info build 23-Feb-2024 19:53:50 Parsing acp_icons_info build 23-Feb-2024 19:53:50  69/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_php_info_info build 23-Feb-2024 19:53:50 Parsing acp_contact_info build 23-Feb-2024 19:53:50 Parsing acp_reasons_info build 23-Feb-2024 19:53:50 Parsing acp_styles_info build 23-Feb-2024 19:53:50 Parsing acp_email_info build 23-Feb-2024 19:53:50 Parsing acp_update_info build 23-Feb-2024 19:53:50 Parsing acp_ranks_info build 23-Feb-2024 19:53:50 Parsing acp_ban_info build 23-Feb-2024 19:53:50 Parsing acp_profile_info build 23-Feb-2024 19:53:50  78/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_board_info build 23-Feb-2024 19:53:50 Parsing acp_groups_info build 23-Feb-2024 19:53:51 Parsing acp_storage build 23-Feb-2024 19:53:51  81/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_permission_roles build 23-Feb-2024 19:53:51  82/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_help_phpbb build 23-Feb-2024 19:53:51 Parsing acp_attachments build 23-Feb-2024 19:53:51  84/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_search build 23-Feb-2024 19:53:51  85/801 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_inactive build 23-Feb-2024 19:53:51  86/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_prune build 23-Feb-2024 19:53:52  87/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_icons build 23-Feb-2024 19:53:52  88/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_php_info build 23-Feb-2024 19:53:52 Parsing acp_contact build 23-Feb-2024 19:53:52 Parsing acp_reasons build 23-Feb-2024 19:53:52  91/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_styles build 23-Feb-2024 19:53:52  92/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_email build 23-Feb-2024 19:53:52  93/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_update build 23-Feb-2024 19:53:52 Parsing acp_ranks build 23-Feb-2024 19:53:52  95/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_ban build 23-Feb-2024 19:53:52 Parsing acp_profile build 23-Feb-2024 19:53:53  97/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_board build 23-Feb-2024 19:53:53  98/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_groups build 23-Feb-2024 19:53:53  99/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing transfer build 23-Feb-2024 19:53:53  100/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing ftp build 23-Feb-2024 19:53:53 Parsing ftp_fsock build 23-Feb-2024 19:53:55 Parsing p_master build 23-Feb-2024 19:53:55  103/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing jabber build 23-Feb-2024 19:53:55  104/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing diff_renderer build 23-Feb-2024 19:53:55  105/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing diff_renderer_unified build 23-Feb-2024 19:53:55 Parsing diff_renderer_inline build 23-Feb-2024 19:53:55 Parsing diff_renderer_raw build 23-Feb-2024 19:53:55 Parsing diff_renderer_side_by_side build 23-Feb-2024 19:53:55 Parsing diff build 23-Feb-2024 19:53:55  110/801 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing mapped_diff build 23-Feb-2024 19:53:55 Parsing diff_op build 23-Feb-2024 19:53:55 Parsing diff_op_copy build 23-Feb-2024 19:53:55 Parsing diff_op_delete build 23-Feb-2024 19:53:55 Parsing diff_op_add build 23-Feb-2024 19:53:55 Parsing diff_op_change build 23-Feb-2024 19:53:55 Parsing diff3 build 23-Feb-2024 19:53:55 Parsing diff3_op build 23-Feb-2024 19:53:55 Parsing diff3_op_copy build 23-Feb-2024 19:53:55 Parsing diff3_block_builder build 23-Feb-2024 19:53:55 Parsing diff_engine build 23-Feb-2024 19:53:56  121/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing bbcode build 23-Feb-2024 19:53:56  122/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_prefs build 23-Feb-2024 19:53:56  123/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_zebra build 23-Feb-2024 19:53:57  124/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_main build 23-Feb-2024 19:53:57  125/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_activate build 23-Feb-2024 19:53:57  126/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_profile build 23-Feb-2024 19:53:57  127/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_prefs_info build 23-Feb-2024 19:53:57 Parsing ucp_zebra_info build 23-Feb-2024 19:53:57 Parsing ucp_main_info build 23-Feb-2024 19:53:57 Parsing ucp_profile_info build 23-Feb-2024 19:53:57 Parsing ucp_attachments_info build 23-Feb-2024 19:53:57 Parsing ucp_auth_link_info build 23-Feb-2024 19:53:57 Parsing ucp_pm_info build 23-Feb-2024 19:53:57  134/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_notifications_info build 23-Feb-2024 19:53:57 Parsing ucp_groups_info build 23-Feb-2024 19:53:57 Parsing ucp_resend build 23-Feb-2024 19:53:57  137/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_attachments build 23-Feb-2024 19:53:57  138/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_confirm build 23-Feb-2024 19:53:57 Parsing ucp_login_link build 23-Feb-2024 19:53:57  140/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_auth_link build 23-Feb-2024 19:53:57 Parsing ucp_pm build 23-Feb-2024 19:53:57  142/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_register build 23-Feb-2024 19:53:58  143/801 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_notifications build 23-Feb-2024 19:53:58  144/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_groups build 23-Feb-2024 19:53:59  145/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing bitfield build 23-Feb-2024 19:53:59  146/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\php\ini build 23-Feb-2024 19:53:59  147/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\groupposition\legend build 23-Feb-2024 19:53:59 Parsing phpbb\groupposition\groupposition_interface build 23-Feb-2024 19:53:59  149/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\groupposition\teampage build 23-Feb-2024 19:53:59  150/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\groupposition\exception build 23-Feb-2024 19:53:59 Parsing phpbb\event\md_exporter build 23-Feb-2024 19:53:59  152/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\event\kernel_terminate_subscriber build 23-Feb-2024 19:53:59 Parsing phpbb\event\dispatcher build 23-Feb-2024 19:53:59 Parsing phpbb\event\dispatcher_interface build 23-Feb-2024 19:54:00 Parsing phpbb\event\rst_exporter build 23-Feb-2024 19:54:00  156/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\event\kernel_exception_subscriber build 23-Feb-2024 19:54:00 Parsing phpbb\event\php_exporter build 23-Feb-2024 19:54:00  158/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\event\recursive_event_filter_iterator build 23-Feb-2024 19:54:00 Parsing phpbb\plupload\plupload build 23-Feb-2024 19:54:00  160/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\search\search_backend_factory build 23-Feb-2024 19:54:00 Parsing phpbb\search\backend\fulltext_native build 23-Feb-2024 19:54:00  162/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\search\backend\sphinx\config build 23-Feb-2024 19:54:00 Parsing phpbb\search\backend\sphinx\config_section build 23-Feb-2024 19:54:00  164/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\search\backend\sphinx\config_variable build 23-Feb-2024 19:54:00 Parsing phpbb\search\backend\sphinx\config_item build 23-Feb-2024 19:54:00 Parsing phpbb\search\backend\search_backend_interface build 23-Feb-2024 19:54:00 Parsing phpbb\search\backend\fulltext_mysql build 23-Feb-2024 19:54:00  168/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\search\backend\base build 23-Feb-2024 19:54:01  169/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\search\backend\fulltext_postgres build 23-Feb-2024 19:54:01  170/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\search\backend\fulltext_sphinx build 23-Feb-2024 19:54:01  171/801 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\search\exception\no_search_backend_found_exception build 23-Feb-2024 19:54:01 Parsing phpbb\search\exception\no_action_in_progress_exception build 23-Feb-2024 19:54:01 Parsing phpbb\search\exception\search_exception build 23-Feb-2024 19:54:01 Parsing phpbb\search\exception\action_in_progress_exception build 23-Feb-2024 19:54:01 Parsing phpbb\search\state_helper build 23-Feb-2024 19:54:01 Parsing phpbb\filesystem build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\comparator build 23-Feb-2024 19:54:01  178/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\db\doctrine\oracle_platform build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\connection_factory build 23-Feb-2024 19:54:01  180/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\db\doctrine\table_helper build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\case_insensitive_string build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\connection_parameter_factory build 23-Feb-2024 19:54:01  183/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\db\doctrine\oci8\driver build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\oci8\schema_manager build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\oci8\statement build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\oci8\result build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\oci8\connection build 23-Feb-2024 19:54:01  188/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\db\doctrine\postgresql_platform build 23-Feb-2024 19:54:01 Parsing phpbb\db\doctrine\sqlsrv_platform build 23-Feb-2024 19:54:01  190/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\db\doctrine\type_converter build 23-Feb-2024 19:54:01 Parsing phpbb\db\tools\doctrine build 23-Feb-2024 19:54:01  192/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\db\tools\mssql build 23-Feb-2024 19:54:01 Parsing phpbb\db\tools\postgres build 23-Feb-2024 19:54:01 Parsing phpbb\db\tools\tools_interface build 23-Feb-2024 19:54:01 Parsing phpbb\db\tools\tools build 23-Feb-2024 19:54:01 Parsing phpbb\db\tools\factory build 23-Feb-2024 19:54:01 Parsing phpbb\db\migrator build 23-Feb-2024 19:54:01  198/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\db\extractor\base_extractor build 23-Feb-2024 19:54:02 Parsing phpbb\db\extractor\mssql_extractor build 23-Feb-2024 19:54:02  200/801 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\db\extractor\sqlite3_extractor build 23-Feb-2024 19:54:02 Parsing phpbb\db\extractor\extractor_interface build 23-Feb-2024 19:54:02 Parsing phpbb\db\extractor\oracle_extractor build 23-Feb-2024 19:54:02  203/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\db\extractor\exception\invalid_format_exception build 23-Feb-2024 19:54:02 Parsing phpbb\db\extractor\exception\extractor_not_initialized_exception build 23-Feb-2024 19:54:02 Parsing phpbb\db\extractor\postgres_extractor build 23-Feb-2024 19:54:02  206/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\db\extractor\mysql_extractor build 23-Feb-2024 19:54:02  207/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\db\extractor\factory build 23-Feb-2024 19:54:02 Parsing phpbb\db\driver\driver build 23-Feb-2024 19:54:02  209/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\mysqli build 23-Feb-2024 19:54:02  210/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\driver_interface build 23-Feb-2024 19:54:02  211/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\postgres build 23-Feb-2024 19:54:02  212/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\mssql_base build 23-Feb-2024 19:54:02 Parsing phpbb\db\driver\mssqlnative build 23-Feb-2024 19:54:02  214/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\sqlite3 build 23-Feb-2024 19:54:02  215/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\db\driver\mysql_base build 23-Feb-2024 19:54:02 Parsing phpbb\db\driver\oracle build 23-Feb-2024 19:54:02  217/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\db\driver\factory build 23-Feb-2024 19:54:03  218/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\db\driver\mssql_odbc build 23-Feb-2024 19:54:03  219/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\db\output_handler\migrator_output_handler_interface build 23-Feb-2024 19:54:03 Parsing phpbb\db\output_handler\log_wrapper_migrator_output_handler build 23-Feb-2024 19:54:03 Parsing phpbb\db\output_handler\null_migrator_output_handler build 23-Feb-2024 19:54:03 Parsing phpbb\db\output_handler\html_migrator_output_handler build 23-Feb-2024 19:54:03 Parsing phpbb\db\output_handler\installer_migrator_output_handler build 23-Feb-2024 19:54:03 Parsing phpbb\db\sql_insert_buffer build 23-Feb-2024 19:54:03  225/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\db\migration\tool\permission build 23-Feb-2024 19:54:03  226/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\db\migration\tool\module build 23-Feb-2024 19:54:03  227/801 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\db\migration\tool\config build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\tool\config_text build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\tool\tool_interface build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\helper build 23-Feb-2024 19:54:03  231/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\db\migration\schema_generator build 23-Feb-2024 19:54:03  232/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\db\migration\migration_interface build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\migration build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\exception build 23-Feb-2024 19:54:03 Parsing phpbb\db\migration\container_aware_migration build 23-Feb-2024 19:54:03  236/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\db\migration\profilefield_base_migration build 23-Feb-2024 19:54:03  237/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\group\helper build 23-Feb-2024 19:54:03  238/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\request\type_cast_helper_interface build 23-Feb-2024 19:54:03 Parsing phpbb\request\request build 23-Feb-2024 19:54:03  240/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\request\deactivated_super_global build 23-Feb-2024 19:54:03 Parsing phpbb\request\request_interface build 23-Feb-2024 19:54:03 Parsing phpbb\request\type_cast_helper build 23-Feb-2024 19:54:03  243/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\finder\recursive_path_iterator build 23-Feb-2024 19:54:03  245/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\finder\finder build 23-Feb-2024 19:54:03 Parsing phpbb\finder\factory build 23-Feb-2024 19:54:03 Parsing phpbb\finder\recursive_dot_prefix_filter_iterator build 23-Feb-2024 19:54:03 Parsing phpbb\console\application build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\fixup\update_hashes build 23-Feb-2024 19:54:03  249/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\console\command\fixup\fix_left_right_ids build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\db\migration_command build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\db\console_migrator_output_handler build 23-Feb-2024 19:54:03  252/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\console\command\db\revert build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\db\list_command build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\db\migrate build 23-Feb-2024 19:54:03  255/801 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\console\command\cron\cron_list build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\cron\run build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\config\set_atomic build 23-Feb-2024 19:54:03  258/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\console\command\config\increment build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\config\get build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\config\set build 23-Feb-2024 19:54:03 Parsing phpbb\console\command\config\delete build 23-Feb-2024 19:54:03  262/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\console\command\config\command build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\reparser\reparse build 23-Feb-2024 19:54:04  264/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\console\command\reparser\list_all build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\purge build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\manage build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\list_available build 23-Feb-2024 19:54:04  268/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\console\command\extension\disable build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\install build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\show build 23-Feb-2024 19:54:04  271/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\console\command\extension\enable build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\remove build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\extension\update build 23-Feb-2024 19:54:04  274/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\console\command\extension\command build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\dev\migration_tips build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\searchindex\create build 23-Feb-2024 19:54:04  277/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\console\command\searchindex\list_all build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\searchindex\delete build 23-Feb-2024 19:54:04  279/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\console\command\user\add build 23-Feb-2024 19:54:04  280/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\console\command\user\activate build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\user\reclean build 23-Feb-2024 19:54:04  282/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\console\command\user\delete build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\thumbnail\generate build 23-Feb-2024 19:54:04  284/801 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\console\command\thumbnail\recreate build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\thumbnail\delete build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\command build 23-Feb-2024 19:54:04  287/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\console\command\cache\purge build 23-Feb-2024 19:54:04 Parsing phpbb\console\command\update\check build 23-Feb-2024 19:54:04  289/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\console\exception_subscriber build 23-Feb-2024 19:54:04 Parsing phpbb\avatar\manager build 23-Feb-2024 19:54:04  291/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\avatar\helper build 23-Feb-2024 19:54:04 Parsing phpbb\avatar\driver\driver build 23-Feb-2024 19:54:04  293/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\avatar\driver\local build 23-Feb-2024 19:54:04 Parsing phpbb\avatar\driver\driver_interface build 23-Feb-2024 19:54:04  295/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\avatar\driver\upload build 23-Feb-2024 19:54:04  296/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\avatar\driver\gravatar build 23-Feb-2024 19:54:04  297/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\user_loader build 23-Feb-2024 19:54:04 Parsing phpbb\permissions build 23-Feb-2024 19:54:04  299/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\message\admin_form build 23-Feb-2024 19:54:05  300/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\message\message build 23-Feb-2024 19:54:05  301/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\message\form build 23-Feb-2024 19:54:05 Parsing phpbb\message\topic_form build 23-Feb-2024 19:54:05  303/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\message\user_form build 23-Feb-2024 19:54:05  305/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\log\log build 23-Feb-2024 19:54:05 Parsing phpbb\log\dummy build 23-Feb-2024 19:54:05 Parsing phpbb\log\log_interface build 23-Feb-2024 19:54:05 Parsing phpbb\session build 23-Feb-2024 19:54:05  308/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\attachment\manager build 23-Feb-2024 19:54:05 Parsing phpbb\attachment\resync build 23-Feb-2024 19:54:05  310/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\attachment\upload build 23-Feb-2024 19:54:05  311/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\attachment\delete build 23-Feb-2024 19:54:05  312/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\attachment\attachment_category build 23-Feb-2024 19:54:06 Parsing phpbb\user build 23-Feb-2024 19:54:06  314/801 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\mimetype\extension_guesser build 23-Feb-2024 19:54:06  315/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\mimetype\content_guesser build 23-Feb-2024 19:54:06 Parsing phpbb\mimetype\guesser_base build 23-Feb-2024 19:54:06 Parsing phpbb\mimetype\guesser build 23-Feb-2024 19:54:06 Parsing phpbb\mimetype\guesser_interface build 23-Feb-2024 19:54:06 Parsing phpbb\files\types\local build 23-Feb-2024 19:54:06 320/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\files\types\type_interface build 23-Feb-2024 19:54:06 Parsing phpbb\files\types\local_storage build 23-Feb-2024 19:54:06 Parsing phpbb\files\types\base build 23-Feb-2024 19:54:06 Parsing phpbb\files\types\form build 23-Feb-2024 19:54:06  324/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\files\types\form_storage build 23-Feb-2024 19:54:06 Parsing phpbb\files\filespec build 23-Feb-2024 19:54:06  326/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\files\filespec_storage build 23-Feb-2024 19:54:06  327/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\files\upload build 23-Feb-2024 19:54:06  328/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\files\factory build 23-Feb-2024 19:54:06 Parsing phpbb\profilefields\manager build 23-Feb-2024 19:54:06  330/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\profilefields\lang_helper build 23-Feb-2024 19:54:06 Parsing phpbb\profilefields\type\type_int build 23-Feb-2024 19:54:06  332/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\profilefields\type\type_date build 23-Feb-2024 19:54:06  333/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\profilefields\type\type_text build 23-Feb-2024 19:54:06 Parsing phpbb\profilefields\type\type_dropdown build 23-Feb-2024 19:54:06  335/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\profilefields\type\type_interface build 23-Feb-2024 19:54:06 Parsing phpbb\profilefields\type\type_string build 23-Feb-2024 19:54:06  337/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\profilefields\type\type_url build 23-Feb-2024 19:54:06 Parsing phpbb\profilefields\type\type_string_common build 23-Feb-2024 19:54:07 Parsing phpbb\profilefields\type\type_base build 23-Feb-2024 19:54:07  340/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\profilefields\type\type_bool build 23-Feb-2024 19:54:07  341/801 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\posting\post_helper build 23-Feb-2024 19:54:07 Parsing phpbb\lock\db build 23-Feb-2024 19:54:07 Parsing phpbb\lock\flock build 23-Feb-2024 19:54:07 Parsing phpbb\language\language_file_helper build 23-Feb-2024 19:54:07  345/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\language\language_file_loader build 23-Feb-2024 19:54:07 Parsing phpbb\language\language build 23-Feb-2024 19:54:07  347/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\language\exception\language_file_not_found build 23-Feb-2024 19:54:07 Parsing phpbb\language\exception\language_exception build 23-Feb-2024 19:54:07 Parsing phpbb\language\exception\invalid_plural_rule_exception build 23-Feb-2024 19:54:07 Parsing phpbb\cron\event\cron_runner_listener build 23-Feb-2024 19:54:07 Parsing phpbb\cron\manager build 23-Feb-2024 19:54:07  352/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\cron\task\text_reparser\reparser build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\wrapper build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\base build 23-Feb-2024 19:54:07  355/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\cron\task\parametrized build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\tidy_sessions build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\queue build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\update_hashes build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\tidy_warnings build 23-Feb-2024 19:54:07  360/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\cron\task\core\tidy_search build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\prune_shadow_topics build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\tidy_cache build 23-Feb-2024 19:54:07  363/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\cron\task\core\prune_forum build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\prune_all_forums build 23-Feb-2024 19:54:07  366/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\cron\task\core\prune_notifications build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\core\tidy_plupload build 23-Feb-2024 19:54:07 Parsing phpbb\cron\task\task build 23-Feb-2024 19:54:07 Parsing phpbb\cron\controller\cron build 23-Feb-2024 19:54:07 Parsing phpbb\controller\resolver build 23-Feb-2024 19:54:07  370/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\controller\helper build 23-Feb-2024 19:54:07  371/801 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\controller\exception build 23-Feb-2024 19:54:07 Parsing phpbb\mention\controller\mention build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\source_interface build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\user build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\base_user build 23-Feb-2024 19:54:07  376/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\mention\source\friend build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\group build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\team build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\usergroup build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\topic build 23-Feb-2024 19:54:07 Parsing phpbb\mention\source\base_group build 23-Feb-2024 19:54:07  382/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\debug\debug build 23-Feb-2024 19:54:07 Parsing phpbb\debug\error_handler build 23-Feb-2024 19:54:07 Parsing phpbb\path_helper build 23-Feb-2024 19:54:07  385/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\file_downloader build 23-Feb-2024 19:54:07 Parsing phpbb\pagination build 23-Feb-2024 19:54:07  387/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\json_response build 23-Feb-2024 19:54:07  389/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\captcha\colour_manager build 23-Feb-2024 19:54:08 Parsing phpbb\captcha\gd_wave build 23-Feb-2024 19:54:08  390/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\captcha\non_gd build 23-Feb-2024 19:54:08  391/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\captcha\plugins\gd_wave build 23-Feb-2024 19:54:08 Parsing phpbb\captcha\plugins\captcha_abstract build 23-Feb-2024 19:54:08  393/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\captcha\plugins\recaptcha_v3 build 23-Feb-2024 19:54:08  394/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\captcha\plugins\recaptcha build 23-Feb-2024 19:54:08 Parsing phpbb\captcha\plugins\nogd build 23-Feb-2024 19:54:08  396/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\captcha\plugins\qa build 23-Feb-2024 19:54:08  397/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\captcha\plugins\gd build 23-Feb-2024 19:54:08 Parsing phpbb\captcha\factory build 23-Feb-2024 19:54:09  400/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\captcha\char_cube3d build 23-Feb-2024 19:54:10 Parsing phpbb\captcha\gd build 23-Feb-2024 19:54:10  401/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\class_loader build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\manager build 23-Feb-2024 19:54:10  403/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\textreparser\row_based_plugin build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\reparser_interface build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\user_signature build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\group_description build 23-Feb-2024 19:54:10  408/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\textreparser\plugins\post_text build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\pm_text build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\forum_description build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\contact_admin_info build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\poll_option build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\forum_rules build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\plugins\poll_title build 23-Feb-2024 19:54:10 Parsing phpbb\textreparser\base build 23-Feb-2024 19:54:10  415/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\symfony_request build 23-Feb-2024 19:54:10 Parsing phpbb\storage\provider\local build 23-Feb-2024 19:54:10 Parsing phpbb\storage\provider\provider_interface build 23-Feb-2024 19:54:10 Parsing phpbb\storage\controller\attachment build 23-Feb-2024 19:54:10  419/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\storage\controller\avatar build 23-Feb-2024 19:54:10 Parsing phpbb\storage\controller\controller build 23-Feb-2024 19:54:10  421/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\storage\file_info build 23-Feb-2024 19:54:10 Parsing phpbb\storage\stream_interface build 23-Feb-2024 19:54:10 Parsing phpbb\storage\adapter_factory build 23-Feb-2024 19:54:10 Parsing phpbb\storage\adapter\local build 23-Feb-2024 19:54:10  425/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\storage\adapter\adapter_interface build 23-Feb-2024 19:54:10 Parsing phpbb\storage\storage build 23-Feb-2024 19:54:10  427/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\storage\exception\exception build 23-Feb-2024 19:54:10 Parsing phpbb\json\sanitizer build 23-Feb-2024 19:54:10 Parsing phpbb\datetime build 23-Feb-2024 19:54:10  430/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\config\db build 23-Feb-2024 19:54:10  431/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\config\config build 23-Feb-2024 19:54:11  433/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\config\db_text build 23-Feb-2024 19:54:11 Parsing phpbb\help\manager build 23-Feb-2024 19:54:11 Parsing phpbb\help\controller\faq build 23-Feb-2024 19:54:11  435/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\help\controller\bbcode build 23-Feb-2024 19:54:11  437/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\help\controller\help build 23-Feb-2024 19:54:11 Parsing phpbb\help\controller\controller build 23-Feb-2024 19:54:11 Parsing phpbb\extension\manager build 23-Feb-2024 19:54:11  439/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\extension\extension_interface build 23-Feb-2024 19:54:11 Parsing phpbb\extension\provider build 23-Feb-2024 19:54:11 Parsing phpbb\extension\base build 23-Feb-2024 19:54:11 Parsing phpbb\extension\di\extension_base build 23-Feb-2024 19:54:11  443/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\extension\exception build 23-Feb-2024 19:54:11 Parsing phpbb\error_collector build 23-Feb-2024 19:54:11 Parsing phpbb\viewonline_helper build 23-Feb-2024 19:54:11 Parsing phpbb\module\module_manager build 23-Feb-2024 19:54:11  447/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\module\exception\module_exception build 23-Feb-2024 19:54:11 Parsing phpbb\module\exception\module_not_found_exception build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\token_storage build 23-Feb-2024 19:54:11  450/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\auth\provider\oauth\service\bitly build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\service\twitter build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\service\base build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\service\facebook build 23-Feb-2024 19:54:11  454/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\auth\provider\oauth\service\service_interface build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\service\exception build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\service\google build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\oauth\oauth build 23-Feb-2024 19:54:11  458/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\auth\provider\db build 23-Feb-2024 19:54:11  459/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\auth\provider\apache build 23-Feb-2024 19:54:11  460/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\auth\provider\provider_interface build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\base build 23-Feb-2024 19:54:11 Parsing phpbb\auth\provider\ldap build 23-Feb-2024 19:54:12  463/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\auth\auth build 23-Feb-2024 19:54:12  464/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\auth\provider_collection build 23-Feb-2024 19:54:12 Parsing phpbb\version_helper build 23-Feb-2024 19:54:12  466/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\exception\exception_interface build 23-Feb-2024 19:54:12 Parsing phpbb\exception\version_check_exception build 23-Feb-2024 19:54:12 Parsing phpbb\exception\http_exception build 23-Feb-2024 19:54:12 Parsing phpbb\exception\runtime_exception build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\utils_interface build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\acp_utils_interface build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\s9e\parser build 23-Feb-2024 19:54:12  473/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\textformatter\s9e\mention_helper build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\s9e\quote_helper build 23-Feb-2024 19:54:12  475/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\textformatter\s9e\renderer build 23-Feb-2024 19:54:12  476/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\textformatter\s9e\utils build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\s9e\link_helper build 23-Feb-2024 19:54:12  478/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\textformatter\s9e\bbcode_merger build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\s9e\factory build 23-Feb-2024 19:54:12  480/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\textformatter\s9e\acp_utils build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\renderer_interface build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\cache_interface build 23-Feb-2024 19:54:12 Parsing phpbb\textformatter\parser_interface build 23-Feb-2024 19:54:12 Parsing phpbb\notification\manager build 23-Feb-2024 19:54:12  485/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\notification\method\board build 23-Feb-2024 19:54:12  486/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\notification\method\method_interface build 23-Feb-2024 19:54:12 Parsing phpbb\notification\method\base build 23-Feb-2024 19:54:12 Parsing phpbb\notification\method\email build 23-Feb-2024 19:54:12  489/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\notification\method\messenger_base build 23-Feb-2024 19:54:12 Parsing phpbb\notification\method\jabber build 23-Feb-2024 19:54:12 Parsing phpbb\notification\exception build 23-Feb-2024 19:54:12 Parsing phpbb\notification\type\report_pm_closed build 23-Feb-2024 19:54:12  493/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\notification\type\mention build 23-Feb-2024 19:54:12 Parsing phpbb\notification\type\topic_in_queue build 23-Feb-2024 19:54:12 Parsing phpbb\notification\type\report_post build 23-Feb-2024 19:54:13  496/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\notification\type\approve_topic build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\disapprove_post build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\type_interface build 23-Feb-2024 19:54:13  499/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\notification\type\bookmark build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\forum build 23-Feb-2024 19:54:13  501/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\notification\type\disapprove_topic build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\report_pm build 23-Feb-2024 19:54:13  503/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\notification\type\group_request build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\base build 23-Feb-2024 19:54:13  505/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\notification\type\report_post_closed build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\pm build 23-Feb-2024 19:54:13  507/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\notification\type\approve_post build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\post build 23-Feb-2024 19:54:13  509/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\notification\type\topic build 23-Feb-2024 19:54:13  510/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\notification\type\group_request_approved build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\quote build 23-Feb-2024 19:54:13 Parsing phpbb\notification\type\post_in_queue build 23-Feb-2024 19:54:13  513/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 64%Parsing phpbb\notification\type\admin_activate_user build 23-Feb-2024 19:54:13 Parsing phpbb\config_php_file build 23-Feb-2024 19:54:13  515/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\feed\news build 23-Feb-2024 19:54:13 Parsing phpbb\feed\forums build 23-Feb-2024 19:54:13 Parsing phpbb\feed\controller\feed build 23-Feb-2024 19:54:13  518/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\feed\quote_helper build 23-Feb-2024 19:54:13 Parsing phpbb\feed\topics_active build 23-Feb-2024 19:54:13 Parsing phpbb\feed\forum build 23-Feb-2024 19:54:13  521/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\feed\overall build 23-Feb-2024 19:54:13 Parsing phpbb\feed\feed_interface build 23-Feb-2024 19:54:13 Parsing phpbb\feed\helper build 23-Feb-2024 19:54:13  524/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\feed\attachments_base build 23-Feb-2024 19:54:13 Parsing phpbb\feed\base build 23-Feb-2024 19:54:13  526/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\feed\exception\feed_unavailable_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\unauthorized_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\no_feed_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\no_topic_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\unauthorized_topic_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\no_forum_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\feed_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\exception\unauthorized_forum_exception build 23-Feb-2024 19:54:13 Parsing phpbb\feed\topic_base build 23-Feb-2024 19:54:13  535/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\feed\topics build 23-Feb-2024 19:54:13 Parsing phpbb\feed\topic build 23-Feb-2024 19:54:13 Parsing phpbb\feed\post_base build 23-Feb-2024 19:54:13  538/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\install\event\kernel_exception_subscriber build 23-Feb-2024 19:54:13 Parsing phpbb\install\console\command\install\config\validate build 23-Feb-2024 19:54:13 Parsing phpbb\install\console\command\install\config\show build 23-Feb-2024 19:54:13  541/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\install\console\command\install\install build 23-Feb-2024 19:54:13  542/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\install\console\command\update\config\validate build 23-Feb-2024 19:54:14 Parsing phpbb\install\console\command\update\config\show build 23-Feb-2024 19:54:14 Parsing phpbb\install\console\command\update\update build 23-Feb-2024 19:54:14  545/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\install\installer_configuration build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\update_helper build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\container_factory build 23-Feb-2024 19:54:14  548/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\install\helper\file_updater\compression_file_updater build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\file_updater\file_updater build 23-Feb-2024 19:54:14  550/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\install\helper\file_updater\file_updater_interface build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\file_updater\ftp_file_updater build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\file_updater\factory build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\iohandler\iohandler_base build 23-Feb-2024 19:54:14  554/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69% 555/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\install\helper\iohandler\cli_iohandler build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\iohandler\ajax_iohandler build 23-Feb-2024 19:54:14  556/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\iohandler\factory build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\iohandler\iohandler_interface build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\config build 23-Feb-2024 19:54:14  560/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\install\helper\install_helper build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\navigation\install_navigation build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\navigation\navigation_interface build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\navigation\navigation_provider build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\navigation\convertor_navigation build 23-Feb-2024 19:54:14  565/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\install\helper\navigation\update_navigation build 23-Feb-2024 19:54:14 Parsing phpbb\install\helper\navigation\main_navigation build 23-Feb-2024 19:54:14 Parsing phpbb\install\controller\archive_download build 23-Feb-2024 19:54:14 Parsing phpbb\install\controller\install build 23-Feb-2024 19:54:14  569/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\install\controller\helper build 23-Feb-2024 19:54:14  570/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\install\controller\timeout_check build 23-Feb-2024 19:54:14 Parsing phpbb\install\controller\installer_index build 23-Feb-2024 19:54:14 Parsing phpbb\install\controller\update build 23-Feb-2024 19:54:14  573/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\install\module_interface build 23-Feb-2024 19:54:14 Parsing phpbb\install\task_base build 23-Feb-2024 19:54:14 Parsing phpbb\install\updater_configuration build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\install_finish\task\install_extensions build 23-Feb-2024 19:54:14  577/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\install\module\install_finish\task\populate_migrations build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\install_finish\task\notify_user build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\install_finish\module build 23-Feb-2024 19:54:14  580/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\install\module\install_filesystem\task\create_config_file build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\install_filesystem\module build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\requirements\task\check_server_environment build 23-Feb-2024 19:54:14  583/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\install\module\requirements\task\check_filesystem build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\requirements\task\check_update build 23-Feb-2024 19:54:14  585/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\install\module\requirements\abstract_requirements_module build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\requirements\update_module build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\requirements\install_module build 23-Feb-2024 19:54:14 Parsing phpbb\install\module\update_filesystem\task\show_file_status build 23-Feb-2024 19:54:14  589/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\install\module\update_filesystem\task\update_files build 23-Feb-2024 19:54:15  590/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\install\module\update_filesystem\task\diff_files build 23-Feb-2024 19:54:15  591/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\install\module\update_filesystem\task\file_check build 23-Feb-2024 19:54:15  592/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\install\module\update_filesystem\task\download_updated_files build 23-Feb-2024 19:54:15 Parsing phpbb\install\module\update_filesystem\module build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\file_updater_failure_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\installer_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\installer_config_not_writable_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\resource_limit_reached_exception build 23-Feb-2024 19:54:15  598/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\install\exception\user_interaction_required_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\invalid_dbms_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\cannot_build_container_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\exception\jump_to_restart_point_exception build 23-Feb-2024 19:54:15 Parsing phpbb\install\task_interface build 23-Feb-2024 19:54:15 Parsing phpbb\install\module_base build 23-Feb-2024 19:54:15  604/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\install\installer build 23-Feb-2024 19:54:15  605/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\install\sequential_task build 23-Feb-2024 19:54:15 Parsing phpbb\tree\nestedset build 23-Feb-2024 19:54:15  607/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\tree\tree_interface build 23-Feb-2024 19:54:15 Parsing phpbb\tree\nestedset_forum build 23-Feb-2024 19:54:15 Parsing phpbb\di\pass\markpublic_pass build 23-Feb-2024 19:54:15 Parsing phpbb\di\pass\convert_events build 23-Feb-2024 19:54:15 Parsing phpbb\di\pass\collection_pass build 23-Feb-2024 19:54:15  612/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\di\service_collection build 23-Feb-2024 19:54:15 Parsing phpbb\di\container_builder build 23-Feb-2024 19:54:15  614/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\di\proxy_instantiator build 23-Feb-2024 19:54:15 Parsing phpbb\di\extension\tables build 23-Feb-2024 19:54:15 Parsing phpbb\di\extension\config build 23-Feb-2024 19:54:15 Parsing phpbb\di\extension\container_configuration build 23-Feb-2024 19:54:15  618/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\di\extension\core build 23-Feb-2024 19:54:15 Parsing phpbb\di\service_collection_iterator build 23-Feb-2024 19:54:15 Parsing phpbb\di\exception\di_exception build 23-Feb-2024 19:54:15 Parsing phpbb\di\exception\service_not_found_exception build 23-Feb-2024 19:54:15 Parsing phpbb\di\exception\multiple_service_definitions_exception build 23-Feb-2024 19:54:15 Parsing phpbb\di\ordered_service_collection build 23-Feb-2024 19:54:15  624/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\content_visibility build 23-Feb-2024 19:54:15  625/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\routing\loader_resolver build 23-Feb-2024 19:54:15 Parsing phpbb\routing\resources_locator\default_resources_locator build 23-Feb-2024 19:54:15 Parsing phpbb\routing\resources_locator\resources_locator_interface build 23-Feb-2024 19:54:15 Parsing phpbb\routing\resources_locator\installer_resources_locator build 23-Feb-2024 19:54:15 Parsing phpbb\routing\resources_locator\chained_resources_locator build 23-Feb-2024 19:54:15 Parsing phpbb\routing\file_locator build 23-Feb-2024 19:54:15  631/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\routing\helper build 23-Feb-2024 19:54:15  633/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\routing\router build 23-Feb-2024 19:54:15 Parsing phpbb\composer\manager build 23-Feb-2024 19:54:16  634/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79% 635/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\composer\extension_manager build 23-Feb-2024 19:54:16 Parsing phpbb\composer\manager_interface build 23-Feb-2024 19:54:16 Parsing phpbb\composer\io\io_interface build 23-Feb-2024 19:54:16 Parsing phpbb\composer\io\null_io build 23-Feb-2024 19:54:16 Parsing phpbb\composer\io\console_io build 23-Feb-2024 19:54:16 Parsing phpbb\composer\io\web_io build 23-Feb-2024 19:54:16 Parsing phpbb\composer\io\html_output_formatter build 23-Feb-2024 19:54:16  641/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\composer\io\translate_composer_trait build 23-Feb-2024 19:54:16  642/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\composer\exception\managed_with_clean_error_exception build 23-Feb-2024 19:54:16 Parsing phpbb\composer\exception\managed_with_enable_error_exception build 23-Feb-2024 19:54:16 Parsing phpbb\composer\exception\runtime_exception build 23-Feb-2024 19:54:16 Parsing phpbb\composer\exception\managed_with_error_exception build 23-Feb-2024 19:54:16 Parsing phpbb\composer\installer build 23-Feb-2024 19:54:16  647/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\template\context build 23-Feb-2024 19:54:16  648/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\template\twig\lexer build 23-Feb-2024 19:54:16  649/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\template\twig\extension build 23-Feb-2024 19:54:16  651/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\template\twig\twig build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\extension\username build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\extension\routing build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\extension\icon build 23-Feb-2024 19:54:16  654/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\template\twig\extension\config build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\extension\forms build 23-Feb-2024 19:54:16  656/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\template\twig\extension\avatar build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\definition build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\definenode build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\includenode build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\includejs build 23-Feb-2024 19:54:16  661/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\template\twig\node\includeasset build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\event build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\expression\binary\equalequal build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\expression\binary\notequalequal build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\node\includecss build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\loader build 23-Feb-2024 19:54:16  667/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\template\twig\tokenparser\includeparser build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\tokenparser\includejs build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\tokenparser\defineparser build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\tokenparser\event build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\tokenparser\includecss build 23-Feb-2024 19:54:16 Parsing phpbb\template\twig\environment build 23-Feb-2024 19:54:16  673/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\template\asset build 23-Feb-2024 19:54:16 Parsing phpbb\template\assets_bag build 23-Feb-2024 19:54:16  675/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\template\template build 23-Feb-2024 19:54:16 Parsing phpbb\template\base build 23-Feb-2024 19:54:16 Parsing phpbb\template\exception\user_object_not_available build 23-Feb-2024 19:54:17  678/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\filesystem\filesystem build 23-Feb-2024 19:54:17  679/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\filesystem\filesystem_interface build 23-Feb-2024 19:54:17 Parsing phpbb\filesystem\helper build 23-Feb-2024 19:54:17  681/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\filesystem\exception\filesystem_exception build 23-Feb-2024 19:54:17 Parsing phpbb\filesystem\temp build 23-Feb-2024 19:54:17 Parsing phpbb\ucp\controller\reset_password build 23-Feb-2024 19:54:17  684/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\ban\manager build 23-Feb-2024 19:54:17  685/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\ban\exception\no_valid_users_exception build 23-Feb-2024 19:54:17 Parsing phpbb\ban\exception\invalid_length_exception build 23-Feb-2024 19:54:17 Parsing phpbb\ban\exception\no_valid_emails_exception build 23-Feb-2024 19:54:17 Parsing phpbb\ban\exception\no_valid_ips_exception build 23-Feb-2024 19:54:17 Parsing phpbb\ban\exception\type_not_found_exception build 23-Feb-2024 19:54:17 Parsing phpbb\ban\type\ip build 23-Feb-2024 19:54:17 Parsing phpbb\ban\type\user build 23-Feb-2024 19:54:17  692/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\ban\type\type_interface build 23-Feb-2024 19:54:17 Parsing phpbb\ban\type\base build 23-Feb-2024 19:54:17  694/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\ban\type\email build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\manager build 23-Feb-2024 19:54:17  696/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\passwords\helper build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\sha_xf1 build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\md5_vb build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\bcrypt_2y build 23-Feb-2024 19:54:17  700/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\passwords\driver\sha1_wcf1 build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\phpass build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\argon2id build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\base_native build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\bcrypt_wcf2 build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\md5_phpbb2 build 23-Feb-2024 19:54:17  706/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\passwords\driver\driver_interface build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\convert_password build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\salted_md5 build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\rehashable_driver_interface build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\helper build 23-Feb-2024 19:54:17  711/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\passwords\driver\base build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\md5_mybb build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\sha1_smf build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\sha1 build 23-Feb-2024 19:54:17 Parsing phpbb\passwords\driver\argon2i build 23-Feb-2024 19:54:17  716/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\passwords\driver\bcrypt build 23-Feb-2024 19:54:17 Parsing phpbb\cache\service build 23-Feb-2024 19:54:17  718/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\cache\driver\wincache build 23-Feb-2024 19:54:17 Parsing phpbb\cache\driver\apcu build 23-Feb-2024 19:54:17 Parsing phpbb\cache\driver\dummy build 23-Feb-2024 19:54:17 Parsing phpbb\cache\driver\driver_interface build 23-Feb-2024 19:54:17  722/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\cache\driver\redis build 23-Feb-2024 19:54:17 Parsing phpbb\cache\driver\base build 23-Feb-2024 19:54:17  724/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\cache\driver\file build 23-Feb-2024 19:54:17  725/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\cache\driver\memcached build 23-Feb-2024 19:54:18 Parsing phpbb\cache\driver\memory build 23-Feb-2024 19:54:18  727/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\report\report_reason_list_provider build 23-Feb-2024 19:54:18 Parsing phpbb\report\controller\report build 23-Feb-2024 19:54:18  729/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\report\report_handler_pm build 23-Feb-2024 19:54:18 Parsing phpbb\report\report_handler_interface build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\pm_reporting_disabled_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\empty_report_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\report_permission_denied_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\invalid_report_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\entity_not_found_exception build 23-Feb-2024 19:54:18  736/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\report\exception\factory_invalid_argument_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\exception\already_reported_exception build 23-Feb-2024 19:54:18 Parsing phpbb\report\report_handler build 23-Feb-2024 19:54:18 Parsing phpbb\report\handler_factory build 23-Feb-2024 19:54:18 Parsing phpbb\report\report_handler_post build 23-Feb-2024 19:54:19  741/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92% 801/801 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Parsing done build 23-Feb-2024 19:54:19 build 23-Feb-2024 19:54:19 build 23-Feb-2024 19:54:19 build 23-Feb-2024 19:54:19 0/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global index.html build 23-Feb-2024 19:54:19  2/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global doc-index.html build 23-Feb-2024 19:54:20  3/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global namespaces.html build 23-Feb-2024 19:54:20  4/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global classes.html build 23-Feb-2024 19:54:20 Rendering Global interfaces.html build 23-Feb-2024 19:54:20  6/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global traits.html build 23-Feb-2024 19:54:20 Rendering Global opensearch.xml build 23-Feb-2024 19:54:20 Rendering Global search.html build 23-Feb-2024 19:54:20 Rendering Global doctum.js build 23-Feb-2024 19:54:20  10/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Global doctum-search.json build 23-Feb-2024 19:54:20 Rendering Namespace [Global Namespace] build 23-Feb-2024 19:54:21  13/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\attachment build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\auth build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\auth\provider build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\auth\provider\oauth build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\auth\provider\oauth\service build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\avatar build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\avatar\driver build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\ban build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\ban\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\ban\type build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cache build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cache\driver build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\captcha build 23-Feb-2024 19:54:21  26/902 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Rendering Namespace phpbb\captcha\plugins build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\composer build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\composer\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\composer\io build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\config build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\cache build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\config build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\cron build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\db build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\dev build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\extension build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\fixup build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\reparser build 23-Feb-2024 19:54:21  41/902 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Rendering Namespace phpbb\console\command\searchindex build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\thumbnail build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\update build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\console\command\user build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\convert build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\convert\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron\event build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron\task build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron\task\core build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\cron\task\text_reparser build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\doctrine build 23-Feb-2024 19:54:21  56/902 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Rendering Namespace phpbb\db\doctrine\oci8 build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\driver build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\extractor build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\extractor\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\migration build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\migration\tool build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\output_handler build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\db\tools build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\debug build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\di build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\di\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\di\extension build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\di\pass build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\event build 23-Feb-2024 19:54:21  70/902 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Rendering Namespace phpbb\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\extension build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\extension\di build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\feed build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\feed\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\feed\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\files build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\files\types build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\filesystem build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\filesystem\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\finder build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\group build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\groupposition build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\help build 23-Feb-2024 19:54:21  84/902 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Rendering Namespace phpbb\help\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console\command build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console\command\install build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console\command\install\config build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console\command\update build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\console\command\update\config build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\event build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\helper build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\helper\file_updater build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\helper\iohandler build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\helper\iohandler\exception build 23-Feb-2024 19:54:21  99/902 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Rendering Namespace phpbb\install\helper\navigation build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\install_filesystem build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\install_filesystem\task build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\install_finish build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\install_finish\task build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\requirements build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\requirements\task build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\update_filesystem build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\install\module\update_filesystem\task build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\json build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\language build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\language\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\lock build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\log build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\mention build 23-Feb-2024 19:54:21  115/902 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Rendering Namespace phpbb\mention\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\mention\source build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\message build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\mimetype build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\module build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\module\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\notification build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\notification\method build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\notification\type build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\passwords build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\passwords\driver build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\php build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\plupload build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\posting build 23-Feb-2024 19:54:21  129/902 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Rendering Namespace phpbb\profilefields build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\profilefields\type build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\report build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\report\controller build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\report\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\request build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\routing build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\routing\resources_locator build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\search build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\search\backend build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\search\backend\sphinx build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\search\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\storage build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\storage\adapter build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\storage\controller build 23-Feb-2024 19:54:21  144/902 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Rendering Namespace phpbb\storage\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\storage\provider build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\exception build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig\extension build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig\node build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig\node\expression build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig\node\expression\binary build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\template\twig\tokenparser build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\textformatter build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\textformatter\s9e build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\textreparser build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\textreparser\plugins build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\tree build 23-Feb-2024 19:54:21  159/902 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Namespace phpbb\ucp build 23-Feb-2024 19:54:21 Rendering Namespace phpbb\ucp\controller build 23-Feb-2024 19:54:21 Rendering Class SphinxClient build 23-Feb-2024 19:54:21 Rendering Class acp_attachments build 23-Feb-2024 19:54:21  163/902 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_attachments_info build 23-Feb-2024 19:54:21 Rendering Class acp_ban build 23-Feb-2024 19:54:21 Rendering Class acp_ban_info build 23-Feb-2024 19:54:21 Rendering Class acp_bbcodes build 23-Feb-2024 19:54:21 Rendering Class acp_bbcodes_info build 23-Feb-2024 19:54:21 Rendering Class acp_board build 23-Feb-2024 19:54:21 Rendering Class acp_board_info build 23-Feb-2024 19:54:21  170/902 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_bots build 23-Feb-2024 19:54:21 Rendering Class acp_bots_info build 23-Feb-2024 19:54:21 Rendering Class acp_captcha build 23-Feb-2024 19:54:21 Rendering Class acp_captcha_info build 23-Feb-2024 19:54:21 Rendering Class acp_contact build 23-Feb-2024 19:54:21 Rendering Class acp_contact_info build 23-Feb-2024 19:54:21 Rendering Class acp_disallow build 23-Feb-2024 19:54:21 Rendering Class acp_disallow_info build 23-Feb-2024 19:54:21 Rendering Class acp_email build 23-Feb-2024 19:54:21 Rendering Class acp_email_info build 23-Feb-2024 19:54:21 Rendering Class acp_extensions build 23-Feb-2024 19:54:21 Rendering Class acp_extensions_info build 23-Feb-2024 19:54:21  182/902 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Rendering Class acp_forums build 23-Feb-2024 19:54:21 Rendering Class acp_forums_info build 23-Feb-2024 19:54:21 Rendering Class acp_groups build 23-Feb-2024 19:54:21 Rendering Class acp_groups_info build 23-Feb-2024 19:54:21 Rendering Class acp_help_phpbb build 23-Feb-2024 19:54:21 Rendering Class acp_help_phpbb_info build 23-Feb-2024 19:54:21 Rendering Class acp_icons build 23-Feb-2024 19:54:21 Rendering Class acp_icons_info build 23-Feb-2024 19:54:21 Rendering Class acp_inactive build 23-Feb-2024 19:54:21 Rendering Class acp_inactive_info build 23-Feb-2024 19:54:21  192/902 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Rendering Class acp_jabber build 23-Feb-2024 19:54:21 Rendering Class acp_jabber_info build 23-Feb-2024 19:54:21 Rendering Class acp_language build 23-Feb-2024 19:54:21 Rendering Class acp_language_info build 23-Feb-2024 19:54:21 Rendering Class acp_logs build 23-Feb-2024 19:54:21 Rendering Class acp_logs_info build 23-Feb-2024 19:54:21 Rendering Class acp_main build 23-Feb-2024 19:54:21 Rendering Class acp_main_info build 23-Feb-2024 19:54:21 Rendering Class acp_modules build 23-Feb-2024 19:54:21 Rendering Class acp_modules_info build 23-Feb-2024 19:54:21 Rendering Class acp_permission_roles build 23-Feb-2024 19:54:21  203/902 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_permission_roles_info build 23-Feb-2024 19:54:21 Rendering Class acp_permissions build 23-Feb-2024 19:54:21 Rendering Class acp_permissions_info build 23-Feb-2024 19:54:21 Rendering Class acp_php_info build 23-Feb-2024 19:54:21 Rendering Class acp_php_info_info build 23-Feb-2024 19:54:21 Rendering Class acp_profile build 23-Feb-2024 19:54:21 Rendering Class acp_profile_info build 23-Feb-2024 19:54:21 Rendering Class acp_prune build 23-Feb-2024 19:54:21  211/902 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Rendering Class acp_prune_info build 23-Feb-2024 19:54:21 Rendering Class acp_ranks build 23-Feb-2024 19:54:21 Rendering Class acp_ranks_info build 23-Feb-2024 19:54:21 Rendering Class acp_reasons build 23-Feb-2024 19:54:21 Rendering Class acp_reasons_info build 23-Feb-2024 19:54:21 Rendering Class acp_search build 23-Feb-2024 19:54:21 Rendering Class acp_search_info build 23-Feb-2024 19:54:21 Rendering Class acp_storage build 23-Feb-2024 19:54:21 Rendering Class acp_storage_info build 23-Feb-2024 19:54:21  220/902 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_styles build 23-Feb-2024 19:54:21 Rendering Class acp_styles_info build 23-Feb-2024 19:54:21 Rendering Class acp_update build 23-Feb-2024 19:54:21  223/902 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_update_info build 23-Feb-2024 19:54:21 Rendering Class acp_users build 23-Feb-2024 19:54:21 Rendering Class acp_users_info build 23-Feb-2024 19:54:21 Rendering Class acp_words build 23-Feb-2024 19:54:21 Rendering Class acp_words_info build 23-Feb-2024 19:54:21 Rendering Class auth_admin build 23-Feb-2024 19:54:21 Rendering Class bbcode build 23-Feb-2024 19:54:21  230/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class bbcode_firstpass build 23-Feb-2024 19:54:22 Rendering Class bitfield build 23-Feb-2024 19:54:22 Rendering Class compress build 23-Feb-2024 19:54:22  233/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class compress_tar build 23-Feb-2024 19:54:22 Rendering Class compress_zip build 23-Feb-2024 19:54:22 Rendering Class diff build 23-Feb-2024 19:54:22 Rendering Class diff3 build 23-Feb-2024 19:54:22  237/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3_block_builder build 23-Feb-2024 19:54:22 Rendering Class diff3_op build 23-Feb-2024 19:54:22 Rendering Class diff3_op_copy build 23-Feb-2024 19:54:22 Rendering Class diff_engine build 23-Feb-2024 19:54:22  241/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff_op build 23-Feb-2024 19:54:22 Rendering Class diff_op_add build 23-Feb-2024 19:54:22 Rendering Class diff_op_change build 23-Feb-2024 19:54:22 Rendering Class diff_op_copy build 23-Feb-2024 19:54:22 Rendering Class diff_op_delete build 23-Feb-2024 19:54:22 Rendering Class diff_renderer build 23-Feb-2024 19:54:22 Rendering Class diff_renderer_inline build 23-Feb-2024 19:54:22  248/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_renderer_raw build 23-Feb-2024 19:54:22 Rendering Class diff_renderer_side_by_side build 23-Feb-2024 19:54:22 Rendering Class diff_renderer_unified build 23-Feb-2024 19:54:22  251/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class ftp build 23-Feb-2024 19:54:22 Rendering Class ftp_fsock build 23-Feb-2024 19:54:22 Rendering Class jabber build 23-Feb-2024 19:54:22 Rendering Class mapped_diff build 23-Feb-2024 19:54:22  255/902 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mcp_ban build 23-Feb-2024 19:54:22 Rendering Class mcp_ban_info build 23-Feb-2024 19:54:22 Rendering Class mcp_logs build 23-Feb-2024 19:54:22 Rendering Class mcp_logs_info build 23-Feb-2024 19:54:22 Rendering Class mcp_main build 23-Feb-2024 19:54:22 Rendering Class mcp_main_info build 23-Feb-2024 19:54:22 Rendering Class mcp_notes build 23-Feb-2024 19:54:22 Rendering Class mcp_notes_info build 23-Feb-2024 19:54:22  263/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mcp_pm_reports build 23-Feb-2024 19:54:22 Rendering Class mcp_pm_reports_info build 23-Feb-2024 19:54:22 Rendering Class mcp_queue build 23-Feb-2024 19:54:22 Rendering Class mcp_queue_info build 23-Feb-2024 19:54:22 Rendering Class mcp_reports build 23-Feb-2024 19:54:22 Rendering Class mcp_reports_info build 23-Feb-2024 19:54:22 Rendering Class mcp_warn build 23-Feb-2024 19:54:22 Rendering Class mcp_warn_info build 23-Feb-2024 19:54:22 Rendering Class messenger build 23-Feb-2024 19:54:22  272/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class p_master build 23-Feb-2024 19:54:22 Rendering Class parse_message build 23-Feb-2024 19:54:22  274/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\attachment_category build 23-Feb-2024 19:54:22 Rendering Class phpbb\attachment\delete build 23-Feb-2024 19:54:22  276/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\manager build 23-Feb-2024 19:54:22 Rendering Class phpbb\attachment\resync build 23-Feb-2024 19:54:22 Rendering Class phpbb\attachment\upload build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\auth build 23-Feb-2024 19:54:22  280/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\apache build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\base build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\db build 23-Feb-2024 19:54:22  283/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\ldap build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\oauth build 23-Feb-2024 19:54:22  285/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\base build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\service\bitly build 23-Feb-2024 19:54:22  287/902 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\exception build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\service\facebook build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\service\google build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\service\service_interface build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\oauth\service\twitter build 23-Feb-2024 19:54:22  292/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\oauth\token_storage build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider\provider_interface build 23-Feb-2024 19:54:22 Rendering Class phpbb\auth\provider_collection build 23-Feb-2024 19:54:22  295/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\driver build 23-Feb-2024 19:54:22 Rendering Class phpbb\avatar\driver\driver_interface build 23-Feb-2024 19:54:22 Rendering Class phpbb\avatar\driver\gravatar build 23-Feb-2024 19:54:22  298/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\avatar\driver\local build 23-Feb-2024 19:54:22 Rendering Class phpbb\avatar\driver\upload build 23-Feb-2024 19:54:22  300/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\avatar\helper build 23-Feb-2024 19:54:22 Rendering Class phpbb\avatar\manager build 23-Feb-2024 19:54:22  302/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\exception\invalid_length_exception build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\exception\no_valid_emails_exception build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\exception\no_valid_ips_exception build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\exception\no_valid_users_exception build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\exception\type_not_found_exception build 23-Feb-2024 19:54:22  307/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\manager build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\type\base build 23-Feb-2024 19:54:22 Rendering Class phpbb\ban\type\email build 23-Feb-2024 19:54:22  310/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\ip build 23-Feb-2024 19:54:23 Rendering Class phpbb\ban\type\type_interface build 23-Feb-2024 19:54:23 Rendering Class phpbb\ban\type\user build 23-Feb-2024 19:54:23  313/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\apcu build 23-Feb-2024 19:54:23 Rendering Class phpbb\cache\driver\base build 23-Feb-2024 19:54:23  315/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\driver_interface build 23-Feb-2024 19:54:23 Rendering Class phpbb\cache\driver\dummy build 23-Feb-2024 19:54:23  317/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\file build 23-Feb-2024 19:54:23 Rendering Class phpbb\cache\driver\memcached build 23-Feb-2024 19:54:23  319/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\memory build 23-Feb-2024 19:54:23 Rendering Class phpbb\cache\driver\redis build 23-Feb-2024 19:54:23  321/902 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\wincache build 23-Feb-2024 19:54:23 Rendering Class phpbb\cache\service build 23-Feb-2024 19:54:23  323/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\captcha\char_cube3d build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\colour_manager build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\factory build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\gd build 23-Feb-2024 19:54:23  327/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\gd_wave build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\non_gd build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\plugins\captcha_abstract build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\plugins\gd build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\plugins\gd_wave build 23-Feb-2024 19:54:23  332/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\nogd build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\plugins\qa build 23-Feb-2024 19:54:23 Rendering Class phpbb\captcha\plugins\recaptcha build 23-Feb-2024 19:54:23  335/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\captcha\plugins\recaptcha_v3 build 23-Feb-2024 19:54:23 Rendering Class phpbb\class_loader build 23-Feb-2024 19:54:23  337/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\exception\managed_with_clean_error_exception build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\exception\managed_with_enable_error_exception build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\exception\managed_with_error_exception build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\exception\runtime_exception build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\extension_manager build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\installer build 23-Feb-2024 19:54:23  343/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\composer\io\console_io build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\io\html_output_formatter build 23-Feb-2024 19:54:23  345/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\composer\io\io_interface build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\io\null_io build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\io\translate_composer_trait build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\io\web_io build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\manager build 23-Feb-2024 19:54:23 Rendering Class phpbb\composer\manager_interface build 23-Feb-2024 19:54:23  351/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config\config build 23-Feb-2024 19:54:23 Rendering Class phpbb\config\db build 23-Feb-2024 19:54:23 Rendering Class phpbb\config\db_text build 23-Feb-2024 19:54:23  354/902 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\config_php_file build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\application build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\cache\purge build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\command build 23-Feb-2024 19:54:23  358/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\command build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\config\delete build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\config\get build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\config\increment build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\config\set build 23-Feb-2024 19:54:23  363/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\config\set_atomic build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\cron\cron_list build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\cron\run build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\db\console_migrator_output_handler build 23-Feb-2024 19:54:23  367/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\db\list_command build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\db\migrate build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\db\migration_command build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\db\revert build 23-Feb-2024 19:54:23  371/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\dev\migration_tips build 23-Feb-2024 19:54:23 Rendering Class phpbb\console\command\extension\command build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\disable build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\enable build 23-Feb-2024 19:54:24  375/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\extension\install build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\list_available build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\manage build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\purge build 23-Feb-2024 19:54:24  379/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\extension\remove build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\show build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\extension\update build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\fixup\fix_left_right_ids build 23-Feb-2024 19:54:24  383/902 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\fixup\update_hashes build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\reparser\list_all build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\reparser\reparse build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\searchindex\create build 23-Feb-2024 19:54:24  387/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\searchindex\delete build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\searchindex\list_all build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\thumbnail\delete build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\thumbnail\generate build 23-Feb-2024 19:54:24  391/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\thumbnail\recreate build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\update\check build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\user\activate build 23-Feb-2024 19:54:24  394/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\user\add build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\command\user\delete build 23-Feb-2024 19:54:24  397/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\console\command\user\reclean build 23-Feb-2024 19:54:24 Rendering Class phpbb\console\exception_subscriber build 23-Feb-2024 19:54:24 Rendering Class phpbb\content_visibility build 23-Feb-2024 19:54:24 Rendering Class phpbb\controller\exception build 23-Feb-2024 19:54:24  400/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\controller\helper build 23-Feb-2024 19:54:24 Rendering Class phpbb\controller\resolver build 23-Feb-2024 19:54:24  402/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\convert\controller\convertor build 23-Feb-2024 19:54:24 Rendering Class phpbb\convert\convert build 23-Feb-2024 19:54:24 Rendering Class phpbb\convert\convertor build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\controller\cron build 23-Feb-2024 19:54:24  406/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\event\cron_runner_listener build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\manager build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\base build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\prune_all_forums build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\prune_forum build 23-Feb-2024 19:54:24  411/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\prune_notifications build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\prune_shadow_topics build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\queue build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\tidy_cache build 23-Feb-2024 19:54:24  415/902 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\cron\task\core\tidy_plupload build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\tidy_search build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\tidy_sessions build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\tidy_warnings build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\core\update_hashes build 23-Feb-2024 19:54:24  420/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\cron\task\parametrized build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\task build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\text_reparser\reparser build 23-Feb-2024 19:54:24 Rendering Class phpbb\cron\task\wrapper build 23-Feb-2024 19:54:24 Rendering Class phpbb\datetime build 23-Feb-2024 19:54:24  425/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\case_insensitive_string build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\comparator build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\connection_factory build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\connection_parameter_factory build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\oci8\connection build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\oci8\driver build 23-Feb-2024 19:54:24  431/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\oci8\result build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\oci8\schema_manager build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\oci8\statement build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\oracle_platform build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\postgresql_platform build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\sqlsrv_platform build 23-Feb-2024 19:54:24  437/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\doctrine\table_helper build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\doctrine\type_converter build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\driver\driver build 23-Feb-2024 19:54:24 Rendering Class phpbb\db\driver\driver_interface build 23-Feb-2024 19:54:24  441/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\factory build 23-Feb-2024 19:54:24  442/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\mssql_base build 23-Feb-2024 19:54:25  443/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\mssql_odbc build 23-Feb-2024 19:54:25  444/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\mssqlnative build 23-Feb-2024 19:54:25  445/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\mysql_base build 23-Feb-2024 19:54:25  446/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\mysqli build 23-Feb-2024 19:54:25  447/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\oracle build 23-Feb-2024 19:54:25  448/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\postgres build 23-Feb-2024 19:54:25  449/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\sqlite3 build 23-Feb-2024 19:54:25  450/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\base_extractor build 23-Feb-2024 19:54:25  451/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\exception\extractor_not_initialized_exception build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\exception\invalid_format_exception build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\extractor_interface build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\factory build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\mssql_extractor build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\mysql_extractor build 23-Feb-2024 19:54:25  457/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\oracle_extractor build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\postgres_extractor build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\extractor\sqlite3_extractor build 23-Feb-2024 19:54:25  460/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\container_aware_migration build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\exception build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\helper build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\migration build 23-Feb-2024 19:54:25  464/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\migration_interface build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\profilefield_base_migration build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\schema_generator build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\tool\config build 23-Feb-2024 19:54:25  468/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\config_text build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\tool\module build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migration\tool\permission build 23-Feb-2024 19:54:25  471/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\migration\tool\tool_interface build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\migrator build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\output_handler\html_migrator_output_handler build 23-Feb-2024 19:54:25  474/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\output_handler\installer_migrator_output_handler build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\output_handler\log_wrapper_migrator_output_handler build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\output_handler\migrator_output_handler_interface build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\output_handler\null_migrator_output_handler build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\sql_insert_buffer build 23-Feb-2024 19:54:25 Rendering Class phpbb\db\tools\doctrine build 23-Feb-2024 19:54:26  481/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\db\tools\factory build 23-Feb-2024 19:54:26 Rendering Class phpbb\db\tools\mssql build 23-Feb-2024 19:54:26 Rendering Class phpbb\db\tools\postgres build 23-Feb-2024 19:54:26  483/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\db\tools\tools build 23-Feb-2024 19:54:26  484/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Rendering Class phpbb\db\tools\tools_interface build 23-Feb-2024 19:54:26  485/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Rendering Class phpbb\debug\debug build 23-Feb-2024 19:54:26 Rendering Class phpbb\debug\error_handler build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\container_builder build 23-Feb-2024 19:54:26  488/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\di\exception\di_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\exception\multiple_service_definitions_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\exception\service_not_found_exception build 23-Feb-2024 19:54:26  491/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\di\extension\config build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\extension\container_configuration build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\extension\core build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\extension\tables build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\ordered_service_collection build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\pass\collection_pass build 23-Feb-2024 19:54:26  497/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\di\pass\convert_events build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\pass\markpublic_pass build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\proxy_instantiator build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\service_collection build 23-Feb-2024 19:54:26 Rendering Class phpbb\di\service_collection_iterator build 23-Feb-2024 19:54:26 Rendering Class phpbb\error_collector build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\dispatcher build 23-Feb-2024 19:54:26  504/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\dispatcher_interface build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\kernel_exception_subscriber build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\kernel_terminate_subscriber build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\md_exporter build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\php_exporter build 23-Feb-2024 19:54:26  509/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\event\recursive_event_filter_iterator build 23-Feb-2024 19:54:26 Rendering Class phpbb\event\rst_exporter build 23-Feb-2024 19:54:26  511/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\exception\exception_interface build 23-Feb-2024 19:54:26 Rendering Class phpbb\exception\http_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\exception\runtime_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\exception\version_check_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\extension\base build 23-Feb-2024 19:54:26 Rendering Class phpbb\extension\di\extension_base build 23-Feb-2024 19:54:26  517/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\extension\exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\extension\extension_interface build 23-Feb-2024 19:54:26 Rendering Class phpbb\extension\manager build 23-Feb-2024 19:54:26 Rendering Class phpbb\extension\provider build 23-Feb-2024 19:54:26  521/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\attachments_base build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\base build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\controller\feed build 23-Feb-2024 19:54:26  524/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\exception\feed_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\feed_unavailable_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\no_feed_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\no_forum_exception build 23-Feb-2024 19:54:26  528/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\exception\no_topic_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\unauthorized_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\unauthorized_forum_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\exception\unauthorized_topic_exception build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\feed_interface build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\forum build 23-Feb-2024 19:54:26  534/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\forums build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\helper build 23-Feb-2024 19:54:26  536/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\news build 23-Feb-2024 19:54:26 Rendering Class phpbb\feed\overall build 23-Feb-2024 19:54:26  538/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\post_base build 23-Feb-2024 19:54:27 Rendering Class phpbb\feed\quote_helper build 23-Feb-2024 19:54:27  540/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\topic build 23-Feb-2024 19:54:27 Rendering Class phpbb\feed\topic_base build 23-Feb-2024 19:54:27  543/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\feed\topics build 23-Feb-2024 19:54:27 Rendering Class phpbb\feed\topics_active build 23-Feb-2024 19:54:27 Rendering Class phpbb\file_downloader build 23-Feb-2024 19:54:27  545/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\factory build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\filespec build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\filespec_storage build 23-Feb-2024 19:54:27  548/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\files\types\base build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\types\form build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\types\form_storage build 23-Feb-2024 19:54:27  551/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\files\types\local build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\types\local_storage build 23-Feb-2024 19:54:27 Rendering Class phpbb\files\types\type_interface build 23-Feb-2024 19:54:27  554/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\files\upload build 23-Feb-2024 19:54:27 Rendering Class phpbb\filesystem build 23-Feb-2024 19:54:27 Rendering Class phpbb\filesystem\exception\filesystem_exception build 23-Feb-2024 19:54:27  557/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\filesystem build 23-Feb-2024 19:54:27 Rendering Class phpbb\filesystem\filesystem_interface build 23-Feb-2024 19:54:27  559/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\helper build 23-Feb-2024 19:54:27 Rendering Class phpbb\filesystem\temp build 23-Feb-2024 19:54:27  561/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\finder\factory build 23-Feb-2024 19:54:27 Rendering Class phpbb\finder\finder build 23-Feb-2024 19:54:27 Rendering Class phpbb\finder\recursive_dot_prefix_filter_iterator build 23-Feb-2024 19:54:27  564/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\finder\recursive_path_iterator build 23-Feb-2024 19:54:27 Rendering Class phpbb\group\helper build 23-Feb-2024 19:54:27 Rendering Class phpbb\groupposition\exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\groupposition\groupposition_interface build 23-Feb-2024 19:54:27 Rendering Class phpbb\groupposition\legend build 23-Feb-2024 19:54:27  569/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\groupposition\teampage build 23-Feb-2024 19:54:27 Rendering Class phpbb\help\controller\bbcode build 23-Feb-2024 19:54:27  571/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\help\controller\controller build 23-Feb-2024 19:54:27 Rendering Class phpbb\help\controller\faq build 23-Feb-2024 19:54:27 Rendering Class phpbb\help\controller\help build 23-Feb-2024 19:54:27 Rendering Class phpbb\help\manager build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\console\command\install\config\show build 23-Feb-2024 19:54:27  576/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\console\command\install\config\validate build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\console\command\install\install build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\console\command\update\config\show build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\console\command\update\config\validate build 23-Feb-2024 19:54:27  580/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Rendering Class phpbb\install\console\command\update\update build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\controller\archive_download build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\controller\helper build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\controller\install build 23-Feb-2024 19:54:27  584/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Rendering Class phpbb\install\controller\installer_index build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\controller\timeout_check build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\controller\update build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\event\kernel_exception_subscriber build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\cannot_build_container_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\file_updater_failure_exception build 23-Feb-2024 19:54:27  590/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\exception\installer_config_not_writable_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\installer_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\invalid_dbms_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\jump_to_restart_point_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\resource_limit_reached_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\exception\user_interaction_required_exception build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\config build 23-Feb-2024 19:54:27  597/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\container_factory build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\file_updater\compression_file_updater build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\file_updater\factory build 23-Feb-2024 19:54:27  600/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\file_updater\file_updater build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\file_updater\file_updater_interface build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\file_updater\ftp_file_updater build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\install_helper build 23-Feb-2024 19:54:27 Rendering Class phpbb\install\helper\iohandler\ajax_iohandler build 23-Feb-2024 19:54:27  605/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\iohandler\cli_iohandler build 23-Feb-2024 19:54:28  606/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\iohandler\factory build 23-Feb-2024 19:54:28  608/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\iohandler\iohandler_base build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\iohandler\iohandler_interface build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\navigation\convertor_navigation build 23-Feb-2024 19:54:28  611/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\navigation\install_navigation build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\navigation\main_navigation build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\navigation\navigation_interface build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\navigation\navigation_provider build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\navigation\update_navigation build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\helper\update_helper build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\installer build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\installer_configuration build 23-Feb-2024 19:54:28  619/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_filesystem\module build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\install_filesystem\task\create_config_file build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\install_finish\module build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\install_finish\task\install_extensions build 23-Feb-2024 19:54:28  623/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\install_finish\task\notify_user build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\install_finish\task\populate_migrations build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\requirements\abstract_requirements_module build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\requirements\install_module build 23-Feb-2024 19:54:28  627/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\requirements\task\check_filesystem build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\requirements\task\check_server_environment build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\requirements\task\check_update build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\requirements\update_module build 23-Feb-2024 19:54:28  631/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\module build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\update_filesystem\task\diff_files build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\update_filesystem\task\download_updated_files build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\update_filesystem\task\file_check build 23-Feb-2024 19:54:28  635/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\install\module\update_filesystem\task\show_file_status build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module\update_filesystem\task\update_files build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module_base build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\module_interface build 23-Feb-2024 19:54:28  639/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\install\sequential_task build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\task_base build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\task_interface build 23-Feb-2024 19:54:28 Rendering Class phpbb\install\updater_configuration build 23-Feb-2024 19:54:28 Rendering Class phpbb\json\sanitizer build 23-Feb-2024 19:54:28 Rendering Class phpbb\json_response build 23-Feb-2024 19:54:28 Rendering Class phpbb\language\exception\invalid_plural_rule_exception build 23-Feb-2024 19:54:28 Rendering Class phpbb\language\exception\language_exception build 23-Feb-2024 19:54:28  647/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\language\exception\language_file_not_found build 23-Feb-2024 19:54:28 Rendering Class phpbb\language\language build 23-Feb-2024 19:54:28 Rendering Class phpbb\language\language_file_helper build 23-Feb-2024 19:54:28  650/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\language\language_file_loader build 23-Feb-2024 19:54:28 Rendering Class phpbb\lock\db build 23-Feb-2024 19:54:28 Rendering Class phpbb\lock\flock build 23-Feb-2024 19:54:28 Rendering Class phpbb\log\dummy build 23-Feb-2024 19:54:28  654/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\log\log build 23-Feb-2024 19:54:28 Rendering Class phpbb\log\log_interface build 23-Feb-2024 19:54:28  656/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\controller\mention build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\base_group build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\base_user build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\friend build 23-Feb-2024 19:54:28  660/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\mention\source\group build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\source_interface build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\team build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\topic build 23-Feb-2024 19:54:28  664/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\mention\source\user build 23-Feb-2024 19:54:28 Rendering Class phpbb\mention\source\usergroup build 23-Feb-2024 19:54:28 Rendering Class phpbb\message\admin_form build 23-Feb-2024 19:54:28  668/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\message\form build 23-Feb-2024 19:54:28 Rendering Class phpbb\message\message build 23-Feb-2024 19:54:28 Rendering Class phpbb\message\topic_form build 23-Feb-2024 19:54:28  671/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\message\user_form build 23-Feb-2024 19:54:28 Rendering Class phpbb\mimetype\content_guesser build 23-Feb-2024 19:54:28 Rendering Class phpbb\mimetype\extension_guesser build 23-Feb-2024 19:54:28 Rendering Class phpbb\mimetype\guesser build 23-Feb-2024 19:54:28 Rendering Class phpbb\mimetype\guesser_base build 23-Feb-2024 19:54:28  675/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\mimetype\guesser_interface build 23-Feb-2024 19:54:28 Rendering Class phpbb\module\exception\module_exception build 23-Feb-2024 19:54:28 Rendering Class phpbb\module\exception\module_not_found_exception build 23-Feb-2024 19:54:28 Rendering Class phpbb\module\module_manager build 23-Feb-2024 19:54:28 Rendering Class phpbb\notification\exception build 23-Feb-2024 19:54:28  680/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\manager build 23-Feb-2024 19:54:28  682/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\base build 23-Feb-2024 19:54:28 Rendering Class phpbb\notification\method\board build 23-Feb-2024 19:54:28 Rendering Class phpbb\notification\method\email build 23-Feb-2024 19:54:28  684/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\jabber build 23-Feb-2024 19:54:28 Rendering Class phpbb\notification\method\messenger_base build 23-Feb-2024 19:54:29  686/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\method\method_interface build 23-Feb-2024 19:54:29 Rendering Class phpbb\notification\type\admin_activate_user build 23-Feb-2024 19:54:29  688/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\approve_post build 23-Feb-2024 19:54:29  689/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\approve_topic build 23-Feb-2024 19:54:29  690/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\base build 23-Feb-2024 19:54:29  691/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\bookmark build 23-Feb-2024 19:54:29 Rendering Class phpbb\notification\type\disapprove_post build 23-Feb-2024 19:54:29  693/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\disapprove_topic build 23-Feb-2024 19:54:29  694/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\forum build 23-Feb-2024 19:54:29  695/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\group_request build 23-Feb-2024 19:54:29  696/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\group_request_approved build 23-Feb-2024 19:54:29  697/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\mention build 23-Feb-2024 19:54:29  698/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\pm build 23-Feb-2024 19:54:29  699/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post build 23-Feb-2024 19:54:29  700/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post_in_queue build 23-Feb-2024 19:54:29  701/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\quote build 23-Feb-2024 19:54:29  702/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm build 23-Feb-2024 19:54:29  703/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm_closed build 23-Feb-2024 19:54:29  704/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\report_post build 23-Feb-2024 19:54:29  705/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\report_post_closed build 23-Feb-2024 19:54:30  706/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\topic build 23-Feb-2024 19:54:30  707/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\topic_in_queue build 23-Feb-2024 19:54:30  708/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\type_interface build 23-Feb-2024 19:54:30  709/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\pagination build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\argon2i build 23-Feb-2024 19:54:30  711/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\argon2id build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\base build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\base_native build 23-Feb-2024 19:54:30  714/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\bcrypt build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\bcrypt_2y build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\bcrypt_wcf2 build 23-Feb-2024 19:54:30  717/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\convert_password build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\driver_interface build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\helper build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\md5_mybb build 23-Feb-2024 19:54:30  721/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\md5_phpbb2 build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\md5_vb build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\phpass build 23-Feb-2024 19:54:30  724/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\rehashable_driver_interface build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\salted_md5 build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\sha1 build 23-Feb-2024 19:54:30  727/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha1_smf build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\sha1_wcf1 build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\driver\sha_xf1 build 23-Feb-2024 19:54:30  730/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\helper build 23-Feb-2024 19:54:30 Rendering Class phpbb\passwords\manager build 23-Feb-2024 19:54:30 Rendering Class phpbb\path_helper build 23-Feb-2024 19:54:30  733/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\permissions build 23-Feb-2024 19:54:30 Rendering Class phpbb\php\ini build 23-Feb-2024 19:54:30 Rendering Class phpbb\plupload\plupload build 23-Feb-2024 19:54:30  736/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\posting\post_helper build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\lang_helper build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\manager build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\type\type_base build 23-Feb-2024 19:54:30  740/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 82%Rendering Class phpbb\profilefields\type\type_bool build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\type\type_date build 23-Feb-2024 19:54:30  742/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_dropdown build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\type\type_int build 23-Feb-2024 19:54:30  744/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_interface build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\type\type_string build 23-Feb-2024 19:54:30  746/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string_common build 23-Feb-2024 19:54:30 Rendering Class phpbb\profilefields\type\type_text build 23-Feb-2024 19:54:30  748/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_url build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\controller\report build 23-Feb-2024 19:54:30  750/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\exception\already_reported_exception build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\exception\empty_report_exception build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\exception\entity_not_found_exception build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\exception\factory_invalid_argument_exception build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\exception\invalid_report_exception build 23-Feb-2024 19:54:30 Rendering Class phpbb\report\exception\pm_reporting_disabled_exception build 23-Feb-2024 19:54:30  756/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\exception\report_permission_denied_exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\report\handler_factory build 23-Feb-2024 19:54:31 Rendering Class phpbb\report\report_handler build 23-Feb-2024 19:54:31 Rendering Class phpbb\report\report_handler_interface build 23-Feb-2024 19:54:31 Rendering Class phpbb\report\report_handler_pm build 23-Feb-2024 19:54:31  762/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\report\report_handler_post build 23-Feb-2024 19:54:31 Rendering Class phpbb\report\report_reason_list_provider build 23-Feb-2024 19:54:31 Rendering Class phpbb\request\deactivated_super_global build 23-Feb-2024 19:54:31 Rendering Class phpbb\request\request build 23-Feb-2024 19:54:31 Rendering Class phpbb\request\request_interface build 23-Feb-2024 19:54:31  766/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\type_cast_helper build 23-Feb-2024 19:54:31 Rendering Class phpbb\request\type_cast_helper_interface build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\file_locator build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\helper build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\loader_resolver build 23-Feb-2024 19:54:31  771/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\routing\resources_locator\chained_resources_locator build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\resources_locator\default_resources_locator build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\resources_locator\installer_resources_locator build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\resources_locator\resources_locator_interface build 23-Feb-2024 19:54:31 Rendering Class phpbb\routing\router build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\backend\base build 23-Feb-2024 19:54:31  777/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_mysql build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\backend\fulltext_native build 23-Feb-2024 19:54:31  779/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_postgres build 23-Feb-2024 19:54:31  780/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_sphinx build 23-Feb-2024 19:54:31  781/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\search_backend_interface build 23-Feb-2024 19:54:31  782/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\sphinx\config build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\backend\sphinx\config_item build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\backend\sphinx\config_section build 23-Feb-2024 19:54:31  785/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\search\backend\sphinx\config_variable build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\exception\action_in_progress_exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\exception\no_action_in_progress_exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\exception\no_search_backend_found_exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\exception\search_exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\search\search_backend_factory build 23-Feb-2024 19:54:31  791/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\search\state_helper build 23-Feb-2024 19:54:31 Rendering Class phpbb\session build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\adapter\adapter_interface build 23-Feb-2024 19:54:31  794/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\adapter\local build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\adapter_factory build 23-Feb-2024 19:54:31  796/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\controller\attachment build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\controller\avatar build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\controller\controller build 23-Feb-2024 19:54:31  799/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\exception\exception build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\file_info build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\provider\local build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\provider\provider_interface build 23-Feb-2024 19:54:31 Rendering Class phpbb\storage\storage build 23-Feb-2024 19:54:31  804/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Rendering Class phpbb\storage\stream_interface build 23-Feb-2024 19:54:31  805/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Rendering Class phpbb\symfony_request build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\asset build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\assets_bag build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\base build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\context build 23-Feb-2024 19:54:31  810/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\exception\user_object_not_available build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\template build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\definition build 23-Feb-2024 19:54:31  813/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\environment build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\extension build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\extension\avatar build 23-Feb-2024 19:54:31  816/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\config build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\extension\forms build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\extension\icon build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\extension\routing build 23-Feb-2024 19:54:31  820/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\username build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\lexer build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\loader build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\definenode build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\event build 23-Feb-2024 19:54:31  825/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\node\expression\binary\equalequal build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\expression\binary\notequalequal build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\includeasset build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\includecss build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\includejs build 23-Feb-2024 19:54:31 Rendering Class phpbb\template\twig\node\includenode build 23-Feb-2024 19:54:32 Rendering Class phpbb\template\twig\tokenparser\defineparser build 23-Feb-2024 19:54:32 Rendering Class phpbb\template\twig\tokenparser\event build 23-Feb-2024 19:54:32  833/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\template\twig\tokenparser\includecss build 23-Feb-2024 19:54:32 Rendering Class phpbb\template\twig\tokenparser\includejs build 23-Feb-2024 19:54:32 Rendering Class phpbb\template\twig\tokenparser\includeparser build 23-Feb-2024 19:54:32 Rendering Class phpbb\template\twig\twig build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\acp_utils_interface build 23-Feb-2024 19:54:32  838/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 92%Rendering Class phpbb\textformatter\cache_interface build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\parser_interface build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\renderer_interface build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\acp_utils build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\bbcode_merger build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\factory build 23-Feb-2024 19:54:32  844/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\link_helper build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\mention_helper build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\parser build 23-Feb-2024 19:54:32  847/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\quote_helper build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\renderer build 23-Feb-2024 19:54:32 Rendering Class phpbb\textformatter\s9e\utils build 23-Feb-2024 19:54:32  850/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textformatter\utils_interface build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\base build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\manager build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\plugins\contact_admin_info build 23-Feb-2024 19:54:32  854/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\forum_description build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\plugins\forum_rules build 23-Feb-2024 19:54:32  856/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\group_description build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\plugins\pm_text build 23-Feb-2024 19:54:32  858/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\poll_option build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\plugins\poll_title build 23-Feb-2024 19:54:32  860/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\post_text build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\plugins\user_signature build 23-Feb-2024 19:54:32  862/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\reparser_interface build 23-Feb-2024 19:54:32 Rendering Class phpbb\textreparser\row_based_plugin build 23-Feb-2024 19:54:32 Rendering Class phpbb\tree\nestedset build 23-Feb-2024 19:54:32  865/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\nestedset_forum build 23-Feb-2024 19:54:32 Rendering Class phpbb\tree\tree_interface build 23-Feb-2024 19:54:32  867/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb\ucp\controller\reset_password build 23-Feb-2024 19:54:32 Rendering Class phpbb\user build 23-Feb-2024 19:54:32 Rendering Class phpbb\user_loader build 23-Feb-2024 19:54:32  870/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb\version_helper build 23-Feb-2024 19:54:32 Rendering Class phpbb\viewonline_helper build 23-Feb-2024 19:54:32  872/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb_questionnaire_data_collector build 23-Feb-2024 19:54:32 Rendering Class phpbb_questionnaire_php_data_provider build 23-Feb-2024 19:54:32 Rendering Class phpbb_questionnaire_phpbb_data_provider build 23-Feb-2024 19:54:32 Rendering Class phpbb_questionnaire_system_data_provider build 23-Feb-2024 19:54:32 Rendering Class queue build 23-Feb-2024 19:54:32 Rendering Class smtp_class build 23-Feb-2024 19:54:32 Rendering Class transfer build 23-Feb-2024 19:54:32  879/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_activate build 23-Feb-2024 19:54:32 Rendering Class ucp_attachments build 23-Feb-2024 19:54:32 Rendering Class ucp_attachments_info build 23-Feb-2024 19:54:32 Rendering Class ucp_auth_link build 23-Feb-2024 19:54:32 Rendering Class ucp_auth_link_info build 23-Feb-2024 19:54:32 Rendering Class ucp_confirm build 23-Feb-2024 19:54:32 Rendering Class ucp_groups build 23-Feb-2024 19:54:32 Rendering Class ucp_groups_info build 23-Feb-2024 19:54:32 Rendering Class ucp_login_link build 23-Feb-2024 19:54:32 Rendering Class ucp_main build 23-Feb-2024 19:54:32  889/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 98%Rendering Class ucp_main_info build 23-Feb-2024 19:54:32 Rendering Class ucp_notifications build 23-Feb-2024 19:54:32 Rendering Class ucp_notifications_info build 23-Feb-2024 19:54:32 Rendering Class ucp_pm build 23-Feb-2024 19:54:32 Rendering Class ucp_pm_info build 23-Feb-2024 19:54:32 Rendering Class ucp_prefs build 23-Feb-2024 19:54:32 Rendering Class ucp_prefs_info build 23-Feb-2024 19:54:32 Rendering Class ucp_profile build 23-Feb-2024 19:54:32 Rendering Class ucp_profile_info build 23-Feb-2024 19:54:32 Rendering Class ucp_register build 23-Feb-2024 19:54:32  899/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 99%Rendering Class ucp_resend build 23-Feb-2024 19:54:32 Rendering Class ucp_zebra build 23-Feb-2024 19:54:32 Rendering Class ucp_zebra_info build 23-Feb-2024 19:54:32  902/902 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Rendering done build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 Version Updated C Removed C build 23-Feb-2024 19:54:32 main 741 0 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 Version Updated C Updated N Removed C Removed N build 23-Feb-2024 19:54:32 main 741 150 0 0 build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32  build 23-Feb-2024 19:54:32 phpBB > build: build 23-Feb-2024 19:54:32  build 23-Feb-2024 19:54:32  build 23-Feb-2024 19:54:32 BUILD FINISHED build 23-Feb-2024 19:54:32 build 23-Feb-2024 19:54:32 Total time: 8 minutes 54.19 seconds build 23-Feb-2024 19:54:32  simple 23-Feb-2024 19:54:35 Finished task 'Run tests' with result: Success command 23-Feb-2024 19:54:35 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 23-Feb-2024 19:54:35 Starting task 'Run sniffs' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 23-Feb-2024 19:54:35 Running image name (phpbb:php-8.1) command 23-Feb-2024 19:54:35 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1232 (PHPBB3-DDM-JOB1-1232)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/build --rm -u=991 phpbb:php-8.1 ../phpBB/vendor/bin/phing sniff\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n build 23-Feb-2024 19:54:37 Buildfile: /data/build/build.xml build 23-Feb-2024 19:54:37 build 23-Feb-2024 19:54:37 phpBB > sniff: build 23-Feb-2024 19:54:37 build 23-Feb-2024 19:54:47 ............................................................ 60 / 912 (7%) build 23-Feb-2024 19:54:51 ............................................................ 120 / 912 (13%) build 23-Feb-2024 19:54:51 ............................................................ 180 / 912 (20%) build 23-Feb-2024 19:54:52 ............................................................ 240 / 912 (26%) build 23-Feb-2024 19:54:53 ............................................................ 300 / 912 (33%) build 23-Feb-2024 19:54:55 ............................................................ 360 / 912 (39%) build 23-Feb-2024 19:54:59 ............................................................ 420 / 912 (46%) build 23-Feb-2024 19:55:06 ............................................................ 480 / 912 (53%) build 23-Feb-2024 19:55:10 ............................................................ 540 / 912 (59%) build 23-Feb-2024 19:55:17 ............................................................ 600 / 912 (66%) build 23-Feb-2024 19:55:22 ............................................................ 660 / 912 (72%) build 23-Feb-2024 19:55:27 ............................................................ 720 / 912 (79%) build 23-Feb-2024 19:55:32 ............................................................ 780 / 912 (86%) build 23-Feb-2024 19:55:37 ............................................................ 840 / 912 (92%) build 23-Feb-2024 19:55:41 ............................................................ 900 / 912 (99%) build 23-Feb-2024 19:55:42 ............ 912 / 912 (100%) build 23-Feb-2024 19:55:42 build 23-Feb-2024 19:55:42 build 23-Feb-2024 19:55:42 Time: 1 mins, 4.12 secs; Memory: 52.01MB build 23-Feb-2024 19:55:42 build 23-Feb-2024 19:55:42 [php] Calling PHP function: preg_replace() build 23-Feb-2024 19:55:48 ............................................................ 60 / 206 (29%) build 23-Feb-2024 19:56:06 ............................................................ 120 / 206 (58%) build 23-Feb-2024 19:56:19 ............................................................ 180 / 206 (87%) build 23-Feb-2024 19:56:25 .......................... 206 / 206 (100%) build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 Time: 43.04 secs; Memory: 34MB build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 Time: 36ms; Memory: 4MB build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 BUILD FINISHED build 23-Feb-2024 19:56:25 build 23-Feb-2024 19:56:25 Total time: 1 minute 47.77 seconds build 23-Feb-2024 19:56:25 simple 23-Feb-2024 19:56:26 Finished task 'Run sniffs' with result: Success simple 23-Feb-2024 19:56:26 Starting task 'Parsing test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' simple 23-Feb-2024 19:56:26 Parsing test results under /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1... simple 23-Feb-2024 19:56:26 Finished task 'Parsing test results' with result: Success simple 23-Feb-2024 19:56:26 Running post build plugin 'Artifact Copier' simple 23-Feb-2024 19:56:26 Publishing an artifact: Coverage HTML Report simple 23-Feb-2024 19:56:30 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 3.832 s simple 23-Feb-2024 19:56:30 Running post build plugin 'npm Cache Cleanup' simple 23-Feb-2024 19:56:30 Running post build plugin 'NCover Results Collector' simple 23-Feb-2024 19:56:30 Running post build plugin 'Build Results Label Collector' simple 23-Feb-2024 19:56:30 Running post build plugin 'Clover Results Collector' simple 23-Feb-2024 19:56:30 Running post build plugin 'Docker Container Cleanup' simple 23-Feb-2024 19:56:32 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1' simple 23-Feb-2024 19:56:32 Finalising the build... simple 23-Feb-2024 19:56:32 Stopping timer. simple 23-Feb-2024 19:56:32 Build PHPBB3-DDM-JOB1-1232 completed. simple 23-Feb-2024 19:56:32 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 23-Feb-2024 19:56:32 Running on server: post build plugin 'NCover Results Collector' simple 23-Feb-2024 19:56:32 Running on server: post build plugin 'Build Labeller' simple 23-Feb-2024 19:56:32 Running on server: post build plugin 'Clover Delta Calculator' simple 23-Feb-2024 19:56:32 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 23-Feb-2024 19:56:32 All post build plugins have finished simple 23-Feb-2024 19:56:32 Generating build results summary... simple 23-Feb-2024 19:56:36 Saving build results to disk... simple 23-Feb-2024 19:56:37 Store variable context... simple 23-Feb-2024 19:56:37 Finished building PHPBB3-DDM-JOB1-1232.