simple 25-Sep-2024 15:10:01 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332) is being prepared for building on agent Default Agent, bamboo version: 9.2.16 simple 25-Sep-2024 15:10:01 simple 25-Sep-2024 15:10:01 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 25-Sep-2024 15:10:01 Executing build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332) simple 25-Sep-2024 15:10:01 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 25-Sep-2024 15:10:01 Checking out into /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 25-Sep-2024 15:10:01 Updating source code to revision: f628e4f0b4ffbc15fab52cac5bed3a0b43f209dd simple 25-Sep-2024 15:10:01 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git'. simple 25-Sep-2024 15:10:01 hint: Using 'master' as the name for the initial branch. This default branch name simple 25-Sep-2024 15:10:01 hint: is subject to change. To configure the initial branch name to use in all simple 25-Sep-2024 15:10:01 hint: of your new repositories, which will suppress this warning, call: simple 25-Sep-2024 15:10:01 hint: simple 25-Sep-2024 15:10:01 hint: git config --global init.defaultBranch simple 25-Sep-2024 15:10:01 hint: simple 25-Sep-2024 15:10:01 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 25-Sep-2024 15:10:01 hint: 'development'. The just-created branch can be renamed via this command: simple 25-Sep-2024 15:10:01 hint: simple 25-Sep-2024 15:10:01 hint: git branch -m simple 25-Sep-2024 15:10:01 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1/.git/ simple 25-Sep-2024 15:10:01 Fetching 'refs/heads/master' from 'https://github.com/phpbb/phpbb.git'. simple 25-Sep-2024 15:10:15 Checking out revision f628e4f0b4ffbc15fab52cac5bed3a0b43f209dd. simple 25-Sep-2024 15:10:15 Already on 'master' simple 25-Sep-2024 15:10:16 Updated source code to revision: f628e4f0b4ffbc15fab52cac5bed3a0b43f209dd simple 25-Sep-2024 15:10:16 Finished task 'Checkout Default Repository' with result: Success simple 25-Sep-2024 15:10:16 Running pre-build action: VCS Version Collector simple 25-Sep-2024 15:10:16 Running pre-build action: Build Log Labeller Pre Build Action simple 25-Sep-2024 15:10:16 Build phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332) started building on agent 'Default Agent' () command 25-Sep-2024 15:10:16 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 25-Sep-2024 15:10:16 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 25-Sep-2024 15:10:16 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-45257d99-db09-48d7-8636-c0a931c4084e 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 25-Sep-2024 15:10:19 #0 building with "default" instance using docker driver error 25-Sep-2024 15:10:19 error 25-Sep-2024 15:10:19 #1 [internal] load build definition from Dockerfile error 25-Sep-2024 15:10:19 #1 transferring dockerfile: 85B 0.1s error 25-Sep-2024 15:10:19 #1 transferring dockerfile: 491B 0.1s done error 25-Sep-2024 15:10:19 #1 DONE 0.1s error 25-Sep-2024 15:10:19 error 25-Sep-2024 15:10:19 #2 [internal] load metadata for docker.io/library/php:8.1 error 25-Sep-2024 15:10:19 #2 DONE 0.7s error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #3 [internal] load .dockerignore error 25-Sep-2024 15:10:20 #3 transferring context: 2B done error 25-Sep-2024 15:10:20 #3 DONE 0.0s error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #4 [1/6] FROM docker.io/library/php:8.1@sha256:dc559cfbf5b6b95031362466e01bb6ed8015bb029ada26b27a784a678e863c9f error 25-Sep-2024 15:10:20 #4 DONE 0.0s error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #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 25-Sep-2024 15:10:20 #5 CACHED error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #6 [3/6] RUN pecl install xdebug-3.2.2 error 25-Sep-2024 15:10:20 #6 CACHED error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #7 [4/6] RUN docker-php-ext-enable xdebug error 25-Sep-2024 15:10:20 #7 CACHED error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #8 [5/6] RUN echo "memory_limit = 1536M" >> /usr/local/etc/php/conf.d/memory.ini error 25-Sep-2024 15:10:20 #8 CACHED error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #9 [6/6] RUN echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/xdebug.ini error 25-Sep-2024 15:10:20 #9 CACHED error 25-Sep-2024 15:10:20 error 25-Sep-2024 15:10:20 #10 exporting to image error 25-Sep-2024 15:10:20 #10 exporting layers done error 25-Sep-2024 15:10:20 #10 writing image sha256:f08735785763a94f878a2d0ed8fa4971de94ed3425c92f48237b3275b371e6d8 done error 25-Sep-2024 15:10:20 #10 naming to docker.io/library/phpbb:php-8.1 0.0s done error 25-Sep-2024 15:10:20 #10 DONE 0.0s simple 25-Sep-2024 15:10:20 Built Docker image 'phpbb:php-8.1' simple 25-Sep-2024 15:10:20 Finished task 'Build image' with result: Success command 25-Sep-2024 15:10:20 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 25-Sep-2024 15:10:20 Starting task 'Run tests' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 25-Sep-2024 15:10:20 Running image name (phpbb:php-8.1) command 25-Sep-2024 15:10:20 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332)'\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 25-Sep-2024 15:10:22 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 25-Sep-2024 15:10:22 Installing dependencies from lock file (including require-dev) build 25-Sep-2024 15:10:22 Verifying lock file contents can be installed on current platform. build 25-Sep-2024 15:10:22 Package operations: 142 installs, 0 updates, 0 removals build 25-Sep-2024 15:10:22 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 25-Sep-2024 15:10:22 - Downloading composer/installers (v1.12.0) build 25-Sep-2024 15:10:22 - Downloading composer/package-versions-deprecated (1.11.99.5) build 25-Sep-2024 15:10:22 - Downloading bantu/ini-get-wrapper (v1.0.1) build 25-Sep-2024 15:10:22 - Downloading carlos-mg89/oauth (0.8.15) build 25-Sep-2024 15:10:22 - Downloading chita/topological_sort (v3.0.1) build 25-Sep-2024 15:10:22 - Downloading symfony/process (v6.4.8) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-php81 (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-php80 (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-php73 (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/finder (v6.4.8) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-mbstring (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-ctype (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/filesystem (v6.4.8) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/polyfill-intl-grapheme (v1.29.0) build 25-Sep-2024 15:10:22 - Downloading symfony/string (v6.4.8) build 25-Sep-2024 15:10:22 - Downloading symfony/deprecation-contracts (v3.5.0) build 25-Sep-2024 15:10:22 - Downloading psr/container (2.0.2) build 25-Sep-2024 15:10:22 - Downloading symfony/service-contracts (v3.5.0) build 25-Sep-2024 15:10:22 - Downloading symfony/console (v6.4.8) build 25-Sep-2024 15:10:22 - Downloading seld/signal-handler (2.0.2) build 25-Sep-2024 15:10:22 - Downloading seld/phar-utils (1.2.1) build 25-Sep-2024 15:10:22 - Downloading seld/jsonlint (1.10.2) build 25-Sep-2024 15:10:22 - Downloading react/promise (v3.2.0) build 25-Sep-2024 15:10:22 - Downloading psr/log (3.0.0) build 25-Sep-2024 15:10:22 - Downloading justinrainbow/json-schema (v5.2.13) build 25-Sep-2024 15:10:22 - Downloading composer/pcre (3.1.4) build 25-Sep-2024 15:10:22 - Downloading composer/xdebug-handler (3.0.5) build 25-Sep-2024 15:10:22 - Downloading composer/spdx-licenses (1.5.8) build 25-Sep-2024 15:10:22 - Downloading composer/semver (3.4.0) build 25-Sep-2024 15:10:22 - Downloading composer/metadata-minifier (1.0.0) build 25-Sep-2024 15:10:22 - Downloading composer/class-map-generator (1.3.4) build 25-Sep-2024 15:10:23 - Downloading composer/ca-bundle (1.5.0) build 25-Sep-2024 15:10:23 - Downloading composer/composer (2.7.7) build 25-Sep-2024 15:10:23 - Downloading psr/cache (3.0.0) build 25-Sep-2024 15:10:23 - Downloading doctrine/deprecations (1.1.3) build 25-Sep-2024 15:10:23 - Downloading doctrine/event-manager (1.2.0) build 25-Sep-2024 15:10:23 - Downloading doctrine/cache (2.2.0) build 25-Sep-2024 15:10:23 - Downloading doctrine/dbal (3.3.8) build 25-Sep-2024 15:10:23 - Downloading google/recaptcha (1.3.0) build 25-Sep-2024 15:10:23 - Downloading guzzlehttp/promises (1.5.3) build 25-Sep-2024 15:10:23 - Downloading ralouphie/getallheaders (3.0.3) build 25-Sep-2024 15:10:23 - Downloading psr/http-message (1.1) build 25-Sep-2024 15:10:23 - Downloading guzzlehttp/psr7 (1.9.1) build 25-Sep-2024 15:10:23 - Downloading laminas/laminas-code (4.13.0) build 25-Sep-2024 15:10:23 - Downloading symfony/yaml (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading laravel/homestead (v14.5.0) build 25-Sep-2024 15:10:23 - Downloading marc1706/fast-image-size (v1.1.7) build 25-Sep-2024 15:10:23 - Downloading symfony/http-client-contracts (v3.5.0) build 25-Sep-2024 15:10:23 - Downloading symfony/http-client (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading brick/math (0.12.1) build 25-Sep-2024 15:10:23 - Downloading spomky-labs/pki-framework (1.2.1) build 25-Sep-2024 15:10:23 - Downloading psr/http-factory (1.1.0) build 25-Sep-2024 15:10:23 - Downloading psr/http-client (1.0.3) build 25-Sep-2024 15:10:23 - Downloading psr/clock (1.0.0) build 25-Sep-2024 15:10:23 - Downloading paragonie/random_compat (v9.99.100) build 25-Sep-2024 15:10:23 - Downloading paragonie/sodium_compat (v1.21.1) build 25-Sep-2024 15:10:23 - Downloading paragonie/constant_time_encoding (v2.7.0) build 25-Sep-2024 15:10:23 - Downloading web-token/jwt-library (3.4.3) build 25-Sep-2024 15:10:23 - Downloading web-token/jwt-util-ecc (3.4.3) build 25-Sep-2024 15:10:23 - Downloading web-token/jwt-signature-algorithm-ecdsa (3.4.3) build 25-Sep-2024 15:10:23 - Downloading web-token/jwt-signature (3.4.3) build 25-Sep-2024 15:10:23 - Downloading web-token/jwt-key-mgmt (3.4.3) build 25-Sep-2024 15:10:23 - Downloading spomky-labs/base64url (v2.0.4) build 25-Sep-2024 15:10:23 - Downloading symfony/polyfill-php72 (v1.29.0) build 25-Sep-2024 15:10:23 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 25-Sep-2024 15:10:23 - Downloading guzzlehttp/guzzle (6.5.8) build 25-Sep-2024 15:10:23 - Downloading minishlink/web-push (v8.0.0) build 25-Sep-2024 15:10:23 - Downloading sebastian/version (3.0.2) build 25-Sep-2024 15:10:23 - Downloading sebastian/type (3.2.1) build 25-Sep-2024 15:10:23 - Downloading sebastian/resource-operations (3.0.4) build 25-Sep-2024 15:10:23 - Downloading sebastian/recursion-context (4.0.5) build 25-Sep-2024 15:10:23 - Downloading sebastian/object-reflector (2.0.4) build 25-Sep-2024 15:10:23 - Downloading sebastian/object-enumerator (4.0.4) build 25-Sep-2024 15:10:23 - Downloading sebastian/global-state (5.0.7) build 25-Sep-2024 15:10:23 - Downloading sebastian/exporter (4.0.6) build 25-Sep-2024 15:10:23 - Downloading sebastian/environment (5.1.5) build 25-Sep-2024 15:10:23 - Downloading sebastian/diff (4.0.6) build 25-Sep-2024 15:10:23 - Downloading sebastian/comparator (4.0.8) build 25-Sep-2024 15:10:23 - Downloading sebastian/code-unit (1.0.8) build 25-Sep-2024 15:10:23 - Downloading sebastian/cli-parser (1.0.2) build 25-Sep-2024 15:10:23 - Downloading phpunit/php-timer (5.0.3) build 25-Sep-2024 15:10:23 - Downloading phpunit/php-text-template (2.0.4) build 25-Sep-2024 15:10:23 - Downloading phpunit/php-invoker (3.1.1) build 25-Sep-2024 15:10:23 - Downloading phpunit/php-file-iterator (3.0.6) build 25-Sep-2024 15:10:23 - Downloading theseer/tokenizer (1.2.3) build 25-Sep-2024 15:10:23 - Downloading nikic/php-parser (v4.19.1) build 25-Sep-2024 15:10:23 - Downloading sebastian/lines-of-code (1.0.4) build 25-Sep-2024 15:10:23 - Downloading sebastian/complexity (2.0.3) build 25-Sep-2024 15:10:23 - Downloading sebastian/code-unit-reverse-lookup (2.0.3) build 25-Sep-2024 15:10:23 - Downloading phpunit/php-code-coverage (9.2.31) build 25-Sep-2024 15:10:23 - Downloading phar-io/version (3.2.1) build 25-Sep-2024 15:10:23 - Downloading phar-io/manifest (2.0.4) build 25-Sep-2024 15:10:23 - Downloading myclabs/deep-copy (1.12.0) build 25-Sep-2024 15:10:23 - Downloading doctrine/instantiator (2.0.0) build 25-Sep-2024 15:10:23 - Downloading phpunit/phpunit (9.6.19) build 25-Sep-2024 15:10:23 - Downloading misantron/dbunit (5.3.0) build 25-Sep-2024 15:10:23 - Downloading phing/phing (2.17.4) build 25-Sep-2024 15:10:23 - Downloading webmozart/assert (1.11.0) build 25-Sep-2024 15:10:23 - Downloading phpstan/phpdoc-parser (1.29.1) build 25-Sep-2024 15:10:23 - Downloading phpdocumentor/reflection-common (2.2.0) build 25-Sep-2024 15:10:23 - Downloading phpdocumentor/type-resolver (1.8.2) build 25-Sep-2024 15:10:23 - Downloading phpdocumentor/reflection-docblock (5.4.1) build 25-Sep-2024 15:10:23 - Downloading spatie/array-to-xml (3.3.0) build 25-Sep-2024 15:10:23 - Downloading netresearch/jsonmapper (v4.4.1) build 25-Sep-2024 15:10:23 - Downloading fidry/cpu-core-counter (1.1.0) build 25-Sep-2024 15:10:23 - Downloading felixfbecker/language-server-protocol (v1.5.2) build 25-Sep-2024 15:10:23 - Downloading felixfbecker/advanced-json-rpc (v3.2.1) build 25-Sep-2024 15:10:23 - Downloading dnoegel/php-xdg-base-dir (v0.1.1) build 25-Sep-2024 15:10:23 - Downloading amphp/amp (v2.6.4) build 25-Sep-2024 15:10:23 - Downloading amphp/byte-stream (v1.8.2) build 25-Sep-2024 15:10:23 - Downloading vimeo/psalm (5.24.0) build 25-Sep-2024 15:10:23 - Downloading symfony/routing (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/polyfill-php83 (v1.29.0) build 25-Sep-2024 15:10:23 - Downloading symfony/http-foundation (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading psr/event-dispatcher (1.0.0) build 25-Sep-2024 15:10:23 - Downloading symfony/event-dispatcher-contracts (v3.5.0) build 25-Sep-2024 15:10:23 - Downloading symfony/event-dispatcher (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/var-dumper (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/error-handler (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/http-kernel (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/var-exporter (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/dependency-injection (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/config (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/cache-contracts (v3.5.0) build 25-Sep-2024 15:10:23 - Downloading symfony/cache (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/framework-bundle (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading psalm/plugin-symfony (v5.2.2) build 25-Sep-2024 15:10:23 - Downloading s9e/sweetdom (3.4.1) build 25-Sep-2024 15:10:23 - Downloading s9e/regexp-builder (1.4.6) build 25-Sep-2024 15:10:23 - Downloading s9e/text-formatter (2.17.3) build 25-Sep-2024 15:10:23 - Downloading squizlabs/php_codesniffer (3.10.1) build 25-Sep-2024 15:10:23 - Downloading masterminds/html5 (2.9.0) build 25-Sep-2024 15:10:23 - Downloading symfony/dom-crawler (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/browser-kit (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/css-selector (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading symfony/mime (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading friendsofphp/proxy-manager-lts (v1.0.18) build 25-Sep-2024 15:10:23 - Downloading symfony/proxy-manager-bridge (v6.4.8) build 25-Sep-2024 15:10:23 - Downloading twig/twig (v3.8.0) build 25-Sep-2024 15:10:23 - Downloading symfony/translation-contracts (v3.5.0) build 25-Sep-2024 15:10:23 - Downloading symfony/twig-bridge (v6.4.8) build 25-Sep-2024 15:10:25 0/142 [>---------------------------] 0% 24/142 [====>-----------------------] 16% 35/142 [======>---------------------] 24% 46/142 [=========>------------------] 32% 64/142 [============>---------------] 45% 75/142 [==============>-------------] 52% 95/142 [==================>---------] 66% 103/142 [====================>-------] 72% 121/142 [=======================>----] 85% 137/142 [===========================>] 96% 142/142 [============================] 100% - Installing composer/installers (v1.12.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 25-Sep-2024 15:10:25 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 25-Sep-2024 15:10:25 - Installing chita/topological_sort (v3.0.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/process (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-php81 (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-php80 (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-php73 (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/finder (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/filesystem (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-intl-grapheme (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/string (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/deprecation-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/container (2.0.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/service-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/console (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing seld/signal-handler (2.0.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing seld/phar-utils (1.2.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing seld/jsonlint (1.10.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing react/promise (v3.2.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/log (3.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing justinrainbow/json-schema (v5.2.13): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/pcre (3.1.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/xdebug-handler (3.0.5): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/spdx-licenses (1.5.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/semver (3.4.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/metadata-minifier (1.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/class-map-generator (1.3.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/ca-bundle (1.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing composer/composer (2.7.7): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/cache (3.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing doctrine/deprecations (1.1.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing doctrine/event-manager (1.2.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing doctrine/cache (2.2.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing doctrine/dbal (3.3.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing google/recaptcha (1.3.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/http-message (1.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing laminas/laminas-code (4.13.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/yaml (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing laravel/homestead (v14.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/http-client-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/http-client (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing brick/math (0.12.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing spomky-labs/pki-framework (1.2.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/http-factory (1.1.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/http-client (1.0.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/clock (1.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing paragonie/random_compat (v9.99.100): Extracting archive build 25-Sep-2024 15:10:25 - Installing paragonie/sodium_compat (v1.21.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing paragonie/constant_time_encoding (v2.7.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing web-token/jwt-library (3.4.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing web-token/jwt-util-ecc (3.4.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing web-token/jwt-signature-algorithm-ecdsa (3.4.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing web-token/jwt-signature (3.4.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing web-token/jwt-key-mgmt (3.4.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing spomky-labs/base64url (v2.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing minishlink/web-push (v8.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/version (3.0.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/type (3.2.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/resource-operations (3.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/recursion-context (4.0.5): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/object-reflector (2.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/object-enumerator (4.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/global-state (5.0.7): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/exporter (4.0.6): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/environment (5.1.5): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/diff (4.0.6): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/comparator (4.0.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/code-unit (1.0.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/cli-parser (1.0.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/php-timer (5.0.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/php-text-template (2.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/php-invoker (3.1.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/php-file-iterator (3.0.6): Extracting archive build 25-Sep-2024 15:10:25 - Installing theseer/tokenizer (1.2.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing nikic/php-parser (v4.19.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/lines-of-code (1.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/complexity (2.0.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/php-code-coverage (9.2.31): Extracting archive build 25-Sep-2024 15:10:25 - Installing phar-io/version (3.2.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing phar-io/manifest (2.0.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing doctrine/instantiator (2.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpunit/phpunit (9.6.19): Extracting archive build 25-Sep-2024 15:10:25 - Installing misantron/dbunit (5.3.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing phing/phing (2.17.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing webmozart/assert (1.11.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpstan/phpdoc-parser (1.29.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpdocumentor/type-resolver (1.8.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing phpdocumentor/reflection-docblock (5.4.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing spatie/array-to-xml (3.3.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing netresearch/jsonmapper (v4.4.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing fidry/cpu-core-counter (1.1.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing felixfbecker/language-server-protocol (v1.5.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing dnoegel/php-xdg-base-dir (v0.1.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing amphp/amp (v2.6.4): Extracting archive build 25-Sep-2024 15:10:25 - Installing amphp/byte-stream (v1.8.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing vimeo/psalm (5.24.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/routing (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/polyfill-php83 (v1.29.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/http-foundation (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing psr/event-dispatcher (1.0.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/event-dispatcher-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/event-dispatcher (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/var-dumper (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/error-handler (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/http-kernel (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/var-exporter (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/dependency-injection (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/config (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/cache-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/cache (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/framework-bundle (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing psalm/plugin-symfony (v5.2.2): Extracting archive build 25-Sep-2024 15:10:25 - Installing s9e/sweetdom (3.4.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 25-Sep-2024 15:10:25 - Installing s9e/text-formatter (2.17.3): Extracting archive build 25-Sep-2024 15:10:25 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 25-Sep-2024 15:10:25 - Installing masterminds/html5 (2.9.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/dom-crawler (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/browser-kit (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/css-selector (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/mime (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing friendsofphp/proxy-manager-lts (v1.0.18): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/proxy-manager-bridge (v6.4.8): Extracting archive build 25-Sep-2024 15:10:25 - Installing twig/twig (v3.8.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/translation-contracts (v3.5.0): Extracting archive build 25-Sep-2024 15:10:25 - Installing symfony/twig-bridge (v6.4.8): Extracting archive build 25-Sep-2024 15:10:28 0/140 [>---------------------------] 0% 17/140 [===>------------------------] 12% 31/140 [======>---------------------] 22% 44/140 [========>-------------------] 31% 60/140 [============>---------------] 42% 70/140 [==============>-------------] 50% 90/140 [==================>---------] 64% 99/140 [===================>--------] 70% 113/140 [======================>-----] 80% 127/140 [=========================>--] 90% 140/140 [============================] 100%Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:28 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:28 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:28 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:28 Generating autoload files build 25-Sep-2024 15:10:29 101 packages you are using are looking for funding. build 25-Sep-2024 15:10:29 Use the `composer fund` command to find out more! build 25-Sep-2024 15:10:29 Buildfile: /data/build/build.xml build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29 phpBB > clean: build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29  [delete] Directory /data/build/logs does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/api does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/coverage does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/cpd does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/new_version does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 25-Sep-2024 15:10:29  [delete] Directory /data/build/save does not exist or is not a directory. build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29 phpBB > prepare: build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/logs build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/api build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/codebrowser build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/coverage build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/cpd build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/dependencies build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/new_version build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/new_version/files build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/new_version/patches build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/new_version/release_files build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/new_version/update build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/old_versions build 25-Sep-2024 15:10:29  [mkdir] Created dir: /data/build/save build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29 phpBB > composer: build 25-Sep-2024 15:10:29  build 25-Sep-2024 15:10:29 Installing dependencies from lock file (including require-dev) build 25-Sep-2024 15:10:29 Verifying lock file contents can be installed on current platform. build 25-Sep-2024 15:10:29 Nothing to install, update or remove build 25-Sep-2024 15:10:29 Package web-token/jwt-key-mgmt is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:29 Package web-token/jwt-signature is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:29 Package web-token/jwt-signature-algorithm-ecdsa is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:29 Package web-token/jwt-util-ecc is abandoned, you should avoid using it. Use web-token/jwt-library instead. build 25-Sep-2024 15:10:29 Generating autoload files build 25-Sep-2024 15:10:30 101 packages you are using are looking for funding. build 25-Sep-2024 15:10:30 Use the `composer fund` command to find out more! build 25-Sep-2024 15:10:30  build 25-Sep-2024 15:10:30 phpBB > test: build 25-Sep-2024 15:10:30  build 25-Sep-2024 15:10:32 PHPUnit 9.6.19 by Sebastian Bergmann and contributors. build 25-Sep-2024 15:10:32 build 25-Sep-2024 15:10:32 Warning: XDEBUG_MODE=coverage or xdebug.mode=coverage has to be set build 25-Sep-2024 15:10:32 build 25-Sep-2024 15:10:43 ............................................................. 61 / 7864 ( 0%) build 25-Sep-2024 15:10:48 ............................................................. 122 / 7864 ( 1%) build 25-Sep-2024 15:10:50 ......................................................I.....S 183 / 7864 ( 2%) build 25-Sep-2024 15:10:51 SSS..................SSSSSSSS............S...S............... 244 / 7864 ( 3%) build 25-Sep-2024 15:10:52 ............................................................. 305 / 7864 ( 3%) build 25-Sep-2024 15:11:01 .....S....................................................... 366 / 7864 ( 4%) build 25-Sep-2024 15:11:03 ............................................................. 427 / 7864 ( 5%) build 25-Sep-2024 15:11:03 ............................................................. 488 / 7864 ( 6%) build 25-Sep-2024 15:11:03 ............................................................. 549 / 7864 ( 6%) build 25-Sep-2024 15:11:03 ............................................................. 610 / 7864 ( 7%) build 25-Sep-2024 15:11:04 ............................................................. 671 / 7864 ( 8%) build 25-Sep-2024 15:11:04 ............................................................. 732 / 7864 ( 9%) build 25-Sep-2024 15:11:04 ............................................................. 793 / 7864 ( 10%) build 25-Sep-2024 15:11:05 ............................................................. 854 / 7864 ( 10%) build 25-Sep-2024 15:11:05 ............................................................. 915 / 7864 ( 11%) build 25-Sep-2024 15:11:05 ............................................................. 976 / 7864 ( 12%) build 25-Sep-2024 15:11:05 ............................................................. 1037 / 7864 ( 13%) build 25-Sep-2024 15:11:06 ............................................................. 1098 / 7864 ( 13%) build 25-Sep-2024 15:11:18 ............................................................. 1159 / 7864 ( 14%) build 25-Sep-2024 15:11:41 .I...S...............S....................................... 1220 / 7864 ( 15%) build 25-Sep-2024 15:11:48 ............................................................. 1281 / 7864 ( 16%) build 25-Sep-2024 15:11:50 ............................................................. 1342 / 7864 ( 17%) build 25-Sep-2024 15:11:52 .......S.S.S................................................. 1403 / 7864 ( 17%) build 25-Sep-2024 15:11:52 ............................................................. 1464 / 7864 ( 18%) build 25-Sep-2024 15:11:52 ............................................................. 1525 / 7864 ( 19%) build 25-Sep-2024 15:11:52 ............................................................. 1586 / 7864 ( 20%) build 25-Sep-2024 15:11:53 ............................................................. 1647 / 7864 ( 20%) build 25-Sep-2024 15:11:53 ............................................................. 1708 / 7864 ( 21%) build 25-Sep-2024 15:11:53 ............................................................. 1769 / 7864 ( 22%) build 25-Sep-2024 15:11:53 ............................................................. 1830 / 7864 ( 23%) build 25-Sep-2024 15:11:53 ............................................................. 1891 / 7864 ( 24%) build 25-Sep-2024 15:11:53 ............................................................. 1952 / 7864 ( 24%) build 25-Sep-2024 15:11:53 ............................................................. 2013 / 7864 ( 25%) build 25-Sep-2024 15:11:53 ............................................................. 2074 / 7864 ( 26%) build 25-Sep-2024 15:11:53 ............................................................. 2135 / 7864 ( 27%) build 25-Sep-2024 15:11:53 ............................................................. 2196 / 7864 ( 27%) build 25-Sep-2024 15:11:54 ............................................................. 2257 / 7864 ( 28%) build 25-Sep-2024 15:11:55 ............................................................. 2318 / 7864 ( 29%) build 25-Sep-2024 15:11:55 ............................................................. 2379 / 7864 ( 30%) build 25-Sep-2024 15:11:56 ............................................................. 2440 / 7864 ( 31%) build 25-Sep-2024 15:11:56 ............................................................. 2501 / 7864 ( 31%) build 25-Sep-2024 15:11:58 .................................I.II........................ 2562 / 7864 ( 32%) build 25-Sep-2024 15:11:58 ............................................................. 2623 / 7864 ( 33%) build 25-Sep-2024 15:11:58 ............................................................. 2684 / 7864 ( 34%) build 25-Sep-2024 15:11:58 ............................................................. 2745 / 7864 ( 34%) build 25-Sep-2024 15:11:58 ............................................................. 2806 / 7864 ( 35%) build 25-Sep-2024 15:12:00 ............................................................. 2867 / 7864 ( 36%) build 25-Sep-2024 15:12:01 ............................................................. 2928 / 7864 ( 37%) build 25-Sep-2024 15:12:02 ............................................................. 2989 / 7864 ( 38%) build 25-Sep-2024 15:12:02 ............................................................. 3050 / 7864 ( 38%) build 25-Sep-2024 15:12:05 ............................................................. 3111 / 7864 ( 39%) build 25-Sep-2024 15:12:10 ............................................................. 3172 / 7864 ( 40%) build 25-Sep-2024 15:12:13 ............................................................. 3233 / 7864 ( 41%) build 25-Sep-2024 15:12:17 ...............S............................................. 3294 / 7864 ( 41%) build 25-Sep-2024 15:12:17 ............................................................. 3355 / 7864 ( 42%) build 25-Sep-2024 15:12:17 ............................................................. 3416 / 7864 ( 43%) build 25-Sep-2024 15:12:18 ............................................................. 3477 / 7864 ( 44%) build 25-Sep-2024 15:12:25 ............................................................. 3538 / 7864 ( 44%) build 25-Sep-2024 15:12:36 ............................................................. 3599 / 7864 ( 45%) build 25-Sep-2024 15:12:43 ............................................................. 3660 / 7864 ( 46%) build 25-Sep-2024 15:12:43 ............................................................. 3721 / 7864 ( 47%) build 25-Sep-2024 15:12:44 ............................................................. 3782 / 7864 ( 48%) build 25-Sep-2024 15:12:44 ............................................................. 3843 / 7864 ( 48%) build 25-Sep-2024 15:12:44 ............................................................. 3904 / 7864 ( 49%) build 25-Sep-2024 15:12:45 ............................................................. 3965 / 7864 ( 50%) build 25-Sep-2024 15:12:45 ............................................................. 4026 / 7864 ( 51%) build 25-Sep-2024 15:12:45 ............................................................. 4087 / 7864 ( 51%) build 25-Sep-2024 15:12:45 ............................................................. 4148 / 7864 ( 52%) build 25-Sep-2024 15:12:47 ............................................................. 4209 / 7864 ( 53%) build 25-Sep-2024 15:12:48 ............................................................. 4270 / 7864 ( 54%) build 25-Sep-2024 15:12:51 ............................................................. 4331 / 7864 ( 55%) build 25-Sep-2024 15:12:51 ............................................................. 4392 / 7864 ( 55%) build 25-Sep-2024 15:12:52 ............................................................. 4453 / 7864 ( 56%) build 25-Sep-2024 15:12:52 ............................................................. 4514 / 7864 ( 57%) build 25-Sep-2024 15:12:55 ............................................................. 4575 / 7864 ( 58%) build 25-Sep-2024 15:13:00 ............................................................. 4636 / 7864 ( 58%) build 25-Sep-2024 15:13:02 ............................................................. 4697 / 7864 ( 59%) build 25-Sep-2024 15:13:03 ............................................................. 4758 / 7864 ( 60%) build 25-Sep-2024 15:13:03 ............................................................. 4819 / 7864 ( 61%) build 25-Sep-2024 15:13:03 ............................................................. 4880 / 7864 ( 62%) build 25-Sep-2024 15:13:03 ............................................................. 4941 / 7864 ( 62%) build 25-Sep-2024 15:13:03 ............................................................. 5002 / 7864 ( 63%) build 25-Sep-2024 15:13:03 ............................................................. 5063 / 7864 ( 64%) build 25-Sep-2024 15:13:03 ............................................................. 5124 / 7864 ( 65%) build 25-Sep-2024 15:13:03 ............................................................. 5185 / 7864 ( 65%) build 25-Sep-2024 15:13:03 ............................................................. 5246 / 7864 ( 66%) build 25-Sep-2024 15:13:03 ............................................................. 5307 / 7864 ( 67%) build 25-Sep-2024 15:13:10 ............................................................. 5368 / 7864 ( 68%) build 25-Sep-2024 15:13:17 ............................................................. 5429 / 7864 ( 69%) build 25-Sep-2024 15:13:24 ............................................................. 5490 / 7864 ( 69%) build 25-Sep-2024 15:13:24 ............................................................. 5551 / 7864 ( 70%) build 25-Sep-2024 15:13:25 ............................................................. 5612 / 7864 ( 71%) build 25-Sep-2024 15:13:25 ............................................................. 5673 / 7864 ( 72%) build 25-Sep-2024 15:13:26 ............................................................. 5734 / 7864 ( 72%) build 25-Sep-2024 15:13:26 .......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5795 / 7864 ( 73%) build 25-Sep-2024 15:13:26 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5856 / 7864 ( 74%) build 25-Sep-2024 15:13:26 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5917 / 7864 ( 75%) build 25-Sep-2024 15:13:26 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5978 / 7864 ( 76%) build 25-Sep-2024 15:13:27 SSSSSSSSSSSSSSSSS............................................ 6039 / 7864 ( 76%) build 25-Sep-2024 15:13:29 ............................................................. 6100 / 7864 ( 77%) build 25-Sep-2024 15:13:31 ............................................................. 6161 / 7864 ( 78%) build 25-Sep-2024 15:13:32 ............................................................. 6222 / 7864 ( 79%) build 25-Sep-2024 15:13:34 ............................................................. 6283 / 7864 ( 79%) build 25-Sep-2024 15:13:36 ............................................................. 6344 / 7864 ( 80%) build 25-Sep-2024 15:13:37 ............................................................. 6405 / 7864 ( 81%) build 25-Sep-2024 15:13:39 ............................................................. 6466 / 7864 ( 82%) build 25-Sep-2024 15:13:41 ............................................................. 6527 / 7864 ( 82%) build 25-Sep-2024 15:13:42 ............................................................. 6588 / 7864 ( 83%) build 25-Sep-2024 15:13:44 ............................................................. 6649 / 7864 ( 84%) build 25-Sep-2024 15:13:46 ............................................................. 6710 / 7864 ( 85%) build 25-Sep-2024 15:13:47 ............................................................. 6771 / 7864 ( 86%) build 25-Sep-2024 15:13:49 ............................................................. 6832 / 7864 ( 86%) build 25-Sep-2024 15:13:51 ............................................................. 6893 / 7864 ( 87%) build 25-Sep-2024 15:13:52 ............................................................. 6954 / 7864 ( 88%) build 25-Sep-2024 15:13:54 ............................................................. 7015 / 7864 ( 89%) build 25-Sep-2024 15:13:56 ............................................................. 7076 / 7864 ( 89%) build 25-Sep-2024 15:13:57 ............................................................. 7137 / 7864 ( 90%) build 25-Sep-2024 15:13:59 ............................................................. 7198 / 7864 ( 91%) build 25-Sep-2024 15:14:01 ............................................................. 7259 / 7864 ( 92%) build 25-Sep-2024 15:14:02 ............................................................. 7320 / 7864 ( 93%) build 25-Sep-2024 15:14:04 ............................................................. 7381 / 7864 ( 93%) build 25-Sep-2024 15:14:06 ............................................................. 7442 / 7864 ( 94%) build 25-Sep-2024 15:14:07 ............................................................. 7503 / 7864 ( 95%) build 25-Sep-2024 15:14:09 ............................................................. 7564 / 7864 ( 96%) build 25-Sep-2024 15:14:11 ............................................................. 7625 / 7864 ( 96%) build 25-Sep-2024 15:14:12 ............................................................. 7686 / 7864 ( 97%) build 25-Sep-2024 15:14:14 ............................................................. 7747 / 7864 ( 98%) build 25-Sep-2024 15:14:16 ...................................................... build 25-Sep-2024 15:14:16 build 25-Sep-2024 15:14:16 Time: 03:43.616, Memory: 250.50 MB build 25-Sep-2024 15:14:16 build 25-Sep-2024 15:14:16 OK, but incomplete, skipped, or risky tests! build 25-Sep-2024 15:14:16 Tests: 7864, Assertions: 165727, Skipped: 275, Incomplete: 5. build 25-Sep-2024 15:14:16  build 25-Sep-2024 15:14:16 phpBB > docs: build 25-Sep-2024 15:14:16  build 25-Sep-2024 15:14:16 Updating project build 25-Sep-2024 15:14:16 build 25-Sep-2024 15:14:16 Version main build 25-Sep-2024 15:14:16 ------------ build 25-Sep-2024 15:14:16 build 25-Sep-2024 15:14:17 build 25-Sep-2024 15:14:17 0/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\controller\convertor build 25-Sep-2024 15:14:17  2/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\convert build 25-Sep-2024 15:14:19 Parsing diff build 25-Sep-2024 15:14:19  4/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing mapped_diff build 25-Sep-2024 15:14:19 Parsing diff_op build 25-Sep-2024 15:14:19 Parsing diff_op_copy build 25-Sep-2024 15:14:19 Parsing diff_op_delete build 25-Sep-2024 15:14:19 Parsing diff_op_add build 25-Sep-2024 15:14:19 Parsing diff_op_change build 25-Sep-2024 15:14:19 Parsing diff3 build 25-Sep-2024 15:14:19 Parsing diff3_op build 25-Sep-2024 15:14:19 Parsing diff3_op_copy build 25-Sep-2024 15:14:19 Parsing diff3_block_builder build 25-Sep-2024 15:14:19 Parsing diff_renderer build 25-Sep-2024 15:14:19  15/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Parsing diff_renderer_unified build 25-Sep-2024 15:14:19 Parsing diff_renderer_inline build 25-Sep-2024 15:14:19 Parsing diff_renderer_raw build 25-Sep-2024 15:14:19 Parsing diff_renderer_side_by_side build 25-Sep-2024 15:14:19 Parsing diff_engine build 25-Sep-2024 15:14:19  20/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing p_master build 25-Sep-2024 15:14:19  21/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing jabber build 25-Sep-2024 15:14:20  22/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2% 23/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing compress build 25-Sep-2024 15:14:20 Parsing compress_zip build 25-Sep-2024 15:14:20 Parsing compress_tar build 25-Sep-2024 15:14:20 Parsing SphinxClient build 25-Sep-2024 15:14:20  26/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing bbcode build 25-Sep-2024 15:14:21  27/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing transfer build 25-Sep-2024 15:14:21  28/804 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing ftp build 25-Sep-2024 15:14:21 Parsing ftp_fsock build 25-Sep-2024 15:14:21 Parsing mcp_main build 25-Sep-2024 15:14:21  31/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing mcp_logs build 25-Sep-2024 15:14:22  33/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_warn build 25-Sep-2024 15:14:22 Parsing mcp_reports build 25-Sep-2024 15:14:22  34/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_pm_reports build 25-Sep-2024 15:14:22  35/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_ban build 25-Sep-2024 15:14:22  36/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_notes build 25-Sep-2024 15:14:22 Parsing mcp_queue build 25-Sep-2024 15:14:22  38/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_main_info build 25-Sep-2024 15:14:22 Parsing mcp_logs_info build 25-Sep-2024 15:14:22 Parsing mcp_warn_info build 25-Sep-2024 15:14:22 Parsing mcp_reports_info build 25-Sep-2024 15:14:22 Parsing mcp_pm_reports_info build 25-Sep-2024 15:14:22 Parsing mcp_ban_info build 25-Sep-2024 15:14:22 Parsing mcp_notes_info build 25-Sep-2024 15:14:22 Parsing mcp_queue_info build 25-Sep-2024 15:14:23  47/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing acp_jabber build 25-Sep-2024 15:14:23 Parsing acp_disallow build 25-Sep-2024 15:14:23 Parsing acp_groups build 25-Sep-2024 15:14:23  49/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_modules build 25-Sep-2024 15:14:23  50/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_contact build 25-Sep-2024 15:14:23 Parsing auth_admin build 25-Sep-2024 15:14:23  52/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_bots build 25-Sep-2024 15:14:23  53/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_logs build 25-Sep-2024 15:14:24 Parsing acp_board build 25-Sep-2024 15:14:24  55/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_search build 25-Sep-2024 15:14:24  56/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_users build 25-Sep-2024 15:14:24  57/804 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_php_info build 25-Sep-2024 15:14:24 Parsing acp_email build 25-Sep-2024 15:14:24  59/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_inactive build 25-Sep-2024 15:14:24  60/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_words build 25-Sep-2024 15:14:24 Parsing acp_captcha build 25-Sep-2024 15:14:25  62/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_forums build 25-Sep-2024 15:14:25  63/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_bbcodes build 25-Sep-2024 15:14:25  64/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_prune build 25-Sep-2024 15:14:25  65/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8% 66/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_icons build 25-Sep-2024 15:14:25 Parsing acp_attachments build 25-Sep-2024 15:14:25  67/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_extensions build 25-Sep-2024 15:14:25  68/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_profile build 25-Sep-2024 15:14:25  69/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_ranks build 25-Sep-2024 15:14:26 Parsing acp_language build 25-Sep-2024 15:14:26  71/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8% 72/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_styles build 25-Sep-2024 15:14:26 Parsing acp_permission_roles build 25-Sep-2024 15:14:26  73/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_jabber_info build 25-Sep-2024 15:14:26 Parsing acp_disallow_info build 25-Sep-2024 15:14:26 Parsing acp_groups_info build 25-Sep-2024 15:14:26 Parsing acp_modules_info build 25-Sep-2024 15:14:26 Parsing acp_contact_info build 25-Sep-2024 15:14:26 Parsing acp_bots_info build 25-Sep-2024 15:14:26 Parsing acp_logs_info build 25-Sep-2024 15:14:26 Parsing acp_board_info build 25-Sep-2024 15:14:26 Parsing acp_search_info build 25-Sep-2024 15:14:26 Parsing acp_users_info build 25-Sep-2024 15:14:26  83/804 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_php_info_info build 25-Sep-2024 15:14:26 Parsing acp_email_info build 25-Sep-2024 15:14:26 Parsing acp_inactive_info build 25-Sep-2024 15:14:26 Parsing acp_words_info build 25-Sep-2024 15:14:26 Parsing acp_captcha_info build 25-Sep-2024 15:14:26 Parsing acp_forums_info build 25-Sep-2024 15:14:26 Parsing acp_bbcodes_info build 25-Sep-2024 15:14:26 Parsing acp_prune_info build 25-Sep-2024 15:14:26 Parsing acp_icons_info build 25-Sep-2024 15:14:26 Parsing acp_attachments_info build 25-Sep-2024 15:14:26 Parsing acp_extensions_info build 25-Sep-2024 15:14:26 Parsing acp_profile_info build 25-Sep-2024 15:14:26 Parsing acp_ranks_info build 25-Sep-2024 15:14:26  96/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_language_info build 25-Sep-2024 15:14:26 Parsing acp_styles_info build 25-Sep-2024 15:14:26 Parsing acp_permission_roles_info build 25-Sep-2024 15:14:26 Parsing acp_permissions_info build 25-Sep-2024 15:14:26 Parsing acp_ban_info build 25-Sep-2024 15:14:26 Parsing acp_update_info build 25-Sep-2024 15:14:26  103/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_main_info build 25-Sep-2024 15:14:26 Parsing acp_help_phpbb_info build 25-Sep-2024 15:14:26 Parsing acp_storage_info build 25-Sep-2024 15:14:26 Parsing acp_reasons_info build 25-Sep-2024 15:14:26 Parsing acp_permissions build 25-Sep-2024 15:14:26  107/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_ban build 25-Sep-2024 15:14:26 Parsing acp_update build 25-Sep-2024 15:14:26 Parsing acp_main build 25-Sep-2024 15:14:26  110/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_help_phpbb build 25-Sep-2024 15:14:26  112/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_storage build 25-Sep-2024 15:14:26 Parsing acp_reasons build 25-Sep-2024 15:14:26  113/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing phpbb_questionnaire_data_collector build 25-Sep-2024 15:14:26  114/804 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing phpbb_questionnaire_php_data_provider build 25-Sep-2024 15:14:26 Parsing phpbb_questionnaire_system_data_provider build 25-Sep-2024 15:14:26 Parsing phpbb_questionnaire_phpbb_data_provider build 25-Sep-2024 15:14:27 Parsing ucp_prefs build 25-Sep-2024 15:14:27  118/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing ucp_confirm build 25-Sep-2024 15:14:27 Parsing ucp_auth_link build 25-Sep-2024 15:14:27 Parsing ucp_resend build 25-Sep-2024 15:14:27  121/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_groups build 25-Sep-2024 15:14:27  122/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_attachments build 25-Sep-2024 15:14:27 Parsing ucp_notifications build 25-Sep-2024 15:14:27  124/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_login_link build 25-Sep-2024 15:14:27 Parsing ucp_activate build 25-Sep-2024 15:14:28  126/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_main build 25-Sep-2024 15:14:28  127/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing ucp_zebra build 25-Sep-2024 15:14:28  129/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_pm build 25-Sep-2024 15:14:28 Parsing ucp_register build 25-Sep-2024 15:14:28  130/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_prefs_info build 25-Sep-2024 15:14:28  131/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_auth_link_info build 25-Sep-2024 15:14:28 Parsing ucp_groups_info build 25-Sep-2024 15:14:28 Parsing ucp_attachments_info build 25-Sep-2024 15:14:28 Parsing ucp_notifications_info build 25-Sep-2024 15:14:28 Parsing ucp_main_info build 25-Sep-2024 15:14:28 Parsing ucp_zebra_info build 25-Sep-2024 15:14:28 Parsing ucp_pm_info build 25-Sep-2024 15:14:28 Parsing ucp_profile_info build 25-Sep-2024 15:14:28 Parsing ucp_profile build 25-Sep-2024 15:14:29  140/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing bbcode_firstpass build 25-Sep-2024 15:14:29  141/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing parse_message build 25-Sep-2024 15:14:29 Parsing bitfield build 25-Sep-2024 15:14:29  143/804 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing messenger build 25-Sep-2024 15:14:29  144/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing queue build 25-Sep-2024 15:14:29 Parsing smtp_class build 25-Sep-2024 15:14:30 Parsing phpbb\content_visibility build 25-Sep-2024 15:14:30  147/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\memory build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\apcu build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\dummy build 25-Sep-2024 15:14:30  150/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing phpbb\cache\driver\wincache build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\driver_interface build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\base build 25-Sep-2024 15:14:30  153/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\cache\driver\memcached build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\redis build 25-Sep-2024 15:14:30 Parsing phpbb\cache\driver\file build 25-Sep-2024 15:14:31  156/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\cache\service build 25-Sep-2024 15:14:31  157/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb\textreparser\manager build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\poll_option build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\pm_text build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\forum_description build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\contact_admin_info build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\user_signature build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\poll_title build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\post_text build 25-Sep-2024 15:14:31  165/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\textreparser\plugins\group_description build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\plugins\forum_rules build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\row_based_plugin build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\base build 25-Sep-2024 15:14:31 Parsing phpbb\textreparser\reparser_interface build 25-Sep-2024 15:14:31  170/804 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\form\form_helper build 25-Sep-2024 15:14:31 Parsing phpbb\filesystem\exception\filesystem_exception build 25-Sep-2024 15:14:31 Parsing phpbb\filesystem\filesystem_interface build 25-Sep-2024 15:14:31 Parsing phpbb\filesystem\filesystem build 25-Sep-2024 15:14:31  174/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\filesystem\helper build 25-Sep-2024 15:14:31 Parsing phpbb\filesystem\temp build 25-Sep-2024 15:14:31 Parsing phpbb\di\service_collection_iterator build 25-Sep-2024 15:14:31  177/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\di\pass\markpublic_pass build 25-Sep-2024 15:14:31 Parsing phpbb\di\pass\collection_pass build 25-Sep-2024 15:14:31 Parsing phpbb\di\pass\convert_events build 25-Sep-2024 15:14:31 Parsing phpbb\di\service_collection build 25-Sep-2024 15:14:31 Parsing phpbb\di\exception\service_not_found_exception build 25-Sep-2024 15:14:31 Parsing phpbb\di\exception\di_exception build 25-Sep-2024 15:14:31 Parsing phpbb\di\exception\multiple_service_definitions_exception build 25-Sep-2024 15:14:31 Parsing phpbb\di\ordered_service_collection build 25-Sep-2024 15:14:31  185/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\di\container_builder build 25-Sep-2024 15:14:31  186/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\di\proxy_instantiator build 25-Sep-2024 15:14:31 Parsing phpbb\di\extension\container_configuration build 25-Sep-2024 15:14:31 Parsing phpbb\di\extension\config build 25-Sep-2024 15:14:31 Parsing phpbb\di\extension\core build 25-Sep-2024 15:14:31 Parsing phpbb\di\extension\tables build 25-Sep-2024 15:14:31  191/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\pagination build 25-Sep-2024 15:14:31  192/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\error_collector build 25-Sep-2024 15:14:31 Parsing phpbb\lock\flock build 25-Sep-2024 15:14:31 Parsing phpbb\lock\posting build 25-Sep-2024 15:14:31 Parsing phpbb\lock\db build 25-Sep-2024 15:14:31 Parsing phpbb\attachment\resync build 25-Sep-2024 15:14:31  197/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\upload build 25-Sep-2024 15:14:31  198/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\manager build 25-Sep-2024 15:14:31 Parsing phpbb\attachment\delete build 25-Sep-2024 15:14:31  200/804 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\attachment\attachment_category build 25-Sep-2024 15:14:31 Parsing phpbb\module\module_manager build 25-Sep-2024 15:14:31  202/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\module\exception\module_not_found_exception build 25-Sep-2024 15:14:31 Parsing phpbb\module\exception\module_exception build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_string_common build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_bool build 25-Sep-2024 15:14:31  206/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_string build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_interface build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_int build 25-Sep-2024 15:14:31  209/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\profilefields\type\type_date build 25-Sep-2024 15:14:31  210/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\type\type_dropdown build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_base build 25-Sep-2024 15:14:31  212/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\type\type_text build 25-Sep-2024 15:14:31 Parsing phpbb\profilefields\type\type_url build 25-Sep-2024 15:14:32 Parsing phpbb\profilefields\manager build 25-Sep-2024 15:14:32  215/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\profilefields\lang_helper build 25-Sep-2024 15:14:32 Parsing phpbb\group\helper build 25-Sep-2024 15:14:32  217/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\install\module_base build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\install_finish\task\install_extensions build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\install_finish\task\populate_migrations build 25-Sep-2024 15:14:32  220/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\install_finish\task\notify_user build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\install_finish\module build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\install_filesystem\task\create_config_file build 25-Sep-2024 15:14:32  223/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\install\module\install_filesystem\module build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\requirements\abstract_requirements_module build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\requirements\task\check_filesystem build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\requirements\task\check_update build 25-Sep-2024 15:14:32  227/804 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\requirements\task\check_server_environment build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\requirements\install_module build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\requirements\update_module build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\update_filesystem\task\download_updated_files build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\update_filesystem\task\file_check build 25-Sep-2024 15:14:32  232/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\install\module\update_filesystem\task\show_file_status build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\update_filesystem\task\update_files build 25-Sep-2024 15:14:32  234/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\module\update_filesystem\task\diff_files build 25-Sep-2024 15:14:32 Parsing phpbb\install\module\update_filesystem\module build 25-Sep-2024 15:14:32 Parsing phpbb\install\updater_configuration build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\user_interaction_required_exception build 25-Sep-2024 15:14:32  238/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\exception\cannot_build_container_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\installer_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\installer_config_not_writable_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\jump_to_restart_point_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\file_updater_failure_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\resource_limit_reached_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\exception\invalid_dbms_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\sequential_task build 25-Sep-2024 15:14:32 Parsing phpbb\install\console\command\install\install build 25-Sep-2024 15:14:32  247/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\console\command\install\config\show build 25-Sep-2024 15:14:32 Parsing phpbb\install\console\command\install\config\validate build 25-Sep-2024 15:14:32  250/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\console\command\update\update build 25-Sep-2024 15:14:32 Parsing phpbb\install\console\command\update\config\show build 25-Sep-2024 15:14:32 Parsing phpbb\install\console\command\update\config\validate build 25-Sep-2024 15:14:32 Parsing phpbb\install\installer build 25-Sep-2024 15:14:32  253/804 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\event\kernel_exception_subscriber build 25-Sep-2024 15:14:32 Parsing phpbb\install\task_interface build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\navigation\navigation_provider build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\navigation\update_navigation build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\navigation\install_navigation build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\navigation\main_navigation build 25-Sep-2024 15:14:32  260/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\navigation\navigation_interface build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\navigation\convertor_navigation build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\update_helper build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\container_factory build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\config build 25-Sep-2024 15:14:32  264/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\helper\iohandler\factory build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\iohandler\iohandler_base build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\iohandler\ajax_iohandler build 25-Sep-2024 15:14:32  268/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\iohandler\cli_iohandler build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\iohandler\iohandler_interface build 25-Sep-2024 15:14:32  270/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\helper\file_updater\ftp_file_updater build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\file_updater\factory build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\file_updater\compression_file_updater build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\file_updater\file_updater_interface build 25-Sep-2024 15:14:32 Parsing phpbb\install\helper\file_updater\file_updater build 25-Sep-2024 15:14:32  275/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\helper\install_helper build 25-Sep-2024 15:14:32 Parsing phpbb\install\installer_configuration build 25-Sep-2024 15:14:32 Parsing phpbb\install\controller\update build 25-Sep-2024 15:14:32 Parsing phpbb\install\controller\installer_index build 25-Sep-2024 15:14:32  279/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\controller\install build 25-Sep-2024 15:14:32 Parsing phpbb\install\controller\timeout_check build 25-Sep-2024 15:14:32 Parsing phpbb\install\controller\helper build 25-Sep-2024 15:14:32  282/804 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\install\controller\archive_download build 25-Sep-2024 15:14:32 Parsing phpbb\install\module_interface build 25-Sep-2024 15:14:32 Parsing phpbb\install\task_base build 25-Sep-2024 15:14:32 Parsing phpbb\exception\runtime_exception build 25-Sep-2024 15:14:32 Parsing phpbb\exception\exception_interface build 25-Sep-2024 15:14:32 Parsing phpbb\exception\version_check_exception build 25-Sep-2024 15:14:32 Parsing phpbb\exception\http_exception build 25-Sep-2024 15:14:32  290/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\tree\tree_interface build 25-Sep-2024 15:14:33 Parsing phpbb\tree\nestedset build 25-Sep-2024 15:14:33  291/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\tree\nestedset_forum build 25-Sep-2024 15:14:33 Parsing phpbb\help\manager build 25-Sep-2024 15:14:33 Parsing phpbb\help\controller\bbcode build 25-Sep-2024 15:14:33 Parsing phpbb\help\controller\controller build 25-Sep-2024 15:14:33 Parsing phpbb\help\controller\faq build 25-Sep-2024 15:14:33  296/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\help\controller\help build 25-Sep-2024 15:14:33 Parsing phpbb\file_downloader build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\sha_xf1 build 25-Sep-2024 15:14:33  299/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\passwords\driver\argon2i build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\sha1_smf build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\phpass build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\bcrypt_2y build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\argon2id build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\md5_vb build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\driver_interface build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\helper build 25-Sep-2024 15:14:33  307/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\passwords\driver\base build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\rehashable_driver_interface build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\bcrypt build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\sha1 build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\sha1_wcf1 build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\convert_password build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\salted_md5 build 25-Sep-2024 15:14:33  314/804 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\passwords\driver\bcrypt_wcf2 build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\md5_phpbb2 build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\base_native build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\driver\md5_mybb build 25-Sep-2024 15:14:33 Parsing phpbb\passwords\manager build 25-Sep-2024 15:14:33  319/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\passwords\helper build 25-Sep-2024 15:14:33  321/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\user build 25-Sep-2024 15:14:33 Parsing phpbb\json_response build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\base_user build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\team build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\source_interface build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\user build 25-Sep-2024 15:14:33  327/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\mention\source\base_group build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\friend build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\topic build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\group build 25-Sep-2024 15:14:33 Parsing phpbb\mention\source\usergroup build 25-Sep-2024 15:14:33 Parsing phpbb\mention\controller\mention build 25-Sep-2024 15:14:33 Parsing phpbb\composer\manager build 25-Sep-2024 15:14:33  333/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\composer\exception\runtime_exception build 25-Sep-2024 15:14:33 Parsing phpbb\composer\exception\managed_with_clean_error_exception build 25-Sep-2024 15:14:33 Parsing phpbb\composer\exception\managed_with_enable_error_exception build 25-Sep-2024 15:14:33 Parsing phpbb\composer\exception\managed_with_error_exception build 25-Sep-2024 15:14:33  338/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\composer\installer build 25-Sep-2024 15:14:33 Parsing phpbb\composer\io\translate_composer_trait build 25-Sep-2024 15:14:33 Parsing phpbb\composer\io\html_output_formatter build 25-Sep-2024 15:14:33 Parsing phpbb\composer\io\io_interface build 25-Sep-2024 15:14:33 Parsing phpbb\composer\io\null_io build 25-Sep-2024 15:14:33  342/804 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\composer\io\web_io build 25-Sep-2024 15:14:33 Parsing phpbb\composer\io\console_io build 25-Sep-2024 15:14:33 Parsing phpbb\composer\manager_interface build 25-Sep-2024 15:14:33  346/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\composer\extension_manager build 25-Sep-2024 15:14:33 Parsing phpbb\console\exception_subscriber build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\cache\purge build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\user\reclean build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\user\activate build 25-Sep-2024 15:14:33  350/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\add build 25-Sep-2024 15:14:33  351/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\delete build 25-Sep-2024 15:14:33  353/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\console\command\user\delete_id build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\fixup\update_hashes build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\fixup\fix_left_right_ids build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\command build 25-Sep-2024 15:14:33 Parsing phpbb\console\command\thumbnail\generate build 25-Sep-2024 15:14:33  357/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\thumbnail\delete build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\thumbnail\recreate build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\cron\cron_list build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\cron\run build 25-Sep-2024 15:14:34  361/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\config\set_atomic build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\config\get build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\config\command build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\config\increment build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\config\set build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\config\delete build 25-Sep-2024 15:14:34  367/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\dev\migration_tips build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\searchindex\create build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\searchindex\list_all build 25-Sep-2024 15:14:34  370/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\searchindex\delete build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\update\check build 25-Sep-2024 15:14:34  372/804 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\db\console_migrator_output_handler build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\db\migration_command build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\db\revert build 25-Sep-2024 15:14:34  376/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\db\migrate build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\db\list_command build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\reparser\reparse build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\reparser\list_all build 25-Sep-2024 15:14:34  379/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\update build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\show build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\enable build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\install build 25-Sep-2024 15:14:34  383/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\extension\disable build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\command build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\remove build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\list_available build 25-Sep-2024 15:14:34  388/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\console\command\extension\manage build 25-Sep-2024 15:14:34 Parsing phpbb\console\command\extension\purge build 25-Sep-2024 15:14:34 Parsing phpbb\console\application build 25-Sep-2024 15:14:34 Parsing phpbb\feed\overall build 25-Sep-2024 15:14:34 Parsing phpbb\feed\topic_base build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\no_feed_exception build 25-Sep-2024 15:14:34  393/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\feed\exception\no_forum_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\unauthorized_topic_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\no_topic_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\feed_unavailable_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\feed_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\unauthorized_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\exception\unauthorized_forum_exception build 25-Sep-2024 15:14:34 Parsing phpbb\feed\topics build 25-Sep-2024 15:14:34  402/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\topics_active build 25-Sep-2024 15:14:34 Parsing phpbb\feed\forums build 25-Sep-2024 15:14:34 Parsing phpbb\feed\forum build 25-Sep-2024 15:14:34 Parsing phpbb\feed\post_base build 25-Sep-2024 15:14:34 Parsing phpbb\feed\topic build 25-Sep-2024 15:14:34  406/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\helper build 25-Sep-2024 15:14:34 Parsing phpbb\feed\base build 25-Sep-2024 15:14:34  408/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\controller\feed build 25-Sep-2024 15:14:34  409/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\attachments_base build 25-Sep-2024 15:14:34 Parsing phpbb\feed\news build 25-Sep-2024 15:14:34 Parsing phpbb\feed\quote_helper build 25-Sep-2024 15:14:34 Parsing phpbb\feed\feed_interface build 25-Sep-2024 15:14:34 Parsing phpbb\auth\auth build 25-Sep-2024 15:14:34  414/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\auth\provider\oauth\service\facebook build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\service\twitter build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\service\google build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\service\service_interface build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\service\base build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\service\exception build 25-Sep-2024 15:14:34  420/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\service\bitly build 25-Sep-2024 15:14:34 Parsing phpbb\auth\provider\oauth\oauth build 25-Sep-2024 15:14:34  422/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\token_storage build 25-Sep-2024 15:14:34  423/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\ldap build 25-Sep-2024 15:14:35  424/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\apache build 25-Sep-2024 15:14:35 Parsing phpbb\auth\provider\provider_interface build 25-Sep-2024 15:14:35 Parsing phpbb\auth\provider\base build 25-Sep-2024 15:14:35  427/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\db build 25-Sep-2024 15:14:35 Parsing phpbb\auth\provider_collection build 25-Sep-2024 15:14:35 Parsing phpbb\files\filespec build 25-Sep-2024 15:14:35  430/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\files\factory build 25-Sep-2024 15:14:35 Parsing phpbb\files\filespec_storage build 25-Sep-2024 15:14:35  432/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\files\upload build 25-Sep-2024 15:14:35 Parsing phpbb\files\types\type_interface build 25-Sep-2024 15:14:35  434/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\files\types\form_storage build 25-Sep-2024 15:14:35 Parsing phpbb\files\types\form build 25-Sep-2024 15:14:35 Parsing phpbb\files\types\local_storage build 25-Sep-2024 15:14:35 Parsing phpbb\files\types\base build 25-Sep-2024 15:14:35  438/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\files\types\local build 25-Sep-2024 15:14:35 Parsing phpbb\message\topic_form build 25-Sep-2024 15:14:35 Parsing phpbb\message\message build 25-Sep-2024 15:14:35  441/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\message\admin_form build 25-Sep-2024 15:14:35 Parsing phpbb\message\form build 25-Sep-2024 15:14:35  443/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\message\user_form build 25-Sep-2024 15:14:35 Parsing phpbb\ban\type\ip build 25-Sep-2024 15:14:35 Parsing phpbb\ban\type\user build 25-Sep-2024 15:14:35  446/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\type\type_interface build 25-Sep-2024 15:14:35 Parsing phpbb\ban\type\email build 25-Sep-2024 15:14:35 Parsing phpbb\ban\type\base build 25-Sep-2024 15:14:35 Parsing phpbb\ban\manager build 25-Sep-2024 15:14:35  450/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\ban\exception\no_valid_users_exception build 25-Sep-2024 15:14:35 Parsing phpbb\ban\exception\no_valid_ips_exception build 25-Sep-2024 15:14:35 Parsing phpbb\ban\exception\type_not_found_exception build 25-Sep-2024 15:14:35 Parsing phpbb\ban\exception\no_valid_emails_exception build 25-Sep-2024 15:14:35 Parsing phpbb\ban\exception\invalid_length_exception build 25-Sep-2024 15:14:35 Parsing phpbb\config_php_file build 25-Sep-2024 15:14:35 Parsing phpbb\path_helper build 25-Sep-2024 15:14:35  457/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\factory build 25-Sep-2024 15:14:35  459/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\qa build 25-Sep-2024 15:14:35 Parsing phpbb\captcha\plugins\recaptcha build 25-Sep-2024 15:14:35 Parsing phpbb\captcha\plugins\recaptcha_v3 build 25-Sep-2024 15:14:35  461/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57% 462/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\captcha_abstract build 25-Sep-2024 15:14:35 Parsing phpbb\captcha\plugins\incomplete build 25-Sep-2024 15:14:35 Parsing phpbb\event\dispatcher build 25-Sep-2024 15:14:35 Parsing phpbb\event\php_exporter build 25-Sep-2024 15:14:36  465/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\md_exporter build 25-Sep-2024 15:14:36  466/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\event\recursive_event_filter_iterator build 25-Sep-2024 15:14:36 Parsing phpbb\event\rst_exporter build 25-Sep-2024 15:14:36 Parsing phpbb\event\dispatcher_interface build 25-Sep-2024 15:14:36 Parsing phpbb\event\kernel_terminate_subscriber build 25-Sep-2024 15:14:36 Parsing phpbb\event\kernel_exception_subscriber build 25-Sep-2024 15:14:36  471/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\groupposition\groupposition_interface build 25-Sep-2024 15:14:36 Parsing phpbb\groupposition\legend build 25-Sep-2024 15:14:36  474/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\groupposition\teampage build 25-Sep-2024 15:14:36 Parsing phpbb\groupposition\exception build 25-Sep-2024 15:14:36 Parsing phpbb\routing\router build 25-Sep-2024 15:14:36  476/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\loader_resolver build 25-Sep-2024 15:14:36 Parsing phpbb\routing\file_locator build 25-Sep-2024 15:14:36 Parsing phpbb\routing\helper build 25-Sep-2024 15:14:36 Parsing phpbb\routing\resources_locator\default_resources_locator build 25-Sep-2024 15:14:36 Parsing phpbb\routing\resources_locator\chained_resources_locator build 25-Sep-2024 15:14:36  481/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\routing\resources_locator\resources_locator_interface build 25-Sep-2024 15:14:36 Parsing phpbb\routing\resources_locator\installer_resources_locator build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\utils build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\factory build 25-Sep-2024 15:14:36  485/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\acp_utils build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\parser build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\bbcode_merger build 25-Sep-2024 15:14:36  488/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\textformatter\s9e\mention_helper build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\quote_helper build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\s9e\renderer build 25-Sep-2024 15:14:36  491/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\link_helper build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\parser_interface build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\cache_interface build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\renderer_interface build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\utils_interface build 25-Sep-2024 15:14:36 Parsing phpbb\textformatter\acp_utils_interface build 25-Sep-2024 15:14:36  498/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\cron\manager build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\task build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\text_reparser\reparser build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\wrapper build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\parametrized build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\base build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\tidy_search build 25-Sep-2024 15:14:36  504/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\core\prune_forum build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\tidy_warnings build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\prune_shadow_topics build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\prune_all_forums build 25-Sep-2024 15:14:36  508/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\update_hashes build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\prune_notifications build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\tidy_sessions build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\tidy_plupload build 25-Sep-2024 15:14:36 Parsing phpbb\cron\task\core\tidy_cache build 25-Sep-2024 15:14:36  513/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\queue build 25-Sep-2024 15:14:36 Parsing phpbb\cron\event\cron_runner_listener build 25-Sep-2024 15:14:36 Parsing phpbb\cron\controller\cron build 25-Sep-2024 15:14:36 Parsing phpbb\viewonline_helper build 25-Sep-2024 15:14:36 Parsing phpbb\finder\factory build 25-Sep-2024 15:14:36 Parsing phpbb\finder\recursive_path_iterator build 25-Sep-2024 15:14:36 Parsing phpbb\finder\recursive_dot_prefix_filter_iterator build 25-Sep-2024 15:14:36  520/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\finder\finder build 25-Sep-2024 15:14:36  521/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\language\language_file_helper build 25-Sep-2024 15:14:36 Parsing phpbb\language\exception\invalid_plural_rule_exception build 25-Sep-2024 15:14:36 Parsing phpbb\language\exception\language_file_not_found build 25-Sep-2024 15:14:36 Parsing phpbb\language\exception\language_exception build 25-Sep-2024 15:14:36 Parsing phpbb\language\language_file_loader build 25-Sep-2024 15:14:36 Parsing phpbb\language\language build 25-Sep-2024 15:14:36  527/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\config\config build 25-Sep-2024 15:14:36 Parsing phpbb\config\db_text build 25-Sep-2024 15:14:36 Parsing phpbb\config\db build 25-Sep-2024 15:14:36  530/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\debug\debug build 25-Sep-2024 15:14:36 Parsing phpbb\debug\error_handler build 25-Sep-2024 15:14:36 Parsing phpbb\mimetype\guesser_base build 25-Sep-2024 15:14:36 Parsing phpbb\mimetype\content_guesser build 25-Sep-2024 15:14:36 Parsing phpbb\mimetype\guesser_interface build 25-Sep-2024 15:14:36 Parsing phpbb\mimetype\extension_guesser build 25-Sep-2024 15:14:36  536/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\mimetype\guesser build 25-Sep-2024 15:14:37 Parsing phpbb\manifest build 25-Sep-2024 15:14:37 Parsing phpbb\permissions build 25-Sep-2024 15:14:37  539/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\group_request build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\quote build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\report_post_closed build 25-Sep-2024 15:14:37  542/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\report_pm build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\report_post build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\post_in_queue build 25-Sep-2024 15:14:37  545/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\notification\type\approve_topic build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\type_interface build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\mention build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\forum build 25-Sep-2024 15:14:37  549/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\approve_post build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\group_request_approved build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\topic build 25-Sep-2024 15:14:37  552/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\disapprove_topic build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\base build 25-Sep-2024 15:14:37  554/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\pm build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\post build 25-Sep-2024 15:14:37  556/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\topic_in_queue build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\report_pm_closed build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\admin_activate_user build 25-Sep-2024 15:14:37  559/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\bookmark build 25-Sep-2024 15:14:37 Parsing phpbb\notification\type\disapprove_post build 25-Sep-2024 15:14:37 Parsing phpbb\notification\manager build 25-Sep-2024 15:14:37  562/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\method\board build 25-Sep-2024 15:14:37  563/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\method_interface build 25-Sep-2024 15:14:37 Parsing phpbb\notification\method\extended_method_interface build 25-Sep-2024 15:14:37 Parsing phpbb\notification\method\webpush build 25-Sep-2024 15:14:37  566/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\method\email build 25-Sep-2024 15:14:37 Parsing phpbb\notification\method\jabber build 25-Sep-2024 15:14:37 Parsing phpbb\notification\method\messenger_base build 25-Sep-2024 15:14:37 Parsing phpbb\notification\method\base build 25-Sep-2024 15:14:37  570/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\exception build 25-Sep-2024 15:14:37 Parsing phpbb\class_loader build 25-Sep-2024 15:14:37 Parsing phpbb\log\dummy build 25-Sep-2024 15:14:37 Parsing phpbb\log\log build 25-Sep-2024 15:14:37  574/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\log\log_interface build 25-Sep-2024 15:14:37  576/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\controller\helper build 25-Sep-2024 15:14:37 Parsing phpbb\controller\resolver build 25-Sep-2024 15:14:37 Parsing phpbb\controller\exception build 25-Sep-2024 15:14:37 Parsing phpbb\symfony_request build 25-Sep-2024 15:14:38 Parsing phpbb\version_helper build 25-Sep-2024 15:14:38  580/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_mysql build 25-Sep-2024 15:14:38  581/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_sphinx build 25-Sep-2024 15:14:38  582/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\fulltext_native build 25-Sep-2024 15:14:38  583/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\search_backend_interface build 25-Sep-2024 15:14:38 Parsing phpbb\search\backend\base build 25-Sep-2024 15:14:38  585/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\search\backend\sphinx\config_variable build 25-Sep-2024 15:14:38 Parsing phpbb\search\backend\sphinx\config_section build 25-Sep-2024 15:14:38 Parsing phpbb\search\backend\sphinx\config build 25-Sep-2024 15:14:38 Parsing phpbb\search\backend\sphinx\config_item build 25-Sep-2024 15:14:38 Parsing phpbb\search\backend\fulltext_postgres build 25-Sep-2024 15:14:38  590/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\exception\no_action_in_progress_exception build 25-Sep-2024 15:14:38 Parsing phpbb\search\exception\search_exception build 25-Sep-2024 15:14:38 Parsing phpbb\search\exception\no_search_backend_found_exception build 25-Sep-2024 15:14:38 Parsing phpbb\search\exception\action_in_progress_exception build 25-Sep-2024 15:14:38 Parsing phpbb\search\state_helper build 25-Sep-2024 15:14:38 Parsing phpbb\search\search_backend_factory build 25-Sep-2024 15:14:38 Parsing phpbb\avatar\driver\upload build 25-Sep-2024 15:14:38  597/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\gravatar build 25-Sep-2024 15:14:38 Parsing phpbb\avatar\driver\driver_interface build 25-Sep-2024 15:14:38 Parsing phpbb\avatar\driver\driver build 25-Sep-2024 15:14:38  600/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\local build 25-Sep-2024 15:14:38 Parsing phpbb\avatar\manager build 25-Sep-2024 15:14:38  602/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\helper build 25-Sep-2024 15:14:38 Parsing phpbb\db\doctrine\comparator build 25-Sep-2024 15:14:38 Parsing phpbb\db\doctrine\sqlsrv_platform build 25-Sep-2024 15:14:38  605/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\table_helper build 25-Sep-2024 15:14:38 Parsing phpbb\db\doctrine\postgresql_platform build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\connection_parameter_factory build 25-Sep-2024 15:14:39  608/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\case_insensitive_string build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\connection_factory build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\type_converter build 25-Sep-2024 15:14:39  611/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\doctrine\oci8\statement build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\oci8\driver build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\oci8\schema_manager build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\oci8\connection build 25-Sep-2024 15:14:39 Parsing phpbb\db\doctrine\oci8\result build 25-Sep-2024 15:14:39  617/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\doctrine\oracle_platform build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\profilefield_base_migration build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\container_aware_migration build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\schema_generator build 25-Sep-2024 15:14:39  620/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\helper build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\tool\permission build 25-Sep-2024 15:14:39  622/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\config build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\tool\module build 25-Sep-2024 15:14:39  624/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\tool\config_text build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\tool\tool_interface build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\migration build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\migration_interface build 25-Sep-2024 15:14:39 Parsing phpbb\db\migration\exception build 25-Sep-2024 15:14:39 Parsing phpbb\db\driver\factory build 25-Sep-2024 15:14:39  630/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\oracle build 25-Sep-2024 15:14:39  631/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\mssql_base build 25-Sep-2024 15:14:39 Parsing phpbb\db\driver\mysql_base build 25-Sep-2024 15:14:39  634/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\mssql_odbc build 25-Sep-2024 15:14:39 Parsing phpbb\db\driver\mssqlnative build 25-Sep-2024 15:14:39  635/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\driver_interface build 25-Sep-2024 15:14:39  637/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\driver build 25-Sep-2024 15:14:39  638/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\mysqli build 25-Sep-2024 15:14:39  639/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\sqlite3 build 25-Sep-2024 15:14:39 Parsing phpbb\db\driver\postgres build 25-Sep-2024 15:14:39  640/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\sql_insert_buffer build 25-Sep-2024 15:14:39 Parsing phpbb\db\tools\factory build 25-Sep-2024 15:14:40 Parsing phpbb\db\tools\doctrine build 25-Sep-2024 15:14:40  643/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\tools_interface build 25-Sep-2024 15:14:40 Parsing phpbb\db\tools\tools build 25-Sep-2024 15:14:40 Parsing phpbb\db\tools\mssql build 25-Sep-2024 15:14:40 Parsing phpbb\db\tools\postgres build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\sqlite3_extractor build 25-Sep-2024 15:14:40  648/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\factory build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\mysql_extractor build 25-Sep-2024 15:14:40  650/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\exception\extractor_not_initialized_exception build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\exception\invalid_format_exception build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\mssql_extractor build 25-Sep-2024 15:14:40  653/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\extractor_interface build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\postgres_extractor build 25-Sep-2024 15:14:40  655/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\base_extractor build 25-Sep-2024 15:14:40 Parsing phpbb\db\extractor\oracle_extractor build 25-Sep-2024 15:14:40  657/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\migrator build 25-Sep-2024 15:14:40  658/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\output_handler\null_migrator_output_handler build 25-Sep-2024 15:14:40 Parsing phpbb\db\output_handler\migrator_output_handler_interface build 25-Sep-2024 15:14:40 Parsing phpbb\db\output_handler\log_wrapper_migrator_output_handler build 25-Sep-2024 15:14:40 Parsing phpbb\db\output_handler\html_migrator_output_handler build 25-Sep-2024 15:14:40 Parsing phpbb\db\output_handler\installer_migrator_output_handler build 25-Sep-2024 15:14:40 Parsing phpbb\ucp\controller\delete_cookies build 25-Sep-2024 15:14:40 Parsing phpbb\ucp\controller\webpush build 25-Sep-2024 15:14:40  665/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\reset_password build 25-Sep-2024 15:14:40  666/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\json\sanitizer build 25-Sep-2024 15:14:40 Parsing phpbb\report\report_handler_pm build 25-Sep-2024 15:14:40 Parsing phpbb\report\handler_factory build 25-Sep-2024 15:14:40 Parsing phpbb\report\report_reason_list_provider build 25-Sep-2024 15:14:40 Parsing phpbb\report\report_handler_interface build 25-Sep-2024 15:14:40  671/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\report\exception\factory_invalid_argument_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\report_permission_denied_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\empty_report_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\invalid_report_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\entity_not_found_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\already_reported_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\exception\pm_reporting_disabled_exception build 25-Sep-2024 15:14:40 Parsing phpbb\report\report_handler build 25-Sep-2024 15:14:40 Parsing phpbb\report\controller\report build 25-Sep-2024 15:14:40  680/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\report_handler_post build 25-Sep-2024 15:14:40 Parsing phpbb\datetime build 25-Sep-2024 15:14:40 Parsing phpbb\session build 25-Sep-2024 15:14:40  683/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\user_loader build 25-Sep-2024 15:14:40 Parsing phpbb\posting\post_helper build 25-Sep-2024 15:14:40 Parsing phpbb\extension\di\extension_base build 25-Sep-2024 15:14:40  686/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\extension_interface build 25-Sep-2024 15:14:41 Parsing phpbb\extension\manager build 25-Sep-2024 15:14:41  688/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\base build 25-Sep-2024 15:14:41 Parsing phpbb\extension\provider build 25-Sep-2024 15:14:41 Parsing phpbb\extension\exception build 25-Sep-2024 15:14:41  692/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\plupload\plupload build 25-Sep-2024 15:14:41 Parsing phpbb\storage\provider\provider_interface build 25-Sep-2024 15:14:41 Parsing phpbb\storage\provider\local build 25-Sep-2024 15:14:41 Parsing phpbb\storage\exception\storage_exception build 25-Sep-2024 15:14:41 Parsing phpbb\storage\exception\no_action_in_progress_exception build 25-Sep-2024 15:14:41 Parsing phpbb\storage\exception\action_in_progress_exception build 25-Sep-2024 15:14:41 Parsing phpbb\storage\state_helper build 25-Sep-2024 15:14:41 Parsing phpbb\storage\helper build 25-Sep-2024 15:14:41  699/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\storage\adapter_factory build 25-Sep-2024 15:14:41 Parsing phpbb\storage\adapter\local build 25-Sep-2024 15:14:41 Parsing phpbb\storage\adapter\adapter_interface build 25-Sep-2024 15:14:41  702/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\controller\attachment build 25-Sep-2024 15:14:41  703/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\controller\controller build 25-Sep-2024 15:14:41 Parsing phpbb\storage\controller\avatar build 25-Sep-2024 15:14:41  706/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\storage\storage build 25-Sep-2024 15:14:41 Parsing phpbb\storage\stream_interface build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\tokenparser\event build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\tokenparser\includecss build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\tokenparser\defineparser build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\tokenparser\includejs build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\tokenparser\includeparser build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\twig build 25-Sep-2024 15:14:41  713/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\loader build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\definition build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\extension build 25-Sep-2024 15:14:41  716/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Parsing phpbb\template\twig\environment build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\extension\routing build 25-Sep-2024 15:14:41  718/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\extension\forms build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\extension\icon build 25-Sep-2024 15:14:41  720/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\extension\username build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\extension\config build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\extension\avatar build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\includeasset build 25-Sep-2024 15:14:41  724/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\twig\node\event build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\includenode build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\includecss build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\definenode build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\expression\binary\equalequal build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\expression\binary\notequalequal build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\node\includejs build 25-Sep-2024 15:14:41 Parsing phpbb\template\twig\lexer build 25-Sep-2024 15:14:41  732/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\exception\user_object_not_available build 25-Sep-2024 15:14:41 Parsing phpbb\template\context build 25-Sep-2024 15:14:41  734/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\assets_bag build 25-Sep-2024 15:14:41 Parsing phpbb\template\template build 25-Sep-2024 15:14:41 Parsing phpbb\template\base build 25-Sep-2024 15:14:41  737/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\template\asset build 25-Sep-2024 15:14:41 Parsing phpbb\request\request build 25-Sep-2024 15:14:41  739/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\type_cast_helper_interface build 25-Sep-2024 15:14:41 Parsing phpbb\request\request_interface build 25-Sep-2024 15:14:41 Parsing phpbb\request\type_cast_helper build 25-Sep-2024 15:14:41 Parsing phpbb\request\deactivated_super_global build 25-Sep-2024 15:14:42  743/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Parsing done build 25-Sep-2024 15:14:42  804/804 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% build 25-Sep-2024 15:14:42 build 25-Sep-2024 15:14:42 build 25-Sep-2024 15:14:42 0/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global index.html build 25-Sep-2024 15:14:42  2/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global doc-index.html build 25-Sep-2024 15:14:43  3/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global namespaces.html build 25-Sep-2024 15:14:43  4/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global classes.html build 25-Sep-2024 15:14:43 Rendering Global interfaces.html build 25-Sep-2024 15:14:43  6/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global traits.html build 25-Sep-2024 15:14:43 Rendering Global opensearch.xml build 25-Sep-2024 15:14:43 Rendering Global search.html build 25-Sep-2024 15:14:43 Rendering Global doctum.js build 25-Sep-2024 15:14:43 Rendering Global doctum-search.json build 25-Sep-2024 15:14:43 Rendering Namespace [Global Namespace] build 25-Sep-2024 15:14:43  12/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1% 13/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\attachment build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\auth build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\auth\provider build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\auth\provider\oauth build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\auth\provider\oauth\service build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\avatar build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\avatar\driver build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\ban build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\ban\exception build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\ban\type build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cache build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cache\driver build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\captcha build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\captcha\plugins build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\composer build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\composer\exception build 25-Sep-2024 15:14:43  29/904 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Rendering Namespace phpbb\composer\io build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\config build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\cache build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\config build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\cron build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\db build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\dev build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\extension build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\fixup build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\reparser build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\searchindex build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\thumbnail build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\update build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\console\command\user build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\controller build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\convert build 25-Sep-2024 15:14:43  47/904 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Rendering Namespace phpbb\convert\controller build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron\controller build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron\event build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron\task build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron\task\core build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\cron\task\text_reparser build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\doctrine build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\doctrine\oci8 build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\driver build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\extractor build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\extractor\exception build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\migration build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\migration\tool build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\output_handler build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\db\tools build 25-Sep-2024 15:14:43  64/904 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Rendering Namespace phpbb\debug build 25-Sep-2024 15:14:43 Rendering Namespace phpbb\di build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\di\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\di\extension build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\di\pass build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\event build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\extension build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\extension\di build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\feed build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\feed\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\feed\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\files build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\files\types build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\filesystem build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\filesystem\exception build 25-Sep-2024 15:14:44  80/904 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Rendering Namespace phpbb\finder build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\form build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\group build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\groupposition build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\help build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\help\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console\command build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console\command\install build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console\command\install\config build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console\command\update build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\console\command\update\config build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\event build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\helper build 25-Sep-2024 15:14:44  97/904 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Rendering Namespace phpbb\install\helper\file_updater build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\helper\iohandler build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\helper\iohandler\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\helper\navigation build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\install_filesystem build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\install_filesystem\task build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\install_finish build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\install_finish\task build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\requirements build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\requirements\task build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\update_filesystem build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\install\module\update_filesystem\task build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\json build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\language build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\language\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\lock build 25-Sep-2024 15:14:44  114/904 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Rendering Namespace phpbb\log build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\mention build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\mention\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\mention\source build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\message build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\mimetype build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\module build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\module\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\notification build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\notification\method build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\notification\type build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\passwords build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\passwords\driver build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\plupload build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\posting build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\profilefields build 25-Sep-2024 15:14:44  130/904 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Rendering Namespace phpbb\profilefields\type build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\report build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\report\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\report\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\request build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\routing build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\routing\resources_locator build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\search build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\search\backend build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\search\backend\sphinx build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\search\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\storage build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\storage\adapter build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\storage\controller build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\storage\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\storage\provider build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template build 25-Sep-2024 15:14:44  147/904 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Rendering Namespace phpbb\template\exception build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig\extension build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig\node build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig\node\expression build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig\node\expression\binary build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\template\twig\tokenparser build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\textformatter build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\textformatter\s9e build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\textreparser build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\textreparser\plugins build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\tree build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\ucp build 25-Sep-2024 15:14:44 Rendering Namespace phpbb\ucp\controller build 25-Sep-2024 15:14:44 Rendering Class SphinxClient build 25-Sep-2024 15:14:44  163/904 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_attachments build 25-Sep-2024 15:14:44 Rendering Class acp_attachments_info build 25-Sep-2024 15:14:44 Rendering Class acp_ban build 25-Sep-2024 15:14:44 Rendering Class acp_ban_info build 25-Sep-2024 15:14:44 Rendering Class acp_bbcodes build 25-Sep-2024 15:14:44 Rendering Class acp_bbcodes_info build 25-Sep-2024 15:14:44 Rendering Class acp_board build 25-Sep-2024 15:14:44 Rendering Class acp_board_info build 25-Sep-2024 15:14:44  170/904 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_bots build 25-Sep-2024 15:14:44 Rendering Class acp_bots_info build 25-Sep-2024 15:14:44 Rendering Class acp_captcha build 25-Sep-2024 15:14:44 Rendering Class acp_captcha_info build 25-Sep-2024 15:14:44 Rendering Class acp_contact build 25-Sep-2024 15:14:44 Rendering Class acp_contact_info build 25-Sep-2024 15:14:44 Rendering Class acp_disallow build 25-Sep-2024 15:14:44 Rendering Class acp_disallow_info build 25-Sep-2024 15:14:44 Rendering Class acp_email build 25-Sep-2024 15:14:44 Rendering Class acp_email_info build 25-Sep-2024 15:14:44 Rendering Class acp_extensions build 25-Sep-2024 15:14:44 Rendering Class acp_extensions_info build 25-Sep-2024 15:14:44  182/904 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Rendering Class acp_forums build 25-Sep-2024 15:14:44 Rendering Class acp_forums_info build 25-Sep-2024 15:14:44 Rendering Class acp_groups build 25-Sep-2024 15:14:44 Rendering Class acp_groups_info build 25-Sep-2024 15:14:44 Rendering Class acp_help_phpbb build 25-Sep-2024 15:14:44 Rendering Class acp_help_phpbb_info build 25-Sep-2024 15:14:44 Rendering Class acp_icons build 25-Sep-2024 15:14:44 Rendering Class acp_icons_info build 25-Sep-2024 15:14:44 Rendering Class acp_inactive build 25-Sep-2024 15:14:44 Rendering Class acp_inactive_info build 25-Sep-2024 15:14:44 Rendering Class acp_jabber build 25-Sep-2024 15:14:44 Rendering Class acp_jabber_info build 25-Sep-2024 15:14:44 Rendering Class acp_language build 25-Sep-2024 15:14:44  195/904 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Rendering Class acp_language_info build 25-Sep-2024 15:14:44 Rendering Class acp_logs build 25-Sep-2024 15:14:44 Rendering Class acp_logs_info build 25-Sep-2024 15:14:44 Rendering Class acp_main build 25-Sep-2024 15:14:44 Rendering Class acp_main_info build 25-Sep-2024 15:14:44 Rendering Class acp_modules build 25-Sep-2024 15:14:44 Rendering Class acp_modules_info build 25-Sep-2024 15:14:44 Rendering Class acp_permission_roles build 25-Sep-2024 15:14:44 Rendering Class acp_permission_roles_info build 25-Sep-2024 15:14:44 Rendering Class acp_permissions build 25-Sep-2024 15:14:44 Rendering Class acp_permissions_info build 25-Sep-2024 15:14:44  206/904 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_php_info build 25-Sep-2024 15:14:44 Rendering Class acp_php_info_info build 25-Sep-2024 15:14:44 Rendering Class acp_profile build 25-Sep-2024 15:14:44 Rendering Class acp_profile_info build 25-Sep-2024 15:14:44 Rendering Class acp_prune build 25-Sep-2024 15:14:44 Rendering Class acp_prune_info build 25-Sep-2024 15:14:44 Rendering Class acp_ranks build 25-Sep-2024 15:14:44 Rendering Class acp_ranks_info build 25-Sep-2024 15:14:44 Rendering Class acp_reasons build 25-Sep-2024 15:14:44 Rendering Class acp_reasons_info build 25-Sep-2024 15:14:44 Rendering Class acp_search build 25-Sep-2024 15:14:44  218/904 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_search_info build 25-Sep-2024 15:14:44 Rendering Class acp_storage build 25-Sep-2024 15:14:44 Rendering Class acp_storage_info build 25-Sep-2024 15:14:44 Rendering Class acp_styles build 25-Sep-2024 15:14:44 Rendering Class acp_styles_info build 25-Sep-2024 15:14:44  222/904 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_update build 25-Sep-2024 15:14:44 Rendering Class acp_update_info build 25-Sep-2024 15:14:44 Rendering Class acp_users build 25-Sep-2024 15:14:44 Rendering Class acp_users_info build 25-Sep-2024 15:14:44 Rendering Class acp_words build 25-Sep-2024 15:14:44 Rendering Class acp_words_info build 25-Sep-2024 15:14:44 Rendering Class auth_admin build 25-Sep-2024 15:14:44 Rendering Class bbcode build 25-Sep-2024 15:14:44  230/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class bbcode_firstpass build 25-Sep-2024 15:14:44 Rendering Class bitfield build 25-Sep-2024 15:14:44 Rendering Class compress build 25-Sep-2024 15:14:44 Rendering Class compress_tar build 25-Sep-2024 15:14:44 Rendering Class compress_zip build 25-Sep-2024 15:14:44  235/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class diff build 25-Sep-2024 15:14:44 Rendering Class diff3 build 25-Sep-2024 15:14:44 Rendering Class diff3_block_builder build 25-Sep-2024 15:14:44 Rendering Class diff3_op build 25-Sep-2024 15:14:44  239/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3_op_copy build 25-Sep-2024 15:14:44 Rendering Class diff_engine build 25-Sep-2024 15:14:44 Rendering Class diff_op build 25-Sep-2024 15:14:44 Rendering Class diff_op_add build 25-Sep-2024 15:14:44 Rendering Class diff_op_change build 25-Sep-2024 15:14:44 Rendering Class diff_op_copy build 25-Sep-2024 15:14:44 Rendering Class diff_op_delete build 25-Sep-2024 15:14:44 Rendering Class diff_renderer build 25-Sep-2024 15:14:44 Rendering Class diff_renderer_inline build 25-Sep-2024 15:14:44  248/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_renderer_raw build 25-Sep-2024 15:14:44 Rendering Class diff_renderer_side_by_side build 25-Sep-2024 15:14:44 Rendering Class diff_renderer_unified build 25-Sep-2024 15:14:44 Rendering Class ftp build 25-Sep-2024 15:14:44  252/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class ftp_fsock build 25-Sep-2024 15:14:44 Rendering Class jabber build 25-Sep-2024 15:14:44 Rendering Class mapped_diff build 25-Sep-2024 15:14:44  255/904 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class mcp_ban build 25-Sep-2024 15:14:44 Rendering Class mcp_ban_info build 25-Sep-2024 15:14:44 Rendering Class mcp_logs build 25-Sep-2024 15:14:44 Rendering Class mcp_logs_info build 25-Sep-2024 15:14:44 Rendering Class mcp_main build 25-Sep-2024 15:14:44 Rendering Class mcp_main_info build 25-Sep-2024 15:14:44 Rendering Class mcp_notes build 25-Sep-2024 15:14:44 Rendering Class mcp_notes_info build 25-Sep-2024 15:14:44 Rendering Class mcp_pm_reports build 25-Sep-2024 15:14:44 Rendering Class mcp_pm_reports_info build 25-Sep-2024 15:14:44 Rendering Class mcp_queue build 25-Sep-2024 15:14:44  266/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mcp_queue_info build 25-Sep-2024 15:14:44 Rendering Class mcp_reports build 25-Sep-2024 15:14:44 Rendering Class mcp_reports_info build 25-Sep-2024 15:14:44 Rendering Class mcp_warn build 25-Sep-2024 15:14:44 Rendering Class mcp_warn_info build 25-Sep-2024 15:14:44 Rendering Class messenger build 25-Sep-2024 15:14:44 Rendering Class p_master build 25-Sep-2024 15:14:44 Rendering Class parse_message build 25-Sep-2024 15:14:45  274/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\attachment_category build 25-Sep-2024 15:14:45 Rendering Class phpbb\attachment\delete build 25-Sep-2024 15:14:45  277/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class phpbb\attachment\manager build 25-Sep-2024 15:14:45 Rendering Class phpbb\attachment\resync build 25-Sep-2024 15:14:45 Rendering Class phpbb\attachment\upload build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\auth build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\apache build 25-Sep-2024 15:14:45  281/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\base build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\db build 25-Sep-2024 15:14:45  284/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\ldap build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\oauth build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\base build 25-Sep-2024 15:14:45  286/904 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\auth\provider\oauth\service\bitly build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\facebook build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\google build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\service_interface build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider\oauth\service\twitter build 25-Sep-2024 15:14:45  292/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\oauth\token_storage build 25-Sep-2024 15:14:45  294/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\provider_interface build 25-Sep-2024 15:14:45 Rendering Class phpbb\auth\provider_collection build 25-Sep-2024 15:14:45 Rendering Class phpbb\avatar\driver\driver build 25-Sep-2024 15:14:45 Rendering Class phpbb\avatar\driver\driver_interface build 25-Sep-2024 15:14:45 Rendering Class phpbb\avatar\driver\gravatar build 25-Sep-2024 15:14:45  298/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\avatar\driver\local build 25-Sep-2024 15:14:45 Rendering Class phpbb\avatar\driver\upload build 25-Sep-2024 15:14:45  300/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\avatar\helper build 25-Sep-2024 15:14:45 Rendering Class phpbb\avatar\manager build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\exception\invalid_length_exception build 25-Sep-2024 15:14:45  303/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\ban\exception\no_valid_emails_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\exception\no_valid_ips_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\exception\no_valid_users_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\exception\type_not_found_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\manager build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\type\base build 25-Sep-2024 15:14:45  309/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\email build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\type\ip build 25-Sep-2024 15:14:45 Rendering Class phpbb\ban\type\type_interface build 25-Sep-2024 15:14:45  312/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\ban\type\user build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\driver\apcu build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\driver\base build 25-Sep-2024 15:14:45  315/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\driver_interface build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\driver\dummy build 25-Sep-2024 15:14:45  318/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\file build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\driver\memcached build 25-Sep-2024 15:14:45  320/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\memory build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\driver\redis build 25-Sep-2024 15:14:45  322/904 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\wincache build 25-Sep-2024 15:14:45 Rendering Class phpbb\cache\service build 25-Sep-2024 15:14:45  324/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\captcha\factory build 25-Sep-2024 15:14:45 Rendering Class phpbb\captcha\plugins\captcha_abstract build 25-Sep-2024 15:14:45 Rendering Class phpbb\captcha\plugins\incomplete build 25-Sep-2024 15:14:45 Rendering Class phpbb\captcha\plugins\qa build 25-Sep-2024 15:14:45 Rendering Class phpbb\captcha\plugins\recaptcha build 25-Sep-2024 15:14:45  328/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\plugins\recaptcha_v3 build 25-Sep-2024 15:14:45 Rendering Class phpbb\class_loader build 25-Sep-2024 15:14:45 Rendering Class phpbb\composer\exception\managed_with_clean_error_exception build 25-Sep-2024 15:14:45  331/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\composer\exception\managed_with_enable_error_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\composer\exception\managed_with_error_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\composer\exception\runtime_exception build 25-Sep-2024 15:14:45 Rendering Class phpbb\composer\extension_manager build 25-Sep-2024 15:14:45 Rendering Class phpbb\composer\installer build 25-Sep-2024 15:14:46  336/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\console_io build 25-Sep-2024 15:14:46  337/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\io\html_output_formatter build 25-Sep-2024 15:14:46 Rendering Class phpbb\composer\io\io_interface build 25-Sep-2024 15:14:46 Rendering Class phpbb\composer\io\null_io build 25-Sep-2024 15:14:46 Rendering Class phpbb\composer\io\translate_composer_trait build 25-Sep-2024 15:14:46 Rendering Class phpbb\composer\io\web_io build 25-Sep-2024 15:14:46 Rendering Class phpbb\composer\manager build 25-Sep-2024 15:14:46  343/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\composer\manager_interface build 25-Sep-2024 15:14:46 Rendering Class phpbb\config\config build 25-Sep-2024 15:14:46 Rendering Class phpbb\config\db build 25-Sep-2024 15:14:46  346/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config\db_text build 25-Sep-2024 15:14:46 Rendering Class phpbb\config_php_file build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\application build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\cache\purge build 25-Sep-2024 15:14:46  350/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\console\command\command build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\config\command build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\config\delete build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\config\get build 25-Sep-2024 15:14:46  355/904 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\increment build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\config\set build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\config\set_atomic build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\cron\cron_list build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\cron\run build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\db\console_migrator_output_handler build 25-Sep-2024 15:14:46  360/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\db\list_command build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\db\migrate build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\db\migration_command build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\db\revert build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\dev\migration_tips build 25-Sep-2024 15:14:46  365/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\extension\command build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\disable build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\enable build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\install build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\list_available build 25-Sep-2024 15:14:46  370/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\extension\manage build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\purge build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\remove build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\show build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\extension\update build 25-Sep-2024 15:14:46  375/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\fixup\fix_left_right_ids build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\fixup\update_hashes build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\reparser\list_all build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\reparser\reparse build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\searchindex\create build 25-Sep-2024 15:14:46  380/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\searchindex\delete build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\searchindex\list_all build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\thumbnail\delete build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\thumbnail\generate build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\thumbnail\recreate build 25-Sep-2024 15:14:46  385/904 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\update\check build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\user\activate build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\user\add build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\user\delete build 25-Sep-2024 15:14:46  389/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\console\command\user\delete_id build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\command\user\reclean build 25-Sep-2024 15:14:46 Rendering Class phpbb\console\exception_subscriber build 25-Sep-2024 15:14:46 Rendering Class phpbb\content_visibility build 25-Sep-2024 15:14:46  393/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\controller\exception build 25-Sep-2024 15:14:46 Rendering Class phpbb\controller\helper build 25-Sep-2024 15:14:46 Rendering Class phpbb\controller\resolver build 25-Sep-2024 15:14:46  396/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\convert\controller\convertor build 25-Sep-2024 15:14:46 Rendering Class phpbb\convert\convert build 25-Sep-2024 15:14:46 Rendering Class phpbb\convert\convertor build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\controller\cron build 25-Sep-2024 15:14:46  400/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\event\cron_runner_listener build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\manager build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\base build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\prune_all_forums build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\prune_forum build 25-Sep-2024 15:14:46  405/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\task\core\prune_notifications build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\prune_shadow_topics build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\queue build 25-Sep-2024 15:14:46  409/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\tidy_cache build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\tidy_plupload build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\tidy_search build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\tidy_sessions build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\tidy_warnings build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\core\update_hashes build 25-Sep-2024 15:14:46  414/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\parametrized build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\task build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\text_reparser\reparser build 25-Sep-2024 15:14:46 Rendering Class phpbb\cron\task\wrapper build 25-Sep-2024 15:14:46 Rendering Class phpbb\datetime build 25-Sep-2024 15:14:46  419/904 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\doctrine\case_insensitive_string build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\comparator build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\connection_factory build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\connection_parameter_factory build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\oci8\connection build 25-Sep-2024 15:14:46  424/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\doctrine\oci8\driver build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\oci8\result build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\oci8\schema_manager build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\oci8\statement build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\oracle_platform build 25-Sep-2024 15:14:46 Rendering Class phpbb\db\doctrine\postgresql_platform build 25-Sep-2024 15:14:46  430/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\doctrine\sqlsrv_platform build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\doctrine\table_helper build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\doctrine\type_converter build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\driver\driver build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\driver\driver_interface build 25-Sep-2024 15:14:47  435/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\factory build 25-Sep-2024 15:14:47  436/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_base build 25-Sep-2024 15:14:47  437/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssql_odbc build 25-Sep-2024 15:14:47  438/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mssqlnative build 25-Sep-2024 15:14:47  439/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mysql_base build 25-Sep-2024 15:14:47  440/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\mysqli build 25-Sep-2024 15:14:47  441/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\oracle build 25-Sep-2024 15:14:47  442/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\driver\postgres build 25-Sep-2024 15:14:47  443/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\driver\sqlite3 build 25-Sep-2024 15:14:47  444/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\base_extractor build 25-Sep-2024 15:14:47  445/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\exception\extractor_not_initialized_exception build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\exception\invalid_format_exception build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\extractor_interface build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\factory build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\mssql_extractor build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\mysql_extractor build 25-Sep-2024 15:14:47  451/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\extractor\oracle_extractor build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\extractor\postgres_extractor build 25-Sep-2024 15:14:47  454/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\extractor\sqlite3_extractor build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\container_aware_migration build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\exception build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\helper build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\migration build 25-Sep-2024 15:14:47  458/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\migration_interface build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\profilefield_base_migration build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\schema_generator build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\tool\config build 25-Sep-2024 15:14:47  462/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migration\tool\config_text build 25-Sep-2024 15:14:47 Rendering Class phpbb\db\migration\tool\module build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\migration\tool\permission build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\migration\tool\tool_interface build 25-Sep-2024 15:14:48  466/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\migrator build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\output_handler\html_migrator_output_handler build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\output_handler\installer_migrator_output_handler build 25-Sep-2024 15:14:48  469/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\output_handler\log_wrapper_migrator_output_handler build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\output_handler\migrator_output_handler_interface build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\output_handler\null_migrator_output_handler build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\sql_insert_buffer build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\tools\doctrine build 25-Sep-2024 15:14:48  475/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\factory build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\tools\mssql build 25-Sep-2024 15:14:48 Rendering Class phpbb\db\tools\postgres build 25-Sep-2024 15:14:48  477/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools build 25-Sep-2024 15:14:48  478/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools_interface build 25-Sep-2024 15:14:48  479/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\debug\debug build 25-Sep-2024 15:14:48 Rendering Class phpbb\debug\error_handler build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\container_builder build 25-Sep-2024 15:14:48  482/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\exception\di_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\exception\multiple_service_definitions_exception build 25-Sep-2024 15:14:48  484/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\exception\service_not_found_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\extension\config build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\extension\container_configuration build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\extension\core build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\extension\tables build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\ordered_service_collection build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\pass\collection_pass build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\pass\convert_events build 25-Sep-2024 15:14:48  492/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\di\pass\markpublic_pass build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\proxy_instantiator build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\service_collection build 25-Sep-2024 15:14:48 Rendering Class phpbb\di\service_collection_iterator build 25-Sep-2024 15:14:48 Rendering Class phpbb\error_collector build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\dispatcher build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\dispatcher_interface build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\kernel_exception_subscriber build 25-Sep-2024 15:14:48  500/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\kernel_terminate_subscriber build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\md_exporter build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\php_exporter build 25-Sep-2024 15:14:48  503/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\event\recursive_event_filter_iterator build 25-Sep-2024 15:14:48 Rendering Class phpbb\event\rst_exporter build 25-Sep-2024 15:14:48  505/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\exception\exception_interface build 25-Sep-2024 15:14:48 Rendering Class phpbb\exception\http_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\exception\runtime_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\exception\version_check_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\extension\base build 25-Sep-2024 15:14:48 Rendering Class phpbb\extension\di\extension_base build 25-Sep-2024 15:14:48 Rendering Class phpbb\extension\exception build 25-Sep-2024 15:14:48  512/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\extension\extension_interface build 25-Sep-2024 15:14:48 Rendering Class phpbb\extension\manager build 25-Sep-2024 15:14:48 Rendering Class phpbb\extension\provider build 25-Sep-2024 15:14:48  515/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\feed\attachments_base build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\base build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\controller\feed build 25-Sep-2024 15:14:48  518/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\exception\feed_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\feed_unavailable_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\no_feed_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\no_forum_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\no_topic_exception build 25-Sep-2024 15:14:48  524/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\exception\unauthorized_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\unauthorized_forum_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\exception\unauthorized_topic_exception build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\feed_interface build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\forum build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\forums build 25-Sep-2024 15:14:48  529/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\helper build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\news build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\overall build 25-Sep-2024 15:14:48  532/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\post_base build 25-Sep-2024 15:14:48  534/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\quote_helper build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\topic build 25-Sep-2024 15:14:48 Rendering Class phpbb\feed\topic_base build 25-Sep-2024 15:14:49  537/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\feed\topics build 25-Sep-2024 15:14:49 Rendering Class phpbb\feed\topics_active build 25-Sep-2024 15:14:49 Rendering Class phpbb\file_downloader build 25-Sep-2024 15:14:49  539/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\factory build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\filespec build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\filespec_storage build 25-Sep-2024 15:14:49  542/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\types\base build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\types\form build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\types\form_storage build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\types\local build 25-Sep-2024 15:14:49  546/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\types\local_storage build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\types\type_interface build 25-Sep-2024 15:14:49 Rendering Class phpbb\files\upload build 25-Sep-2024 15:14:49 Rendering Class phpbb\filesystem\exception\filesystem_exception build 25-Sep-2024 15:14:49  550/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\filesystem\filesystem build 25-Sep-2024 15:14:49 Rendering Class phpbb\filesystem\filesystem_interface build 25-Sep-2024 15:14:49  552/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\filesystem\helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\filesystem\temp build 25-Sep-2024 15:14:49  554/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\finder\factory build 25-Sep-2024 15:14:49 Rendering Class phpbb\finder\finder build 25-Sep-2024 15:14:49 Rendering Class phpbb\finder\recursive_dot_prefix_filter_iterator build 25-Sep-2024 15:14:49  557/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\finder\recursive_path_iterator build 25-Sep-2024 15:14:49 Rendering Class phpbb\form\form_helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\group\helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\groupposition\exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\groupposition\groupposition_interface build 25-Sep-2024 15:14:49  563/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\groupposition\legend build 25-Sep-2024 15:14:49 Rendering Class phpbb\groupposition\teampage build 25-Sep-2024 15:14:49 Rendering Class phpbb\help\controller\bbcode build 25-Sep-2024 15:14:49  565/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\help\controller\controller build 25-Sep-2024 15:14:49 Rendering Class phpbb\help\controller\faq build 25-Sep-2024 15:14:49 Rendering Class phpbb\help\controller\help build 25-Sep-2024 15:14:49 Rendering Class phpbb\help\manager build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\console\command\install\config\show build 25-Sep-2024 15:14:49  570/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\console\command\install\config\validate build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\console\command\install\install build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\console\command\update\config\show build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\console\command\update\config\validate build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\console\command\update\update build 25-Sep-2024 15:14:49  575/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\archive_download build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\controller\helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\controller\install build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\controller\installer_index build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\controller\timeout_check build 25-Sep-2024 15:14:49  580/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 64%Rendering Class phpbb\install\controller\update build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\event\kernel_exception_subscriber build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\cannot_build_container_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\file_updater_failure_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\installer_config_not_writable_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\installer_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\invalid_dbms_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\jump_to_restart_point_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\exception\resource_limit_reached_exception build 25-Sep-2024 15:14:49  589/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\exception\user_interaction_required_exception build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\config build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\container_factory build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\file_updater\compression_file_updater build 25-Sep-2024 15:14:49  593/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\file_updater\factory build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\file_updater\file_updater build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\file_updater\file_updater_interface build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\file_updater\ftp_file_updater build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\install_helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\iohandler\ajax_iohandler build 25-Sep-2024 15:14:49  599/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\cli_iohandler build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 25-Sep-2024 15:14:49  601/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\factory build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\iohandler\iohandler_base build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\iohandler\iohandler_interface build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\navigation\convertor_navigation build 25-Sep-2024 15:14:49  605/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\navigation\install_navigation build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\navigation\main_navigation build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\navigation\navigation_interface build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\navigation\navigation_provider build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\navigation\update_navigation build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\helper\update_helper build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\installer build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\installer_configuration build 25-Sep-2024 15:14:49  613/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\module\install_filesystem\module build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\install_filesystem\task\create_config_file build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\install_finish\module build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\install_finish\task\install_extensions build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\install_finish\task\notify_user build 25-Sep-2024 15:14:49  618/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_finish\task\populate_migrations build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\requirements\abstract_requirements_module build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\requirements\install_module build 25-Sep-2024 15:14:49 Rendering Class phpbb\install\module\requirements\task\check_filesystem build 25-Sep-2024 15:14:49  622/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\task\check_server_environment build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\requirements\task\check_update build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\requirements\update_module build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\update_filesystem\module build 25-Sep-2024 15:14:50  626/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\diff_files build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\update_filesystem\task\download_updated_files build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\update_filesystem\task\file_check build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module\update_filesystem\task\show_file_status build 25-Sep-2024 15:14:50  631/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\update_files build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module_base build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\module_interface build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\sequential_task build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\task_base build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\task_interface build 25-Sep-2024 15:14:50 Rendering Class phpbb\install\updater_configuration build 25-Sep-2024 15:14:50 Rendering Class phpbb\json\sanitizer build 25-Sep-2024 15:14:50 Rendering Class phpbb\json_response build 25-Sep-2024 15:14:50  639/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\language\exception\invalid_plural_rule_exception build 25-Sep-2024 15:14:50 Rendering Class phpbb\language\exception\language_exception build 25-Sep-2024 15:14:50 Rendering Class phpbb\language\exception\language_file_not_found build 25-Sep-2024 15:14:50 Rendering Class phpbb\language\language build 25-Sep-2024 15:14:50 Rendering Class phpbb\language\language_file_helper build 25-Sep-2024 15:14:50 Rendering Class phpbb\language\language_file_loader build 25-Sep-2024 15:14:50  645/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Rendering Class phpbb\lock\db build 25-Sep-2024 15:14:50 Rendering Class phpbb\lock\flock build 25-Sep-2024 15:14:50 Rendering Class phpbb\lock\posting build 25-Sep-2024 15:14:50 Rendering Class phpbb\log\dummy build 25-Sep-2024 15:14:50 Rendering Class phpbb\log\log build 25-Sep-2024 15:14:50  650/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\log\log_interface build 25-Sep-2024 15:14:50 Rendering Class phpbb\manifest build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\controller\mention build 25-Sep-2024 15:14:50  653/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\base_group build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\base_user build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\friend build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\group build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\source_interface build 25-Sep-2024 15:14:50  658/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\mention\source\team build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\topic build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\user build 25-Sep-2024 15:14:50 Rendering Class phpbb\mention\source\usergroup build 25-Sep-2024 15:14:50 Rendering Class phpbb\message\admin_form build 25-Sep-2024 15:14:50  663/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\form build 25-Sep-2024 15:14:50 Rendering Class phpbb\message\message build 25-Sep-2024 15:14:50 Rendering Class phpbb\message\topic_form build 25-Sep-2024 15:14:50  666/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\message\user_form build 25-Sep-2024 15:14:50 Rendering Class phpbb\mimetype\content_guesser build 25-Sep-2024 15:14:50 Rendering Class phpbb\mimetype\extension_guesser build 25-Sep-2024 15:14:50 Rendering Class phpbb\mimetype\guesser build 25-Sep-2024 15:14:50 Rendering Class phpbb\mimetype\guesser_base build 25-Sep-2024 15:14:50  671/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\mimetype\guesser_interface build 25-Sep-2024 15:14:50 Rendering Class phpbb\module\exception\module_exception build 25-Sep-2024 15:14:50 Rendering Class phpbb\module\exception\module_not_found_exception build 25-Sep-2024 15:14:50 Rendering Class phpbb\module\module_manager build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\exception build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\manager build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\method\base build 25-Sep-2024 15:14:50  678/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\board build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\method\email build 25-Sep-2024 15:14:50  680/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\extended_method_interface build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\method\jabber build 25-Sep-2024 15:14:50  682/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\messenger_base build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\method\method_interface build 25-Sep-2024 15:14:50  684/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\method\webpush build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\type\admin_activate_user build 25-Sep-2024 15:14:50  686/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75% 687/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\approve_post build 25-Sep-2024 15:14:50  688/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\approve_topic build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\type\base build 25-Sep-2024 15:14:50  689/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\bookmark build 25-Sep-2024 15:14:50 Rendering Class phpbb\notification\type\disapprove_post build 25-Sep-2024 15:14:50  691/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\disapprove_topic build 25-Sep-2024 15:14:51  692/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\forum build 25-Sep-2024 15:14:51  693/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76% 694/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\group_request build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\group_request_approved build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\mention build 25-Sep-2024 15:14:51  696/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76% 697/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\pm build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\post build 25-Sep-2024 15:14:51  699/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\post_in_queue build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\quote build 25-Sep-2024 15:14:51  700/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm build 25-Sep-2024 15:14:51  701/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_pm_closed build 25-Sep-2024 15:14:51  702/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77% 703/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_post build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\report_post_closed build 25-Sep-2024 15:14:51  704/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\topic build 25-Sep-2024 15:14:51  705/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\topic_in_queue build 25-Sep-2024 15:14:51 Rendering Class phpbb\notification\type\type_interface build 25-Sep-2024 15:14:51  707/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\pagination build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\argon2i build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\argon2id build 25-Sep-2024 15:14:51  710/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\passwords\driver\base build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\base_native build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\bcrypt build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\bcrypt_2y build 25-Sep-2024 15:14:51  714/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\bcrypt_wcf2 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\convert_password build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\driver_interface build 25-Sep-2024 15:14:51  718/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\helper build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\md5_mybb build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\md5_phpbb2 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\md5_vb build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\phpass build 25-Sep-2024 15:14:51  722/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\rehashable_driver_interface build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\salted_md5 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\sha1 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\sha1_smf build 25-Sep-2024 15:14:51  726/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha1_wcf1 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\driver\sha_xf1 build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\helper build 25-Sep-2024 15:14:51 Rendering Class phpbb\passwords\manager build 25-Sep-2024 15:14:51 Rendering Class phpbb\path_helper build 25-Sep-2024 15:14:51  731/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\permissions build 25-Sep-2024 15:14:51 Rendering Class phpbb\plupload\plupload build 25-Sep-2024 15:14:51 Rendering Class phpbb\posting\post_helper build 25-Sep-2024 15:14:51  734/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\lang_helper build 25-Sep-2024 15:14:51 Rendering Class phpbb\profilefields\manager build 25-Sep-2024 15:14:51 Rendering Class phpbb\profilefields\type\type_base build 25-Sep-2024 15:14:52 Rendering Class phpbb\profilefields\type\type_bool build 25-Sep-2024 15:14:52  738/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_date build 25-Sep-2024 15:14:52  740/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_dropdown build 25-Sep-2024 15:14:52 Rendering Class phpbb\profilefields\type\type_int build 25-Sep-2024 15:14:52 Rendering Class phpbb\profilefields\type\type_interface build 25-Sep-2024 15:14:52  742/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string build 25-Sep-2024 15:14:52 Rendering Class phpbb\profilefields\type\type_string_common build 25-Sep-2024 15:14:52  744/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_text build 25-Sep-2024 15:14:52 Rendering Class phpbb\profilefields\type\type_url build 25-Sep-2024 15:14:52  746/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\controller\report build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\already_reported_exception build 25-Sep-2024 15:14:52  748/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\exception\empty_report_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\entity_not_found_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\factory_invalid_argument_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\invalid_report_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\pm_reporting_disabled_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\exception\report_permission_denied_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\handler_factory build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\report_handler build 25-Sep-2024 15:14:52  757/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\report_handler_interface build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\report_handler_pm build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\report_handler_post build 25-Sep-2024 15:14:52 Rendering Class phpbb\report\report_reason_list_provider build 25-Sep-2024 15:14:52 Rendering Class phpbb\request\deactivated_super_global build 25-Sep-2024 15:14:52 Rendering Class phpbb\request\request build 25-Sep-2024 15:14:52  763/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\request_interface build 25-Sep-2024 15:14:52 Rendering Class phpbb\request\type_cast_helper build 25-Sep-2024 15:14:52 Rendering Class phpbb\request\type_cast_helper_interface build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\file_locator build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\helper build 25-Sep-2024 15:14:52  768/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\routing\loader_resolver build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\resources_locator\chained_resources_locator build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\resources_locator\default_resources_locator build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\resources_locator\installer_resources_locator build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\resources_locator\resources_locator_interface build 25-Sep-2024 15:14:52 Rendering Class phpbb\routing\router build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\backend\base build 25-Sep-2024 15:14:52  774/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\search\backend\fulltext_mysql build 25-Sep-2024 15:14:52  776/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\search\backend\fulltext_native build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\backend\fulltext_postgres build 25-Sep-2024 15:14:52  777/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\search\backend\fulltext_sphinx build 25-Sep-2024 15:14:52  778/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\search_backend_interface build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\backend\sphinx\config build 25-Sep-2024 15:14:52  780/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\backend\sphinx\config_item build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\backend\sphinx\config_section build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\backend\sphinx\config_variable build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\exception\action_in_progress_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\exception\no_action_in_progress_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\exception\no_search_backend_found_exception build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\exception\search_exception build 25-Sep-2024 15:14:52  787/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\search\search_backend_factory build 25-Sep-2024 15:14:52 Rendering Class phpbb\search\state_helper build 25-Sep-2024 15:14:52 Rendering Class phpbb\session build 25-Sep-2024 15:14:52 Rendering Class phpbb\storage\adapter\adapter_interface build 25-Sep-2024 15:14:52  791/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\adapter\local build 25-Sep-2024 15:14:52 Rendering Class phpbb\storage\adapter_factory build 25-Sep-2024 15:14:52  793/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\controller\attachment build 25-Sep-2024 15:14:52 Rendering Class phpbb\storage\controller\avatar build 25-Sep-2024 15:14:52  795/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\storage\controller\controller build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\exception\action_in_progress_exception build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\exception\no_action_in_progress_exception build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\exception\storage_exception build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\helper build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\provider\local build 25-Sep-2024 15:14:53  801/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\storage\provider\provider_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\state_helper build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\storage build 25-Sep-2024 15:14:53 Rendering Class phpbb\storage\stream_interface build 25-Sep-2024 15:14:53  805/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 89%Rendering Class phpbb\symfony_request build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\asset build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\assets_bag build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\base build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\context build 25-Sep-2024 15:14:53  810/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\exception\user_object_not_available build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\template build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\definition build 25-Sep-2024 15:14:53  813/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\twig\environment build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\extension build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\extension\avatar build 25-Sep-2024 15:14:53  816/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\config build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\extension\forms build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\extension\icon build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\extension\routing build 25-Sep-2024 15:14:53  820/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\extension\username build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\lexer build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\loader build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\definenode build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\event build 25-Sep-2024 15:14:53  825/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\template\twig\node\expression\binary\equalequal build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\expression\binary\notequalequal build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\includeasset build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\includecss build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\includejs build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\node\includenode build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\tokenparser\defineparser build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\tokenparser\event build 25-Sep-2024 15:14:53  833/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\template\twig\tokenparser\includecss build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\tokenparser\includejs build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\tokenparser\includeparser build 25-Sep-2024 15:14:53 Rendering Class phpbb\template\twig\twig build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\acp_utils_interface build 25-Sep-2024 15:14:53  838/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\textformatter\cache_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\parser_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\renderer_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\acp_utils build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\bbcode_merger build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\factory build 25-Sep-2024 15:14:53  844/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\link_helper build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\mention_helper build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\parser build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\quote_helper build 25-Sep-2024 15:14:53  848/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textformatter\s9e\renderer build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\s9e\utils build 25-Sep-2024 15:14:53 Rendering Class phpbb\textformatter\utils_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\base build 25-Sep-2024 15:14:53  852/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\manager build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\contact_admin_info build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\forum_description build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\forum_rules build 25-Sep-2024 15:14:53  856/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\group_description build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\pm_text build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\poll_option build 25-Sep-2024 15:14:53  859/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\plugins\poll_title build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\post_text build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\plugins\user_signature build 25-Sep-2024 15:14:53  862/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\textreparser\reparser_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\textreparser\row_based_plugin build 25-Sep-2024 15:14:53 Rendering Class phpbb\tree\nestedset build 25-Sep-2024 15:14:53 Rendering Class phpbb\tree\nestedset_forum build 25-Sep-2024 15:14:53  866/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\tree_interface build 25-Sep-2024 15:14:53 Rendering Class phpbb\ucp\controller\delete_cookies build 25-Sep-2024 15:14:53  868/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb\ucp\controller\reset_password build 25-Sep-2024 15:14:53 Rendering Class phpbb\ucp\controller\webpush build 25-Sep-2024 15:14:53 Rendering Class phpbb\user build 25-Sep-2024 15:14:53 Rendering Class phpbb\user_loader build 25-Sep-2024 15:14:53  872/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb\version_helper build 25-Sep-2024 15:14:53 Rendering Class phpbb\viewonline_helper build 25-Sep-2024 15:14:53 Rendering Class phpbb_questionnaire_data_collector build 25-Sep-2024 15:14:53 Rendering Class phpbb_questionnaire_php_data_provider build 25-Sep-2024 15:14:53  876/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb_questionnaire_phpbb_data_provider build 25-Sep-2024 15:14:53 Rendering Class phpbb_questionnaire_system_data_provider build 25-Sep-2024 15:14:53 Rendering Class queue build 25-Sep-2024 15:14:54 Rendering Class smtp_class build 25-Sep-2024 15:14:54 Rendering Class transfer build 25-Sep-2024 15:14:54 Rendering Class ucp_activate build 25-Sep-2024 15:14:54 Rendering Class ucp_attachments build 25-Sep-2024 15:14:54 Rendering Class ucp_attachments_info build 25-Sep-2024 15:14:54 Rendering Class ucp_auth_link build 25-Sep-2024 15:14:54  885/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_auth_link_info build 25-Sep-2024 15:14:54 Rendering Class ucp_confirm build 25-Sep-2024 15:14:54 Rendering Class ucp_groups build 25-Sep-2024 15:14:54 Rendering Class ucp_groups_info build 25-Sep-2024 15:14:54 Rendering Class ucp_login_link build 25-Sep-2024 15:14:54 Rendering Class ucp_main build 25-Sep-2024 15:14:54 Rendering Class ucp_main_info build 25-Sep-2024 15:14:54 Rendering Class ucp_notifications build 25-Sep-2024 15:14:54 Rendering Class ucp_notifications_info build 25-Sep-2024 15:14:54 Rendering Class ucp_pm build 25-Sep-2024 15:14:54  896/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 99%Rendering Class ucp_pm_info build 25-Sep-2024 15:14:54 Rendering Class ucp_prefs build 25-Sep-2024 15:14:54 Rendering Class ucp_prefs_info build 25-Sep-2024 15:14:54 Rendering Class ucp_profile build 25-Sep-2024 15:14:54 Rendering Class ucp_profile_info build 25-Sep-2024 15:14:54 Rendering Class ucp_register build 25-Sep-2024 15:14:54 Rendering Class ucp_resend build 25-Sep-2024 15:14:54 Rendering Class ucp_zebra build 25-Sep-2024 15:14:54 Rendering Class ucp_zebra_info build 25-Sep-2024 15:14:54  904/904 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Rendering done build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 Version Updated C Removed C build 25-Sep-2024 15:14:54 main 743 0 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 Version Updated C Updated N Removed C Removed N build 25-Sep-2024 15:14:54 main 743 150 0 0 build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54  build 25-Sep-2024 15:14:54 phpBB > build: build 25-Sep-2024 15:14:54  build 25-Sep-2024 15:14:54  build 25-Sep-2024 15:14:54 BUILD FINISHED build 25-Sep-2024 15:14:54 build 25-Sep-2024 15:14:54 Total time: 4 minutes 24.69 seconds build 25-Sep-2024 15:14:54  simple 25-Sep-2024 15:14:54 Finished task 'Run tests' with result: Success command 25-Sep-2024 15:14:54 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1 simple 25-Sep-2024 15:14:54 Starting task 'Run sniffs' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 25-Sep-2024 15:14:54 Running image name (phpbb:php-8.1) command 25-Sep-2024 15:14:54 Beginning to execute external process for build 'phpBB3 - Development Docker Master - PHP 8.1 - SQLite #1332 (PHPBB3-DDM-JOB1-1332)'\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 25-Sep-2024 15:14:55 Buildfile: /data/build/build.xml build 25-Sep-2024 15:14:55 build 25-Sep-2024 15:14:55 phpBB > sniff: build 25-Sep-2024 15:14:55 build 25-Sep-2024 15:14:57 ............................................................ 60 / 927 (6%) build 25-Sep-2024 15:15:00 ............................................................ 120 / 927 (13%) build 25-Sep-2024 15:15:02 ............................................................ 180 / 927 (19%) build 25-Sep-2024 15:15:04 ............................................................ 240 / 927 (26%) build 25-Sep-2024 15:15:06 ............................................................ 300 / 927 (32%) build 25-Sep-2024 15:15:09 ............................................................ 360 / 927 (39%) build 25-Sep-2024 15:15:10 ............................................................ 420 / 927 (45%) build 25-Sep-2024 15:15:14 ............................................................ 480 / 927 (52%) build 25-Sep-2024 15:15:16 ............................................................ 540 / 927 (58%) build 25-Sep-2024 15:15:16 ............................................................ 600 / 927 (65%) build 25-Sep-2024 15:15:16 ............................................................ 660 / 927 (71%) build 25-Sep-2024 15:15:17 ............................................................ 720 / 927 (78%) build 25-Sep-2024 15:15:17 ............................................................ 780 / 927 (84%) build 25-Sep-2024 15:15:20 ............................................................ 840 / 927 (91%) build 25-Sep-2024 15:15:23 ............................................................ 900 / 927 (97%) build 25-Sep-2024 15:15:23 ........................... 927 / 927 (100%) build 25-Sep-2024 15:15:23 build 25-Sep-2024 15:15:23 build 25-Sep-2024 15:15:23 Time: 28.27 secs; Memory: 28MB build 25-Sep-2024 15:15:23 build 25-Sep-2024 15:15:23 [php] Calling PHP function: preg_replace() build 25-Sep-2024 15:15:27 ............................................................ 60 / 206 (29%) build 25-Sep-2024 15:15:37 ............................................................ 120 / 206 (58%) build 25-Sep-2024 15:15:41 ............................................................ 180 / 206 (87%) build 25-Sep-2024 15:15:44 .......................... 206 / 206 (100%) build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 Time: 20.37 secs; Memory: 34MB build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 Time: 35ms; Memory: 6MB build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 BUILD FINISHED build 25-Sep-2024 15:15:44 build 25-Sep-2024 15:15:44 Total time: 48.9209 seconds build 25-Sep-2024 15:15:44 simple 25-Sep-2024 15:15:44 Finished task 'Run sniffs' with result: Success simple 25-Sep-2024 15:15:44 Starting task 'Parsing test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' simple 25-Sep-2024 15:15:44 Parsing test results under /home/bamboo/local-working-dir/PHPBB3-DDM-JOB1... simple 25-Sep-2024 15:15:45 Finished task 'Parsing test results' with result: Success simple 25-Sep-2024 15:15:45 Running post build plugin 'Artifact Copier' simple 25-Sep-2024 15:15:45 Publishing an artifact: Coverage HTML Report error 25-Sep-2024 15:15:45 Unable to publish artifact [Coverage HTML Report]: simple 25-Sep-2024 15:15:46 The artifact hasn't been successfully published after 1.530 s simple 25-Sep-2024 15:15:46 Running post build plugin 'npm Cache Cleanup' simple 25-Sep-2024 15:15:46 Running post build plugin 'NCover Results Collector' simple 25-Sep-2024 15:15:46 Running post build plugin 'Build Results Label Collector' simple 25-Sep-2024 15:15:46 Running post build plugin 'Clover Results Collector' simple 25-Sep-2024 15:15:46 Running post build plugin 'Docker Container Cleanup' simple 25-Sep-2024 15:15:48 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DDM-JOB1' simple 25-Sep-2024 15:15:48 Finalising the build... simple 25-Sep-2024 15:15:48 Stopping timer. simple 25-Sep-2024 15:15:48 Build PHPBB3-DDM-JOB1-1332 completed. simple 25-Sep-2024 15:15:48 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 25-Sep-2024 15:15:48 Running on server: post build plugin 'NCover Results Collector' simple 25-Sep-2024 15:15:48 Running on server: post build plugin 'Build Labeller' simple 25-Sep-2024 15:15:48 Running on server: post build plugin 'Clover Delta Calculator' simple 25-Sep-2024 15:15:48 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 25-Sep-2024 15:15:48 All post build plugins have finished simple 25-Sep-2024 15:15:48 Generating build results summary... simple 25-Sep-2024 15:15:54 Saving build results to disk... simple 25-Sep-2024 15:15:54 Store variable context... simple 25-Sep-2024 15:15:54 Finished building PHPBB3-DDM-JOB1-1332.