simple 31-Dec-2024 14:01:02 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376) is being prepared for building on agent Docker, bamboo version: 9.2.16 simple 31-Dec-2024 14:01:02 simple 31-Dec-2024 14:01:02 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 31-Dec-2024 14:01:02 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376) simple 31-Dec-2024 14:01:02 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 31-Dec-2024 14:01:02 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 31-Dec-2024 14:01:02 Updating source code to revision: cf3e27a394d50cce82a3376f60353eea8c28c90f simple 31-Dec-2024 14:01:02 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git'. simple 31-Dec-2024 14:01:03 hint: Using 'master' as the name for the initial branch. This default branch name simple 31-Dec-2024 14:01:03 hint: is subject to change. To configure the initial branch name to use in all simple 31-Dec-2024 14:01:03 hint: of your new repositories, which will suppress this warning, call: simple 31-Dec-2024 14:01:03 hint: simple 31-Dec-2024 14:01:03 hint: git config --global init.defaultBranch simple 31-Dec-2024 14:01:03 hint: simple 31-Dec-2024 14:01:03 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 31-Dec-2024 14:01:03 hint: 'development'. The just-created branch can be renamed via this command: simple 31-Dec-2024 14:01:03 hint: simple 31-Dec-2024 14:01:03 hint: git branch -m simple 31-Dec-2024 14:01:03 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git/ simple 31-Dec-2024 14:01:03 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 31-Dec-2024 14:01:16 Checking out revision cf3e27a394d50cce82a3376f60353eea8c28c90f. simple 31-Dec-2024 14:01:20 Already on 'master' simple 31-Dec-2024 14:01:20 Updated source code to revision: cf3e27a394d50cce82a3376f60353eea8c28c90f simple 31-Dec-2024 14:01:20 Finished task 'Checkout Default Repository' with result: Success simple 31-Dec-2024 14:01:20 Running pre-build action: VCS Version Collector simple 31-Dec-2024 14:01:20 Running pre-build action: Build Log Labeller Pre Build Action simple 31-Dec-2024 14:01:20 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376) started building on agent 'Docker' () command 31-Dec-2024 14:01:20 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 31-Dec-2024 14:01:20 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 31-Dec-2024 14:01:20 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-986d4c45-f48d-46d0-9173-83d72625bf9b 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 31-Dec-2024 14:01:22 #0 building with "default" instance using docker driver error 31-Dec-2024 14:01:22 error 31-Dec-2024 14:01:22 #1 [internal] load build definition from Dockerfile error 31-Dec-2024 14:01:22 #1 transferring dockerfile: error 31-Dec-2024 14:01:22 #1 transferring dockerfile: 491B 0.1s done error 31-Dec-2024 14:01:22 #1 DONE 0.4s error 31-Dec-2024 14:01:22 error 31-Dec-2024 14:01:22 #2 [internal] load metadata for docker.io/library/php:8.1 error 31-Dec-2024 14:01:24 #2 DONE 1.3s error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #3 [internal] load .dockerignore error 31-Dec-2024 14:01:24 #3 transferring context: 2B done error 31-Dec-2024 14:01:24 #3 DONE 0.0s error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #4 [1/6] FROM docker.io/library/php:8.1@sha256:940aed155b44997ff0f40c7a6df75a3443346bf7b88beaf6246baf16dcd5f692 error 31-Dec-2024 14:01:24 #4 DONE 0.0s error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #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 31-Dec-2024 14:01:24 #5 CACHED error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #6 [3/6] RUN pecl install xdebug-3.2.2 error 31-Dec-2024 14:01:24 #6 CACHED error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #7 [4/6] RUN docker-php-ext-enable xdebug error 31-Dec-2024 14:01:24 #7 CACHED error 31-Dec-2024 14:01:24 error 31-Dec-2024 14:01:24 #8 [5/6] RUN echo "memory_limit = 1536M" >> /usr/local/etc/php/conf.d/memory.ini error 31-Dec-2024 14:01:27 #8 DONE 3.1s error 31-Dec-2024 14:01:27 error 31-Dec-2024 14:01:27 #9 [6/6] RUN echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini error 31-Dec-2024 14:01:27 #9 DONE 0.4s error 31-Dec-2024 14:01:27 error 31-Dec-2024 14:01:27 #10 exporting to image error 31-Dec-2024 14:01:27 #10 exporting layers error 31-Dec-2024 14:01:28 #10 exporting layers 0.3s done error 31-Dec-2024 14:01:28 #10 writing image sha256:a507bf4d3e38a5e51f6d677044a2fc208b335ece2823223a183fb3a2111765ed done error 31-Dec-2024 14:01:28 #10 naming to docker.io/library/phpbb:php-8.1 0.0s done error 31-Dec-2024 14:01:28 #10 DONE 0.4s simple 31-Dec-2024 14:01:28 Built Docker image 'phpbb:php-8.1' simple 31-Dec-2024 14:01:28 Finished task 'Build image' with result: Success command 31-Dec-2024 14:01:28 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 31-Dec-2024 14:01:28 Starting task 'Run tests' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 31-Dec-2024 14:01:28 Running image name (phpbb:php-8.1) command 31-Dec-2024 14:01:28 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/phpBB --rm -u=990 -t phpbb:php-8.1 /bin/bash -c php ../composer.phar install --dev; cd ../build; ../phpBB/vendor/bin/phing build\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n build 31-Dec-2024 14:01:29 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 31-Dec-2024 14:01:29 Installing dependencies from lock file (including require-dev) build 31-Dec-2024 14:01:29 Verifying lock file contents can be installed on current platform. build 31-Dec-2024 14:01:29 Package operations: 140 installs, 0 updates, 0 removals build 31-Dec-2024 14:01:29 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 31-Dec-2024 14:01:29 - Downloading composer/installers (v1.12.0) build 31-Dec-2024 14:01:29 - Downloading composer/package-versions-deprecated (1.11.99.5) build 31-Dec-2024 14:01:29 - Downloading bantu/ini-get-wrapper (v1.0.1) build 31-Dec-2024 14:01:29 - Downloading carlos-mg89/oauth (0.8.16) build 31-Dec-2024 14:01:29 - Downloading chita/topological_sort (v3.0.1) build 31-Dec-2024 14:01:29 - Downloading symfony/process (v6.4.15) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-php81 (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-php80 (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-php73 (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/finder (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-mbstring (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-ctype (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/filesystem (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-intl-normalizer (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-intl-grapheme (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/string (v6.4.15) build 31-Dec-2024 14:01:29 - Downloading symfony/deprecation-contracts (v3.5.1) build 31-Dec-2024 14:01:29 - Downloading psr/container (2.0.2) build 31-Dec-2024 14:01:29 - Downloading symfony/service-contracts (v3.5.1) build 31-Dec-2024 14:01:29 - Downloading symfony/console (v6.4.15) build 31-Dec-2024 14:01:29 - Downloading seld/signal-handler (2.0.2) build 31-Dec-2024 14:01:29 - Downloading seld/phar-utils (1.2.1) build 31-Dec-2024 14:01:29 - Downloading seld/jsonlint (1.11.0) build 31-Dec-2024 14:01:29 - Downloading react/promise (v3.2.0) build 31-Dec-2024 14:01:29 - Downloading psr/log (3.0.2) build 31-Dec-2024 14:01:29 - Downloading justinrainbow/json-schema (5.3.0) build 31-Dec-2024 14:01:29 - Downloading composer/pcre (3.3.2) build 31-Dec-2024 14:01:29 - Downloading composer/xdebug-handler (3.0.5) build 31-Dec-2024 14:01:29 - Downloading composer/spdx-licenses (1.5.8) build 31-Dec-2024 14:01:29 - Downloading composer/semver (3.4.3) build 31-Dec-2024 14:01:29 - Downloading composer/metadata-minifier (1.0.0) build 31-Dec-2024 14:01:29 - Downloading composer/class-map-generator (1.5.0) build 31-Dec-2024 14:01:29 - Downloading composer/ca-bundle (1.5.4) build 31-Dec-2024 14:01:29 - Downloading composer/composer (2.8.4) build 31-Dec-2024 14:01:29 - Downloading psr/cache (3.0.0) build 31-Dec-2024 14:01:29 - Downloading doctrine/deprecations (1.1.4) build 31-Dec-2024 14:01:29 - Downloading doctrine/event-manager (1.2.0) build 31-Dec-2024 14:01:29 - Downloading doctrine/cache (2.2.0) build 31-Dec-2024 14:01:29 - Downloading doctrine/dbal (3.3.8) build 31-Dec-2024 14:01:29 - Downloading google/recaptcha (1.3.0) build 31-Dec-2024 14:01:29 - Downloading guzzlehttp/promises (1.5.3) build 31-Dec-2024 14:01:29 - Downloading ralouphie/getallheaders (3.0.3) build 31-Dec-2024 14:01:29 - Downloading psr/http-message (1.1) build 31-Dec-2024 14:01:29 - Downloading guzzlehttp/psr7 (1.9.1) build 31-Dec-2024 14:01:29 - Downloading laminas/laminas-code (4.16.0) build 31-Dec-2024 14:01:29 - Downloading symfony/yaml (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading laravel/homestead (v14.5.0) build 31-Dec-2024 14:01:29 - Downloading marc1706/fast-image-size (v1.1.7) build 31-Dec-2024 14:01:29 - Downloading symfony/http-client-contracts (v3.5.2) build 31-Dec-2024 14:01:29 - Downloading symfony/http-client (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading brick/math (0.12.1) build 31-Dec-2024 14:01:29 - Downloading spomky-labs/pki-framework (1.2.1) build 31-Dec-2024 14:01:29 - Downloading psr/http-factory (1.1.0) build 31-Dec-2024 14:01:29 - Downloading psr/http-client (1.0.3) build 31-Dec-2024 14:01:29 - Downloading psr/clock (1.0.0) build 31-Dec-2024 14:01:29 - Downloading paragonie/sodium_compat (v2.1.0) build 31-Dec-2024 14:01:29 - Downloading paragonie/constant_time_encoding (v3.0.0) build 31-Dec-2024 14:01:29 - Downloading web-token/jwt-library (3.4.6) build 31-Dec-2024 14:01:29 - Downloading web-token/jwt-util-ecc (3.4.6) build 31-Dec-2024 14:01:29 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.6) build 31-Dec-2024 14:01:29 - Downloading web-token/jwt-signature (3.4.6) build 31-Dec-2024 14:01:29 - Downloading web-token/jwt-key-mgmt (3.4.6) build 31-Dec-2024 14:01:29 - Downloading spomky-labs/base64url (v2.0.4) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-intl-idn (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading guzzlehttp/guzzle (6.5.8) build 31-Dec-2024 14:01:29 - Downloading minishlink/web-push (v8.0.0) build 31-Dec-2024 14:01:29 - Downloading sebastian/version (3.0.2) build 31-Dec-2024 14:01:29 - Downloading sebastian/type (3.2.1) build 31-Dec-2024 14:01:29 - Downloading sebastian/resource-operations (3.0.4) build 31-Dec-2024 14:01:29 - Downloading sebastian/recursion-context (4.0.5) build 31-Dec-2024 14:01:29 - Downloading sebastian/object-reflector (2.0.4) build 31-Dec-2024 14:01:29 - Downloading sebastian/object-enumerator (4.0.4) build 31-Dec-2024 14:01:29 - Downloading sebastian/global-state (5.0.7) build 31-Dec-2024 14:01:29 - Downloading sebastian/exporter (4.0.6) build 31-Dec-2024 14:01:29 - Downloading sebastian/environment (5.1.5) build 31-Dec-2024 14:01:29 - Downloading sebastian/diff (4.0.6) build 31-Dec-2024 14:01:29 - Downloading sebastian/comparator (4.0.8) build 31-Dec-2024 14:01:29 - Downloading sebastian/code-unit (1.0.8) build 31-Dec-2024 14:01:29 - Downloading sebastian/cli-parser (1.0.2) build 31-Dec-2024 14:01:29 - Downloading phpunit/php-timer (5.0.3) build 31-Dec-2024 14:01:29 - Downloading phpunit/php-text-template (2.0.4) build 31-Dec-2024 14:01:29 - Downloading phpunit/php-invoker (3.1.1) build 31-Dec-2024 14:01:29 - Downloading phpunit/php-file-iterator (3.0.6) build 31-Dec-2024 14:01:29 - Downloading theseer/tokenizer (1.2.3) build 31-Dec-2024 14:01:29 - Downloading nikic/php-parser (v4.19.4) build 31-Dec-2024 14:01:29 - Downloading sebastian/lines-of-code (1.0.4) build 31-Dec-2024 14:01:29 - Downloading sebastian/complexity (2.0.3) build 31-Dec-2024 14:01:29 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 31-Dec-2024 14:01:29 - Downloading phpunit/php-code-coverage (9.2.32) build 31-Dec-2024 14:01:29 - Downloading phar-io/version (3.2.1) build 31-Dec-2024 14:01:29 - Downloading phar-io/manifest (2.0.4) build 31-Dec-2024 14:01:29 - Downloading myclabs/deep-copy (1.12.1) build 31-Dec-2024 14:01:29 - Downloading doctrine/instantiator (2.0.0) build 31-Dec-2024 14:01:29 - Downloading phpunit/phpunit (9.6.22) build 31-Dec-2024 14:01:29 - Downloading misantron/dbunit (5.3.0) build 31-Dec-2024 14:01:29 - Downloading phing/phing (2.17.4) build 31-Dec-2024 14:01:29 - Downloading webmozart/assert (1.11.0) build 31-Dec-2024 14:01:29 - Downloading phpstan/phpdoc-parser (2.0.0) build 31-Dec-2024 14:01:29 - Downloading phpdocumentor/reflection-common (2.2.0) build 31-Dec-2024 14:01:29 - Downloading phpdocumentor/type-resolver (1.10.0) build 31-Dec-2024 14:01:29 - Downloading phpdocumentor/reflection-docblock (5.6.1) build 31-Dec-2024 14:01:29 - Downloading spatie/array-to-xml (3.4.0) build 31-Dec-2024 14:01:29 - Downloading netresearch/jsonmapper (v4.5.0) build 31-Dec-2024 14:01:29 - Downloading fidry/cpu-core-counter (1.2.0) build 31-Dec-2024 14:01:29 - Downloading felixfbecker/language-server-protocol (v1.5.3) build 31-Dec-2024 14:01:29 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 31-Dec-2024 14:01:29 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 31-Dec-2024 14:01:29 - Downloading amphp/amp (v2.6.4) build 31-Dec-2024 14:01:29 - Downloading amphp/byte-stream (v1.8.2) build 31-Dec-2024 14:01:29 - Downloading vimeo/psalm (5.26.1) build 31-Dec-2024 14:01:29 - Downloading symfony/routing (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading symfony/polyfill-php83 (v1.31.0) build 31-Dec-2024 14:01:29 - Downloading symfony/http-foundation (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading psr/event-dispatcher (1.0.0) build 31-Dec-2024 14:01:29 - Downloading symfony/event-dispatcher-contracts (v3.5.1) build 31-Dec-2024 14:01:29 - Downloading symfony/event-dispatcher (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/var-dumper (v6.4.15) build 31-Dec-2024 14:01:29 - Downloading symfony/error-handler (v6.4.14) build 31-Dec-2024 14:01:29 - Downloading symfony/http-kernel (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading symfony/var-exporter (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/dependency-injection (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading symfony/config (v6.4.14) build 31-Dec-2024 14:01:29 - Downloading symfony/cache-contracts (v3.5.1) build 31-Dec-2024 14:01:29 - Downloading symfony/cache (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading symfony/framework-bundle (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading psalm/plugin-symfony (v5.2.6) build 31-Dec-2024 14:01:29 - Downloading s9e/sweetdom (3.4.1) build 31-Dec-2024 14:01:29 - Downloading s9e/regexp-builder (1.4.6) build 31-Dec-2024 14:01:29 - Downloading s9e/text-formatter (2.18.0) build 31-Dec-2024 14:01:29 - Downloading squizlabs/php_codesniffer (3.11.2) build 31-Dec-2024 14:01:29 - Downloading masterminds/html5 (2.9.0) build 31-Dec-2024 14:01:29 - Downloading symfony/dom-crawler (v6.4.16) build 31-Dec-2024 14:01:29 - Downloading symfony/browser-kit (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/css-selector (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading symfony/mime (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 31-Dec-2024 14:01:29 - Downloading symfony/proxy-manager-bridge (v6.4.13) build 31-Dec-2024 14:01:29 - Downloading twig/twig (v3.18.0) build 31-Dec-2024 14:01:29 - Downloading symfony/translation-contracts (v3.5.1) build 31-Dec-2024 14:01:29 - Downloading symfony/twig-bridge (v6.4.16) build 31-Dec-2024 14:01:32 0/140 [>---------------------------] 0% 14/140 [==>-------------------------] 10% 33/140 [======>---------------------] 23% 46/140 [=========>------------------] 32% 56/140 [===========>----------------] 40% 74/140 [==============>-------------] 52% 85/140 [=================>----------] 60% 98/140 [===================>--------] 70% 114/140 [======================>-----] 81% 127/140 [=========================>--] 90% 140/140 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 31-Dec-2024 14:01:32 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing carlos-mg89/oauth (0.8.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing chita/topological_sort (v3.0.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/process (v6.4.15): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-php81 (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-php80 (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-php73 (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/finder (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-ctype (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/filesystem (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/string (v6.4.15): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/deprecation-contracts (v3.5.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/container (2.0.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/service-contracts (v3.5.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/console (v6.4.15): Extracting archive build 31-Dec-2024 14:01:32 - Installing seld/signal-handler (2.0.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing seld/phar-utils (1.2.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing seld/jsonlint (1.11.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing react/promise (v3.2.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/log (3.0.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing justinrainbow/json-schema (5.3.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/pcre (3.3.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/semver (3.4.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/class-map-generator (1.5.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/ca-bundle (1.5.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing composer/composer (2.8.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/cache (3.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing doctrine/deprecations (1.1.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing doctrine/event-manager (1.2.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing doctrine/cache (2.2.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing doctrine/dbal (3.3.8): Extracting archive build 31-Dec-2024 14:01:32 - Installing google/recaptcha (1.3.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/http-message (1.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing laminas/laminas-code (4.16.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/yaml (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing laravel/homestead (v14.5.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/http-client-contracts (v3.5.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/http-client (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing brick/math (0.12.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/http-factory (1.1.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/http-client (1.0.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/clock (1.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing paragonie/sodium_compat (v2.1.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing paragonie/constant_time_encoding (v3.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing web-token/jwt-library (3.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing web-token/jwt-util-ecc (3.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing web-token/jwt-signature (3.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing web-token/jwt-key-mgmt (3.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-intl-idn (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 31-Dec-2024 14:01:32 - Installing minishlink/web-push (v8.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/version (3.0.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/type (3.2.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/resource-operations (3.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/global-state (5.0.7): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/exporter (4.0.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/environment (5.1.5): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/diff (4.0.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/comparator (4.0.8): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/code-unit (1.0.8): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/cli-parser (1.0.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/php-timer (5.0.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing theseer/tokenizer (1.2.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing nikic/php-parser (v4.19.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/complexity (2.0.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/php-code-coverage (9.2.32): Extracting archive build 31-Dec-2024 14:01:32 - Installing phar-io/version (3.2.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing phar-io/manifest (2.0.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing myclabs/deep-copy (1.12.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing doctrine/instantiator (2.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpunit/phpunit (9.6.22): Extracting archive build 31-Dec-2024 14:01:32 - Installing misantron/dbunit (5.3.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phing/phing (2.17.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing webmozart/assert (1.11.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpstan/phpdoc-parser (2.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing phpdocumentor/reflection-docblock (5.6.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing spatie/array-to-xml (3.4.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing netresearch/jsonmapper (v4.5.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing fidry/cpu-core-counter (1.2.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing felixfbecker/language-server-protocol (v1.5.3): Extracting archive build 31-Dec-2024 14:01:32 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing amphp/amp (v2.6.4): Extracting archive build 31-Dec-2024 14:01:32 - Installing amphp/byte-stream (v1.8.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing vimeo/psalm (5.26.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/routing (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/polyfill-php83 (v1.31.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/http-foundation (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/event-dispatcher-contracts (v3.5.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/event-dispatcher (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/var-dumper (v6.4.15): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/error-handler (v6.4.14): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/http-kernel (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/var-exporter (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/dependency-injection (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/config (v6.4.14): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/cache-contracts (v3.5.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/cache (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/framework-bundle (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing psalm/plugin-symfony (v5.2.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing s9e/sweetdom (3.4.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 31-Dec-2024 14:01:32 - Installing s9e/text-formatter (2.18.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing squizlabs/php_codesniffer (3.11.2): Extracting archive build 31-Dec-2024 14:01:32 - Installing masterminds/html5 (2.9.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/dom-crawler (v6.4.16): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/browser-kit (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/css-selector (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/mime (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/proxy-manager-bridge (v6.4.13): Extracting archive build 31-Dec-2024 14:01:32 - Installing twig/twig (v3.18.0): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/translation-contracts (v3.5.1): Extracting archive build 31-Dec-2024 14:01:32 - Installing symfony/twig-bridge (v6.4.16): Extracting archive build 31-Dec-2024 14:01:35 0/138 [>---------------------------] 0% 16/138 [===>------------------------] 11% 30/138 [======>---------------------] 21% 49/138 [=========>------------------] 35% 56/138 [===========>----------------] 40% 75/138 [===============>------------] 54% 87/138 [=================>----------] 63% 100/138 [====================>-------] 72% 112/138 [======================>-----] 81% 125/138 [=========================>--] 90% 138/138 [============================] 100%Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:35 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:35 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:35 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:35 Generating autoload files build 31-Dec-2024 14:01:36 100 packages you are using are looking for funding. build 31-Dec-2024 14:01:36 Use the `composer fund` command to find out more! build 31-Dec-2024 14:01:36 Buildfile: /data/build/build.xml build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36 phpBB > clean: build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36  [delete] Directory /data/build/logs does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/api does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/coverage does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/cpd does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/new_version does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 31-Dec-2024 14:01:36  [delete] Directory /data/build/save does not exist or is not a directory. build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36 phpBB > prepare: build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/logs build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/api build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/codebrowser build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/coverage build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/cpd build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/dependencies build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/new_version build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/new_version/files build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/new_version/patches build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/new_version/release_files build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/new_version/update build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/old_versions build 31-Dec-2024 14:01:36  [mkdir] Created dir: /data/build/save build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36 phpBB > composer: build 31-Dec-2024 14:01:36  build 31-Dec-2024 14:01:36 Installing dependencies from lock file (including require-dev) build 31-Dec-2024 14:01:36 Verifying lock file contents can be installed on current platform. build 31-Dec-2024 14:01:36 Nothing to install, update or remove build 31-Dec-2024 14:01:36 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:36 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:36 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:36 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 31-Dec-2024 14:01:36 Generating autoload files build 31-Dec-2024 14:01:37 100 packages you are using are looking for funding. build 31-Dec-2024 14:01:37 Use the `composer fund` command to find out more! build 31-Dec-2024 14:01:37  build 31-Dec-2024 14:01:37 phpBB > test: build 31-Dec-2024 14:01:37  build 31-Dec-2024 14:01:39 PHPUnit 9.6.22 by Sebastian Bergmann and contributors. build 31-Dec-2024 14:01:39 build 31-Dec-2024 14:02:23 ............................................................. 61 / 7934 ( 0%) build 31-Dec-2024 14:02:29 ............................................................. 122 / 7934 ( 1%) build 31-Dec-2024 14:02:31 ......................................................I.....S 183 / 7934 ( 2%) build 31-Dec-2024 14:02:33 SSS..................SSSSSSSS................................ 244 / 7934 ( 3%) build 31-Dec-2024 14:02:41 ......................S...S.................................. 305 / 7934 ( 3%) build 31-Dec-2024 14:02:47 ...............................................S............. 366 / 7934 ( 4%) build 31-Dec-2024 14:02:56 ............................................................. 427 / 7934 ( 5%) build 31-Dec-2024 14:02:57 ............................................................. 488 / 7934 ( 6%) build 31-Dec-2024 14:02:58 ............................................................. 549 / 7934 ( 6%) build 31-Dec-2024 14:02:59 ............................................................. 610 / 7934 ( 7%) build 31-Dec-2024 14:03:00 ............................................................. 671 / 7934 ( 8%) build 31-Dec-2024 14:03:01 ............................................................. 732 / 7934 ( 9%) build 31-Dec-2024 14:03:02 ............................................................. 793 / 7934 ( 9%) build 31-Dec-2024 14:03:03 ............................................................. 854 / 7934 ( 10%) build 31-Dec-2024 14:03:04 ............................................................. 915 / 7934 ( 11%) build 31-Dec-2024 14:03:05 ............................................................. 976 / 7934 ( 12%) build 31-Dec-2024 14:03:06 ............................................................. 1037 / 7934 ( 13%) build 31-Dec-2024 14:03:07 ............................................................. 1098 / 7934 ( 13%) build 31-Dec-2024 14:03:08 ............................................................. 1159 / 7934 ( 14%) build 31-Dec-2024 14:03:36 ...........................................I...S............. 1220 / 7934 ( 15%) build 31-Dec-2024 14:03:45 ..S.......................................................... 1281 / 7934 ( 16%) build 31-Dec-2024 14:03:52 ............................................................. 1342 / 7934 ( 16%) build 31-Dec-2024 14:03:55 .................................................S.S.S....... 1403 / 7934 ( 17%) build 31-Dec-2024 14:03:58 ............................................................. 1464 / 7934 ( 18%) build 31-Dec-2024 14:03:58 ............................................................. 1525 / 7934 ( 19%) build 31-Dec-2024 14:03:59 ............................................................. 1586 / 7934 ( 19%) build 31-Dec-2024 14:03:59 ............................................................. 1647 / 7934 ( 20%) build 31-Dec-2024 14:03:59 ............................................................. 1708 / 7934 ( 21%) build 31-Dec-2024 14:03:59 ............................................................. 1769 / 7934 ( 22%) build 31-Dec-2024 14:04:00 ............................................................. 1830 / 7934 ( 23%) build 31-Dec-2024 14:04:00 ............................................................. 1891 / 7934 ( 23%) build 31-Dec-2024 14:04:00 ............................................................. 1952 / 7934 ( 24%) build 31-Dec-2024 14:04:00 ............................................................. 2013 / 7934 ( 25%) build 31-Dec-2024 14:04:01 ............................................................. 2074 / 7934 ( 26%) build 31-Dec-2024 14:04:01 ............................................................. 2135 / 7934 ( 26%) build 31-Dec-2024 14:04:01 ............................................................. 2196 / 7934 ( 27%) build 31-Dec-2024 14:04:02 ............................................................. 2257 / 7934 ( 28%) build 31-Dec-2024 14:04:02 ............................................................. 2318 / 7934 ( 29%) build 31-Dec-2024 14:04:04 ............................................................. 2379 / 7934 ( 29%) build 31-Dec-2024 14:04:06 ............................................................. 2440 / 7934 ( 30%) build 31-Dec-2024 14:04:07 ............................................................. 2501 / 7934 ( 31%) build 31-Dec-2024 14:04:07 ............................................................. 2562 / 7934 ( 32%) build 31-Dec-2024 14:04:09 ......................I.II................................... 2623 / 7934 ( 33%) build 31-Dec-2024 14:04:09 ............................................................. 2684 / 7934 ( 33%) build 31-Dec-2024 14:04:10 ............................................................. 2745 / 7934 ( 34%) build 31-Dec-2024 14:04:11 ............................................................. 2806 / 7934 ( 35%) build 31-Dec-2024 14:04:12 ............................................................. 2867 / 7934 ( 36%) build 31-Dec-2024 14:04:14 ............................................................. 2928 / 7934 ( 36%) build 31-Dec-2024 14:04:16 ............................................................. 2989 / 7934 ( 37%) build 31-Dec-2024 14:04:16 ............................................................. 3050 / 7934 ( 38%) build 31-Dec-2024 14:04:17 ............................................................. 3111 / 7934 ( 39%) build 31-Dec-2024 14:04:27 ............................................................. 3172 / 7934 ( 39%) build 31-Dec-2024 14:04:31 ............................................................. 3233 / 7934 ( 40%) build 31-Dec-2024 14:04:35 ............................................................. 3294 / 7934 ( 41%) build 31-Dec-2024 14:04:42 ....S........................................................ 3355 / 7934 ( 42%) build 31-Dec-2024 14:04:43 ............................................................. 3416 / 7934 ( 43%) build 31-Dec-2024 14:04:43 ............................................................. 3477 / 7934 ( 43%) build 31-Dec-2024 14:04:48 ............................................................. 3538 / 7934 ( 44%) build 31-Dec-2024 14:05:00 ............................................................. 3599 / 7934 ( 45%) build 31-Dec-2024 14:05:09 ............................................................. 3660 / 7934 ( 46%) build 31-Dec-2024 14:05:17 ............................................................. 3721 / 7934 ( 46%) build 31-Dec-2024 14:05:17 ............................................................. 3782 / 7934 ( 47%) build 31-Dec-2024 14:05:19 ............................................................. 3843 / 7934 ( 48%) build 31-Dec-2024 14:05:19 ............................................................. 3904 / 7934 ( 49%) build 31-Dec-2024 14:05:20 ............................................................. 3965 / 7934 ( 49%) build 31-Dec-2024 14:05:20 ............................................................. 4026 / 7934 ( 50%) build 31-Dec-2024 14:05:20 ............................................................. 4087 / 7934 ( 51%) build 31-Dec-2024 14:05:21 ............................................................. 4148 / 7934 ( 52%) build 31-Dec-2024 14:05:21 ............................................................. 4209 / 7934 ( 53%) build 31-Dec-2024 14:05:26 ............................................................. 4270 / 7934 ( 53%) build 31-Dec-2024 14:05:28 ............................................................. 4331 / 7934 ( 54%) build 31-Dec-2024 14:05:31 ............................................................. 4392 / 7934 ( 55%) build 31-Dec-2024 14:05:33 ............................................................. 4453 / 7934 ( 56%) build 31-Dec-2024 14:05:33 ............................................................. 4514 / 7934 ( 56%) build 31-Dec-2024 14:05:35 ............................................................. 4575 / 7934 ( 57%) build 31-Dec-2024 14:05:41 ............................................................. 4636 / 7934 ( 58%) build 31-Dec-2024 14:05:51 ............................................................. 4697 / 7934 ( 59%) build 31-Dec-2024 14:05:56 ............................................................. 4758 / 7934 ( 59%) build 31-Dec-2024 14:05:56 ............................................................. 4819 / 7934 ( 60%) build 31-Dec-2024 14:05:57 ............................................................. 4880 / 7934 ( 61%) build 31-Dec-2024 14:05:57 ............................................................. 4941 / 7934 ( 62%) build 31-Dec-2024 14:05:57 ............................................................. 5002 / 7934 ( 63%) build 31-Dec-2024 14:05:58 ............................................................. 5063 / 7934 ( 63%) build 31-Dec-2024 14:05:58 ............................................................. 5124 / 7934 ( 64%) build 31-Dec-2024 14:05:58 ............................................................. 5185 / 7934 ( 65%) build 31-Dec-2024 14:05:59 ............................................................. 5246 / 7934 ( 66%) build 31-Dec-2024 14:05:59 ............................................................. 5307 / 7934 ( 66%) build 31-Dec-2024 14:06:01 ............................................................. 5368 / 7934 ( 67%) build 31-Dec-2024 14:06:13 ............................................................. 5429 / 7934 ( 68%) build 31-Dec-2024 14:06:23 ............................................................. 5490 / 7934 ( 69%) build 31-Dec-2024 14:06:30 ............................................................. 5551 / 7934 ( 69%) build 31-Dec-2024 14:06:31 ............................................................. 5612 / 7934 ( 70%) build 31-Dec-2024 14:06:31 ............................................................. 5673 / 7934 ( 71%) build 31-Dec-2024 14:06:32 ............................................................. 5734 / 7934 ( 72%) build 31-Dec-2024 14:06:33 ............................................................S 5795 / 7934 ( 73%) build 31-Dec-2024 14:06:33 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5856 / 7934 ( 73%) build 31-Dec-2024 14:06:33 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5917 / 7934 ( 74%) build 31-Dec-2024 14:06:33 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5978 / 7934 ( 75%) build 31-Dec-2024 14:06:33 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 6039 / 7934 ( 76%) build 31-Dec-2024 14:06:34 SSSSSSSSSSS.................................................. 6100 / 7934 ( 76%) build 31-Dec-2024 14:06:36 ............................................................. 6161 / 7934 ( 77%) build 31-Dec-2024 14:06:38 ............................................................. 6222 / 7934 ( 78%) build 31-Dec-2024 14:06:40 ............................................................. 6283 / 7934 ( 79%) build 31-Dec-2024 14:06:42 ............................................................. 6344 / 7934 ( 79%) build 31-Dec-2024 14:06:44 ............................................................. 6405 / 7934 ( 80%) build 31-Dec-2024 14:06:45 ............................................................. 6466 / 7934 ( 81%) build 31-Dec-2024 14:06:47 ............................................................. 6527 / 7934 ( 82%) build 31-Dec-2024 14:06:49 ............................................................. 6588 / 7934 ( 83%) build 31-Dec-2024 14:06:51 ............................................................. 6649 / 7934 ( 83%) build 31-Dec-2024 14:06:53 ............................................................. 6710 / 7934 ( 84%) build 31-Dec-2024 14:06:54 ............................................................. 6771 / 7934 ( 85%) build 31-Dec-2024 14:06:56 ............................................................. 6832 / 7934 ( 86%) build 31-Dec-2024 14:06:58 ............................................................. 6893 / 7934 ( 86%) build 31-Dec-2024 14:07:00 ............................................................. 6954 / 7934 ( 87%) build 31-Dec-2024 14:07:02 ............................................................. 7015 / 7934 ( 88%) build 31-Dec-2024 14:07:04 ............................................................. 7076 / 7934 ( 89%) build 31-Dec-2024 14:07:05 ............................................................. 7137 / 7934 ( 89%) build 31-Dec-2024 14:07:07 ............................................................. 7198 / 7934 ( 90%) build 31-Dec-2024 14:07:09 ............................................................. 7259 / 7934 ( 91%) build 31-Dec-2024 14:07:11 ............................................................. 7320 / 7934 ( 92%) build 31-Dec-2024 14:07:13 ............................................................. 7381 / 7934 ( 93%) build 31-Dec-2024 14:07:14 ............................................................. 7442 / 7934 ( 93%) build 31-Dec-2024 14:07:16 ............................................................. 7503 / 7934 ( 94%) build 31-Dec-2024 14:07:18 ............................................................. 7564 / 7934 ( 95%) build 31-Dec-2024 14:07:20 ............................................................. 7625 / 7934 ( 96%) build 31-Dec-2024 14:07:22 ............................................................. 7686 / 7934 ( 96%) build 31-Dec-2024 14:07:24 ............................................................. 7747 / 7934 ( 97%) build 31-Dec-2024 14:07:25 ............................................................. 7808 / 7934 ( 98%) build 31-Dec-2024 14:07:27 ............................................................. 7869 / 7934 ( 99%) build 31-Dec-2024 14:07:27 .. build 31-Dec-2024 14:07:27 build 31-Dec-2024 14:07:27 Time: 05:48.168, Memory: 322.50 MB build 31-Dec-2024 14:07:27 build 31-Dec-2024 14:07:27 OK, but incomplete, skipped, or risky tests! build 31-Dec-2024 14:07:27 Tests: 7934, Assertions: 81206, Skipped: 277, Incomplete: 5. build 31-Dec-2024 14:07:27 build 31-Dec-2024 14:09:54 Generating code coverage report in Clover XML format ... done [02:27.038] build 31-Dec-2024 14:09:54 build 31-Dec-2024 14:10:21 Generating code coverage report in HTML format ... done [00:26.615] build 31-Dec-2024 14:10:21  build 31-Dec-2024 14:10:21 phpBB > docs: build 31-Dec-2024 14:10:21  build 31-Dec-2024 14:10:22 Updating project build 31-Dec-2024 14:10:22 build 31-Dec-2024 14:10:22 Version main build 31-Dec-2024 14:10:22 ------------ build 31-Dec-2024 14:10:22 build 31-Dec-2024 14:10:24 build 31-Dec-2024 14:10:25 0/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\controller\convertor build 31-Dec-2024 14:10:25  2/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\convert build 31-Dec-2024 14:10:27 Parsing diff build 31-Dec-2024 14:10:27  4/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing mapped_diff build 31-Dec-2024 14:10:27 Parsing diff_op build 31-Dec-2024 14:10:27 Parsing diff_op_copy build 31-Dec-2024 14:10:27 Parsing diff_op_delete build 31-Dec-2024 14:10:27 Parsing diff_op_add build 31-Dec-2024 14:10:27 Parsing diff_op_change build 31-Dec-2024 14:10:27 Parsing diff3 build 31-Dec-2024 14:10:27 Parsing diff3_op build 31-Dec-2024 14:10:27 Parsing diff3_op_copy build 31-Dec-2024 14:10:27 Parsing diff3_block_builder build 31-Dec-2024 14:10:28 Parsing diff_renderer build 31-Dec-2024 14:10:28  15/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing diff_renderer_unified build 31-Dec-2024 14:10:28 Parsing diff_renderer_inline build 31-Dec-2024 14:10:28 Parsing diff_renderer_raw build 31-Dec-2024 14:10:28 Parsing diff_renderer_side_by_side build 31-Dec-2024 14:10:28  20/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing diff_engine build 31-Dec-2024 14:10:28 Parsing p_master build 31-Dec-2024 14:10:29  21/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing jabber build 31-Dec-2024 14:10:29  22/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing compress build 31-Dec-2024 14:10:29  23/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing compress_zip build 31-Dec-2024 14:10:29 Parsing compress_tar build 31-Dec-2024 14:10:30 Parsing SphinxClient build 31-Dec-2024 14:10:30  26/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing bbcode build 31-Dec-2024 14:10:31  27/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing transfer build 31-Dec-2024 14:10:31  28/810 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing ftp build 31-Dec-2024 14:10:31 Parsing ftp_fsock build 31-Dec-2024 14:10:32 Parsing mcp_main build 31-Dec-2024 14:10:32  31/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_logs build 31-Dec-2024 14:10:32  32/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_warn build 31-Dec-2024 14:10:32  33/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_reports build 31-Dec-2024 14:10:33  34/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_pm_reports build 31-Dec-2024 14:10:33  35/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_ban build 31-Dec-2024 14:10:33  36/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_notes build 31-Dec-2024 14:10:33  37/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_queue build 31-Dec-2024 14:10:33  38/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_main_info build 31-Dec-2024 14:10:33 Parsing mcp_logs_info build 31-Dec-2024 14:10:33 Parsing mcp_warn_info build 31-Dec-2024 14:10:33 Parsing mcp_reports_info build 31-Dec-2024 14:10:33 Parsing mcp_pm_reports_info build 31-Dec-2024 14:10:33 Parsing mcp_ban_info build 31-Dec-2024 14:10:33 Parsing mcp_notes_info build 31-Dec-2024 14:10:33  45/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing mcp_queue_info build 31-Dec-2024 14:10:34 Parsing acp_jabber build 31-Dec-2024 14:10:35  47/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5% 48/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_disallow build 31-Dec-2024 14:10:35 Parsing acp_groups build 31-Dec-2024 14:10:35  49/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_modules build 31-Dec-2024 14:10:35  50/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_contact build 31-Dec-2024 14:10:35 Parsing auth_admin build 31-Dec-2024 14:10:35  52/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_bots build 31-Dec-2024 14:10:35  53/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_logs build 31-Dec-2024 14:10:36  54/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_board build 31-Dec-2024 14:10:36  55/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_search build 31-Dec-2024 14:10:37  56/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_users build 31-Dec-2024 14:10:37  57/810 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_php_info build 31-Dec-2024 14:10:37 Parsing acp_email build 31-Dec-2024 14:10:37  59/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_inactive build 31-Dec-2024 14:10:37  60/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_words build 31-Dec-2024 14:10:37 Parsing acp_captcha build 31-Dec-2024 14:10:37  62/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_forums build 31-Dec-2024 14:10:37  63/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_bbcodes build 31-Dec-2024 14:10:38  64/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_prune build 31-Dec-2024 14:10:38  65/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_icons build 31-Dec-2024 14:10:38  66/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_attachments build 31-Dec-2024 14:10:38  67/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_extensions build 31-Dec-2024 14:10:39  68/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_profile build 31-Dec-2024 14:10:39  69/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_ranks build 31-Dec-2024 14:10:39  70/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_language build 31-Dec-2024 14:10:39  71/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_styles build 31-Dec-2024 14:10:39  72/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_permission_roles build 31-Dec-2024 14:10:39  73/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_jabber_info build 31-Dec-2024 14:10:39 Parsing acp_disallow_info build 31-Dec-2024 14:10:39 Parsing acp_groups_info build 31-Dec-2024 14:10:39 Parsing acp_modules_info build 31-Dec-2024 14:10:39 Parsing acp_contact_info build 31-Dec-2024 14:10:39 Parsing acp_bots_info build 31-Dec-2024 14:10:39 Parsing acp_logs_info build 31-Dec-2024 14:10:39 Parsing acp_board_info build 31-Dec-2024 14:10:39  81/810 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_search_info build 31-Dec-2024 14:10:39 Parsing acp_users_info build 31-Dec-2024 14:10:39 Parsing acp_php_info_info build 31-Dec-2024 14:10:39 Parsing acp_email_info build 31-Dec-2024 14:10:39 Parsing acp_inactive_info build 31-Dec-2024 14:10:39 Parsing acp_words_info build 31-Dec-2024 14:10:39 Parsing acp_captcha_info build 31-Dec-2024 14:10:39  88/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_forums_info build 31-Dec-2024 14:10:39 Parsing acp_bbcodes_info build 31-Dec-2024 14:10:39 Parsing acp_prune_info build 31-Dec-2024 14:10:39 Parsing acp_icons_info build 31-Dec-2024 14:10:39 Parsing acp_attachments_info build 31-Dec-2024 14:10:39 Parsing acp_extensions_info build 31-Dec-2024 14:10:39 Parsing acp_profile_info build 31-Dec-2024 14:10:39 Parsing acp_ranks_info build 31-Dec-2024 14:10:39  96/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_language_info build 31-Dec-2024 14:10:39 Parsing acp_styles_info build 31-Dec-2024 14:10:39 Parsing acp_permission_roles_info build 31-Dec-2024 14:10:39 Parsing acp_permissions_info build 31-Dec-2024 14:10:39 Parsing acp_ban_info build 31-Dec-2024 14:10:39 Parsing acp_update_info build 31-Dec-2024 14:10:40  102/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_main_info build 31-Dec-2024 14:10:40 Parsing acp_help_phpbb_info build 31-Dec-2024 14:10:40 Parsing acp_storage_info build 31-Dec-2024 14:10:40 Parsing acp_reasons_info build 31-Dec-2024 14:10:40 Parsing acp_permissions build 31-Dec-2024 14:10:40  107/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_ban build 31-Dec-2024 14:10:40 Parsing acp_update build 31-Dec-2024 14:10:40  109/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_main build 31-Dec-2024 14:10:40  110/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_help_phpbb build 31-Dec-2024 14:10:40  112/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_storage build 31-Dec-2024 14:10:40 Parsing acp_reasons build 31-Dec-2024 14:10:40  113/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing phpbb_questionnaire_data_collector build 31-Dec-2024 14:10:40  114/810 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing phpbb_questionnaire_php_data_provider build 31-Dec-2024 14:10:40 Parsing phpbb_questionnaire_system_data_provider build 31-Dec-2024 14:10:40 Parsing phpbb_questionnaire_phpbb_data_provider build 31-Dec-2024 14:10:41 Parsing ucp_prefs build 31-Dec-2024 14:10:41  118/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_confirm build 31-Dec-2024 14:10:42 Parsing ucp_auth_link build 31-Dec-2024 14:10:42 Parsing ucp_resend build 31-Dec-2024 14:10:42  121/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_groups build 31-Dec-2024 14:10:42  122/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_attachments build 31-Dec-2024 14:10:42  123/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_notifications build 31-Dec-2024 14:10:42  124/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_login_link build 31-Dec-2024 14:10:42 Parsing ucp_activate build 31-Dec-2024 14:10:42  126/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_main build 31-Dec-2024 14:10:43  127/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_zebra build 31-Dec-2024 14:10:43  128/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_pm build 31-Dec-2024 14:10:43  129/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_register build 31-Dec-2024 14:10:43  130/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_prefs_info build 31-Dec-2024 14:10:43  131/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_auth_link_info build 31-Dec-2024 14:10:43 Parsing ucp_groups_info build 31-Dec-2024 14:10:43 Parsing ucp_attachments_info build 31-Dec-2024 14:10:43 Parsing ucp_notifications_info build 31-Dec-2024 14:10:43 Parsing ucp_main_info build 31-Dec-2024 14:10:43 Parsing ucp_zebra_info build 31-Dec-2024 14:10:43 Parsing ucp_pm_info build 31-Dec-2024 14:10:43  138/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_profile_info build 31-Dec-2024 14:10:43 Parsing ucp_profile build 31-Dec-2024 14:10:44  140/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing bbcode_firstpass build 31-Dec-2024 14:10:44  141/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing parse_message build 31-Dec-2024 14:10:44 Parsing bitfield build 31-Dec-2024 14:10:45  143/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing messenger build 31-Dec-2024 14:10:45  144/810 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing queue build 31-Dec-2024 14:10:45 Parsing smtp_class build 31-Dec-2024 14:10:47 Parsing phpbb\content_visibility build 31-Dec-2024 14:10:47  147/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\memory build 31-Dec-2024 14:10:47  148/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\apcu build 31-Dec-2024 14:10:47 Parsing phpbb\cache\driver\dummy build 31-Dec-2024 14:10:47 Parsing phpbb\cache\driver\wincache build 31-Dec-2024 14:10:47 Parsing phpbb\cache\driver\driver_interface build 31-Dec-2024 14:10:47  152/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\base build 31-Dec-2024 14:10:47 Parsing phpbb\cache\driver\memcached build 31-Dec-2024 14:10:47  154/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\cache\driver\redis build 31-Dec-2024 14:10:47 Parsing phpbb\cache\driver\file build 31-Dec-2024 14:10:47  156/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\cache\service build 31-Dec-2024 14:10:47  157/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\textreparser\manager build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\poll_option build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\pm_text build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\forum_description build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\contact_admin_info build 31-Dec-2024 14:10:47  162/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\textreparser\plugins\user_signature build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\poll_title build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\post_text build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\group_description build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\plugins\forum_rules build 31-Dec-2024 14:10:47 Parsing phpbb\textreparser\row_based_plugin build 31-Dec-2024 14:10:47  168/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\textreparser\base build 31-Dec-2024 14:10:47  169/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\textreparser\reparser_interface build 31-Dec-2024 14:10:47 Parsing phpbb\form\form_helper build 31-Dec-2024 14:10:47 Parsing phpbb\filesystem\exception\filesystem_exception build 31-Dec-2024 14:10:47 Parsing phpbb\filesystem\filesystem_interface build 31-Dec-2024 14:10:47  173/810 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\filesystem\filesystem build 31-Dec-2024 14:10:47  174/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\filesystem\helper build 31-Dec-2024 14:10:47  175/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\filesystem\temp build 31-Dec-2024 14:10:47 Parsing phpbb\di\service_collection_iterator build 31-Dec-2024 14:10:47 Parsing phpbb\di\pass\markpublic_pass build 31-Dec-2024 14:10:47 Parsing phpbb\di\pass\collection_pass build 31-Dec-2024 14:10:47 Parsing phpbb\di\pass\convert_events build 31-Dec-2024 14:10:47 Parsing phpbb\di\service_collection build 31-Dec-2024 14:10:47  181/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\exception\service_not_found_exception build 31-Dec-2024 14:10:48 Parsing phpbb\di\exception\di_exception build 31-Dec-2024 14:10:48 Parsing phpbb\di\exception\multiple_service_definitions_exception build 31-Dec-2024 14:10:48 Parsing phpbb\di\ordered_service_collection build 31-Dec-2024 14:10:48 Parsing phpbb\di\container_builder build 31-Dec-2024 14:10:48  186/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\proxy_instantiator build 31-Dec-2024 14:10:48 Parsing phpbb\di\extension\container_configuration build 31-Dec-2024 14:10:48 Parsing phpbb\di\extension\config build 31-Dec-2024 14:10:48  189/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\di\extension\core build 31-Dec-2024 14:10:48 Parsing phpbb\di\extension\tables build 31-Dec-2024 14:10:48 Parsing phpbb\pagination build 31-Dec-2024 14:10:48  192/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\error_collector build 31-Dec-2024 14:10:48 Parsing phpbb\lock\flock build 31-Dec-2024 14:10:48 Parsing phpbb\lock\posting build 31-Dec-2024 14:10:48 Parsing phpbb\lock\db build 31-Dec-2024 14:10:48  196/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\resync build 31-Dec-2024 14:10:48 Parsing phpbb\attachment\upload build 31-Dec-2024 14:10:48  198/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\manager build 31-Dec-2024 14:10:48 Parsing phpbb\attachment\delete build 31-Dec-2024 14:10:48  200/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\attachment_category build 31-Dec-2024 14:10:48 Parsing phpbb\module\module_manager build 31-Dec-2024 14:10:48  202/810 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\module\exception\module_not_found_exception build 31-Dec-2024 14:10:48 Parsing phpbb\module\exception\module_exception build 31-Dec-2024 14:10:48 Parsing phpbb\profilefields\type\type_string_common build 31-Dec-2024 14:10:48 Parsing phpbb\profilefields\type\type_bool build 31-Dec-2024 14:10:48  206/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_string build 31-Dec-2024 14:10:48 Parsing phpbb\profilefields\type\type_interface build 31-Dec-2024 14:10:48  208/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_int build 31-Dec-2024 14:10:48  209/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_date build 31-Dec-2024 14:10:48  210/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_dropdown build 31-Dec-2024 14:10:49  211/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\type\type_base build 31-Dec-2024 14:10:49 Parsing phpbb\profilefields\type\type_text build 31-Dec-2024 14:10:49  213/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\type\type_url build 31-Dec-2024 14:10:49 Parsing phpbb\profilefields\manager build 31-Dec-2024 14:10:49  215/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\lang_helper build 31-Dec-2024 14:10:49 Parsing phpbb\group\helper build 31-Dec-2024 14:10:49  217/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\install\module_base build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\install_finish\task\install_extensions build 31-Dec-2024 14:10:49  219/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\install_finish\task\populate_migrations build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\install_finish\task\notify_user build 31-Dec-2024 14:10:49  221/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\install_finish\module build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\install_filesystem\task\create_config_file build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\install_filesystem\module build 31-Dec-2024 14:10:49  224/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\requirements\abstract_requirements_module build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\requirements\task\check_filesystem build 31-Dec-2024 14:10:49  226/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\requirements\task\check_update build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\requirements\task\check_server_environment build 31-Dec-2024 14:10:49  228/810 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\requirements\install_module build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\requirements\update_module build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\update_filesystem\task\download_updated_files build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\update_filesystem\task\file_check build 31-Dec-2024 14:10:49  232/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\update_filesystem\task\show_file_status build 31-Dec-2024 14:10:49 Parsing phpbb\install\module\update_filesystem\task\update_files build 31-Dec-2024 14:10:49  234/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\update_filesystem\task\diff_files build 31-Dec-2024 14:10:49  235/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\module\update_filesystem\module build 31-Dec-2024 14:10:49 Parsing phpbb\install\updater_configuration build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\user_interaction_required_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\cannot_build_container_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\installer_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\installer_config_not_writable_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\jump_to_restart_point_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\file_updater_failure_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\resource_limit_reached_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\exception\invalid_dbms_exception build 31-Dec-2024 14:10:49 Parsing phpbb\install\sequential_task build 31-Dec-2024 14:10:49  246/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\install\install build 31-Dec-2024 14:10:49  247/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\install\config\show build 31-Dec-2024 14:10:49 Parsing phpbb\install\console\command\install\config\validate build 31-Dec-2024 14:10:49 Parsing phpbb\install\console\command\update\update build 31-Dec-2024 14:10:49  250/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\update\config\show build 31-Dec-2024 14:10:49 Parsing phpbb\install\console\command\update\config\validate build 31-Dec-2024 14:10:49 Parsing phpbb\install\installer build 31-Dec-2024 14:10:49  253/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\event\kernel_exception_subscriber build 31-Dec-2024 14:10:49 Parsing phpbb\install\task_interface build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\navigation\navigation_provider build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\navigation\update_navigation build 31-Dec-2024 14:10:50  257/810 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\helper\navigation\install_navigation build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\navigation\main_navigation build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\navigation\navigation_interface build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\navigation\convertor_navigation build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\update_helper build 31-Dec-2024 14:10:50  262/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\container_factory build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\config build 31-Dec-2024 14:10:50  264/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\iohandler\factory build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\iohandler\iohandler_base build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\iohandler\ajax_iohandler build 31-Dec-2024 14:10:50  268/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\iohandler\cli_iohandler build 31-Dec-2024 14:10:50  269/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\iohandler\iohandler_interface build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\file_updater\ftp_file_updater build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\file_updater\factory build 31-Dec-2024 14:10:50  272/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\file_updater\compression_file_updater build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\file_updater\file_updater_interface build 31-Dec-2024 14:10:50 Parsing phpbb\install\helper\file_updater\file_updater build 31-Dec-2024 14:10:50  275/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\install_helper build 31-Dec-2024 14:10:50 Parsing phpbb\install\installer_configuration build 31-Dec-2024 14:10:50 Parsing phpbb\install\controller\update build 31-Dec-2024 14:10:50  278/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\controller\installer_index build 31-Dec-2024 14:10:50 Parsing phpbb\install\controller\install build 31-Dec-2024 14:10:50  280/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\controller\timeout_check build 31-Dec-2024 14:10:50 Parsing phpbb\install\controller\helper build 31-Dec-2024 14:10:50  282/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\controller\archive_download build 31-Dec-2024 14:10:50 Parsing phpbb\install\module_interface build 31-Dec-2024 14:10:50 Parsing phpbb\install\task_base build 31-Dec-2024 14:10:50 Parsing phpbb\exception\runtime_exception build 31-Dec-2024 14:10:50 Parsing phpbb\exception\exception_interface build 31-Dec-2024 14:10:50 Parsing phpbb\exception\version_check_exception build 31-Dec-2024 14:10:50 Parsing phpbb\exception\http_exception build 31-Dec-2024 14:10:50  289/810 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\tree\tree_interface build 31-Dec-2024 14:10:50 Parsing phpbb\tree\nestedset build 31-Dec-2024 14:10:50  291/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\tree\nestedset_forum build 31-Dec-2024 14:10:50 Parsing phpbb\help\manager build 31-Dec-2024 14:10:50 Parsing phpbb\help\controller\bbcode build 31-Dec-2024 14:10:50 294/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\help\controller\controller build 31-Dec-2024 14:10:50 Parsing phpbb\help\controller\faq build 31-Dec-2024 14:10:50  296/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\help\controller\help build 31-Dec-2024 14:10:51 Parsing phpbb\file_downloader build 31-Dec-2024 14:10:51  298/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\passwords\driver\sha_xf1 build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\argon2i build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\sha1_smf build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\phpass build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\bcrypt_2y build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\argon2id build 31-Dec-2024 14:10:51  304/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\md5_vb build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\driver_interface build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\helper build 31-Dec-2024 14:10:51  307/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\base build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\rehashable_driver_interface build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\bcrypt build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\sha1 build 31-Dec-2024 14:10:51  311/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\driver\sha1_wcf1 build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\convert_password build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\salted_md5 build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\bcrypt_wcf2 build 31-Dec-2024 14:10:51  315/810 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\driver\md5_phpbb2 build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\base_native build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\driver\md5_mybb build 31-Dec-2024 14:10:51 Parsing phpbb\passwords\manager build 31-Dec-2024 14:10:51  319/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\passwords\helper build 31-Dec-2024 14:10:51 Parsing phpbb\user build 31-Dec-2024 14:10:51  321/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\json_response build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\base_user build 31-Dec-2024 14:10:51  324/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\mention\source\team build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\source_interface build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\user build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\base_group build 31-Dec-2024 14:10:51  327/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\mention\source\friend build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\topic build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\group build 31-Dec-2024 14:10:51 Parsing phpbb\mention\source\usergroup build 31-Dec-2024 14:10:51 Parsing phpbb\mention\controller\mention build 31-Dec-2024 14:10:51  332/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\composer\manager build 31-Dec-2024 14:10:51  333/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\exception\runtime_exception build 31-Dec-2024 14:10:51 Parsing phpbb\composer\exception\managed_with_clean_error_exception build 31-Dec-2024 14:10:51 Parsing phpbb\composer\exception\managed_with_enable_error_exception build 31-Dec-2024 14:10:51 Parsing phpbb\composer\exception\managed_with_error_exception build 31-Dec-2024 14:10:51 Parsing phpbb\composer\installer build 31-Dec-2024 14:10:51  338/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\io\translate_composer_trait build 31-Dec-2024 14:10:51  339/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\io\html_output_formatter build 31-Dec-2024 14:10:51 Parsing phpbb\composer\io\io_interface build 31-Dec-2024 14:10:51 Parsing phpbb\composer\io\null_io build 31-Dec-2024 14:10:51 Parsing phpbb\composer\io\web_io build 31-Dec-2024 14:10:51 Parsing phpbb\composer\io\console_io build 31-Dec-2024 14:10:51 Parsing phpbb\composer\manager_interface build 31-Dec-2024 14:10:51  345/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\composer\extension_manager build 31-Dec-2024 14:10:51  346/810 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\console\exception_subscriber build 31-Dec-2024 14:10:51 Parsing phpbb\console\command\cache\purge build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\user\reclean build 31-Dec-2024 14:10:52  349/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\activate build 31-Dec-2024 14:10:52  350/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\add build 31-Dec-2024 14:10:52  351/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\delete build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\user\delete_id build 31-Dec-2024 14:10:52  353/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\fixup\update_hashes build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\fixup\fix_left_right_ids build 31-Dec-2024 14:10:52  355/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\command build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\thumbnail\generate build 31-Dec-2024 14:10:52  357/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\thumbnail\delete build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\thumbnail\recreate build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\cron\cron_list build 31-Dec-2024 14:10:52  360/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\cron\run build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\config\set_atomic build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\config\get build 31-Dec-2024 14:10:52  363/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\config\command build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\config\increment build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\config\set build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\config\delete build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\dev\migration_tips build 31-Dec-2024 14:10:52  368/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\searchindex\create build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\searchindex\list_all build 31-Dec-2024 14:10:52  370/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\searchindex\delete build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\update\check build 31-Dec-2024 14:10:52  372/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\db\console_migrator_output_handler build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\db\migration_command build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\db\revert build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\db\migrate build 31-Dec-2024 14:10:52  376/810 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\db\list_command build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\reparser\reparse build 31-Dec-2024 14:10:52  378/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\reparser\list_all build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\update build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\show build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\enable build 31-Dec-2024 14:10:52  382/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\install build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\disable build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\command build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\remove build 31-Dec-2024 14:10:52  386/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\list_available build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\manage build 31-Dec-2024 14:10:52 Parsing phpbb\console\command\extension\purge build 31-Dec-2024 14:10:52  389/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\console\application build 31-Dec-2024 14:10:52 Parsing phpbb\feed\overall build 31-Dec-2024 14:10:52 Parsing phpbb\feed\topic_base build 31-Dec-2024 14:10:52  392/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\feed\exception\no_feed_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\no_forum_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\unauthorized_topic_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\no_topic_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\feed_unavailable_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\feed_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\unauthorized_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\exception\unauthorized_forum_exception build 31-Dec-2024 14:10:52 Parsing phpbb\feed\topics build 31-Dec-2024 14:10:52  401/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\topics_active build 31-Dec-2024 14:10:53 Parsing phpbb\feed\forums build 31-Dec-2024 14:10:53  403/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\forum build 31-Dec-2024 14:10:53 Parsing phpbb\feed\post_base build 31-Dec-2024 14:10:53  405/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\topic build 31-Dec-2024 14:10:53 Parsing phpbb\feed\helper build 31-Dec-2024 14:10:53  407/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\base build 31-Dec-2024 14:10:53  408/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\controller\feed build 31-Dec-2024 14:10:53  409/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\attachments_base build 31-Dec-2024 14:10:53 Parsing phpbb\feed\news build 31-Dec-2024 14:10:53 Parsing phpbb\feed\quote_helper build 31-Dec-2024 14:10:53 Parsing phpbb\feed\feed_interface build 31-Dec-2024 14:10:53  413/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\auth\auth build 31-Dec-2024 14:10:53  414/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\auth\provider\oauth\service\facebook build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\service\twitter build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\service\google build 31-Dec-2024 14:10:53  417/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\auth\provider\oauth\service\service_interface build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\service\base build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\service\exception build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\service\bitly build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\oauth\oauth build 31-Dec-2024 14:10:53  422/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\token_storage build 31-Dec-2024 14:10:53  423/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\ldap build 31-Dec-2024 14:10:53  424/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\apache build 31-Dec-2024 14:10:53  425/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\provider_interface build 31-Dec-2024 14:10:53 Parsing phpbb\auth\provider\base build 31-Dec-2024 14:10:54  428/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\db build 31-Dec-2024 14:10:54 Parsing phpbb\auth\provider_collection build 31-Dec-2024 14:10:54 Parsing phpbb\files\filespec build 31-Dec-2024 14:10:54  430/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\factory build 31-Dec-2024 14:10:54 Parsing phpbb\files\filespec_storage build 31-Dec-2024 14:10:54  432/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\upload build 31-Dec-2024 14:10:54  433/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\types\type_interface build 31-Dec-2024 14:10:54 Parsing phpbb\files\types\form_storage build 31-Dec-2024 14:10:54 Parsing phpbb\files\types\form build 31-Dec-2024 14:10:54  436/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\files\types\local_storage build 31-Dec-2024 14:10:54 Parsing phpbb\files\types\base build 31-Dec-2024 14:10:54 Parsing phpbb\files\types\local build 31-Dec-2024 14:10:54  439/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\topic_form build 31-Dec-2024 14:10:54 Parsing phpbb\message\message build 31-Dec-2024 14:10:54  441/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54% 442/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\admin_form build 31-Dec-2024 14:10:54 Parsing phpbb\message\form build 31-Dec-2024 14:10:54 Parsing phpbb\message\user_form build 31-Dec-2024 14:10:54  444/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\ban\type\ip build 31-Dec-2024 14:10:54 Parsing phpbb\ban\type\user build 31-Dec-2024 14:10:54 Parsing phpbb\ban\type\type_interface build 31-Dec-2024 14:10:54  447/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\type\email build 31-Dec-2024 14:10:54 Parsing phpbb\ban\type\base build 31-Dec-2024 14:10:54  449/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\manager build 31-Dec-2024 14:10:54  450/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\exception\no_valid_users_exception build 31-Dec-2024 14:10:54 Parsing phpbb\ban\exception\no_valid_ips_exception build 31-Dec-2024 14:10:54 Parsing phpbb\ban\exception\type_not_found_exception build 31-Dec-2024 14:10:54 Parsing phpbb\ban\exception\no_valid_emails_exception build 31-Dec-2024 14:10:54 Parsing phpbb\ban\exception\invalid_length_exception build 31-Dec-2024 14:10:54 Parsing phpbb\config_php_file build 31-Dec-2024 14:10:54 Parsing phpbb\path_helper build 31-Dec-2024 14:10:54  457/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\factory build 31-Dec-2024 14:10:55 Parsing phpbb\captcha\plugins\qa build 31-Dec-2024 14:10:55  459/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\recaptcha build 31-Dec-2024 14:10:55  460/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\recaptcha_v3 build 31-Dec-2024 14:10:55 461/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\turnstile build 31-Dec-2024 14:10:55  462/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\plugin_interface build 31-Dec-2024 14:10:55 Parsing phpbb\captcha\plugins\base build 31-Dec-2024 14:10:55  464/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\captcha_abstract build 31-Dec-2024 14:10:55  465/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\incomplete build 31-Dec-2024 14:10:55 Parsing phpbb\captcha\plugins\legacy_wrapper build 31-Dec-2024 14:10:55  467/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\dispatcher build 31-Dec-2024 14:10:55 Parsing phpbb\event\php_exporter build 31-Dec-2024 14:10:55  469/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\md_exporter build 31-Dec-2024 14:10:55  470/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\recursive_event_filter_iterator build 31-Dec-2024 14:10:55 Parsing phpbb\event\rst_exporter build 31-Dec-2024 14:10:55  472/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\dispatcher_interface build 31-Dec-2024 14:10:55 Parsing phpbb\event\kernel_terminate_subscriber build 31-Dec-2024 14:10:55 Parsing phpbb\event\kernel_exception_subscriber build 31-Dec-2024 14:10:55  476/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\groupposition\groupposition_interface build 31-Dec-2024 14:10:55 Parsing phpbb\groupposition\legend build 31-Dec-2024 14:10:55 Parsing phpbb\groupposition\teampage build 31-Dec-2024 14:10:55  478/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\groupposition\exception build 31-Dec-2024 14:10:55 Parsing phpbb\routing\router build 31-Dec-2024 14:10:55  480/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\loader_resolver build 31-Dec-2024 14:10:55 Parsing phpbb\routing\file_locator build 31-Dec-2024 14:10:56 Parsing phpbb\routing\helper build 31-Dec-2024 14:10:56  483/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\resources_locator\default_resources_locator build 31-Dec-2024 14:10:56 Parsing phpbb\routing\resources_locator\chained_resources_locator build 31-Dec-2024 14:10:56 Parsing phpbb\routing\resources_locator\resources_locator_interface build 31-Dec-2024 14:10:56 Parsing phpbb\routing\resources_locator\installer_resources_locator build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\s9e\utils build 31-Dec-2024 14:10:56  488/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\factory build 31-Dec-2024 14:10:56  489/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\acp_utils build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\s9e\parser build 31-Dec-2024 14:10:56  491/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\bbcode_merger build 31-Dec-2024 14:10:56  493/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\mention_helper build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\s9e\quote_helper build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\s9e\renderer build 31-Dec-2024 14:10:56  495/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\link_helper build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\parser_interface build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\cache_interface build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\renderer_interface build 31-Dec-2024 14:10:56 Parsing phpbb\textformatter\utils_interface build 31-Dec-2024 14:10:56  500/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\acp_utils_interface build 31-Dec-2024 14:10:56 Parsing phpbb\cron\manager build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\task build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\text_reparser\reparser build 31-Dec-2024 14:10:56  504/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\wrapper build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\parametrized build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\base build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\tidy_search build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\prune_forum build 31-Dec-2024 14:10:56  509/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\core\tidy_warnings build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\prune_shadow_topics build 31-Dec-2024 14:10:56  511/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\prune_all_forums build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\update_hashes build 31-Dec-2024 14:10:56  514/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\prune_notifications build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\tidy_sessions build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\tidy_plupload build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\tidy_cache build 31-Dec-2024 14:10:56 Parsing phpbb\cron\task\core\queue build 31-Dec-2024 14:10:56  518/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\event\cron_runner_listener build 31-Dec-2024 14:10:56 Parsing phpbb\cron\controller\cron build 31-Dec-2024 14:10:56 Parsing phpbb\viewonline_helper build 31-Dec-2024 14:10:56  522/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\finder\factory build 31-Dec-2024 14:10:56 Parsing phpbb\finder\recursive_path_iterator build 31-Dec-2024 14:10:56 Parsing phpbb\finder\recursive_dot_prefix_filter_iterator build 31-Dec-2024 14:10:56 Parsing phpbb\finder\finder build 31-Dec-2024 14:10:56  525/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\language\language_file_helper build 31-Dec-2024 14:10:56 Parsing phpbb\language\exception\invalid_plural_rule_exception build 31-Dec-2024 14:10:56 Parsing phpbb\language\exception\language_file_not_found build 31-Dec-2024 14:10:56 Parsing phpbb\language\exception\language_exception build 31-Dec-2024 14:10:56 Parsing phpbb\language\language_file_loader build 31-Dec-2024 14:10:56  530/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\language\language build 31-Dec-2024 14:10:56  531/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\config\config build 31-Dec-2024 14:10:57 Parsing phpbb\config\db_text build 31-Dec-2024 14:10:57  533/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\config\db build 31-Dec-2024 14:10:57 Parsing phpbb\debug\debug build 31-Dec-2024 14:10:57  535/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\debug\error_handler build 31-Dec-2024 14:10:57 Parsing phpbb\mimetype\guesser_base build 31-Dec-2024 14:10:57 Parsing phpbb\mimetype\content_guesser build 31-Dec-2024 14:10:57 Parsing phpbb\mimetype\guesser_interface build 31-Dec-2024 14:10:57 Parsing phpbb\mimetype\extension_guesser build 31-Dec-2024 14:10:57  540/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\mimetype\guesser build 31-Dec-2024 14:10:57 Parsing phpbb\manifest build 31-Dec-2024 14:10:57 Parsing phpbb\permissions build 31-Dec-2024 14:10:57  543/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\group_request build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\quote build 31-Dec-2024 14:10:57  545/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\report_post_closed build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\report_pm build 31-Dec-2024 14:10:57  547/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\report_post build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\post_in_queue build 31-Dec-2024 14:10:57  549/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\approve_topic build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\type_interface build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\mention build 31-Dec-2024 14:10:57  552/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\forum build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\approve_post build 31-Dec-2024 14:10:57  554/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\group_request_approved build 31-Dec-2024 14:10:57  556/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\topic build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\disapprove_topic build 31-Dec-2024 14:10:57  558/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\base build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\pm build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\post build 31-Dec-2024 14:10:57  560/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\topic_in_queue build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\report_pm_closed build 31-Dec-2024 14:10:57  562/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\admin_activate_user build 31-Dec-2024 14:10:57 Parsing phpbb\notification\type\bookmark build 31-Dec-2024 14:10:57  564/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\disapprove_post build 31-Dec-2024 14:10:58 Parsing phpbb\notification\manager build 31-Dec-2024 14:10:58  566/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\method\board build 31-Dec-2024 14:10:58  567/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\method_interface build 31-Dec-2024 14:10:58 Parsing phpbb\notification\method\extended_method_interface build 31-Dec-2024 14:10:58 Parsing phpbb\notification\method\webpush build 31-Dec-2024 14:10:58  570/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\email build 31-Dec-2024 14:10:58 Parsing phpbb\notification\method\jabber build 31-Dec-2024 14:10:58  572/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\messenger_base build 31-Dec-2024 14:10:58 Parsing phpbb\notification\method\base build 31-Dec-2024 14:10:58  575/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\exception build 31-Dec-2024 14:10:58 Parsing phpbb\class_loader build 31-Dec-2024 14:10:58 Parsing phpbb\log\dummy build 31-Dec-2024 14:10:58 Parsing phpbb\log\log build 31-Dec-2024 14:10:58  578/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\log\log_interface build 31-Dec-2024 14:10:58 Parsing phpbb\controller\helper build 31-Dec-2024 14:10:58  580/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\controller\resolver build 31-Dec-2024 14:10:58 Parsing phpbb\controller\exception build 31-Dec-2024 14:10:58 Parsing phpbb\symfony_request build 31-Dec-2024 14:10:58  583/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\version_helper build 31-Dec-2024 14:10:59  584/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_mysql build 31-Dec-2024 14:10:59  585/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_sphinx build 31-Dec-2024 14:10:59  586/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_native build 31-Dec-2024 14:10:59  587/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\search_backend_interface build 31-Dec-2024 14:10:59 Parsing phpbb\search\backend\base build 31-Dec-2024 14:10:59  589/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\sphinx\config_variable build 31-Dec-2024 14:10:59 Parsing phpbb\search\backend\sphinx\config_section build 31-Dec-2024 14:10:59 Parsing phpbb\search\backend\sphinx\config build 31-Dec-2024 14:10:59 Parsing phpbb\search\backend\sphinx\config_item build 31-Dec-2024 14:11:00  593/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\backend\fulltext_postgres build 31-Dec-2024 14:11:00  594/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\exception\no_action_in_progress_exception build 31-Dec-2024 14:11:00 Parsing phpbb\search\exception\search_exception build 31-Dec-2024 14:11:00 Parsing phpbb\search\exception\no_search_backend_found_exception build 31-Dec-2024 14:11:00 Parsing phpbb\search\exception\action_in_progress_exception build 31-Dec-2024 14:11:00 Parsing phpbb\search\state_helper build 31-Dec-2024 14:11:00  599/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\search_backend_factory build 31-Dec-2024 14:11:00 Parsing phpbb\avatar\driver\upload build 31-Dec-2024 14:11:00  601/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\gravatar build 31-Dec-2024 14:11:00  602/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\driver_interface build 31-Dec-2024 14:11:00 Parsing phpbb\avatar\driver\driver build 31-Dec-2024 14:11:00 Parsing phpbb\avatar\driver\local build 31-Dec-2024 14:11:00  605/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\manager build 31-Dec-2024 14:11:00  606/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\helper build 31-Dec-2024 14:11:00  607/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\db\doctrine\comparator build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\sqlsrv_platform build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\table_helper build 31-Dec-2024 14:11:00  610/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\postgresql_platform build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\connection_parameter_factory build 31-Dec-2024 14:11:00  612/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\case_insensitive_string build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\connection_factory build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\type_converter build 31-Dec-2024 14:11:00  615/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\oci8\statement build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\oci8\driver build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\oci8\schema_manager build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\oci8\connection build 31-Dec-2024 14:11:00 Parsing phpbb\db\doctrine\oci8\result build 31-Dec-2024 14:11:00  620/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\doctrine\oracle_platform build 31-Dec-2024 14:11:00 Parsing phpbb\db\migration\profilefield_base_migration build 31-Dec-2024 14:11:00  622/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\container_aware_migration build 31-Dec-2024 14:11:00 Parsing phpbb\db\migration\schema_generator build 31-Dec-2024 14:11:00  624/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\helper build 31-Dec-2024 14:11:00 Parsing phpbb\db\migration\tool\permission build 31-Dec-2024 14:11:00  626/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\config build 31-Dec-2024 14:11:00 Parsing phpbb\db\migration\tool\module build 31-Dec-2024 14:11:01  628/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\config_text build 31-Dec-2024 14:11:01 Parsing phpbb\db\migration\tool\tool_interface build 31-Dec-2024 14:11:01 Parsing phpbb\db\migration\migration build 31-Dec-2024 14:11:01  631/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\migration_interface build 31-Dec-2024 14:11:01 Parsing phpbb\db\migration\exception build 31-Dec-2024 14:11:01 Parsing phpbb\db\driver\factory build 31-Dec-2024 14:11:01  634/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\oracle build 31-Dec-2024 14:11:01  635/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\mssql_base build 31-Dec-2024 14:11:01 Parsing phpbb\db\driver\mysql_base build 31-Dec-2024 14:11:01 Parsing phpbb\db\driver\mssql_odbc build 31-Dec-2024 14:11:01  638/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\mssqlnative build 31-Dec-2024 14:11:01  639/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\driver_interface build 31-Dec-2024 14:11:01  640/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\driver build 31-Dec-2024 14:11:01  641/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\mysqli build 31-Dec-2024 14:11:01  642/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\sqlite3 build 31-Dec-2024 14:11:01  643/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\postgres build 31-Dec-2024 14:11:01  644/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\sql_insert_buffer build 31-Dec-2024 14:11:01 Parsing phpbb\db\tools\factory build 31-Dec-2024 14:11:02 Parsing phpbb\db\tools\doctrine build 31-Dec-2024 14:11:02  647/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\tools_interface build 31-Dec-2024 14:11:02 Parsing phpbb\db\tools\tools build 31-Dec-2024 14:11:02 Parsing phpbb\db\tools\mssql build 31-Dec-2024 14:11:02 Parsing phpbb\db\tools\postgres build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\sqlite3_extractor build 31-Dec-2024 14:11:02  652/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\factory build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\mysql_extractor build 31-Dec-2024 14:11:02  654/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\exception\extractor_not_initialized_exception build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\exception\invalid_format_exception build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\mssql_extractor build 31-Dec-2024 14:11:02  657/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\extractor_interface build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\postgres_extractor build 31-Dec-2024 14:11:02  659/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\base_extractor build 31-Dec-2024 14:11:02 Parsing phpbb\db\extractor\oracle_extractor build 31-Dec-2024 14:11:02  661/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\migrator build 31-Dec-2024 14:11:02  662/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\output_handler\null_migrator_output_handler build 31-Dec-2024 14:11:02 Parsing phpbb\db\output_handler\migrator_output_handler_interface build 31-Dec-2024 14:11:02 Parsing phpbb\db\output_handler\log_wrapper_migrator_output_handler build 31-Dec-2024 14:11:02 Parsing phpbb\db\output_handler\html_migrator_output_handler build 31-Dec-2024 14:11:02 Parsing phpbb\db\output_handler\installer_migrator_output_handler build 31-Dec-2024 14:11:02 Parsing phpbb\ucp\controller\delete_cookies build 31-Dec-2024 14:11:02  668/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\webpush build 31-Dec-2024 14:11:02  669/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\reset_password build 31-Dec-2024 14:11:02  670/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\json\sanitizer build 31-Dec-2024 14:11:02 Parsing phpbb\report\report_handler_pm build 31-Dec-2024 14:11:02 Parsing phpbb\report\handler_factory build 31-Dec-2024 14:11:02  673/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\report\report_reason_list_provider build 31-Dec-2024 14:11:02 Parsing phpbb\report\report_handler_interface build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\factory_invalid_argument_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\report_permission_denied_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\empty_report_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\invalid_report_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\entity_not_found_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\already_reported_exception build 31-Dec-2024 14:11:02 Parsing phpbb\report\exception\pm_reporting_disabled_exception build 31-Dec-2024 14:11:03 Parsing phpbb\report\report_handler build 31-Dec-2024 14:11:03  683/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\controller\report build 31-Dec-2024 14:11:03  684/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\report_handler_post build 31-Dec-2024 14:11:03 Parsing phpbb\datetime build 31-Dec-2024 14:11:03  686/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\session build 31-Dec-2024 14:11:03  687/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\user_loader build 31-Dec-2024 14:11:03 Parsing phpbb\posting\post_helper build 31-Dec-2024 14:11:03  689/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\di\extension_base build 31-Dec-2024 14:11:03 Parsing phpbb\extension\extension_interface build 31-Dec-2024 14:11:03 Parsing phpbb\extension\manager build 31-Dec-2024 14:11:03  692/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\base build 31-Dec-2024 14:11:03 Parsing phpbb\extension\provider build 31-Dec-2024 14:11:03 Parsing phpbb\extension\exception build 31-Dec-2024 14:11:03 Parsing phpbb\plupload\plupload build 31-Dec-2024 14:11:03  696/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Parsing phpbb\storage\provider\provider_interface build 31-Dec-2024 14:11:03 Parsing phpbb\storage\provider\local build 31-Dec-2024 14:11:03 Parsing phpbb\storage\exception\storage_exception build 31-Dec-2024 14:11:03 Parsing phpbb\storage\exception\no_action_in_progress_exception build 31-Dec-2024 14:11:03 Parsing phpbb\storage\exception\action_in_progress_exception build 31-Dec-2024 14:11:03 Parsing phpbb\storage\state_helper build 31-Dec-2024 14:11:03  702/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\storage\helper build 31-Dec-2024 14:11:03 Parsing phpbb\storage\adapter_factory build 31-Dec-2024 14:11:03  704/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\storage\adapter\local build 31-Dec-2024 14:11:03  705/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\adapter\adapter_interface build 31-Dec-2024 14:11:03 Parsing phpbb\storage\controller\attachment build 31-Dec-2024 14:11:04  707/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\controller\controller build 31-Dec-2024 14:11:04 Parsing phpbb\storage\controller\avatar build 31-Dec-2024 14:11:04  709/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\storage build 31-Dec-2024 14:11:04  710/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\stream_interface build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\tokenparser\event build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\tokenparser\includecss build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\tokenparser\defineparser build 31-Dec-2024 14:11:04  714/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\tokenparser\includejs build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\tokenparser\includeparser build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\twig build 31-Dec-2024 14:11:04  717/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\loader build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\definition build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\extension build 31-Dec-2024 14:11:04  720/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\environment build 31-Dec-2024 14:11:04  721/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Parsing phpbb\template\twig\extension\routing build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\extension\forms build 31-Dec-2024 14:11:04  723/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Parsing phpbb\template\twig\extension\icon build 31-Dec-2024 14:11:04  724/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\extension\username build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\extension\config build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\extension\avatar build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\includeasset build 31-Dec-2024 14:11:04  728/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\node\event build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\includenode build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\includecss build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\definenode build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\expression\binary\equalequal build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\node\expression\binary\notequalequal build 31-Dec-2024 14:11:04  734/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\twig\node\includejs build 31-Dec-2024 14:11:04 Parsing phpbb\template\twig\lexer build 31-Dec-2024 14:11:04  736/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\exception\user_object_not_available build 31-Dec-2024 14:11:04 Parsing phpbb\template\context build 31-Dec-2024 14:11:04  738/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\assets_bag build 31-Dec-2024 14:11:04 Parsing phpbb\template\template build 31-Dec-2024 14:11:04 Parsing phpbb\template\base build 31-Dec-2024 14:11:04  741/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\asset build 31-Dec-2024 14:11:04 Parsing phpbb\request\request build 31-Dec-2024 14:11:04  743/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\type_cast_helper_interface build 31-Dec-2024 14:11:04 Parsing phpbb\request\request_interface build 31-Dec-2024 14:11:04 Parsing phpbb\request\type_cast_helper build 31-Dec-2024 14:11:04  746/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Parsing phpbb\request\deactivated_super_global build 31-Dec-2024 14:11:05 Parsing done build 31-Dec-2024 14:11:05  810/810 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% build 31-Dec-2024 14:11:05 build 31-Dec-2024 14:11:05 build 31-Dec-2024 14:11:05 0/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global index.html build 31-Dec-2024 14:11:05  2/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global doc-index.html build 31-Dec-2024 14:11:07  3/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global namespaces.html build 31-Dec-2024 14:11:07  4/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global classes.html build 31-Dec-2024 14:11:07 Rendering Global interfaces.html build 31-Dec-2024 14:11:07  6/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global traits.html build 31-Dec-2024 14:11:07 Rendering Global opensearch.xml build 31-Dec-2024 14:11:07 Rendering Global search.html build 31-Dec-2024 14:11:07 Rendering Global doctum.js build 31-Dec-2024 14:11:07  10/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Global doctum-search.json build 31-Dec-2024 14:11:07 Rendering Namespace [Global Namespace] build 31-Dec-2024 14:11:07 Rendering Namespace phpbb build 31-Dec-2024 14:11:07  13/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb\attachment build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\auth build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\auth\provider build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\auth\provider\oauth build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\auth\provider\oauth\service build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\avatar build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\avatar\driver build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\ban build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\ban\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\ban\type build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cache build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cache\driver build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\captcha build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\captcha\plugins build 31-Dec-2024 14:11:07  27/908 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Rendering Namespace phpbb\composer build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\composer\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\composer\io build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\config build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\cache build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\config build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\cron build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\db build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\dev build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\extension build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\fixup build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\reparser build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\searchindex build 31-Dec-2024 14:11:07  42/908 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Rendering Namespace phpbb\console\command\thumbnail build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\update build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\console\command\user build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\convert build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\convert\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron\event build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron\task build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron\task\core build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\cron\task\text_reparser build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\doctrine build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\doctrine\oci8 build 31-Dec-2024 14:11:07  57/908 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Rendering Namespace phpbb\db\driver build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\extractor build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\extractor\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\migration build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\migration\tool build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\output_handler build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\db\tools build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\debug build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\di build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\di\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\di\extension build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\di\pass build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\event build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\exception build 31-Dec-2024 14:11:07  71/908 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Rendering Namespace phpbb\extension build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\extension\di build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\feed build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\feed\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\feed\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\files build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\files\types build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\filesystem build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\filesystem\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\finder build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\form build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\group build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\groupposition build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\help build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\help\controller build 31-Dec-2024 14:11:07  86/908 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Rendering Namespace phpbb\install build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console\command build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console\command\install build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console\command\install\config build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console\command\update build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\console\command\update\config build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\event build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\helper build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\helper\file_updater build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\helper\iohandler build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\helper\iohandler\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\helper\navigation build 31-Dec-2024 14:11:07  101/908 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Rendering Namespace phpbb\install\module build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\install_filesystem build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\install_filesystem\task build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\install_finish build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\install_finish\task build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\requirements build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\requirements\task build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\update_filesystem build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\install\module\update_filesystem\task build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\json build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\language build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\language\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\lock build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\log build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\mention build 31-Dec-2024 14:11:07  116/908 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Rendering Namespace phpbb\mention\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\mention\source build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\message build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\mimetype build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\module build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\module\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\notification build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\notification\method build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\notification\type build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\passwords build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\passwords\driver build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\plupload build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\posting build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\profilefields build 31-Dec-2024 14:11:07  130/908 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Rendering Namespace phpbb\profilefields\type build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\report build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\report\controller build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\report\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\request build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\routing build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\routing\resources_locator build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\search build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\search\backend build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\search\backend\sphinx build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\search\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\storage build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\storage\adapter build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\storage\controller build 31-Dec-2024 14:11:07  144/908 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Rendering Namespace phpbb\storage\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\storage\provider build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\exception build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig\extension build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig\node build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig\node\expression build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig\node\expression\binary build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\template\twig\tokenparser build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\textformatter build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\textformatter\s9e build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\textreparser build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\textreparser\plugins build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\tree build 31-Dec-2024 14:11:07  159/908 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Namespace phpbb\ucp build 31-Dec-2024 14:11:07 Rendering Namespace phpbb\ucp\controller build 31-Dec-2024 14:11:07 Rendering Class SphinxClient build 31-Dec-2024 14:11:07 Rendering Class acp_attachments build 31-Dec-2024 14:11:07  163/908 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Class acp_attachments_info build 31-Dec-2024 14:11:08 Rendering Class acp_ban build 31-Dec-2024 14:11:08 Rendering Class acp_ban_info build 31-Dec-2024 14:11:08 Rendering Class acp_bbcodes build 31-Dec-2024 14:11:08 Rendering Class acp_bbcodes_info build 31-Dec-2024 14:11:08 Rendering Class acp_board build 31-Dec-2024 14:11:08 Rendering Class acp_board_info build 31-Dec-2024 14:11:08  170/908 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_bots build 31-Dec-2024 14:11:08 Rendering Class acp_bots_info build 31-Dec-2024 14:11:08 Rendering Class acp_captcha build 31-Dec-2024 14:11:08 Rendering Class acp_captcha_info build 31-Dec-2024 14:11:08 Rendering Class acp_contact build 31-Dec-2024 14:11:08 Rendering Class acp_contact_info build 31-Dec-2024 14:11:08 Rendering Class acp_disallow build 31-Dec-2024 14:11:08 Rendering Class acp_disallow_info build 31-Dec-2024 14:11:08 Rendering Class acp_email build 31-Dec-2024 14:11:08 Rendering Class acp_email_info build 31-Dec-2024 14:11:08 Rendering Class acp_extensions build 31-Dec-2024 14:11:08 Rendering Class acp_extensions_info build 31-Dec-2024 14:11:08  182/908 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Rendering Class acp_forums build 31-Dec-2024 14:11:08 Rendering Class acp_forums_info build 31-Dec-2024 14:11:08 Rendering Class acp_groups build 31-Dec-2024 14:11:08 Rendering Class acp_groups_info build 31-Dec-2024 14:11:08 Rendering Class acp_help_phpbb build 31-Dec-2024 14:11:08 Rendering Class acp_help_phpbb_info build 31-Dec-2024 14:11:08 Rendering Class acp_icons build 31-Dec-2024 14:11:08 Rendering Class acp_icons_info build 31-Dec-2024 14:11:08 Rendering Class acp_inactive build 31-Dec-2024 14:11:08 Rendering Class acp_inactive_info build 31-Dec-2024 14:11:08  192/908 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Rendering Class acp_jabber build 31-Dec-2024 14:11:08 Rendering Class acp_jabber_info build 31-Dec-2024 14:11:08 Rendering Class acp_language build 31-Dec-2024 14:11:08 Rendering Class acp_language_info build 31-Dec-2024 14:11:08 Rendering Class acp_logs build 31-Dec-2024 14:11:08 Rendering Class acp_logs_info build 31-Dec-2024 14:11:08 Rendering Class acp_main build 31-Dec-2024 14:11:08 Rendering Class acp_main_info build 31-Dec-2024 14:11:08 Rendering Class acp_modules build 31-Dec-2024 14:11:08 Rendering Class acp_modules_info build 31-Dec-2024 14:11:08  202/908 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_permission_roles build 31-Dec-2024 14:11:08 Rendering Class acp_permission_roles_info build 31-Dec-2024 14:11:08 Rendering Class acp_permissions build 31-Dec-2024 14:11:08 Rendering Class acp_permissions_info build 31-Dec-2024 14:11:08 Rendering Class acp_php_info build 31-Dec-2024 14:11:08 Rendering Class acp_php_info_info build 31-Dec-2024 14:11:08 Rendering Class acp_profile build 31-Dec-2024 14:11:08 Rendering Class acp_profile_info build 31-Dec-2024 14:11:08  210/908 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Rendering Class acp_prune build 31-Dec-2024 14:11:08 Rendering Class acp_prune_info build 31-Dec-2024 14:11:08 Rendering Class acp_ranks build 31-Dec-2024 14:11:08 Rendering Class acp_ranks_info build 31-Dec-2024 14:11:08 Rendering Class acp_reasons build 31-Dec-2024 14:11:08 Rendering Class acp_reasons_info build 31-Dec-2024 14:11:08 Rendering Class acp_search build 31-Dec-2024 14:11:08 Rendering Class acp_search_info build 31-Dec-2024 14:11:08  218/908 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_storage build 31-Dec-2024 14:11:08 Rendering Class acp_storage_info build 31-Dec-2024 14:11:08 Rendering Class acp_styles build 31-Dec-2024 14:11:08 Rendering Class acp_styles_info build 31-Dec-2024 14:11:08  222/908 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_update build 31-Dec-2024 14:11:08 Rendering Class acp_update_info build 31-Dec-2024 14:11:08 Rendering Class acp_users build 31-Dec-2024 14:11:08 Rendering Class acp_users_info build 31-Dec-2024 14:11:08 Rendering Class acp_words build 31-Dec-2024 14:11:08 Rendering Class acp_words_info build 31-Dec-2024 14:11:08 Rendering Class auth_admin build 31-Dec-2024 14:11:08 Rendering Class bbcode build 31-Dec-2024 14:11:08  230/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class bbcode_firstpass build 31-Dec-2024 14:11:08 Rendering Class bitfield build 31-Dec-2024 14:11:08 Rendering Class compress build 31-Dec-2024 14:11:08  233/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class compress_tar build 31-Dec-2024 14:11:08 Rendering Class compress_zip build 31-Dec-2024 14:11:08 Rendering Class diff build 31-Dec-2024 14:11:08 Rendering Class diff3 build 31-Dec-2024 14:11:08  237/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3_block_builder build 31-Dec-2024 14:11:08 Rendering Class diff3_op build 31-Dec-2024 14:11:08 Rendering Class diff3_op_copy build 31-Dec-2024 14:11:08 Rendering Class diff_engine build 31-Dec-2024 14:11:08  241/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff_op build 31-Dec-2024 14:11:08 Rendering Class diff_op_add build 31-Dec-2024 14:11:08 Rendering Class diff_op_change build 31-Dec-2024 14:11:08 Rendering Class diff_op_copy build 31-Dec-2024 14:11:08 Rendering Class diff_op_delete build 31-Dec-2024 14:11:08 Rendering Class diff_renderer build 31-Dec-2024 14:11:08 Rendering Class diff_renderer_inline build 31-Dec-2024 14:11:08  248/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_renderer_raw build 31-Dec-2024 14:11:08 Rendering Class diff_renderer_side_by_side build 31-Dec-2024 14:11:08 Rendering Class diff_renderer_unified build 31-Dec-2024 14:11:08  251/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class ftp build 31-Dec-2024 14:11:08 Rendering Class ftp_fsock build 31-Dec-2024 14:11:08 Rendering Class jabber build 31-Dec-2024 14:11:08 Rendering Class mapped_diff build 31-Dec-2024 14:11:08  255/908 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mcp_ban build 31-Dec-2024 14:11:08 Rendering Class mcp_ban_info build 31-Dec-2024 14:11:08 Rendering Class mcp_logs build 31-Dec-2024 14:11:08 Rendering Class mcp_logs_info build 31-Dec-2024 14:11:08 Rendering Class mcp_main build 31-Dec-2024 14:11:08 Rendering Class mcp_main_info build 31-Dec-2024 14:11:08 Rendering Class mcp_notes build 31-Dec-2024 14:11:08 Rendering Class mcp_notes_info build 31-Dec-2024 14:11:08  263/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mcp_pm_reports build 31-Dec-2024 14:11:08 Rendering Class mcp_pm_reports_info build 31-Dec-2024 14:11:08 Rendering Class mcp_queue build 31-Dec-2024 14:11:08 Rendering Class mcp_queue_info build 31-Dec-2024 14:11:08 Rendering Class mcp_reports build 31-Dec-2024 14:11:08 Rendering Class mcp_reports_info build 31-Dec-2024 14:11:08 Rendering Class mcp_warn build 31-Dec-2024 14:11:08 Rendering Class mcp_warn_info build 31-Dec-2024 14:11:08 Rendering Class messenger build 31-Dec-2024 14:11:08  272/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class p_master build 31-Dec-2024 14:11:08 Rendering Class parse_message build 31-Dec-2024 14:11:08  274/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\attachment_category build 31-Dec-2024 14:11:08  275/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\delete build 31-Dec-2024 14:11:08 Rendering Class phpbb\attachment\manager build 31-Dec-2024 14:11:08 Rendering Class phpbb\attachment\resync build 31-Dec-2024 14:11:08 Rendering Class phpbb\attachment\upload build 31-Dec-2024 14:11:08 Rendering Class phpbb\auth\auth build 31-Dec-2024 14:11:08  280/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\auth\provider\apache build 31-Dec-2024 14:11:08 Rendering Class phpbb\auth\provider\base build 31-Dec-2024 14:11:09  282/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\db build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\ldap build 31-Dec-2024 14:11:09  284/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\oauth build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\service\base build 31-Dec-2024 14:11:09 286/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\bitly build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\service\exception build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\service\facebook build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\service\google build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\service\service_interface build 31-Dec-2024 14:11:09  291/908 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\oauth\service\twitter build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\oauth\token_storage build 31-Dec-2024 14:11:09 Rendering Class phpbb\auth\provider\provider_interface build 31-Dec-2024 14:11:09  294/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider_collection build 31-Dec-2024 14:11:09 Rendering Class phpbb\avatar\driver\driver build 31-Dec-2024 14:11:09 Rendering Class phpbb\avatar\driver\driver_interface build 31-Dec-2024 14:11:09  297/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\gravatar build 31-Dec-2024 14:11:09 Rendering Class phpbb\avatar\driver\local build 31-Dec-2024 14:11:09  299/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\upload build 31-Dec-2024 14:11:09 Rendering Class phpbb\avatar\helper build 31-Dec-2024 14:11:09  301/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\avatar\manager build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\exception\invalid_length_exception build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\exception\no_valid_emails_exception build 31-Dec-2024 14:11:09  304/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\exception\no_valid_ips_exception build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\exception\no_valid_users_exception build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\exception\type_not_found_exception build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\manager build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\type\base build 31-Dec-2024 14:11:09  309/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\email build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\type\ip build 31-Dec-2024 14:11:09 Rendering Class phpbb\ban\type\type_interface build 31-Dec-2024 14:11:09  312/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\user build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\driver\apcu build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\driver\base build 31-Dec-2024 14:11:09  315/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\driver_interface build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\driver\dummy build 31-Dec-2024 14:11:09  317/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\file build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\driver\memcached build 31-Dec-2024 14:11:09  319/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\memory build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\driver\redis build 31-Dec-2024 14:11:09  321/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\wincache build 31-Dec-2024 14:11:09 Rendering Class phpbb\cache\service build 31-Dec-2024 14:11:09  323/908 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\captcha\factory build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\base build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\captcha_abstract build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\incomplete build 31-Dec-2024 14:11:09  327/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\legacy_wrapper build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\plugin_interface build 31-Dec-2024 14:11:09  329/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\qa build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\recaptcha build 31-Dec-2024 14:11:09  331/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\recaptcha_v3 build 31-Dec-2024 14:11:09 Rendering Class phpbb\captcha\plugins\turnstile build 31-Dec-2024 14:11:10  333/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\class_loader build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\exception\managed_with_clean_error_exception build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\exception\managed_with_enable_error_exception build 31-Dec-2024 14:11:10  336/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\exception\managed_with_error_exception build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\exception\runtime_exception build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\extension_manager build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\installer build 31-Dec-2024 14:11:10  340/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\console_io build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\io\html_output_formatter build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\io\io_interface build 31-Dec-2024 14:11:10  343/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\null_io build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\io\translate_composer_trait build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\io\web_io build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\manager build 31-Dec-2024 14:11:10 Rendering Class phpbb\composer\manager_interface build 31-Dec-2024 14:11:10  348/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config\config build 31-Dec-2024 14:11:10 Rendering Class phpbb\config\db build 31-Dec-2024 14:11:10 Rendering Class phpbb\config\db_text build 31-Dec-2024 14:11:10  351/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config_php_file build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\application build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\cache\purge build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\command build 31-Dec-2024 14:11:10  355/908 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\command build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\config\delete build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\config\get build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\config\increment build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\config\set build 31-Dec-2024 14:11:10  360/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\set_atomic build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\cron\cron_list build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\cron\run build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\db\console_migrator_output_handler build 31-Dec-2024 14:11:10  364/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\db\list_command build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\db\migrate build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\db\migration_command build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\db\revert build 31-Dec-2024 14:11:10  368/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\dev\migration_tips build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\command build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\disable build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\enable build 31-Dec-2024 14:11:10  372/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\extension\install build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\list_available build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\manage build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\purge build 31-Dec-2024 14:11:10  376/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\extension\remove build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\show build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\extension\update build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\fixup\fix_left_right_ids build 31-Dec-2024 14:11:10  380/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\fixup\update_hashes build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\reparser\list_all build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\reparser\reparse build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\searchindex\create build 31-Dec-2024 14:11:10  384/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\searchindex\delete build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\searchindex\list_all build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\thumbnail\delete build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\thumbnail\generate build 31-Dec-2024 14:11:10  388/908 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\thumbnail\recreate build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\update\check build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\user\activate build 31-Dec-2024 14:11:10  391/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\user\add build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\user\delete build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\command\user\delete_id build 31-Dec-2024 14:11:10  394/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\user\reclean build 31-Dec-2024 14:11:10 Rendering Class phpbb\console\exception_subscriber build 31-Dec-2024 14:11:10 Rendering Class phpbb\content_visibility build 31-Dec-2024 14:11:10 Rendering Class phpbb\controller\exception build 31-Dec-2024 14:11:10  398/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\controller\helper build 31-Dec-2024 14:11:10 Rendering Class phpbb\controller\resolver build 31-Dec-2024 14:11:10 Rendering Class phpbb\convert\controller\convertor build 31-Dec-2024 14:11:10  401/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\convert\convert build 31-Dec-2024 14:11:10 Rendering Class phpbb\convert\convertor build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\controller\cron build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\event\cron_runner_listener build 31-Dec-2024 14:11:10  405/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\manager build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\base build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\prune_all_forums build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\prune_forum build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\prune_notifications build 31-Dec-2024 14:11:10  410/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\prune_shadow_topics build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\queue build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\tidy_cache build 31-Dec-2024 14:11:10 Rendering Class phpbb\cron\task\core\tidy_plupload build 31-Dec-2024 14:11:10  414/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\tidy_search build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\core\tidy_sessions build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\core\tidy_warnings build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\core\update_hashes build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\parametrized build 31-Dec-2024 14:11:11  419/908 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\cron\task\task build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\text_reparser\reparser build 31-Dec-2024 14:11:11 Rendering Class phpbb\cron\task\wrapper build 31-Dec-2024 14:11:11 Rendering Class phpbb\datetime build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\case_insensitive_string build 31-Dec-2024 14:11:11  424/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\doctrine\comparator build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\connection_factory build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\connection_parameter_factory build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\oci8\connection build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\oci8\driver build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\oci8\result build 31-Dec-2024 14:11:11  430/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\oci8\schema_manager build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\oci8\statement build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\oracle_platform build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\postgresql_platform build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\sqlsrv_platform build 31-Dec-2024 14:11:11  435/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\table_helper build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\doctrine\type_converter build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\driver\driver build 31-Dec-2024 14:11:11 Rendering Class phpbb\db\driver\driver_interface build 31-Dec-2024 14:11:11  439/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\factory build 31-Dec-2024 14:11:11  440/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_base build 31-Dec-2024 14:11:11  441/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_odbc build 31-Dec-2024 14:11:11  442/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssqlnative build 31-Dec-2024 14:11:11  443/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mysql_base build 31-Dec-2024 14:11:11  444/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mysqli build 31-Dec-2024 14:11:11  445/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\oracle build 31-Dec-2024 14:11:11  446/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\postgres build 31-Dec-2024 14:11:12  447/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\sqlite3 build 31-Dec-2024 14:11:12  448/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\base_extractor build 31-Dec-2024 14:11:12  449/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\exception\extractor_not_initialized_exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\exception\invalid_format_exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\extractor_interface build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\factory build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\mssql_extractor build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\mysql_extractor build 31-Dec-2024 14:11:12  455/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\oracle_extractor build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\postgres_extractor build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\extractor\sqlite3_extractor build 31-Dec-2024 14:11:12  458/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\container_aware_migration build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\helper build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\migration build 31-Dec-2024 14:11:12  462/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\migration_interface build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\profilefield_base_migration build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\schema_generator build 31-Dec-2024 14:11:12  465/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\config build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\tool\config_text build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\tool\module build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migration\tool\permission build 31-Dec-2024 14:11:12  469/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\tool_interface build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\migrator build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\output_handler\html_migrator_output_handler build 31-Dec-2024 14:11:12  472/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\output_handler\installer_migrator_output_handler build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\output_handler\log_wrapper_migrator_output_handler build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\output_handler\migrator_output_handler_interface build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\output_handler\null_migrator_output_handler build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\sql_insert_buffer build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\tools\doctrine build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\tools\factory build 31-Dec-2024 14:11:12  479/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\mssql build 31-Dec-2024 14:11:12 Rendering Class phpbb\db\tools\postgres build 31-Dec-2024 14:11:12  481/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools build 31-Dec-2024 14:11:12  482/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\db\tools\tools_interface build 31-Dec-2024 14:11:12  483/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\debug\debug build 31-Dec-2024 14:11:12 Rendering Class phpbb\debug\error_handler build 31-Dec-2024 14:11:12  486/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\container_builder build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\exception\di_exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\exception\multiple_service_definitions_exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\exception\service_not_found_exception build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\extension\config build 31-Dec-2024 14:11:12  490/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\extension\container_configuration build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\extension\core build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\extension\tables build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\ordered_service_collection build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\pass\collection_pass build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\pass\convert_events build 31-Dec-2024 14:11:12  496/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\di\pass\markpublic_pass build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\proxy_instantiator build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\service_collection build 31-Dec-2024 14:11:12 Rendering Class phpbb\di\service_collection_iterator build 31-Dec-2024 14:11:12 Rendering Class phpbb\error_collector build 31-Dec-2024 14:11:12 Rendering Class phpbb\event\dispatcher build 31-Dec-2024 14:11:12 Rendering Class phpbb\event\dispatcher_interface build 31-Dec-2024 14:11:12  503/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\kernel_exception_subscriber build 31-Dec-2024 14:11:12 Rendering Class phpbb\event\kernel_terminate_subscriber build 31-Dec-2024 14:11:12 Rendering Class phpbb\event\md_exporter build 31-Dec-2024 14:11:13 Rendering Class phpbb\event\php_exporter build 31-Dec-2024 14:11:13  507/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\recursive_event_filter_iterator build 31-Dec-2024 14:11:13 Rendering Class phpbb\event\rst_exporter build 31-Dec-2024 14:11:13  509/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\exception\exception_interface build 31-Dec-2024 14:11:13 Rendering Class phpbb\exception\http_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\exception\runtime_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\exception\version_check_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\extension\base build 31-Dec-2024 14:11:13 Rendering Class phpbb\extension\di\extension_base build 31-Dec-2024 14:11:13  515/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\extension\exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\extension\extension_interface build 31-Dec-2024 14:11:13 Rendering Class phpbb\extension\manager build 31-Dec-2024 14:11:13 Rendering Class phpbb\extension\provider build 31-Dec-2024 14:11:13  519/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\attachments_base build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\base build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\controller\feed build 31-Dec-2024 14:11:13  522/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\exception\feed_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\feed_unavailable_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\no_feed_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\no_forum_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\no_topic_exception build 31-Dec-2024 14:11:13  527/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\exception\unauthorized_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\unauthorized_forum_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\exception\unauthorized_topic_exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\feed_interface build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\forum build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\forums build 31-Dec-2024 14:11:13  533/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\helper build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\news build 31-Dec-2024 14:11:13  536/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\overall build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\post_base build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\quote_helper build 31-Dec-2024 14:11:13  538/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\topic build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\topic_base build 31-Dec-2024 14:11:13 Rendering Class phpbb\feed\topics build 31-Dec-2024 14:11:13  541/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\topics_active build 31-Dec-2024 14:11:13 Rendering Class phpbb\file_downloader build 31-Dec-2024 14:11:13  543/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\factory build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\filespec build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\filespec_storage build 31-Dec-2024 14:11:13  546/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\types\base build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\types\form build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\types\form_storage build 31-Dec-2024 14:11:13  549/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\types\local build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\types\local_storage build 31-Dec-2024 14:11:13 Rendering Class phpbb\files\types\type_interface build 31-Dec-2024 14:11:13  552/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\files\upload build 31-Dec-2024 14:11:13 Rendering Class phpbb\filesystem\exception\filesystem_exception build 31-Dec-2024 14:11:13  555/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\filesystem build 31-Dec-2024 14:11:13  556/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\filesystem_interface build 31-Dec-2024 14:11:13 Rendering Class phpbb\filesystem\helper build 31-Dec-2024 14:11:13 Rendering Class phpbb\filesystem\temp build 31-Dec-2024 14:11:13  558/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\finder\factory build 31-Dec-2024 14:11:13 Rendering Class phpbb\finder\finder build 31-Dec-2024 14:11:13 Rendering Class phpbb\finder\recursive_dot_prefix_filter_iterator build 31-Dec-2024 14:11:13  561/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\finder\recursive_path_iterator build 31-Dec-2024 14:11:13 Rendering Class phpbb\form\form_helper build 31-Dec-2024 14:11:13 Rendering Class phpbb\group\helper build 31-Dec-2024 14:11:13 Rendering Class phpbb\groupposition\exception build 31-Dec-2024 14:11:13 Rendering Class phpbb\groupposition\groupposition_interface build 31-Dec-2024 14:11:13 Rendering Class phpbb\groupposition\legend build 31-Dec-2024 14:11:13  567/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\groupposition\teampage build 31-Dec-2024 14:11:13 Rendering Class phpbb\help\controller\bbcode build 31-Dec-2024 14:11:13 Rendering Class phpbb\help\controller\controller build 31-Dec-2024 14:11:13  570/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\help\controller\faq build 31-Dec-2024 14:11:13 Rendering Class phpbb\help\controller\help build 31-Dec-2024 14:11:13 Rendering Class phpbb\help\manager build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\console\command\install\config\show build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\console\command\install\config\validate build 31-Dec-2024 14:11:14  575/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\console\command\install\install build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\console\command\update\config\show build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\console\command\update\config\validate build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\console\command\update\update build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\controller\archive_download build 31-Dec-2024 14:11:14  580/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\helper build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\controller\install build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\controller\installer_index build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\controller\timeout_check build 31-Dec-2024 14:11:14  584/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Rendering Class phpbb\install\controller\update build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\event\kernel_exception_subscriber build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\cannot_build_container_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\file_updater_failure_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\installer_config_not_writable_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\installer_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\invalid_dbms_exception build 31-Dec-2024 14:11:14  591/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\exception\jump_to_restart_point_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\resource_limit_reached_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\exception\user_interaction_required_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\config build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\container_factory build 31-Dec-2024 14:11:14  596/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\file_updater\compression_file_updater build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\file_updater\factory build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\file_updater\file_updater build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\file_updater\file_updater_interface build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\file_updater\ftp_file_updater build 31-Dec-2024 14:11:14  601/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\install_helper build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\iohandler\ajax_iohandler build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\iohandler\cli_iohandler build 31-Dec-2024 14:11:14  604/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 31-Dec-2024 14:11:14  605/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\factory build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\iohandler\iohandler_base build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\iohandler\iohandler_interface build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\navigation\convertor_navigation build 31-Dec-2024 14:11:14  609/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\helper\navigation\install_navigation build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\navigation\main_navigation build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\navigation\navigation_interface build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\navigation\navigation_provider build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\navigation\update_navigation build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\helper\update_helper build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\installer build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\installer_configuration build 31-Dec-2024 14:11:14  617/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 67%Rendering Class phpbb\install\module\install_filesystem\module build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\install_filesystem\task\create_config_file build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\install_finish\module build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\install_finish\task\install_extensions build 31-Dec-2024 14:11:14  621/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_finish\task\notify_user build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\install_finish\task\populate_migrations build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\requirements\abstract_requirements_module build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\requirements\install_module build 31-Dec-2024 14:11:14  625/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\task\check_filesystem build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\requirements\task\check_server_environment build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\requirements\task\check_update build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\requirements\update_module build 31-Dec-2024 14:11:14  629/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\module build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\update_filesystem\task\diff_files build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\update_filesystem\task\download_updated_files build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\update_filesystem\task\file_check build 31-Dec-2024 14:11:14  633/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\show_file_status build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module\update_filesystem\task\update_files build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module_base build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\module_interface build 31-Dec-2024 14:11:14  637/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\install\sequential_task build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\task_base build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\task_interface build 31-Dec-2024 14:11:14 Rendering Class phpbb\install\updater_configuration build 31-Dec-2024 14:11:14 Rendering Class phpbb\json\sanitizer build 31-Dec-2024 14:11:14 Rendering Class phpbb\json_response build 31-Dec-2024 14:11:14 Rendering Class phpbb\language\exception\invalid_plural_rule_exception build 31-Dec-2024 14:11:14 Rendering Class phpbb\language\exception\language_exception build 31-Dec-2024 14:11:14  645/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Rendering Class phpbb\language\exception\language_file_not_found build 31-Dec-2024 14:11:14 Rendering Class phpbb\language\language build 31-Dec-2024 14:11:14 Rendering Class phpbb\language\language_file_helper build 31-Dec-2024 14:11:14 Rendering Class phpbb\language\language_file_loader build 31-Dec-2024 14:11:14  649/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\lock\db build 31-Dec-2024 14:11:14 Rendering Class phpbb\lock\flock build 31-Dec-2024 14:11:14 Rendering Class phpbb\lock\posting build 31-Dec-2024 14:11:14 Rendering Class phpbb\log\dummy build 31-Dec-2024 14:11:14 Rendering Class phpbb\log\log build 31-Dec-2024 14:11:14  654/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\log\log_interface build 31-Dec-2024 14:11:14  655/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\manifest build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\controller\mention build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\base_group build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\base_user build 31-Dec-2024 14:11:14  659/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\friend build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\group build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\source_interface build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\team build 31-Dec-2024 14:11:14  663/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\mention\source\topic build 31-Dec-2024 14:11:14 Rendering Class phpbb\mention\source\user build 31-Dec-2024 14:11:15 Rendering Class phpbb\mention\source\usergroup build 31-Dec-2024 14:11:15 Rendering Class phpbb\message\admin_form build 31-Dec-2024 14:11:15  667/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\form build 31-Dec-2024 14:11:15 Rendering Class phpbb\message\message build 31-Dec-2024 14:11:15 Rendering Class phpbb\message\topic_form build 31-Dec-2024 14:11:15  670/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\user_form build 31-Dec-2024 14:11:15 Rendering Class phpbb\mimetype\content_guesser build 31-Dec-2024 14:11:15 Rendering Class phpbb\mimetype\extension_guesser build 31-Dec-2024 14:11:15 Rendering Class phpbb\mimetype\guesser build 31-Dec-2024 14:11:15  674/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\mimetype\guesser_base build 31-Dec-2024 14:11:15 Rendering Class phpbb\mimetype\guesser_interface build 31-Dec-2024 14:11:15 Rendering Class phpbb\module\exception\module_exception build 31-Dec-2024 14:11:15 Rendering Class phpbb\module\exception\module_not_found_exception build 31-Dec-2024 14:11:15 Rendering Class phpbb\module\module_manager build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\exception build 31-Dec-2024 14:11:15  680/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\manager build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\method\base build 31-Dec-2024 14:11:15  682/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\board build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\method\email build 31-Dec-2024 14:11:15  684/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\extended_method_interface build 31-Dec-2024 14:11:15  686/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\jabber build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\method\messenger_base build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\method\method_interface build 31-Dec-2024 14:11:15  688/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\webpush build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\type\admin_activate_user build 31-Dec-2024 14:11:15  690/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\approve_post build 31-Dec-2024 14:11:15  691/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76% 692/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\approve_topic build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\type\base build 31-Dec-2024 14:11:15  693/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\bookmark build 31-Dec-2024 14:11:15 Rendering Class phpbb\notification\type\disapprove_post build 31-Dec-2024 14:11:15  695/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\disapprove_topic build 31-Dec-2024 14:11:15  696/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\forum build 31-Dec-2024 14:11:15  697/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\group_request build 31-Dec-2024 14:11:15  698/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\group_request_approved build 31-Dec-2024 14:11:16  699/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\mention build 31-Dec-2024 14:11:16  700/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\pm build 31-Dec-2024 14:11:16  701/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77% 702/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post build 31-Dec-2024 14:11:16 Rendering Class phpbb\notification\type\post_in_queue build 31-Dec-2024 14:11:16  703/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\quote build 31-Dec-2024 14:11:16  704/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm build 31-Dec-2024 14:11:16  705/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm_closed build 31-Dec-2024 14:11:16  706/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_post build 31-Dec-2024 14:11:16  707/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_post_closed build 31-Dec-2024 14:11:16  708/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\topic build 31-Dec-2024 14:11:16  709/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\topic_in_queue build 31-Dec-2024 14:11:16  710/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\notification\type\type_interface build 31-Dec-2024 14:11:16  711/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\pagination build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\argon2i build 31-Dec-2024 14:11:16  713/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\passwords\driver\argon2id build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\base build 31-Dec-2024 14:11:16  716/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\base_native build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\bcrypt build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\bcrypt_2y build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\bcrypt_wcf2 build 31-Dec-2024 14:11:16  719/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\convert_password build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\driver_interface build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\helper build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\md5_mybb build 31-Dec-2024 14:11:16  723/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\md5_phpbb2 build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\md5_vb build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\phpass build 31-Dec-2024 14:11:16  726/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\rehashable_driver_interface build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\salted_md5 build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\sha1 build 31-Dec-2024 14:11:16  729/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha1_smf build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\sha1_wcf1 build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\driver\sha_xf1 build 31-Dec-2024 14:11:16 Rendering Class phpbb\passwords\helper build 31-Dec-2024 14:11:16  733/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\manager build 31-Dec-2024 14:11:16 Rendering Class phpbb\path_helper build 31-Dec-2024 14:11:16 Rendering Class phpbb\permissions build 31-Dec-2024 14:11:17  736/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\plupload\plupload build 31-Dec-2024 14:11:17 Rendering Class phpbb\posting\post_helper build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\lang_helper build 31-Dec-2024 14:11:17  739/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\manager build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_base build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_bool build 31-Dec-2024 14:11:17  742/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_date build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_dropdown build 31-Dec-2024 14:11:17  744/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_int build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_interface build 31-Dec-2024 14:11:17  746/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_string_common build 31-Dec-2024 14:11:17  748/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_text build 31-Dec-2024 14:11:17 Rendering Class phpbb\profilefields\type\type_url build 31-Dec-2024 14:11:17  750/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\controller\report build 31-Dec-2024 14:11:17  751/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\exception\already_reported_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\exception\empty_report_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\exception\entity_not_found_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\exception\factory_invalid_argument_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\exception\invalid_report_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\exception\pm_reporting_disabled_exception build 31-Dec-2024 14:11:17  757/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\exception\report_permission_denied_exception build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\handler_factory build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\report_handler build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\report_handler_interface build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\report_handler_pm build 31-Dec-2024 14:11:17 Rendering Class phpbb\report\report_handler_post build 31-Dec-2024 14:11:17  763/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\report\report_reason_list_provider build 31-Dec-2024 14:11:17 Rendering Class phpbb\request\deactivated_super_global build 31-Dec-2024 14:11:17 Rendering Class phpbb\request\request build 31-Dec-2024 14:11:17 Rendering Class phpbb\request\request_interface build 31-Dec-2024 14:11:17  767/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\type_cast_helper build 31-Dec-2024 14:11:17 Rendering Class phpbb\request\type_cast_helper_interface build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\file_locator build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\helper build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\loader_resolver build 31-Dec-2024 14:11:17  772/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\routing\resources_locator\chained_resources_locator build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\resources_locator\default_resources_locator build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\resources_locator\installer_resources_locator build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\resources_locator\resources_locator_interface build 31-Dec-2024 14:11:17 Rendering Class phpbb\routing\router build 31-Dec-2024 14:11:17  778/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\search\backend\base build 31-Dec-2024 14:11:17 Rendering Class phpbb\search\backend\fulltext_mysql build 31-Dec-2024 14:11:17 Rendering Class phpbb\search\backend\fulltext_native build 31-Dec-2024 14:11:17  780/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\search\backend\fulltext_postgres build 31-Dec-2024 14:11:17  781/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86% 782/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\fulltext_sphinx build 31-Dec-2024 14:11:17 Rendering Class phpbb\search\backend\search_backend_interface build 31-Dec-2024 14:11:18  783/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\sphinx\config build 31-Dec-2024 14:11:18  784/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\sphinx\config_item build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\backend\sphinx\config_section build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\backend\sphinx\config_variable build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\exception\action_in_progress_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\exception\no_action_in_progress_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\exception\no_search_backend_found_exception build 31-Dec-2024 14:11:18  790/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\search\exception\search_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\search_backend_factory build 31-Dec-2024 14:11:18 Rendering Class phpbb\search\state_helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\session build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\adapter\adapter_interface build 31-Dec-2024 14:11:18  795/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\adapter\local build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\adapter_factory build 31-Dec-2024 14:11:18  797/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\controller\attachment build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\controller\avatar build 31-Dec-2024 14:11:18  800/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\controller\controller build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\exception\action_in_progress_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\exception\no_action_in_progress_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\exception\storage_exception build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\provider\local build 31-Dec-2024 14:11:18  805/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\provider\provider_interface build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\state_helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\storage build 31-Dec-2024 14:11:18 Rendering Class phpbb\storage\stream_interface build 31-Dec-2024 14:11:18  809/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Rendering Class phpbb\symfony_request build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\asset build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\assets_bag build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\base build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\context build 31-Dec-2024 14:11:18  814/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\exception\user_object_not_available build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\template build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\definition build 31-Dec-2024 14:11:18  817/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\twig\environment build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\extension build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\extension\avatar build 31-Dec-2024 14:11:18  820/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\config build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\extension\forms build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\extension\icon build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\extension\routing build 31-Dec-2024 14:11:18  824/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\username build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\lexer build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\loader build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\definenode build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\event build 31-Dec-2024 14:11:18  829/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\node\expression\binary\equalequal build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\expression\binary\notequalequal build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\includeasset build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\includecss build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\includejs build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\node\includenode build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\tokenparser\defineparser build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\tokenparser\event build 31-Dec-2024 14:11:18  837/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\template\twig\tokenparser\includecss build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\tokenparser\includejs build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\tokenparser\includeparser build 31-Dec-2024 14:11:18 Rendering Class phpbb\template\twig\twig build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\acp_utils_interface build 31-Dec-2024 14:11:18  842/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\textformatter\cache_interface build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\parser_interface build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\renderer_interface build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\acp_utils build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\bbcode_merger build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\factory build 31-Dec-2024 14:11:18  848/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\link_helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\mention_helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\parser build 31-Dec-2024 14:11:18  851/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\quote_helper build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\renderer build 31-Dec-2024 14:11:18 Rendering Class phpbb\textformatter\s9e\utils build 31-Dec-2024 14:11:18  854/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textformatter\utils_interface build 31-Dec-2024 14:11:18 Rendering Class phpbb\textreparser\base build 31-Dec-2024 14:11:18 Rendering Class phpbb\textreparser\manager build 31-Dec-2024 14:11:18  857/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\contact_admin_info build 31-Dec-2024 14:11:18 Rendering Class phpbb\textreparser\plugins\forum_description build 31-Dec-2024 14:11:18 Rendering Class phpbb\textreparser\plugins\forum_rules build 31-Dec-2024 14:11:18  860/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\group_description build 31-Dec-2024 14:11:18 Rendering Class phpbb\textreparser\plugins\pm_text build 31-Dec-2024 14:11:18  862/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\poll_option build 31-Dec-2024 14:11:19 Rendering Class phpbb\textreparser\plugins\poll_title build 31-Dec-2024 14:11:19  864/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\post_text build 31-Dec-2024 14:11:19 Rendering Class phpbb\textreparser\plugins\user_signature build 31-Dec-2024 14:11:19  866/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\reparser_interface build 31-Dec-2024 14:11:19 Rendering Class phpbb\textreparser\row_based_plugin build 31-Dec-2024 14:11:19 Rendering Class phpbb\tree\nestedset build 31-Dec-2024 14:11:19  869/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\nestedset_forum build 31-Dec-2024 14:11:19 Rendering Class phpbb\tree\tree_interface build 31-Dec-2024 14:11:19  871/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\ucp\controller\delete_cookies build 31-Dec-2024 14:11:19 Rendering Class phpbb\ucp\controller\reset_password build 31-Dec-2024 14:11:19 Rendering Class phpbb\ucp\controller\webpush build 31-Dec-2024 14:11:19 Rendering Class phpbb\user build 31-Dec-2024 14:11:19  875/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb\user_loader build 31-Dec-2024 14:11:19  876/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb\version_helper build 31-Dec-2024 14:11:19 Rendering Class phpbb\viewonline_helper build 31-Dec-2024 14:11:19  878/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb_questionnaire_data_collector build 31-Dec-2024 14:11:19 Rendering Class phpbb_questionnaire_php_data_provider build 31-Dec-2024 14:11:19 Rendering Class phpbb_questionnaire_phpbb_data_provider build 31-Dec-2024 14:11:19 Rendering Class phpbb_questionnaire_system_data_provider build 31-Dec-2024 14:11:19 Rendering Class queue build 31-Dec-2024 14:11:19 Rendering Class smtp_class build 31-Dec-2024 14:11:19 Rendering Class transfer build 31-Dec-2024 14:11:19  885/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_activate build 31-Dec-2024 14:11:19 Rendering Class ucp_attachments build 31-Dec-2024 14:11:19 Rendering Class ucp_attachments_info build 31-Dec-2024 14:11:19 Rendering Class ucp_auth_link build 31-Dec-2024 14:11:19 Rendering Class ucp_auth_link_info build 31-Dec-2024 14:11:19 Rendering Class ucp_confirm build 31-Dec-2024 14:11:19 Rendering Class ucp_groups build 31-Dec-2024 14:11:19 Rendering Class ucp_groups_info build 31-Dec-2024 14:11:19 Rendering Class ucp_login_link build 31-Dec-2024 14:11:19 Rendering Class ucp_main build 31-Dec-2024 14:11:19  895/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 98%Rendering Class ucp_main_info build 31-Dec-2024 14:11:19 Rendering Class ucp_notifications build 31-Dec-2024 14:11:19 Rendering Class ucp_notifications_info build 31-Dec-2024 14:11:19 Rendering Class ucp_pm build 31-Dec-2024 14:11:19 Rendering Class ucp_pm_info build 31-Dec-2024 14:11:19 Rendering Class ucp_prefs build 31-Dec-2024 14:11:19 Rendering Class ucp_prefs_info build 31-Dec-2024 14:11:19 Rendering Class ucp_profile build 31-Dec-2024 14:11:19 Rendering Class ucp_profile_info build 31-Dec-2024 14:11:19 Rendering Class ucp_register build 31-Dec-2024 14:11:19  905/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 99%Rendering Class ucp_resend build 31-Dec-2024 14:11:19 Rendering Class ucp_zebra build 31-Dec-2024 14:11:19 Rendering Class ucp_zebra_info build 31-Dec-2024 14:11:19  908/908 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Rendering done build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 Version Updated C Removed C build 31-Dec-2024 14:11:19 main 747 0 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 Version Updated C Updated N Removed C Removed N build 31-Dec-2024 14:11:19 main 747 150 0 0 build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19  build 31-Dec-2024 14:11:19 phpBB > build: build 31-Dec-2024 14:11:19  build 31-Dec-2024 14:11:19  build 31-Dec-2024 14:11:19 BUILD FINISHED build 31-Dec-2024 14:11:19 build 31-Dec-2024 14:11:19 Total time: 9 minutes 42.95 seconds build 31-Dec-2024 14:11:19  simple 31-Dec-2024 14:11:31 Finished task 'Run tests' with result: Success command 31-Dec-2024 14:11:31 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 31-Dec-2024 14:11:31 Starting task 'Run sniffs' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 31-Dec-2024 14:11:31 Running image name (phpbb:php-8.1) command 31-Dec-2024 14:11:31 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1376 (PHPBB3-DDM-JOB1-1376)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1:/data --workdir /data/build --rm -u=990 phpbb:php-8.1 ../phpBB/vendor/bin/phing sniff\n ... in: /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1\n build 31-Dec-2024 14:11:34 Buildfile: /data/build/build.xml build 31-Dec-2024 14:11:34 build 31-Dec-2024 14:11:34 phpBB > sniff: build 31-Dec-2024 14:11:34 build 31-Dec-2024 14:11:39 ............................................................ 60 / 939 (6%) build 31-Dec-2024 14:11:45 ............................................................ 120 / 939 (13%) build 31-Dec-2024 14:11:50 ............................................................ 180 / 939 (19%) build 31-Dec-2024 14:11:55 ............................................................ 240 / 939 (26%) build 31-Dec-2024 14:11:59 ............................................................ 300 / 939 (32%) build 31-Dec-2024 14:12:06 ............................................................ 360 / 939 (38%) build 31-Dec-2024 14:12:10 ............................................................ 420 / 939 (45%) build 31-Dec-2024 14:12:19 ............................................................ 480 / 939 (51%) build 31-Dec-2024 14:12:23 ............................................................ 540 / 939 (58%) build 31-Dec-2024 14:12:24 ............................................................ 600 / 939 (64%) build 31-Dec-2024 14:12:25 ............................................................ 660 / 939 (70%) build 31-Dec-2024 14:12:25 ............................................................ 720 / 939 (77%) build 31-Dec-2024 14:12:27 ............................................................ 780 / 939 (83%) build 31-Dec-2024 14:12:32 ............................................................ 840 / 939 (89%) build 31-Dec-2024 14:12:39 ............................................................ 900 / 939 (96%) build 31-Dec-2024 14:12:41 ....................................... 939 / 939 (100%) build 31-Dec-2024 14:12:41 build 31-Dec-2024 14:12:41 build 31-Dec-2024 14:12:41 Time: 1 mins, 6.89 secs; Memory: 28MB build 31-Dec-2024 14:12:41 build 31-Dec-2024 14:12:41 [php] Calling PHP function: preg_replace() build 31-Dec-2024 14:12:49 ............................................................ 60 / 207 (29%) build 31-Dec-2024 14:13:11 ............................................................ 120 / 207 (58%) build 31-Dec-2024 14:13:18 ............................................................ 180 / 207 (87%) build 31-Dec-2024 14:13:25 ........................... 207 / 207 (100%) build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 Time: 43.68 secs; Memory: 34MB build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 Time: 32ms; Memory: 6MB build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 BUILD FINISHED build 31-Dec-2024 14:13:25 build 31-Dec-2024 14:13:25 Total time: 1 minute 50.90 seconds build 31-Dec-2024 14:13:25 simple 31-Dec-2024 14:13:31 Finished task 'Run sniffs' with result: Success simple 31-Dec-2024 14:13:31 Starting task 'Parsing test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' simple 31-Dec-2024 14:13:31 Parsing test results under /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1... simple 31-Dec-2024 14:13:31 Finished task 'Parsing test results' with result: Success simple 31-Dec-2024 14:13:31 Running post build plugin 'Artifact Copier' simple 31-Dec-2024 14:13:31 Publishing an artifact: Coverage HTML Report simple 31-Dec-2024 14:13:57 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 26.03 s simple 31-Dec-2024 14:13:57 Running post build plugin 'npm Cache Cleanup' simple 31-Dec-2024 14:13:57 Running post build plugin 'NCover Results Collector' simple 31-Dec-2024 14:13:57 Running post build plugin 'Build Results Label Collector' simple 31-Dec-2024 14:13:57 Running post build plugin 'Clover Results Collector' simple 31-Dec-2024 14:13:57 Running post build plugin 'Docker Container Cleanup' simple 31-Dec-2024 14:13:59 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1' simple 31-Dec-2024 14:13:59 Finalising the build... simple 31-Dec-2024 14:13:59 Stopping timer. simple 31-Dec-2024 14:13:59 Build PHPBB3-DDM-JOB1-1376 completed. simple 31-Dec-2024 14:13:59 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 31-Dec-2024 14:13:59 Running on server: post build plugin 'NCover Results Collector' simple 31-Dec-2024 14:13:59 Running on server: post build plugin 'Build Labeller' simple 31-Dec-2024 14:13:59 Running on server: post build plugin 'Clover Delta Calculator' simple 31-Dec-2024 14:13:59 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 31-Dec-2024 14:13:59 All post build plugins have finished simple 31-Dec-2024 14:13:59 Generating build results summary... simple 31-Dec-2024 14:14:05 Saving build results to disk... simple 31-Dec-2024 14:14:05 Store variable context... simple 31-Dec-2024 14:14:06 Finished building PHPBB3-DDM-JOB1-1376.