simple 03-Oct-2024 12:10:09 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589) is being prepared for building on agent Default Agent, bamboo version: 9.2.16 simple 03-Oct-2024 12:10:09 simple 03-Oct-2024 12:10:09 Build working directory is /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1 simple 03-Oct-2024 12:10:09 Executing build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589) simple 03-Oct-2024 12:10:09 Starting task 'Checkout Default Repository' of type 'com.atlassian.bamboo.plugins.vcs:task.vcs.checkout' simple 03-Oct-2024 12:10:09 Checking out into /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1 simple 03-Oct-2024 12:10:09 Updating source code to revision: ae1d830e842c298229de4e9b4a8e0d5a6ffb1b4b simple 03-Oct-2024 12:10:09 Creating local git repository in '/home/bamboo/local-working-dir/PHPBB3-DD33-JOB1/.git'. simple 03-Oct-2024 12:10:09 Initialized empty Git repository in /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1/.git/ simple 03-Oct-2024 12:10:09 hint: Using 'master' as the name for the initial branch. This default branch name simple 03-Oct-2024 12:10:09 hint: is subject to change. To configure the initial branch name to use in all simple 03-Oct-2024 12:10:09 hint: of your new repositories, which will suppress this warning, call: simple 03-Oct-2024 12:10:09 hint: simple 03-Oct-2024 12:10:09 hint: git config --global init.defaultBranch simple 03-Oct-2024 12:10:09 hint: simple 03-Oct-2024 12:10:09 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and simple 03-Oct-2024 12:10:09 hint: 'development'. The just-created branch can be renamed via this command: simple 03-Oct-2024 12:10:09 hint: simple 03-Oct-2024 12:10:09 hint: git branch -m simple 03-Oct-2024 12:10:10 Fetching 'refs/heads/3.3.x' from 'https://github.com/phpbb/phpbb.git'. simple 03-Oct-2024 12:10:22 Checking out revision ae1d830e842c298229de4e9b4a8e0d5a6ffb1b4b. simple 03-Oct-2024 12:10:23 Switched to branch '3.3.x' simple 03-Oct-2024 12:10:23 Updated source code to revision: ae1d830e842c298229de4e9b4a8e0d5a6ffb1b4b simple 03-Oct-2024 12:10:23 Finished task 'Checkout Default Repository' with result: Success simple 03-Oct-2024 12:10:23 Running pre-build action: VCS Version Collector simple 03-Oct-2024 12:10:23 Running pre-build action: Build Log Labeller Pre Build Action simple 03-Oct-2024 12:10:23 Build phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589) started building on agent 'Default Agent' () command 03-Oct-2024 12:10:23 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1 simple 03-Oct-2024 12:10:23 Starting task 'Build image' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' command 03-Oct-2024 12:10:23 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589)'\n ... running command line: \n/usr/bin/docker --config /home/bamboo/.dockercfg-bamboo-ecd78353-c191-44f6-a709-d09ff75d6999 build --force-rm=true --tag=phpbb:php-7.2 /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1\n error 03-Oct-2024 12:10:23 #0 building with "default" instance using docker driver error 03-Oct-2024 12:10:23 error 03-Oct-2024 12:10:23 #1 [internal] load build definition from Dockerfile error 03-Oct-2024 12:10:23 #1 transferring dockerfile: 398B done error 03-Oct-2024 12:10:23 #1 DONE 0.0s error 03-Oct-2024 12:10:23 error 03-Oct-2024 12:10:23 #2 [internal] load metadata for docker.io/library/php:7.2 error 03-Oct-2024 12:10:24 #2 DONE 0.6s error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #3 [internal] load .dockerignore error 03-Oct-2024 12:10:24 #3 transferring context: 2B done error 03-Oct-2024 12:10:24 #3 DONE 0.0s error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #4 [1/5] FROM docker.io/library/php:7.2@sha256:42ffbc0798e4449bbd1e14fc4dcb87774aa1ad1900a09ef6a965bc0880aa2161 error 03-Oct-2024 12:10:24 #4 DONE 0.0s error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #5 [2/5] RUN apt-get update && apt-get install -y git zlib1g-dev bzip2 zip && docker-php-ext-install -j$(nproc) zip error 03-Oct-2024 12:10:24 #5 CACHED error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #6 [3/5] RUN pecl install xdebug-2.9.0 error 03-Oct-2024 12:10:24 #6 CACHED error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #7 [4/5] RUN docker-php-ext-enable xdebug error 03-Oct-2024 12:10:24 #7 CACHED error 03-Oct-2024 12:10:24 error 03-Oct-2024 12:10:24 #8 [5/5] RUN echo "memory_limit = 1536M" >> /usr/local/etc/php/conf.d/memory.ini error 03-Oct-2024 12:10:25 #8 DONE 0.8s error 03-Oct-2024 12:10:25 error 03-Oct-2024 12:10:25 #9 exporting to image error 03-Oct-2024 12:10:25 #9 exporting layers 0.0s done error 03-Oct-2024 12:10:25 #9 writing image sha256:b6037225c6143a12932b891faadd8c821bb123892040a790ddfd9a40e16fa4ba done error 03-Oct-2024 12:10:25 #9 naming to docker.io/library/phpbb:php-7.2 done error 03-Oct-2024 12:10:25 #9 DONE 0.1s simple 03-Oct-2024 12:10:25 Built Docker image 'phpbb:php-7.2' simple 03-Oct-2024 12:10:25 Finished task 'Build image' with result: Success command 03-Oct-2024 12:10:25 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1 simple 03-Oct-2024 12:10:25 Starting task 'Run tests' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 03-Oct-2024 12:10:25 Running image name (phpbb:php-7.2) command 03-Oct-2024 12:10:25 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1:/data --workdir /data/phpBB --rm -u=990 -t phpbb:php-7.2 /bin/bash -c php ../composer.phar install --dev; cd ../build; ../phpBB/vendor/bin/phing build\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1\n build 03-Oct-2024 12:10:26 You are using the deprecated option "--dev". It has no effect and will break in Composer 3. build 03-Oct-2024 12:10:26 Installing dependencies from lock file (including require-dev) build 03-Oct-2024 12:10:26 Verifying lock file contents can be installed on current platform. build 03-Oct-2024 12:10:26 Package operations: 76 installs, 0 updates, 0 removals build 03-Oct-2024 12:10:26 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 03-Oct-2024 12:10:26 - Downloading composer/package-versions-deprecated (1.11.99.5) build 03-Oct-2024 12:10:26 - Downloading bantu/ini-get-wrapper (v1.0.1) build 03-Oct-2024 12:10:26 - Downloading carlos-mg89/oauth (0.8.15) build 03-Oct-2024 12:10:26 - Downloading symfony/polyfill-mbstring (v1.29.0) build 03-Oct-2024 12:10:26 - Downloading symfony/polyfill-ctype (v1.29.0) build 03-Oct-2024 12:10:26 - Downloading symfony/dom-crawler (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/css-selector (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/browser-kit (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/polyfill-php72 (v1.29.0) build 03-Oct-2024 12:10:26 - Downloading symfony/polyfill-intl-normalizer (v1.29.0) build 03-Oct-2024 12:10:26 - Downloading symfony/polyfill-intl-idn (v1.29.0) build 03-Oct-2024 12:10:26 - Downloading ralouphie/getallheaders (3.0.3) build 03-Oct-2024 12:10:26 - Downloading psr/http-message (1.1) build 03-Oct-2024 12:10:26 - Downloading guzzlehttp/psr7 (1.9.1) build 03-Oct-2024 12:10:26 - Downloading guzzlehttp/promises (1.5.3) build 03-Oct-2024 12:10:26 - Downloading guzzlehttp/guzzle (6.5.8) build 03-Oct-2024 12:10:26 - Downloading fabpot/goutte (v3.2.3) build 03-Oct-2024 12:10:26 - Downloading google/recaptcha (1.2.4) build 03-Oct-2024 12:10:26 - Downloading symfony/yaml (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/process (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading psr/log (1.1.4) build 03-Oct-2024 12:10:26 - Downloading symfony/debug (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/console (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading laravel/homestead (v7.20.0) build 03-Oct-2024 12:10:26 - Downloading marc1706/fast-image-size (v1.1.7) build 03-Oct-2024 12:10:26 - Downloading phing/phing (2.17.4) build 03-Oct-2024 12:10:26 - Downloading php-webdriver/webdriver (1.13.1) build 03-Oct-2024 12:10:26 - Downloading webmozart/assert (1.11.0) build 03-Oct-2024 12:10:26 - Downloading phpdocumentor/reflection-common (2.2.0) build 03-Oct-2024 12:10:26 - Downloading phpdocumentor/type-resolver (1.6.1) build 03-Oct-2024 12:10:26 - Downloading phpdocumentor/reflection-docblock (5.3.0) build 03-Oct-2024 12:10:26 - Downloading sebastian/version (2.0.1) build 03-Oct-2024 12:10:26 - Downloading sebastian/resource-operations (2.0.3) build 03-Oct-2024 12:10:26 - Downloading sebastian/recursion-context (3.0.2) build 03-Oct-2024 12:10:26 - Downloading sebastian/object-reflector (1.1.3) build 03-Oct-2024 12:10:26 - Downloading sebastian/object-enumerator (3.0.5) build 03-Oct-2024 12:10:26 - Downloading sebastian/global-state (2.0.0) build 03-Oct-2024 12:10:26 - Downloading sebastian/exporter (3.1.6) build 03-Oct-2024 12:10:26 - Downloading sebastian/environment (4.2.5) build 03-Oct-2024 12:10:26 - Downloading sebastian/diff (3.0.6) build 03-Oct-2024 12:10:26 - Downloading sebastian/comparator (3.0.5) build 03-Oct-2024 12:10:26 - Downloading phpunit/php-timer (2.1.4) build 03-Oct-2024 12:10:26 - Downloading phpunit/php-text-template (1.2.1) build 03-Oct-2024 12:10:26 - Downloading phpunit/php-file-iterator (2.0.6) build 03-Oct-2024 12:10:26 - Downloading theseer/tokenizer (1.2.3) build 03-Oct-2024 12:10:26 - Downloading sebastian/code-unit-reverse-lookup (1.0.3) build 03-Oct-2024 12:10:26 - Downloading phpunit/php-token-stream (3.1.3) build 03-Oct-2024 12:10:26 - Downloading phpunit/php-code-coverage (6.1.4) build 03-Oct-2024 12:10:26 - Downloading doctrine/instantiator (1.5.0) build 03-Oct-2024 12:10:26 - Downloading phpspec/prophecy (v1.19.0) build 03-Oct-2024 12:10:26 - Downloading phar-io/version (2.0.1) build 03-Oct-2024 12:10:26 - Downloading phar-io/manifest (1.0.3) build 03-Oct-2024 12:10:26 - Downloading myclabs/deep-copy (1.12.0) build 03-Oct-2024 12:10:26 - Downloading phpunit/phpunit (7.5.20) build 03-Oct-2024 12:10:26 - Downloading phpunit/dbunit (4.0.0) build 03-Oct-2024 12:10:26 - Downloading psr/container (1.1.1) build 03-Oct-2024 12:10:26 - Downloading s9e/sweetdom (2.1.0.1) build 03-Oct-2024 12:10:26 - Downloading s9e/regexp-builder (1.4.6) build 03-Oct-2024 12:10:26 - Downloading s9e/text-formatter (2.11.5) build 03-Oct-2024 12:10:26 - Downloading squizlabs/php_codesniffer (3.10.1) build 03-Oct-2024 12:10:26 - Downloading symfony/filesystem (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/config (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/finder (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/http-foundation (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/event-dispatcher (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/http-kernel (v3.4.49) build 03-Oct-2024 12:10:26 - Downloading symfony/dependency-injection (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading zendframework/zend-eventmanager (3.2.1) build 03-Oct-2024 12:10:26 - Downloading zendframework/zend-code (3.4.1) build 03-Oct-2024 12:10:26 - Downloading ocramius/proxy-manager (2.2.4) build 03-Oct-2024 12:10:26 - Downloading symfony/proxy-manager-bridge (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading symfony/routing (v3.4.47) build 03-Oct-2024 12:10:26 - Downloading twig/twig (v2.16.0) build 03-Oct-2024 12:10:26 - Downloading symfony/twig-bridge (v3.4.47) build 03-Oct-2024 12:10:27 0/74 [>---------------------------] 0% 9/74 [===>------------------------] 12% 16/74 [======>---------------------] 21% 24/74 [=========>------------------] 32% 31/74 [===========>----------------] 41% 39/74 [==============>-------------] 52% 47/74 [=================>----------] 63% 53/74 [====================>-------] 71% 63/74 [=======================>----] 85% 72/74 [===========================>] 97% 74/74 [============================] 100% - Installing composer/package-versions-deprecated (1.11.99.5): Extracting archive build 03-Oct-2024 12:10:27 - Installing bantu/ini-get-wrapper (v1.0.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing carlos-mg89/oauth (0.8.15): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-mbstring (v1.29.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-ctype (v1.29.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/dom-crawler (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/css-selector (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/browser-kit (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-php72 (v1.29.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-intl-normalizer (v1.29.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-intl-idn (v1.29.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing ralouphie/getallheaders (3.0.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing psr/http-message (1.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing guzzlehttp/psr7 (1.9.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing guzzlehttp/promises (1.5.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing guzzlehttp/guzzle (6.5.8): Extracting archive build 03-Oct-2024 12:10:27 - Installing fabpot/goutte (v3.2.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing google/recaptcha (1.2.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/yaml (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/process (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing psr/log (1.1.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/debug (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/console (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing laravel/homestead (v7.20.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing marc1706/fast-image-size (v1.1.7): Extracting archive build 03-Oct-2024 12:10:27 - Installing phing/phing (2.17.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing php-webdriver/webdriver (1.13.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing webmozart/assert (1.11.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpdocumentor/type-resolver (1.6.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/version (2.0.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/resource-operations (2.0.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/recursion-context (3.0.2): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/object-reflector (1.1.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/object-enumerator (3.0.5): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/global-state (2.0.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/exporter (3.1.6): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/environment (4.2.5): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/diff (3.0.6): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/comparator (3.0.5): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/php-timer (2.1.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/php-text-template (1.2.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/php-file-iterator (2.0.6): Extracting archive build 03-Oct-2024 12:10:27 - Installing theseer/tokenizer (1.2.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing sebastian/code-unit-reverse-lookup (1.0.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/php-token-stream (3.1.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/php-code-coverage (6.1.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing doctrine/instantiator (1.5.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpspec/prophecy (v1.19.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing phar-io/version (2.0.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing phar-io/manifest (1.0.3): Extracting archive build 03-Oct-2024 12:10:27 - Installing myclabs/deep-copy (1.12.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/phpunit (7.5.20): Extracting archive build 03-Oct-2024 12:10:27 - Installing phpunit/dbunit (4.0.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing psr/container (1.1.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing s9e/sweetdom (2.1.0.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing s9e/regexp-builder (1.4.6): Extracting archive build 03-Oct-2024 12:10:27 - Installing s9e/text-formatter (2.11.5): Extracting archive build 03-Oct-2024 12:10:27 - Installing squizlabs/php_codesniffer (3.10.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/filesystem (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/config (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/finder (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-php56 (v1.20.0) build 03-Oct-2024 12:10:27 - Installing symfony/polyfill-php70 (v1.20.0) build 03-Oct-2024 12:10:27 - Installing symfony/http-foundation (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/event-dispatcher (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/http-kernel (v3.4.49): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/dependency-injection (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing zendframework/zend-eventmanager (3.2.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing zendframework/zend-code (3.4.1): Extracting archive build 03-Oct-2024 12:10:27 - Installing ocramius/proxy-manager (2.2.4): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/proxy-manager-bridge (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/routing (v3.4.47): Extracting archive build 03-Oct-2024 12:10:27 - Installing twig/twig (v2.16.0): Extracting archive build 03-Oct-2024 12:10:27 - Installing symfony/twig-bridge (v3.4.47): Extracting archive build 03-Oct-2024 12:10:29 0/73 [>---------------------------] 0% 10/73 [===>------------------------] 13% 19/73 [=======>--------------------] 26% 23/73 [========>-------------------] 31% 32/73 [============>---------------] 43% 39/73 [==============>-------------] 53% 47/73 [==================>---------] 64% 53/73 [====================>-------] 72% 62/73 [=======================>----] 84% 66/73 [=========================>--] 90% 73/73 [============================] 100%Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 03-Oct-2024 12:10:29 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 03-Oct-2024 12:10:29 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 03-Oct-2024 12:10:29 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 03-Oct-2024 12:10:29 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 03-Oct-2024 12:10:29 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 03-Oct-2024 12:10:29 Generating autoload files build 03-Oct-2024 12:10:29 47 packages you are using are looking for funding. build 03-Oct-2024 12:10:29 Use the `composer fund` command to find out more! build 03-Oct-2024 12:10:29 Buildfile: /data/build/build.xml build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30 phpBB > clean: build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30  [delete] Directory /data/build/logs does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/api does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/codebrowser does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/coverage does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/cpd does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/dependencies does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/new_version does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/old_versions does not exist or is not a directory. build 03-Oct-2024 12:10:30  [delete] Directory /data/build/save does not exist or is not a directory. build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30 phpBB > prepare: build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/logs build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/api build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/codebrowser build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/coverage build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/cpd build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/dependencies build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/new_version build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/new_version/files build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/new_version/patches build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/new_version/release_files build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/new_version/update build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/old_versions build 03-Oct-2024 12:10:30  [mkdir] Created dir: /data/build/save build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30 phpBB > composer: build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30 Installing dependencies from lock file (including require-dev) build 03-Oct-2024 12:10:30 Verifying lock file contents can be installed on current platform. build 03-Oct-2024 12:10:30 Nothing to install, update or remove build 03-Oct-2024 12:10:30 Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead. build 03-Oct-2024 12:10:30 Package zendframework/zend-code is abandoned, you should avoid using it. Use laminas/laminas-code instead. build 03-Oct-2024 12:10:30 Package zendframework/zend-eventmanager is abandoned, you should avoid using it. Use laminas/laminas-eventmanager instead. build 03-Oct-2024 12:10:30 Package fabpot/goutte is abandoned, you should avoid using it. Use symfony/browser-kit instead. build 03-Oct-2024 12:10:30 Package phpunit/dbunit is abandoned, you should avoid using it. No replacement was suggested. build 03-Oct-2024 12:10:30 Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested. build 03-Oct-2024 12:10:30 Generating autoload files build 03-Oct-2024 12:10:30 47 packages you are using are looking for funding. build 03-Oct-2024 12:10:30 Use the `composer fund` command to find out more! build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:30 phpBB > test: build 03-Oct-2024 12:10:30  build 03-Oct-2024 12:10:32 PHPUnit 7.5.20 by Sebastian Bergmann and contributors. build 03-Oct-2024 12:10:33 build 03-Oct-2024 12:10:47 ............................................................. 61 / 7539 ( 0%) build 03-Oct-2024 12:10:49 ............................................................. 122 / 7539 ( 1%) build 03-Oct-2024 12:10:51 ...................I.....SSSS..................SSSSSSSS...... 183 / 7539 ( 2%) build 03-Oct-2024 12:10:54 ...S...S..................................................... 244 / 7539 ( 3%) build 03-Oct-2024 12:11:00 ...................S......................................... 305 / 7539 ( 4%) build 03-Oct-2024 12:11:05 ............................................................. 366 / 7539 ( 4%) build 03-Oct-2024 12:11:08 ............................................................. 427 / 7539 ( 5%) build 03-Oct-2024 12:11:10 ............................................................. 488 / 7539 ( 6%) build 03-Oct-2024 12:11:12 ............................................................. 549 / 7539 ( 7%) build 03-Oct-2024 12:11:15 ............................................................. 610 / 7539 ( 8%) build 03-Oct-2024 12:11:17 ............................................................. 671 / 7539 ( 8%) build 03-Oct-2024 12:11:20 ............................................................. 732 / 7539 ( 9%) build 03-Oct-2024 12:11:22 ............................................................. 793 / 7539 ( 10%) build 03-Oct-2024 12:11:25 ............................................................. 854 / 7539 ( 11%) build 03-Oct-2024 12:11:28 ............................................................. 915 / 7539 ( 12%) build 03-Oct-2024 12:11:30 ............................................................. 976 / 7539 ( 12%) build 03-Oct-2024 12:11:33 ............................................................. 1037 / 7539 ( 13%) build 03-Oct-2024 12:11:37 ............................................................. 1098 / 7539 ( 14%) build 03-Oct-2024 12:11:41 ...............I............................................. 1159 / 7539 ( 15%) build 03-Oct-2024 12:11:50 ............................................................. 1220 / 7539 ( 16%) build 03-Oct-2024 12:11:54 ............................................................. 1281 / 7539 ( 16%) build 03-Oct-2024 12:12:00 ....................S.S.S.................................... 1342 / 7539 ( 17%) build 03-Oct-2024 12:12:02 ............................................................. 1403 / 7539 ( 18%) build 03-Oct-2024 12:12:03 ............................................................. 1464 / 7539 ( 19%) build 03-Oct-2024 12:12:04 ............................................................. 1525 / 7539 ( 20%) build 03-Oct-2024 12:12:05 ............................................................. 1586 / 7539 ( 21%) build 03-Oct-2024 12:12:06 ............................................................. 1647 / 7539 ( 21%) build 03-Oct-2024 12:12:07 ............................................................. 1708 / 7539 ( 22%) build 03-Oct-2024 12:12:07 ............................................................. 1769 / 7539 ( 23%) build 03-Oct-2024 12:12:08 ............................................................. 1830 / 7539 ( 24%) build 03-Oct-2024 12:12:08 ............................................................. 1891 / 7539 ( 25%) build 03-Oct-2024 12:12:09 ............................................................. 1952 / 7539 ( 25%) build 03-Oct-2024 12:12:10 ............................................................. 2013 / 7539 ( 26%) build 03-Oct-2024 12:12:11 ............................................................. 2074 / 7539 ( 27%) build 03-Oct-2024 12:12:14 ............................................................. 2135 / 7539 ( 28%) build 03-Oct-2024 12:12:18 ............................................................. 2196 / 7539 ( 29%) build 03-Oct-2024 12:12:24 ............................................................. 2257 / 7539 ( 29%) build 03-Oct-2024 12:12:28 ............................................................. 2318 / 7539 ( 30%) build 03-Oct-2024 12:12:28 ............................................................. 2379 / 7539 ( 31%) build 03-Oct-2024 12:12:31 .................................I.II........................ 2440 / 7539 ( 32%) build 03-Oct-2024 12:12:34 ............................................................. 2501 / 7539 ( 33%) build 03-Oct-2024 12:12:35 ............................................................. 2562 / 7539 ( 33%) build 03-Oct-2024 12:12:35 ............................................................. 2623 / 7539 ( 34%) build 03-Oct-2024 12:12:38 ............................................................. 2684 / 7539 ( 35%) build 03-Oct-2024 12:12:39 ............................................................. 2745 / 7539 ( 36%) build 03-Oct-2024 12:12:41 ............................................................. 2806 / 7539 ( 37%) build 03-Oct-2024 12:12:41 ............................................................. 2867 / 7539 ( 38%) build 03-Oct-2024 12:12:42 ............................................................. 2928 / 7539 ( 38%) build 03-Oct-2024 12:12:51 ............................................................. 2989 / 7539 ( 39%) build 03-Oct-2024 12:12:56 ............................................................. 3050 / 7539 ( 40%) build 03-Oct-2024 12:12:59 .................................................S........... 3111 / 7539 ( 41%) build 03-Oct-2024 12:13:03 ............................................................. 3172 / 7539 ( 42%) build 03-Oct-2024 12:13:03 ............................................................. 3233 / 7539 ( 42%) build 03-Oct-2024 12:13:04 ............................................................. 3294 / 7539 ( 43%) build 03-Oct-2024 12:13:33 ............................................................. 3355 / 7539 ( 44%) build 03-Oct-2024 12:13:40 ............................................................. 3416 / 7539 ( 45%) build 03-Oct-2024 12:13:52 ............................................................. 3477 / 7539 ( 46%) build 03-Oct-2024 12:13:53 ............................................................. 3538 / 7539 ( 46%) build 03-Oct-2024 12:13:54 ............................................................. 3599 / 7539 ( 47%) build 03-Oct-2024 12:13:55 ............................................................. 3660 / 7539 ( 48%) build 03-Oct-2024 12:13:57 ............................................................. 3721 / 7539 ( 49%) build 03-Oct-2024 12:13:57 ............................................................. 3782 / 7539 ( 50%) build 03-Oct-2024 12:13:58 ............................................................. 3843 / 7539 ( 50%) build 03-Oct-2024 12:13:59 ............................................................. 3904 / 7539 ( 51%) build 03-Oct-2024 12:14:00 ............................................................. 3965 / 7539 ( 52%) build 03-Oct-2024 12:14:02 ............................................................. 4026 / 7539 ( 53%) build 03-Oct-2024 12:14:06 ............................................................. 4087 / 7539 ( 54%) build 03-Oct-2024 12:14:08 ............................................................. 4148 / 7539 ( 55%) build 03-Oct-2024 12:14:13 ............................................................. 4209 / 7539 ( 55%) build 03-Oct-2024 12:14:14 ............................................................. 4270 / 7539 ( 56%) build 03-Oct-2024 12:14:18 ............................................................. 4331 / 7539 ( 57%) build 03-Oct-2024 12:14:29 ............................................................. 4392 / 7539 ( 58%) build 03-Oct-2024 12:14:57 ............................................................. 4453 / 7539 ( 59%) build 03-Oct-2024 12:15:23 ............................................................. 4514 / 7539 ( 59%) build 03-Oct-2024 12:15:26 ............................................................. 4575 / 7539 ( 60%) build 03-Oct-2024 12:15:29 ............................................................. 4636 / 7539 ( 61%) build 03-Oct-2024 12:15:30 ............................................................. 4697 / 7539 ( 62%) build 03-Oct-2024 12:15:30 ............................................................. 4758 / 7539 ( 63%) build 03-Oct-2024 12:15:31 ............................................................. 4819 / 7539 ( 63%) build 03-Oct-2024 12:15:31 ............................................................. 4880 / 7539 ( 64%) build 03-Oct-2024 12:15:32 ............................................................. 4941 / 7539 ( 65%) build 03-Oct-2024 12:15:33 ............................................................. 5002 / 7539 ( 66%) build 03-Oct-2024 12:15:33 ............................................................. 5063 / 7539 ( 67%) build 03-Oct-2024 12:16:02 ............................................................. 5124 / 7539 ( 67%) build 03-Oct-2024 12:16:37 ............................................................. 5185 / 7539 ( 68%) build 03-Oct-2024 12:16:46 ............................................................. 5246 / 7539 ( 69%) build 03-Oct-2024 12:16:54 ............................................................. 5307 / 7539 ( 70%) build 03-Oct-2024 12:16:57 ............................................................. 5368 / 7539 ( 71%) build 03-Oct-2024 12:16:58 ............................................................. 5429 / 7539 ( 72%) build 03-Oct-2024 12:17:00 ............................................................. 5490 / 7539 ( 72%) build 03-Oct-2024 12:17:01 ............................................................. 5551 / 7539 ( 73%) build 03-Oct-2024 12:17:01 ................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5612 / 7539 ( 74%) build 03-Oct-2024 12:17:01 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5673 / 7539 ( 75%) build 03-Oct-2024 12:17:01 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5734 / 7539 ( 76%) build 03-Oct-2024 12:17:01 SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 5795 / 7539 ( 76%) build 03-Oct-2024 12:17:04 SSSSSSSSSSSSSSSSSSSSS........................................ 5856 / 7539 ( 77%) build 03-Oct-2024 12:17:08 ............................................................. 5917 / 7539 ( 78%) build 03-Oct-2024 12:17:13 ............................................................. 5978 / 7539 ( 79%) build 03-Oct-2024 12:17:17 ............................................................. 6039 / 7539 ( 80%) build 03-Oct-2024 12:17:21 ............................................................. 6100 / 7539 ( 80%) build 03-Oct-2024 12:17:25 ............................................................. 6161 / 7539 ( 81%) build 03-Oct-2024 12:17:29 ............................................................. 6222 / 7539 ( 82%) build 03-Oct-2024 12:17:33 ............................................................. 6283 / 7539 ( 83%) build 03-Oct-2024 12:17:38 ............................................................. 6344 / 7539 ( 84%) build 03-Oct-2024 12:17:42 ............................................................. 6405 / 7539 ( 84%) build 03-Oct-2024 12:17:46 ............................................................. 6466 / 7539 ( 85%) build 03-Oct-2024 12:17:50 ............................................................. 6527 / 7539 ( 86%) build 03-Oct-2024 12:17:54 ............................................................. 6588 / 7539 ( 87%) build 03-Oct-2024 12:17:58 ............................................................. 6649 / 7539 ( 88%) build 03-Oct-2024 12:18:03 ............................................................. 6710 / 7539 ( 89%) build 03-Oct-2024 12:18:07 ............................................................. 6771 / 7539 ( 89%) build 03-Oct-2024 12:18:11 ............................................................. 6832 / 7539 ( 90%) build 03-Oct-2024 12:18:15 ............................................................. 6893 / 7539 ( 91%) build 03-Oct-2024 12:18:19 ............................................................. 6954 / 7539 ( 92%) build 03-Oct-2024 12:18:23 ............................................................. 7015 / 7539 ( 93%) build 03-Oct-2024 12:18:27 ............................................................. 7076 / 7539 ( 93%) build 03-Oct-2024 12:18:31 ............................................................. 7137 / 7539 ( 94%) build 03-Oct-2024 12:18:35 ............................................................. 7198 / 7539 ( 95%) build 03-Oct-2024 12:18:39 ............................................................. 7259 / 7539 ( 96%) build 03-Oct-2024 12:18:43 ............................................................. 7320 / 7539 ( 97%) build 03-Oct-2024 12:18:47 ............................................................. 7381 / 7539 ( 97%) build 03-Oct-2024 12:18:51 ............................................................. 7442 / 7539 ( 98%) build 03-Oct-2024 12:18:53 ........................ build 03-Oct-2024 12:18:53 build 03-Oct-2024 12:18:53 Time: 8.36 minutes, Memory: 282.25 MB build 03-Oct-2024 12:18:53 build 03-Oct-2024 12:18:53 OK, but incomplete, skipped, or risky tests! build 03-Oct-2024 12:18:53 Tests: 7539, Assertions: 39100, Skipped: 268, Incomplete: 5. build 03-Oct-2024 12:18:53 build 03-Oct-2024 12:20:06 Generating code coverage report in Clover XML format ... done build 03-Oct-2024 12:20:06 build 03-Oct-2024 12:20:25 Generating code coverage report in HTML format ... done build 03-Oct-2024 12:20:26  build 03-Oct-2024 12:20:26 phpBB > docs: build 03-Oct-2024 12:20:26  build 03-Oct-2024 12:20:26 Updating project build 03-Oct-2024 12:20:26 build 03-Oct-2024 12:20:26 Version main build 03-Oct-2024 12:20:26 ------------ build 03-Oct-2024 12:20:26 build 03-Oct-2024 12:20:27 build 03-Oct-2024 12:20:28 0/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\controller\convertor build 03-Oct-2024 12:20:28  2/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing phpbb\convert\convert build 03-Oct-2024 12:20:30 Parsing diff build 03-Oct-2024 12:20:30  4/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Parsing mapped_diff build 03-Oct-2024 12:20:30 Parsing diff_op build 03-Oct-2024 12:20:30 Parsing diff_op_copy build 03-Oct-2024 12:20:30 Parsing diff_op_delete build 03-Oct-2024 12:20:30 Parsing diff_op_add build 03-Oct-2024 12:20:30 Parsing diff_op_change build 03-Oct-2024 12:20:30 Parsing diff3 build 03-Oct-2024 12:20:30 Parsing diff3_op build 03-Oct-2024 12:20:30 Parsing diff3_op_copy build 03-Oct-2024 12:20:30 Parsing diff3_block_builder build 03-Oct-2024 12:20:31 Parsing diff_renderer build 03-Oct-2024 12:20:31  15/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing diff_renderer_unified build 03-Oct-2024 12:20:31 Parsing diff_renderer_inline build 03-Oct-2024 12:20:31 Parsing diff_renderer_raw build 03-Oct-2024 12:20:31 Parsing diff_renderer_side_by_side build 03-Oct-2024 12:20:31 Parsing diff_engine build 03-Oct-2024 12:20:31  20/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing p_master build 03-Oct-2024 12:20:32  21/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Parsing jabber build 03-Oct-2024 12:20:32  22/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing compress build 03-Oct-2024 12:20:32  23/713 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing compress_zip build 03-Oct-2024 12:20:32 Parsing compress_tar build 03-Oct-2024 12:20:33 Parsing SphinxClient build 03-Oct-2024 12:20:33  26/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing bbcode build 03-Oct-2024 12:20:34  27/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing transfer build 03-Oct-2024 12:20:34  28/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 3%Parsing ftp build 03-Oct-2024 12:20:34 Parsing ftp_fsock build 03-Oct-2024 12:20:35 Parsing mcp_main build 03-Oct-2024 12:20:35  31/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_logs build 03-Oct-2024 12:20:36  32/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_warn build 03-Oct-2024 12:20:36  33/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_reports build 03-Oct-2024 12:20:36  34/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_pm_reports build 03-Oct-2024 12:20:36  35/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Parsing mcp_ban build 03-Oct-2024 12:20:36  36/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing mcp_notes build 03-Oct-2024 12:20:37  37/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing mcp_queue build 03-Oct-2024 12:20:37  38/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Parsing mcp_main_info build 03-Oct-2024 12:20:37 Parsing mcp_logs_info build 03-Oct-2024 12:20:37 Parsing mcp_warn_info build 03-Oct-2024 12:20:37 Parsing mcp_reports_info build 03-Oct-2024 12:20:37 Parsing mcp_pm_reports_info build 03-Oct-2024 12:20:37 Parsing mcp_ban_info build 03-Oct-2024 12:20:37  44/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing mcp_notes_info build 03-Oct-2024 12:20:37 Parsing mcp_queue_info build 03-Oct-2024 12:20:38 Parsing acp_jabber build 03-Oct-2024 12:20:38  47/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_disallow build 03-Oct-2024 12:20:38 Parsing acp_groups build 03-Oct-2024 12:20:39  49/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Parsing acp_modules build 03-Oct-2024 12:20:39  50/713 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_contact build 03-Oct-2024 12:20:39 Parsing auth_admin build 03-Oct-2024 12:20:39  52/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_bots build 03-Oct-2024 12:20:39  53/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_logs build 03-Oct-2024 12:20:39  54/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_board build 03-Oct-2024 12:20:40  55/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_search build 03-Oct-2024 12:20:40  56/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_users build 03-Oct-2024 12:20:40  57/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 7%Parsing acp_php_info build 03-Oct-2024 12:20:40 Parsing acp_email build 03-Oct-2024 12:20:41  59/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_inactive build 03-Oct-2024 12:20:41  60/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_words build 03-Oct-2024 12:20:41  61/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_captcha build 03-Oct-2024 12:20:41 Parsing acp_forums build 03-Oct-2024 12:20:41  63/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_bbcodes build 03-Oct-2024 12:20:41  64/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Parsing acp_prune build 03-Oct-2024 12:20:42  65/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_icons build 03-Oct-2024 12:20:42  66/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_attachments build 03-Oct-2024 12:20:42  67/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_extensions build 03-Oct-2024 12:20:43  68/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_profile build 03-Oct-2024 12:20:43  69/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_ranks build 03-Oct-2024 12:20:43  70/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_language build 03-Oct-2024 12:20:43  71/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Parsing acp_styles build 03-Oct-2024 12:20:43  72/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_permission_roles build 03-Oct-2024 12:20:43  73/713 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 10%Parsing acp_jabber_info build 03-Oct-2024 12:20:43 Parsing acp_disallow_info build 03-Oct-2024 12:20:43 Parsing acp_groups_info build 03-Oct-2024 12:20:43 Parsing acp_modules_info build 03-Oct-2024 12:20:43 Parsing acp_contact_info build 03-Oct-2024 12:20:43 Parsing acp_bots_info build 03-Oct-2024 12:20:43  79/713 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_logs_info build 03-Oct-2024 12:20:43 Parsing acp_board_info build 03-Oct-2024 12:20:43 Parsing acp_search_info build 03-Oct-2024 12:20:43 Parsing acp_users_info build 03-Oct-2024 12:20:43  83/713 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Parsing acp_php_info_info build 03-Oct-2024 12:20:43 Parsing acp_email_info build 03-Oct-2024 12:20:43 Parsing acp_inactive_info build 03-Oct-2024 12:20:43 Parsing acp_words_info build 03-Oct-2024 12:20:43 Parsing acp_captcha_info build 03-Oct-2024 12:20:43 Parsing acp_forums_info build 03-Oct-2024 12:20:43 Parsing acp_bbcodes_info build 03-Oct-2024 12:20:43  90/713 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Parsing acp_prune_info build 03-Oct-2024 12:20:43 Parsing acp_icons_info build 03-Oct-2024 12:20:43 Parsing acp_attachments_info build 03-Oct-2024 12:20:43 Parsing acp_extensions_info build 03-Oct-2024 12:20:43 Parsing acp_profile_info build 03-Oct-2024 12:20:43 Parsing acp_ranks_info build 03-Oct-2024 12:20:43 Parsing acp_language_info build 03-Oct-2024 12:20:43  97/713 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 13%Parsing acp_styles_info build 03-Oct-2024 12:20:43 Parsing acp_permission_roles_info build 03-Oct-2024 12:20:43 Parsing acp_permissions_info build 03-Oct-2024 12:20:43 Parsing acp_ban_info build 03-Oct-2024 12:20:43 Parsing acp_update_info build 03-Oct-2024 12:20:43  102/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing acp_main_info build 03-Oct-2024 12:20:43 Parsing acp_help_phpbb_info build 03-Oct-2024 12:20:43 Parsing acp_reasons_info build 03-Oct-2024 12:20:44 Parsing acp_permissions build 03-Oct-2024 12:20:44  106/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 14%Parsing acp_ban build 03-Oct-2024 12:20:44 Parsing acp_update build 03-Oct-2024 12:20:44  108/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing acp_main build 03-Oct-2024 12:20:44  109/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing acp_help_phpbb build 03-Oct-2024 12:20:44 Parsing acp_reasons build 03-Oct-2024 12:20:44  111/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing phpbb_questionnaire_data_collector build 03-Oct-2024 12:20:44  112/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Parsing phpbb_questionnaire_php_data_provider build 03-Oct-2024 12:20:44 Parsing phpbb_questionnaire_system_data_provider build 03-Oct-2024 12:20:44 Parsing phpbb_questionnaire_phpbb_data_provider build 03-Oct-2024 12:20:45 Parsing ucp_prefs build 03-Oct-2024 12:20:45  116/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_confirm build 03-Oct-2024 12:20:45 Parsing ucp_auth_link build 03-Oct-2024 12:20:45 Parsing ucp_resend build 03-Oct-2024 12:20:46  119/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_groups build 03-Oct-2024 12:20:46  120/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_attachments build 03-Oct-2024 12:20:46  121/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 16%Parsing ucp_notifications build 03-Oct-2024 12:20:46  122/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_login_link build 03-Oct-2024 12:20:46  123/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_activate build 03-Oct-2024 12:20:46 Parsing ucp_main build 03-Oct-2024 12:20:46  125/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_zebra build 03-Oct-2024 12:20:47  126/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_pm build 03-Oct-2024 12:20:47  127/713 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_register build 03-Oct-2024 12:20:47  128/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 17%Parsing ucp_prefs_info build 03-Oct-2024 12:20:47  129/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Parsing ucp_auth_link_info build 03-Oct-2024 12:20:47 Parsing ucp_groups_info build 03-Oct-2024 12:20:47 Parsing ucp_attachments_info build 03-Oct-2024 12:20:47 Parsing ucp_notifications_info build 03-Oct-2024 12:20:47 Parsing ucp_main_info build 03-Oct-2024 12:20:47 Parsing ucp_zebra_info build 03-Oct-2024 12:20:47 Parsing ucp_pm_info build 03-Oct-2024 12:20:47  136/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing ucp_profile_info build 03-Oct-2024 12:20:47 Parsing ucp_profile build 03-Oct-2024 12:20:48  138/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing bbcode_firstpass build 03-Oct-2024 12:20:48  139/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing parse_message build 03-Oct-2024 12:20:48 Parsing bitfield build 03-Oct-2024 12:20:48  141/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing phpbb_hook build 03-Oct-2024 12:20:49  142/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Parsing messenger build 03-Oct-2024 12:20:49  143/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing queue build 03-Oct-2024 12:20:49 Parsing smtp_class build 03-Oct-2024 12:20:51 Parsing phpbb\content_visibility build 03-Oct-2024 12:20:51  146/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\cache\driver\memory build 03-Oct-2024 12:20:51  147/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Parsing phpbb\cache\driver\apcu build 03-Oct-2024 12:20:51 Parsing phpbb\cache\driver\dummy build 03-Oct-2024 12:20:51 Parsing phpbb\cache\driver\wincache build 03-Oct-2024 12:20:51  150/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\cache\driver\driver_interface build 03-Oct-2024 12:20:51 Parsing phpbb\cache\driver\base build 03-Oct-2024 12:20:51  152/713 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\cache\driver\memcached build 03-Oct-2024 12:20:51 Parsing phpbb\cache\driver\redis build 03-Oct-2024 12:20:52  154/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\cache\driver\file build 03-Oct-2024 12:20:52  155/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\cache\service build 03-Oct-2024 12:20:52  156/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Parsing phpbb\textreparser\manager build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\poll_option build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\pm_text build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\forum_description build 03-Oct-2024 12:20:52  160/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Parsing phpbb\textreparser\plugins\contact_admin_info build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\user_signature build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\poll_title build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\post_text build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\group_description build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\plugins\forum_rules build 03-Oct-2024 12:20:52  166/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\textreparser\row_based_plugin build 03-Oct-2024 12:20:52 Parsing phpbb\textreparser\base build 03-Oct-2024 12:20:52  168/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\textreparser\reparser_interface build 03-Oct-2024 12:20:52 Parsing phpbb\filesystem\exception\filesystem_exception build 03-Oct-2024 12:20:52 Parsing phpbb\filesystem\filesystem_interface build 03-Oct-2024 12:20:52  171/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Parsing phpbb\filesystem\filesystem build 03-Oct-2024 12:20:52  172/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\di\service_collection_iterator build 03-Oct-2024 12:20:52 Parsing phpbb\di\pass\collection_pass build 03-Oct-2024 12:20:52 Parsing phpbb\di\service_collection build 03-Oct-2024 12:20:52  175/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\di\ordered_service_collection build 03-Oct-2024 12:20:52 Parsing phpbb\di\container_builder build 03-Oct-2024 12:20:52  177/713 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Parsing phpbb\di\proxy_instantiator build 03-Oct-2024 12:20:52 Parsing phpbb\di\extension\container_configuration build 03-Oct-2024 12:20:52 Parsing phpbb\di\extension\config build 03-Oct-2024 12:20:52  180/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\di\extension\core build 03-Oct-2024 12:20:52 Parsing phpbb\di\extension\tables build 03-Oct-2024 12:20:52 Parsing phpbb\pagination build 03-Oct-2024 12:20:52  183/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Parsing phpbb\error_collector build 03-Oct-2024 12:20:52 Parsing phpbb\lock\flock build 03-Oct-2024 12:20:52 Parsing phpbb\lock\posting build 03-Oct-2024 12:20:52  186/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\lock\db build 03-Oct-2024 12:20:52 Parsing phpbb\attachment\resync build 03-Oct-2024 12:20:52  188/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\attachment\upload build 03-Oct-2024 12:20:53  189/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\attachment\manager build 03-Oct-2024 12:20:53 Parsing phpbb\attachment\delete build 03-Oct-2024 12:20:53  191/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Parsing phpbb\php\ini build 03-Oct-2024 12:20:53 Parsing phpbb\module\module_manager build 03-Oct-2024 12:20:53  193/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\module\exception\module_not_found_exception build 03-Oct-2024 12:20:53 Parsing phpbb\module\exception\module_exception build 03-Oct-2024 12:20:53 Parsing phpbb\profilefields\type\type_string_common build 03-Oct-2024 12:20:53  196/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\profilefields\type\type_bool build 03-Oct-2024 12:20:53  197/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\profilefields\type\type_string build 03-Oct-2024 12:20:53 Parsing phpbb\profilefields\type\type_interface build 03-Oct-2024 12:20:53  199/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Parsing phpbb\profilefields\type\type_int build 03-Oct-2024 12:20:53  200/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\profilefields\type\type_date build 03-Oct-2024 12:20:53  201/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\profilefields\type\type_dropdown build 03-Oct-2024 12:20:53  202/713 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\profilefields\type\type_base build 03-Oct-2024 12:20:53 Parsing phpbb\profilefields\type\type_text build 03-Oct-2024 12:20:53  204/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\profilefields\type\type_url build 03-Oct-2024 12:20:53  206/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Parsing phpbb\profilefields\manager build 03-Oct-2024 12:20:53 Parsing phpbb\profilefields\lang_helper build 03-Oct-2024 12:20:53 Parsing phpbb\group\helper build 03-Oct-2024 12:20:54  208/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\module_base build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\install_finish\task\install_extensions build 03-Oct-2024 12:20:54  210/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\module\install_finish\task\populate_migrations build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\install_finish\task\notify_user build 03-Oct-2024 12:20:54  212/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Parsing phpbb\install\module\install_finish\module build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\install_filesystem\task\create_config_file build 03-Oct-2024 12:20:54  214/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\module\install_filesystem\module build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\requirements\abstract_requirements_module build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\requirements\task\check_filesystem build 03-Oct-2024 12:20:54  217/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\module\requirements\task\check_update build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\requirements\task\check_server_environment build 03-Oct-2024 12:20:54  219/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Parsing phpbb\install\module\requirements\install_module build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\requirements\update_module build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\update_filesystem\task\download_updated_files build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\update_filesystem\task\file_check build 03-Oct-2024 12:20:54  223/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\module\update_filesystem\task\show_file_status build 03-Oct-2024 12:20:54 Parsing phpbb\install\module\update_filesystem\task\update_files build 03-Oct-2024 12:20:54  225/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\module\update_filesystem\task\diff_files build 03-Oct-2024 12:20:54  226/713 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Parsing phpbb\install\module\update_filesystem\module build 03-Oct-2024 12:20:54 Parsing phpbb\install\updater_configuration build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\user_interaction_required_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\cannot_build_container_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\installer_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\installer_config_not_writable_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\jump_to_restart_point_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\file_updater_failure_exception build 03-Oct-2024 12:20:54  234/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Parsing phpbb\install\exception\resource_limit_reached_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\exception\invalid_dbms_exception build 03-Oct-2024 12:20:54 Parsing phpbb\install\console\command\install\install build 03-Oct-2024 12:20:54  237/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\console\command\install\config\show build 03-Oct-2024 12:20:54 Parsing phpbb\install\console\command\install\config\validate build 03-Oct-2024 12:20:54  239/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\console\command\update\update build 03-Oct-2024 12:20:54 Parsing phpbb\install\console\command\update\config\show build 03-Oct-2024 12:20:54  241/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Parsing phpbb\install\console\command\update\config\validate build 03-Oct-2024 12:20:54 Parsing phpbb\install\installer build 03-Oct-2024 12:20:54  243/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\event\kernel_exception_subscriber build 03-Oct-2024 12:20:54 Parsing phpbb\install\task_interface build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\navigation\navigation_provider build 03-Oct-2024 12:20:54  246/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Parsing phpbb\install\helper\navigation\update_navigation build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\navigation\install_navigation build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\navigation\main_navigation build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\navigation\navigation_interface build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\navigation\convertor_navigation build 03-Oct-2024 12:20:54  251/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\install\helper\update_helper build 03-Oct-2024 12:20:54 Parsing phpbb\install\helper\container_factory build 03-Oct-2024 12:20:54  253/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\install\helper\config build 03-Oct-2024 12:20:54  254/713 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\install\helper\iohandler\factory build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\iohandler\iohandler_base build 03-Oct-2024 12:20:55  256/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Parsing phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\iohandler\ajax_iohandler build 03-Oct-2024 12:20:55  258/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\install\helper\iohandler\cli_iohandler build 03-Oct-2024 12:20:55  259/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\install\helper\iohandler\iohandler_interface build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\file_updater\ftp_file_updater build 03-Oct-2024 12:20:55  261/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Parsing phpbb\install\helper\file_updater\factory build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\file_updater\compression_file_updater build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\file_updater\file_updater_interface build 03-Oct-2024 12:20:55  264/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\install\helper\file_updater\file_updater build 03-Oct-2024 12:20:55 Parsing phpbb\install\helper\install_helper build 03-Oct-2024 12:20:55  266/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\install\installer_configuration build 03-Oct-2024 12:20:55 Parsing phpbb\install\controller\update build 03-Oct-2024 12:20:55  268/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\install\controller\installer_index build 03-Oct-2024 12:20:55 Parsing phpbb\install\controller\install build 03-Oct-2024 12:20:55  270/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Parsing phpbb\install\controller\timeout_check build 03-Oct-2024 12:20:55 Parsing phpbb\install\controller\helper build 03-Oct-2024 12:20:55  272/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\install\controller\archive_download build 03-Oct-2024 12:20:55 Parsing phpbb\install\module_interface build 03-Oct-2024 12:20:55 Parsing phpbb\install\task_base build 03-Oct-2024 12:20:55 Parsing phpbb\exception\runtime_exception build 03-Oct-2024 12:20:55 Parsing phpbb\exception\exception_interface build 03-Oct-2024 12:20:55 Parsing phpbb\exception\version_check_exception build 03-Oct-2024 12:20:55  278/713 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Parsing phpbb\exception\http_exception build 03-Oct-2024 12:20:55 Parsing phpbb\tree\tree_interface build 03-Oct-2024 12:20:55 Parsing phpbb\tree\nestedset build 03-Oct-2024 12:20:55  281/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\tree\nestedset_forum build 03-Oct-2024 12:20:55 Parsing phpbb\help\manager build 03-Oct-2024 12:20:55 Parsing phpbb\help\controller\bbcode build 03-Oct-2024 12:20:55  284/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Parsing phpbb\help\controller\controller build 03-Oct-2024 12:20:55 Parsing phpbb\help\controller\faq build 03-Oct-2024 12:20:55 Parsing phpbb\help\controller\help build 03-Oct-2024 12:20:55  287/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\file_downloader build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\sha_xf1 build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\argon2i build 03-Oct-2024 12:20:55  290/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Parsing phpbb\passwords\driver\sha1_smf build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\phpass build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\bcrypt_2y build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\argon2id build 03-Oct-2024 12:20:55 Parsing phpbb\passwords\driver\md5_vb build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\driver_interface build 03-Oct-2024 12:20:56  296/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\passwords\driver\helper build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\base build 03-Oct-2024 12:20:56  298/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Parsing phpbb\passwords\driver\rehashable_driver_interface build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\bcrypt build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\sha1 build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\sha1_wcf1 build 03-Oct-2024 12:20:56  302/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\passwords\driver\convert_password build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\salted_md5 build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\bcrypt_wcf2 build 03-Oct-2024 12:20:56  305/713 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Parsing phpbb\passwords\driver\md5_phpbb2 build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\base_native build 03-Oct-2024 12:20:56 Parsing phpbb\passwords\driver\md5_mybb build 03-Oct-2024 12:20:56  308/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\passwords\manager build 03-Oct-2024 12:20:56  309/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\passwords\helper build 03-Oct-2024 12:20:56  311/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Parsing phpbb\user build 03-Oct-2024 12:20:56 Parsing phpbb\json_response build 03-Oct-2024 12:20:56 Parsing phpbb\console\exception_subscriber build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\cache\purge build 03-Oct-2024 12:20:56  314/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\user\reclean build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\user\activate build 03-Oct-2024 12:20:56  316/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\user\add build 03-Oct-2024 12:20:56  317/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\user\delete build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\user\delete_id build 03-Oct-2024 12:20:56  319/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Parsing phpbb\console\command\fixup\update_hashes build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\fixup\fix_left_right_ids build 03-Oct-2024 12:20:56  321/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\command build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\thumbnail\generate build 03-Oct-2024 12:20:56  323/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\thumbnail\delete build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\thumbnail\recreate build 03-Oct-2024 12:20:56  325/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\cron\cron_list build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\cron\run build 03-Oct-2024 12:20:56  327/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Parsing phpbb\console\command\config\set_atomic build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\config\get build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\config\command build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\config\increment build 03-Oct-2024 12:20:56  331/713 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\config\set build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\config\delete build 03-Oct-2024 12:20:56 Parsing phpbb\console\command\dev\migration_tips build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\update\check build 03-Oct-2024 12:20:57  335/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Parsing phpbb\console\command\db\console_migrator_output_handler build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\db\migration_command build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\db\revert build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\db\migrate build 03-Oct-2024 12:20:57  339/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\db\list_command build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\reparser\reparse build 03-Oct-2024 12:20:57  341/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Parsing phpbb\console\command\reparser\list_all build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\extension\show build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\extension\enable build 03-Oct-2024 12:20:57  344/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\console\command\extension\disable build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\extension\command build 03-Oct-2024 12:20:57 Parsing phpbb\console\command\extension\purge build 03-Oct-2024 12:20:57 Parsing phpbb\console\application build 03-Oct-2024 12:20:57  348/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Parsing phpbb\feed\overall build 03-Oct-2024 12:20:57 Parsing phpbb\feed\topic_base build 03-Oct-2024 12:20:57  350/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Parsing phpbb\feed\exception\no_feed_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\no_forum_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\unauthorized_topic_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\no_topic_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\feed_unavailable_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\feed_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\unauthorized_exception build 03-Oct-2024 12:20:57 Parsing phpbb\feed\exception\unauthorized_forum_exception build 03-Oct-2024 12:20:57  358/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\topics build 03-Oct-2024 12:20:57 Parsing phpbb\feed\topics_active build 03-Oct-2024 12:20:57  360/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\forums build 03-Oct-2024 12:20:57 Parsing phpbb\feed\forum build 03-Oct-2024 12:20:57  362/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Parsing phpbb\feed\post_base build 03-Oct-2024 12:20:57 Parsing phpbb\feed\topic build 03-Oct-2024 12:20:57  364/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\feed\helper build 03-Oct-2024 12:20:57 Parsing phpbb\feed\base build 03-Oct-2024 12:20:57  366/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\feed\controller\feed build 03-Oct-2024 12:20:57  367/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\feed\attachments_base build 03-Oct-2024 12:20:57 Parsing phpbb\feed\news build 03-Oct-2024 12:20:57 Parsing phpbb\feed\quote_helper build 03-Oct-2024 12:20:57  370/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Parsing phpbb\feed\feed_interface build 03-Oct-2024 12:20:57 Parsing phpbb\auth\auth build 03-Oct-2024 12:20:57  372/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\service\facebook build 03-Oct-2024 12:20:57 Parsing phpbb\auth\provider\oauth\service\twitter build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\oauth\service\google build 03-Oct-2024 12:20:58  375/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Parsing phpbb\auth\provider\oauth\service\service_interface build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\oauth\service\base build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\oauth\service\exception build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\oauth\service\bitly build 03-Oct-2024 12:20:58  379/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\oauth\oauth build 03-Oct-2024 12:20:58  380/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\oauth\token_storage build 03-Oct-2024 12:20:58  381/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\ldap build 03-Oct-2024 12:20:58  382/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\apache build 03-Oct-2024 12:20:58  383/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Parsing phpbb\auth\provider\provider_interface build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\base build 03-Oct-2024 12:20:58 Parsing phpbb\auth\provider\db build 03-Oct-2024 12:20:58  386/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\auth\provider_collection build 03-Oct-2024 12:20:58 Parsing phpbb\files\filespec build 03-Oct-2024 12:20:58  388/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\files\factory build 03-Oct-2024 12:20:58 Parsing phpbb\files\upload build 03-Oct-2024 12:20:58  390/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Parsing phpbb\files\types\type_interface build 03-Oct-2024 12:20:58 Parsing phpbb\files\types\form build 03-Oct-2024 12:20:58 Parsing phpbb\files\types\base build 03-Oct-2024 12:20:58  393/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\files\types\remote build 03-Oct-2024 12:20:58  394/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\files\types\local build 03-Oct-2024 12:20:58 Parsing phpbb\message\topic_form build 03-Oct-2024 12:20:58  396/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\message\message build 03-Oct-2024 12:20:59  397/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55% 398/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Parsing phpbb\message\admin_form build 03-Oct-2024 12:20:59 Parsing phpbb\message\form build 03-Oct-2024 12:20:59 Parsing phpbb\message\user_form build 03-Oct-2024 12:20:59  400/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\config_php_file build 03-Oct-2024 12:20:59  401/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\path_helper build 03-Oct-2024 12:20:59  402/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\factory build 03-Oct-2024 12:20:59 Parsing phpbb\captcha\gd_wave build 03-Oct-2024 12:20:59  404/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Parsing phpbb\captcha\plugins\nogd build 03-Oct-2024 12:20:59 Parsing phpbb\captcha\plugins\gd_wave build 03-Oct-2024 12:21:00 Parsing phpbb\captcha\plugins\qa build 03-Oct-2024 12:21:00  407/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\recaptcha build 03-Oct-2024 12:21:00  408/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\recaptcha_v3 build 03-Oct-2024 12:21:00  409/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\plugins\gd build 03-Oct-2024 12:21:00 Parsing phpbb\captcha\plugins\captcha_abstract build 03-Oct-2024 12:21:00  411/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\colour_manager build 03-Oct-2024 12:21:01  412/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\gd build 03-Oct-2024 12:21:02  413/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Parsing phpbb\captcha\non_gd build 03-Oct-2024 12:21:02  414/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\captcha\char_cube3d build 03-Oct-2024 12:21:02  415/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\dispatcher build 03-Oct-2024 12:21:02 Parsing phpbb\event\php_exporter build 03-Oct-2024 12:21:02  417/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\md_exporter build 03-Oct-2024 12:21:02  418/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\recursive_event_filter_iterator build 03-Oct-2024 12:21:02 Parsing phpbb\event\rst_exporter build 03-Oct-2024 12:21:02  420/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Parsing phpbb\event\dispatcher_interface build 03-Oct-2024 12:21:02 Parsing phpbb\event\kernel_terminate_subscriber build 03-Oct-2024 12:21:02 Parsing phpbb\event\kernel_exception_subscriber build 03-Oct-2024 12:21:02  423/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\groupposition\groupposition_interface build 03-Oct-2024 12:21:02 Parsing phpbb\groupposition\legend build 03-Oct-2024 12:21:02  425/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\groupposition\teampage build 03-Oct-2024 12:21:02  426/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Parsing phpbb\groupposition\exception build 03-Oct-2024 12:21:02 Parsing phpbb\routing\router build 03-Oct-2024 12:21:02  428/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\routing\loader_resolver build 03-Oct-2024 12:21:02 Parsing phpbb\routing\file_locator build 03-Oct-2024 12:21:02 Parsing phpbb\routing\helper build 03-Oct-2024 12:21:02  431/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Parsing phpbb\routing\resources_locator\default_resources_locator build 03-Oct-2024 12:21:02 Parsing phpbb\routing\resources_locator\chained_resources_locator build 03-Oct-2024 12:21:02 Parsing phpbb\routing\resources_locator\resources_locator_interface build 03-Oct-2024 12:21:02 Parsing phpbb\routing\resources_locator\installer_resources_locator build 03-Oct-2024 12:21:02  435/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\utils build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\s9e\factory build 03-Oct-2024 12:21:03  437/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\acp_utils build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\s9e\parser build 03-Oct-2024 12:21:03  439/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\bbcode_merger build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\s9e\quote_helper build 03-Oct-2024 12:21:03  441/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\renderer build 03-Oct-2024 12:21:03  442/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Parsing phpbb\textformatter\s9e\link_helper build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\parser_interface build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\cache_interface build 03-Oct-2024 12:21:03  445/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\textformatter\renderer_interface build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\utils_interface build 03-Oct-2024 12:21:03 Parsing phpbb\textformatter\acp_utils_interface build 03-Oct-2024 12:21:03 Parsing phpbb\cron\manager build 03-Oct-2024 12:21:03  449/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Parsing phpbb\cron\task\task build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\text_reparser\reparser build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\wrapper build 03-Oct-2024 12:21:03  452/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\parametrized build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\base build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\tidy_search build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\prune_forum build 03-Oct-2024 12:21:03  456/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Parsing phpbb\cron\task\core\tidy_warnings build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\prune_shadow_topics build 03-Oct-2024 12:21:03  458/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 64%Parsing phpbb\cron\task\core\prune_all_forums build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\update_hashes build 03-Oct-2024 12:21:03  460/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Parsing phpbb\cron\task\core\prune_notifications build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\tidy_sessions build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\tidy_plupload build 03-Oct-2024 12:21:03 Parsing phpbb\cron\task\core\tidy_cache build 03-Oct-2024 12:21:03  464/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\cron\task\core\queue build 03-Oct-2024 12:21:03 Parsing phpbb\cron\event\cron_runner_listener build 03-Oct-2024 12:21:03 Parsing phpbb\cron\controller\cron build 03-Oct-2024 12:21:03 Parsing phpbb\viewonline_helper build 03-Oct-2024 12:21:03  468/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Parsing phpbb\language\language_file_helper build 03-Oct-2024 12:21:03 Parsing phpbb\language\exception\invalid_plural_rule_exception build 03-Oct-2024 12:21:03 Parsing phpbb\language\exception\language_file_not_found build 03-Oct-2024 12:21:03 Parsing phpbb\language\exception\language_exception build 03-Oct-2024 12:21:03 Parsing phpbb\language\language_file_loader build 03-Oct-2024 12:21:03  473/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\language\language build 03-Oct-2024 12:21:03  474/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\config\config build 03-Oct-2024 12:21:03 Parsing phpbb\config\db_text build 03-Oct-2024 12:21:03  476/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Parsing phpbb\config\db build 03-Oct-2024 12:21:03 Parsing phpbb\debug\debug build 03-Oct-2024 12:21:03  478/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Parsing phpbb\debug\error_handler build 03-Oct-2024 12:21:03 Parsing phpbb\filesystem build 03-Oct-2024 12:21:03 Parsing phpbb\mimetype\guesser_base build 03-Oct-2024 12:21:03 Parsing phpbb\mimetype\content_guesser build 03-Oct-2024 12:21:03 Parsing phpbb\mimetype\guesser_interface build 03-Oct-2024 12:21:04 Parsing phpbb\mimetype\extension_guesser build 03-Oct-2024 12:21:04  484/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 67%Parsing phpbb\mimetype\guesser build 03-Oct-2024 12:21:04 Parsing phpbb\recursive_dot_prefix_filter_iterator build 03-Oct-2024 12:21:04 Parsing phpbb\permissions build 03-Oct-2024 12:21:04  487/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\group_request build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\quote build 03-Oct-2024 12:21:04  489/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\report_post_closed build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\report_pm build 03-Oct-2024 12:21:04  491/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Parsing phpbb\notification\type\report_post build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\post_in_queue build 03-Oct-2024 12:21:04  493/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\approve_topic build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\type_interface build 03-Oct-2024 12:21:04  495/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\forum build 03-Oct-2024 12:21:04  497/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\approve_post build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\group_request_approved build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\topic build 03-Oct-2024 12:21:04  499/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Parsing phpbb\notification\type\disapprove_topic build 03-Oct-2024 12:21:04  501/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\type\base build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\pm build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\post build 03-Oct-2024 12:21:04  503/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\type\topic_in_queue build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\report_pm_closed build 03-Oct-2024 12:21:04  505/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Parsing phpbb\notification\type\admin_activate_user build 03-Oct-2024 12:21:04 Parsing phpbb\notification\type\bookmark build 03-Oct-2024 12:21:05  507/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Parsing phpbb\notification\type\disapprove_post build 03-Oct-2024 12:21:05 Parsing phpbb\notification\manager build 03-Oct-2024 12:21:05  509/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71% 510/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\notification\method\board build 03-Oct-2024 12:21:05 Parsing phpbb\notification\method\method_interface build 03-Oct-2024 12:21:05 Parsing phpbb\notification\method\email build 03-Oct-2024 12:21:05  512/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Parsing phpbb\notification\method\jabber build 03-Oct-2024 12:21:05 Parsing phpbb\notification\method\messenger_base build 03-Oct-2024 12:21:05  514/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\notification\method\base build 03-Oct-2024 12:21:05 Parsing phpbb\notification\exception build 03-Oct-2024 12:21:05 Parsing phpbb\class_loader build 03-Oct-2024 12:21:05  517/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\log\dummy build 03-Oct-2024 12:21:05 Parsing phpbb\log\log build 03-Oct-2024 12:21:05  519/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Parsing phpbb\log\log_interface build 03-Oct-2024 12:21:05 Parsing phpbb\controller\helper build 03-Oct-2024 12:21:05  521/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\controller\resolver build 03-Oct-2024 12:21:05 Parsing phpbb\controller\exception build 03-Oct-2024 12:21:05 Parsing phpbb\symfony_request build 03-Oct-2024 12:21:05  524/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\version_helper build 03-Oct-2024 12:21:06  525/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\fulltext_mysql build 03-Oct-2024 12:21:06  526/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\fulltext_sphinx build 03-Oct-2024 12:21:06  527/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Parsing phpbb\search\fulltext_native build 03-Oct-2024 12:21:06  528/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\search\base build 03-Oct-2024 12:21:06  529/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\search\sphinx\config_variable build 03-Oct-2024 12:21:06 Parsing phpbb\search\sphinx\config_comment build 03-Oct-2024 12:21:06 Parsing phpbb\search\sphinx\config_section build 03-Oct-2024 12:21:06  532/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\search\sphinx\config build 03-Oct-2024 12:21:07 Parsing phpbb\search\fulltext_postgres build 03-Oct-2024 12:21:07  534/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Parsing phpbb\avatar\driver\upload build 03-Oct-2024 12:21:07  535/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\avatar\driver\gravatar build 03-Oct-2024 12:21:07  536/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\avatar\driver\driver_interface build 03-Oct-2024 12:21:07 Parsing phpbb\avatar\driver\driver build 03-Oct-2024 12:21:07 Parsing phpbb\avatar\driver\remote build 03-Oct-2024 12:21:07  539/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\avatar\driver\local build 03-Oct-2024 12:21:07  540/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\avatar\manager build 03-Oct-2024 12:21:07  541/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Parsing phpbb\db\migration\profilefield_base_migration build 03-Oct-2024 12:21:07  542/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\container_aware_migration build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\schema_generator build 03-Oct-2024 12:21:07  544/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\helper build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\tool\permission build 03-Oct-2024 12:21:07  546/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\tool\config build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\tool\module build 03-Oct-2024 12:21:07  548/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Parsing phpbb\db\migration\tool\config_text build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\tool\tool_interface build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\migration build 03-Oct-2024 12:21:07  551/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\migration\migration_interface build 03-Oct-2024 12:21:07 Parsing phpbb\db\migration\exception build 03-Oct-2024 12:21:08 Parsing phpbb\db\driver\factory build 03-Oct-2024 12:21:08  554/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\driver\oracle build 03-Oct-2024 12:21:08  555/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Parsing phpbb\db\driver\mssql_base build 03-Oct-2024 12:21:08 Parsing phpbb\db\driver\mysql_base build 03-Oct-2024 12:21:08 Parsing phpbb\db\driver\mssql_odbc build 03-Oct-2024 12:21:08  558/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\mssqlnative build 03-Oct-2024 12:21:08  559/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\driver_interface build 03-Oct-2024 12:21:08  560/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Parsing phpbb\db\driver\driver build 03-Oct-2024 12:21:08  561/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\mysqli build 03-Oct-2024 12:21:08  562/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Parsing phpbb\db\driver\sqlite3 build 03-Oct-2024 12:21:08  563/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78% 564/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\driver\postgres build 03-Oct-2024 12:21:08 Parsing phpbb\db\sql_insert_buffer build 03-Oct-2024 12:21:08 Parsing phpbb\db\tools\factory build 03-Oct-2024 12:21:08 Parsing phpbb\db\tools\tools_interface build 03-Oct-2024 12:21:09  567/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\tools build 03-Oct-2024 12:21:09  568/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\mssql build 03-Oct-2024 12:21:09  569/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Parsing phpbb\db\tools\sqlite3 build 03-Oct-2024 12:21:09 Parsing phpbb\db\tools\postgres build 03-Oct-2024 12:21:09  571/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\sqlite3_extractor build 03-Oct-2024 12:21:09 Parsing phpbb\db\extractor\factory build 03-Oct-2024 12:21:09  573/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\mysql_extractor build 03-Oct-2024 12:21:09  574/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\exception\extractor_not_initialized_exception build 03-Oct-2024 12:21:09 Parsing phpbb\db\extractor\exception\invalid_format_exception build 03-Oct-2024 12:21:09 Parsing phpbb\db\extractor\mssql_extractor build 03-Oct-2024 12:21:09  577/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Parsing phpbb\db\extractor\extractor_interface build 03-Oct-2024 12:21:09 Parsing phpbb\db\extractor\postgres_extractor build 03-Oct-2024 12:21:09  579/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\base_extractor build 03-Oct-2024 12:21:10  580/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\extractor\oracle_extractor build 03-Oct-2024 12:21:10  581/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\migrator build 03-Oct-2024 12:21:10  582/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Parsing phpbb\db\output_handler\null_migrator_output_handler build 03-Oct-2024 12:21:10 Parsing phpbb\db\output_handler\migrator_output_handler_interface build 03-Oct-2024 12:21:10 Parsing phpbb\db\output_handler\log_wrapper_migrator_output_handler build 03-Oct-2024 12:21:10 Parsing phpbb\db\output_handler\html_migrator_output_handler build 03-Oct-2024 12:21:10 Parsing phpbb\db\output_handler\installer_migrator_output_handler build 03-Oct-2024 12:21:10  587/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\ucp\controller\delete_cookies build 03-Oct-2024 12:21:10 Parsing phpbb\ucp\controller\reset_password build 03-Oct-2024 12:21:10  589/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Parsing phpbb\report\report_handler_pm build 03-Oct-2024 12:21:10 Parsing phpbb\report\handler_factory build 03-Oct-2024 12:21:10 Parsing phpbb\report\report_reason_list_provider build 03-Oct-2024 12:21:10  592/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Parsing phpbb\report\report_handler_interface build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\factory_invalid_argument_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\report_permission_denied_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\empty_report_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\invalid_report_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\entity_not_found_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\already_reported_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\exception\pm_reporting_disabled_exception build 03-Oct-2024 12:21:10 Parsing phpbb\report\report_handler build 03-Oct-2024 12:21:10  601/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\controller\report build 03-Oct-2024 12:21:10  602/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\report\report_handler_post build 03-Oct-2024 12:21:10 Parsing phpbb\datetime build 03-Oct-2024 12:21:11  604/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\session build 03-Oct-2024 12:21:11  605/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\finder build 03-Oct-2024 12:21:11  606/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Parsing phpbb\user_loader build 03-Oct-2024 12:21:11 Parsing phpbb\extension\di\extension_base build 03-Oct-2024 12:21:11  608/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\extension_interface build 03-Oct-2024 12:21:11 Parsing phpbb\extension\manager build 03-Oct-2024 12:21:11  610/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Parsing phpbb\extension\base build 03-Oct-2024 12:21:11 Parsing phpbb\extension\provider build 03-Oct-2024 12:21:11 Parsing phpbb\extension\exception build 03-Oct-2024 12:21:11 Parsing phpbb\hook\finder build 03-Oct-2024 12:21:11  614/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\plupload\plupload build 03-Oct-2024 12:21:11  615/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\template\twig\tokenparser\event build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\tokenparser\includecss build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\tokenparser\php build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\tokenparser\defineparser build 03-Oct-2024 12:21:11  619/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Parsing phpbb\template\twig\tokenparser\includephp build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\tokenparser\includejs build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\tokenparser\includeparser build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\twig build 03-Oct-2024 12:21:11  623/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\template\twig\loader build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\definition build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\extension build 03-Oct-2024 12:21:11  626/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\template\twig\environment build 03-Oct-2024 12:21:11  627/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Parsing phpbb\template\twig\extension\routing build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\extension\username build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\extension\config build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\extension\avatar build 03-Oct-2024 12:21:11  631/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\node\includeasset build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\event build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\includenode build 03-Oct-2024 12:21:11  634/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Parsing phpbb\template\twig\node\includecss build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\php build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\definenode build 03-Oct-2024 12:21:11  637/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Parsing phpbb\template\twig\node\includephp build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\expression\binary\equalequal build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\expression\binary\notequalequal build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\node\includejs build 03-Oct-2024 12:21:11 Parsing phpbb\template\twig\lexer build 03-Oct-2024 12:21:11  642/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\exception\user_object_not_available build 03-Oct-2024 12:21:12 Parsing phpbb\template\context build 03-Oct-2024 12:21:12  644/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\assets_bag build 03-Oct-2024 12:21:12 Parsing phpbb\template\template build 03-Oct-2024 12:21:12 Parsing phpbb\template\base build 03-Oct-2024 12:21:12  647/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Parsing phpbb\template\asset build 03-Oct-2024 12:21:12 Parsing phpbb\request\request build 03-Oct-2024 12:21:12  649/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\type_cast_helper_interface build 03-Oct-2024 12:21:12 Parsing phpbb\request\request_interface build 03-Oct-2024 12:21:12 Parsing phpbb\request\type_cast_helper build 03-Oct-2024 12:21:12  652/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Parsing phpbb\request\deactivated_super_global build 03-Oct-2024 12:21:12 Parsing done build 03-Oct-2024 12:21:12  713/713 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% build 03-Oct-2024 12:21:12 build 03-Oct-2024 12:21:12 build 03-Oct-2024 12:21:13 0/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global index.html build 03-Oct-2024 12:21:13  2/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global doc-index.html build 03-Oct-2024 12:21:14  3/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global namespaces.html build 03-Oct-2024 12:21:14  4/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global classes.html build 03-Oct-2024 12:21:14 Rendering Global interfaces.html build 03-Oct-2024 12:21:14  6/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%Rendering Global traits.html build 03-Oct-2024 12:21:14 Rendering Global opensearch.xml build 03-Oct-2024 12:21:15 Rendering Global search.html build 03-Oct-2024 12:21:15 Rendering Global doctum.js build 03-Oct-2024 12:21:15  10/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Global doctum-search.json build 03-Oct-2024 12:21:15 Rendering Namespace [Global Namespace] build 03-Oct-2024 12:21:15  12/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb build 03-Oct-2024 12:21:15  13/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 1%Rendering Namespace phpbb\attachment build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\auth build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\auth\provider build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\auth\provider\oauth build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\auth\provider\oauth\service build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\avatar build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\avatar\driver build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cache build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cache\driver build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\captcha build 03-Oct-2024 12:21:15  23/792 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 2%Rendering Namespace phpbb\captcha\plugins build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\config build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\cache build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\config build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\cron build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\db build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\dev build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\extension build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\fixup build 03-Oct-2024 12:21:15  34/792 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 4%Rendering Namespace phpbb\console\command\reparser build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\thumbnail build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\update build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\console\command\user build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\convert build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\convert\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cron build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cron\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cron\event build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cron\task build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\cron\task\core build 03-Oct-2024 12:21:15  46/792 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 5%Rendering Namespace phpbb\cron\task\text_reparser build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\driver build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\extractor build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\extractor\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\migration build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\migration\tool build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\output_handler build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\db\tools build 03-Oct-2024 12:21:15  55/792 [▓░░░░░░░░░░░░░░░░░░░░░░░░░░░] 6%Rendering Namespace phpbb\debug build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\di build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\di\extension build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\di\pass build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\event build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\extension build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\extension\di build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\feed build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\feed\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\feed\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\files build 03-Oct-2024 12:21:15  67/792 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 8%Rendering Namespace phpbb\files\types build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\filesystem build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\filesystem\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\group build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\groupposition build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\help build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\help\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\hook build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\console build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\console\command build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\console\command\install build 03-Oct-2024 12:21:15  79/792 [▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░] 9%Rendering Namespace phpbb\install\console\command\install\config build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\console\command\update build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\console\command\update\config build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\event build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\helper build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\helper\file_updater build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\helper\iohandler build 03-Oct-2024 12:21:15  88/792 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 11%Rendering Namespace phpbb\install\helper\iohandler\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\helper\navigation build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\install_filesystem build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\install_filesystem\task build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\install_finish build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\install_finish\task build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\requirements build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\requirements\task build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\update_filesystem build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\install\module\update_filesystem\task build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\language build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\language\exception build 03-Oct-2024 12:21:15  101/792 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 12%Rendering Namespace phpbb\lock build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\log build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\message build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\mimetype build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\module build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\module\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\notification build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\notification\method build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\notification\type build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\passwords build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\passwords\driver build 03-Oct-2024 12:21:15  112/792 [▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░] 14%Rendering Namespace phpbb\php build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\plupload build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\profilefields build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\profilefields\type build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\report build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\report\controller build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\report\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\request build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\routing build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\routing\resources_locator build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\search build 03-Oct-2024 12:21:15  123/792 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 15%Rendering Namespace phpbb\search\sphinx build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\exception build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig\extension build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig\node build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig\node\expression build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig\node\expression\binary build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\template\twig\tokenparser build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\textformatter build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\textformatter\s9e build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\textreparser build 03-Oct-2024 12:21:15  135/792 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Namespace phpbb\textreparser\plugins build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\tree build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\ucp build 03-Oct-2024 12:21:15 Rendering Namespace phpbb\ucp\controller build 03-Oct-2024 12:21:15 Rendering Class SphinxClient build 03-Oct-2024 12:21:16 Rendering Class acp_attachments build 03-Oct-2024 12:21:16  141/792 [▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░] 17%Rendering Class acp_attachments_info build 03-Oct-2024 12:21:16 Rendering Class acp_ban build 03-Oct-2024 12:21:16 Rendering Class acp_ban_info build 03-Oct-2024 12:21:16 Rendering Class acp_bbcodes build 03-Oct-2024 12:21:16 Rendering Class acp_bbcodes_info build 03-Oct-2024 12:21:16 Rendering Class acp_board build 03-Oct-2024 12:21:16 Rendering Class acp_board_info build 03-Oct-2024 12:21:16  148/792 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 18%Rendering Class acp_bots build 03-Oct-2024 12:21:16 Rendering Class acp_bots_info build 03-Oct-2024 12:21:16 Rendering Class acp_captcha build 03-Oct-2024 12:21:16 Rendering Class acp_captcha_info build 03-Oct-2024 12:21:16 Rendering Class acp_contact build 03-Oct-2024 12:21:16 Rendering Class acp_contact_info build 03-Oct-2024 12:21:16 Rendering Class acp_disallow build 03-Oct-2024 12:21:16 Rendering Class acp_disallow_info build 03-Oct-2024 12:21:16 Rendering Class acp_email build 03-Oct-2024 12:21:16 Rendering Class acp_email_info build 03-Oct-2024 12:21:16  158/792 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 19%Rendering Class acp_extensions build 03-Oct-2024 12:21:16 Rendering Class acp_extensions_info build 03-Oct-2024 12:21:16 Rendering Class acp_forums build 03-Oct-2024 12:21:16 Rendering Class acp_forums_info build 03-Oct-2024 12:21:16 Rendering Class acp_groups build 03-Oct-2024 12:21:16 Rendering Class acp_groups_info build 03-Oct-2024 12:21:16  164/792 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%Rendering Class acp_help_phpbb build 03-Oct-2024 12:21:16 Rendering Class acp_help_phpbb_info build 03-Oct-2024 12:21:16 Rendering Class acp_icons build 03-Oct-2024 12:21:16 Rendering Class acp_icons_info build 03-Oct-2024 12:21:16 Rendering Class acp_inactive build 03-Oct-2024 12:21:16 Rendering Class acp_inactive_info build 03-Oct-2024 12:21:16 Rendering Class acp_jabber build 03-Oct-2024 12:21:16 Rendering Class acp_jabber_info build 03-Oct-2024 12:21:16 Rendering Class acp_language build 03-Oct-2024 12:21:16  173/792 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 21%Rendering Class acp_language_info build 03-Oct-2024 12:21:16 Rendering Class acp_logs build 03-Oct-2024 12:21:16 Rendering Class acp_logs_info build 03-Oct-2024 12:21:16 Rendering Class acp_main build 03-Oct-2024 12:21:16 Rendering Class acp_main_info build 03-Oct-2024 12:21:16 Rendering Class acp_modules build 03-Oct-2024 12:21:16 Rendering Class acp_modules_info build 03-Oct-2024 12:21:16 Rendering Class acp_permission_roles build 03-Oct-2024 12:21:16 Rendering Class acp_permission_roles_info build 03-Oct-2024 12:21:16  182/792 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 22%Rendering Class acp_permissions build 03-Oct-2024 12:21:16 Rendering Class acp_permissions_info build 03-Oct-2024 12:21:16 Rendering Class acp_php_info build 03-Oct-2024 12:21:16 Rendering Class acp_php_info_info build 03-Oct-2024 12:21:16 Rendering Class acp_profile build 03-Oct-2024 12:21:16 Rendering Class acp_profile_info build 03-Oct-2024 12:21:16  188/792 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 23%Rendering Class acp_prune build 03-Oct-2024 12:21:16 Rendering Class acp_prune_info build 03-Oct-2024 12:21:16 Rendering Class acp_ranks build 03-Oct-2024 12:21:16 Rendering Class acp_ranks_info build 03-Oct-2024 12:21:16 Rendering Class acp_reasons build 03-Oct-2024 12:21:16 Rendering Class acp_reasons_info build 03-Oct-2024 12:21:16 Rendering Class acp_search build 03-Oct-2024 12:21:16 Rendering Class acp_search_info build 03-Oct-2024 12:21:16  196/792 [▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░] 24%Rendering Class acp_styles build 03-Oct-2024 12:21:16 Rendering Class acp_styles_info build 03-Oct-2024 12:21:16  198/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 25%Rendering Class acp_update build 03-Oct-2024 12:21:16 Rendering Class acp_update_info build 03-Oct-2024 12:21:16 Rendering Class acp_users build 03-Oct-2024 12:21:16 Rendering Class acp_users_info build 03-Oct-2024 12:21:16 Rendering Class acp_words build 03-Oct-2024 12:21:16 Rendering Class acp_words_info build 03-Oct-2024 12:21:16 Rendering Class auth_admin build 03-Oct-2024 12:21:16 Rendering Class bbcode build 03-Oct-2024 12:21:16  206/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class bbcode_firstpass build 03-Oct-2024 12:21:16 Rendering Class bitfield build 03-Oct-2024 12:21:16  208/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class compress build 03-Oct-2024 12:21:16 Rendering Class compress_tar build 03-Oct-2024 12:21:16 Rendering Class compress_zip build 03-Oct-2024 12:21:16 Rendering Class diff build 03-Oct-2024 12:21:16  212/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 26%Rendering Class diff3 build 03-Oct-2024 12:21:16  214/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff3_block_builder build 03-Oct-2024 12:21:16 Rendering Class diff3_op build 03-Oct-2024 12:21:16 Rendering Class diff3_op_copy build 03-Oct-2024 12:21:16 Rendering Class diff_engine build 03-Oct-2024 12:21:16 Rendering Class diff_op build 03-Oct-2024 12:21:16 Rendering Class diff_op_add build 03-Oct-2024 12:21:16 Rendering Class diff_op_change build 03-Oct-2024 12:21:16  220/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 27%Rendering Class diff_op_copy build 03-Oct-2024 12:21:16 Rendering Class diff_op_delete build 03-Oct-2024 12:21:16 Rendering Class diff_renderer build 03-Oct-2024 12:21:16 Rendering Class diff_renderer_inline build 03-Oct-2024 12:21:16 Rendering Class diff_renderer_raw build 03-Oct-2024 12:21:16  225/792 [▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class diff_renderer_side_by_side build 03-Oct-2024 12:21:16 Rendering Class diff_renderer_unified build 03-Oct-2024 12:21:16  227/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class ftp build 03-Oct-2024 12:21:16 Rendering Class ftp_fsock build 03-Oct-2024 12:21:16  229/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 28%Rendering Class jabber build 03-Oct-2024 12:21:16  230/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mapped_diff build 03-Oct-2024 12:21:16  231/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mcp_ban build 03-Oct-2024 12:21:16 Rendering Class mcp_ban_info build 03-Oct-2024 12:21:16 Rendering Class mcp_logs build 03-Oct-2024 12:21:17 Rendering Class mcp_logs_info build 03-Oct-2024 12:21:17  236/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 29%Rendering Class mcp_main build 03-Oct-2024 12:21:17 Rendering Class mcp_main_info build 03-Oct-2024 12:21:17 Rendering Class mcp_notes build 03-Oct-2024 12:21:17 Rendering Class mcp_notes_info build 03-Oct-2024 12:21:17 Rendering Class mcp_pm_reports build 03-Oct-2024 12:21:17 Rendering Class mcp_pm_reports_info build 03-Oct-2024 12:21:17 Rendering Class mcp_queue build 03-Oct-2024 12:21:17 Rendering Class mcp_queue_info build 03-Oct-2024 12:21:17  243/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 30%Rendering Class mcp_reports build 03-Oct-2024 12:21:17 Rendering Class mcp_reports_info build 03-Oct-2024 12:21:17 Rendering Class mcp_warn build 03-Oct-2024 12:21:17 Rendering Class mcp_warn_info build 03-Oct-2024 12:21:17 Rendering Class messenger build 03-Oct-2024 12:21:17 Rendering Class p_master build 03-Oct-2024 12:21:17  249/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class parse_message build 03-Oct-2024 12:21:17 Rendering Class phpbb\attachment\delete build 03-Oct-2024 12:21:17  251/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 31%Rendering Class phpbb\attachment\manager build 03-Oct-2024 12:21:17 Rendering Class phpbb\attachment\resync build 03-Oct-2024 12:21:17 Rendering Class phpbb\attachment\upload build 03-Oct-2024 12:21:17  254/792 [▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\auth build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\apache build 03-Oct-2024 12:21:17  256/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\base build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\db build 03-Oct-2024 12:21:17  258/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\ldap build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\oauth build 03-Oct-2024 12:21:17  260/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32% 261/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 32%Rendering Class phpbb\auth\provider\oauth\service\base build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\service\bitly build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\service\exception build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\service\facebook build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\service\google build 03-Oct-2024 12:21:17  265/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\auth\provider\oauth\service\service_interface build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\service\twitter build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider\oauth\token_storage build 03-Oct-2024 12:21:17  268/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 33%Rendering Class phpbb\auth\provider\provider_interface build 03-Oct-2024 12:21:17 Rendering Class phpbb\auth\provider_collection build 03-Oct-2024 12:21:17  270/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\avatar\driver\driver build 03-Oct-2024 12:21:17 Rendering Class phpbb\avatar\driver\driver_interface build 03-Oct-2024 12:21:17 Rendering Class phpbb\avatar\driver\gravatar build 03-Oct-2024 12:21:17  273/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\avatar\driver\local build 03-Oct-2024 12:21:17 Rendering Class phpbb\avatar\driver\remote build 03-Oct-2024 12:21:17  275/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\avatar\driver\upload build 03-Oct-2024 12:21:17 Rendering Class phpbb\avatar\manager build 03-Oct-2024 12:21:17  277/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 34%Rendering Class phpbb\cache\driver\apcu build 03-Oct-2024 12:21:17 Rendering Class phpbb\cache\driver\base build 03-Oct-2024 12:21:17  279/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\driver_interface build 03-Oct-2024 12:21:17 Rendering Class phpbb\cache\driver\dummy build 03-Oct-2024 12:21:17  281/792 [▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\file build 03-Oct-2024 12:21:18 Rendering Class phpbb\cache\driver\memcached build 03-Oct-2024 12:21:18  283/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\memory build 03-Oct-2024 12:21:18  284/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 35%Rendering Class phpbb\cache\driver\redis build 03-Oct-2024 12:21:18 Rendering Class phpbb\cache\driver\wincache build 03-Oct-2024 12:21:18  286/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\cache\service build 03-Oct-2024 12:21:18  287/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\char_cube3d build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\colour_manager build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\factory build 03-Oct-2024 12:21:18  290/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 36%Rendering Class phpbb\captcha\gd build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\gd_wave build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\non_gd build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\plugins\captcha_abstract build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\plugins\gd build 03-Oct-2024 12:21:18  295/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\captcha\plugins\gd_wave build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\plugins\nogd build 03-Oct-2024 12:21:18  297/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\captcha\plugins\qa build 03-Oct-2024 12:21:18 Rendering Class phpbb\captcha\plugins\recaptcha build 03-Oct-2024 12:21:18  299/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 37%Rendering Class phpbb\captcha\plugins\recaptcha_v3 build 03-Oct-2024 12:21:18 Rendering Class phpbb\class_loader build 03-Oct-2024 12:21:18  301/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config\config build 03-Oct-2024 12:21:18 Rendering Class phpbb\config\db build 03-Oct-2024 12:21:18 Rendering Class phpbb\config\db_text build 03-Oct-2024 12:21:18  304/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\config_php_file build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\application build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\cache\purge build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\command build 03-Oct-2024 12:21:18  308/792 [▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░] 38%Rendering Class phpbb\console\command\config\command build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\config\delete build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\config\get build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\config\increment build 03-Oct-2024 12:21:18  312/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\config\set build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\config\set_atomic build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\cron\cron_list build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\cron\run build 03-Oct-2024 12:21:18  316/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 39%Rendering Class phpbb\console\command\db\console_migrator_output_handler build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\db\list_command build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\db\migrate build 03-Oct-2024 12:21:18  319/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\db\migration_command build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\db\revert build 03-Oct-2024 12:21:18  321/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\dev\migration_tips build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\extension\command build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\extension\disable build 03-Oct-2024 12:21:18  324/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 40%Rendering Class phpbb\console\command\extension\enable build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\extension\purge build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\extension\show build 03-Oct-2024 12:21:18  327/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\fixup\fix_left_right_ids build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\fixup\update_hashes build 03-Oct-2024 12:21:18  329/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\reparser\list_all build 03-Oct-2024 12:21:18 Rendering Class phpbb\console\command\reparser\reparse build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\command\thumbnail\delete build 03-Oct-2024 12:21:19  332/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 41%Rendering Class phpbb\console\command\thumbnail\generate build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\command\thumbnail\recreate build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\command\update\check build 03-Oct-2024 12:21:19  335/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\user\activate build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\command\user\add build 03-Oct-2024 12:21:19  337/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\user\delete build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\command\user\delete_id build 03-Oct-2024 12:21:19  339/792 [▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░] 42%Rendering Class phpbb\console\command\user\reclean build 03-Oct-2024 12:21:19 Rendering Class phpbb\console\exception_subscriber build 03-Oct-2024 12:21:19  341/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\content_visibility build 03-Oct-2024 12:21:19 Rendering Class phpbb\controller\exception build 03-Oct-2024 12:21:19 Rendering Class phpbb\controller\helper build 03-Oct-2024 12:21:19  344/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\controller\resolver build 03-Oct-2024 12:21:19 Rendering Class phpbb\convert\controller\convertor build 03-Oct-2024 12:21:19  346/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 43%Rendering Class phpbb\convert\convert build 03-Oct-2024 12:21:19 Rendering Class phpbb\convert\convertor build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\controller\cron build 03-Oct-2024 12:21:19  349/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\event\cron_runner_listener build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\manager build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\base build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\prune_all_forums build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\prune_forum build 03-Oct-2024 12:21:19  354/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 44%Rendering Class phpbb\cron\task\core\prune_notifications build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\prune_shadow_topics build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\queue build 03-Oct-2024 12:21:19  357/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\tidy_cache build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\tidy_plupload build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\tidy_search build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\tidy_sessions build 03-Oct-2024 12:21:19  361/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 45%Rendering Class phpbb\cron\task\core\tidy_warnings build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\core\update_hashes build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\parametrized build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\task build 03-Oct-2024 12:21:19  365/792 [▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\cron\task\text_reparser\reparser build 03-Oct-2024 12:21:19 Rendering Class phpbb\cron\task\wrapper build 03-Oct-2024 12:21:19 Rendering Class phpbb\datetime build 03-Oct-2024 12:21:19 Rendering Class phpbb\db\driver\driver build 03-Oct-2024 12:21:19  369/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\driver\driver_interface build 03-Oct-2024 12:21:19  370/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\driver\factory build 03-Oct-2024 12:21:19  371/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\driver\mssql_base build 03-Oct-2024 12:21:20  372/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 46%Rendering Class phpbb\db\driver\mssql_odbc build 03-Oct-2024 12:21:20  373/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\mssqlnative build 03-Oct-2024 12:21:20  374/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\mysql_base build 03-Oct-2024 12:21:20  375/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\mysqli build 03-Oct-2024 12:21:20  376/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\oracle build 03-Oct-2024 12:21:20  377/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\postgres build 03-Oct-2024 12:21:20  378/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\driver\sqlite3 build 03-Oct-2024 12:21:20  379/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\extractor\base_extractor build 03-Oct-2024 12:21:20  380/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 47%Rendering Class phpbb\db\extractor\exception\extractor_not_initialized_exception build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\exception\invalid_format_exception build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\extractor_interface build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\factory build 03-Oct-2024 12:21:20  384/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\extractor\mssql_extractor build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\mysql_extractor build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\oracle_extractor build 03-Oct-2024 12:21:20  387/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 48%Rendering Class phpbb\db\extractor\postgres_extractor build 03-Oct-2024 12:21:20 Rendering Class phpbb\db\extractor\sqlite3_extractor build 03-Oct-2024 12:21:20  389/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\migration\container_aware_migration build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\exception build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\helper build 03-Oct-2024 12:21:21  392/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░] 49%Rendering Class phpbb\db\migration\migration build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\migration_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\profilefield_base_migration build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\schema_generator build 03-Oct-2024 12:21:21  396/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\tool\config build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\tool\config_text build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\tool\module build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migration\tool\permission build 03-Oct-2024 12:21:21  400/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\migration\tool\tool_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\migrator build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\output_handler\html_migrator_output_handler build 03-Oct-2024 12:21:21  403/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 50%Rendering Class phpbb\db\output_handler\installer_migrator_output_handler build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\output_handler\log_wrapper_migrator_output_handler build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\output_handler\migrator_output_handler_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\output_handler\null_migrator_output_handler build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\sql_insert_buffer build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\tools\factory build 03-Oct-2024 12:21:21  409/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\tools\mssql build 03-Oct-2024 12:21:21 Rendering Class phpbb\db\tools\postgres build 03-Oct-2024 12:21:21  411/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 51%Rendering Class phpbb\db\tools\sqlite3 build 03-Oct-2024 12:21:21  412/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools build 03-Oct-2024 12:21:21  413/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\db\tools\tools_interface build 03-Oct-2024 12:21:21  414/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\debug\debug build 03-Oct-2024 12:21:21 Rendering Class phpbb\debug\error_handler build 03-Oct-2024 12:21:21  416/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\di\container_builder build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\extension\config build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\extension\container_configuration build 03-Oct-2024 12:21:21  419/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░] 52%Rendering Class phpbb\di\extension\core build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\extension\tables build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\ordered_service_collection build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\pass\collection_pass build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\proxy_instantiator build 03-Oct-2024 12:21:21 Rendering Class phpbb\di\service_collection build 03-Oct-2024 12:21:21  425/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 53%Rendering Class phpbb\di\service_collection_iterator build 03-Oct-2024 12:21:21 Rendering Class phpbb\error_collector build 03-Oct-2024 12:21:21 Rendering Class phpbb\event\dispatcher build 03-Oct-2024 12:21:21 Rendering Class phpbb\event\dispatcher_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\event\kernel_exception_subscriber build 03-Oct-2024 12:21:21  430/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\event\kernel_terminate_subscriber build 03-Oct-2024 12:21:21 Rendering Class phpbb\event\md_exporter build 03-Oct-2024 12:21:21 Rendering Class phpbb\event\php_exporter build 03-Oct-2024 12:21:21  433/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\event\recursive_event_filter_iterator build 03-Oct-2024 12:21:21  434/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 54%Rendering Class phpbb\event\rst_exporter build 03-Oct-2024 12:21:21 Rendering Class phpbb\exception\exception_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\exception\http_exception build 03-Oct-2024 12:21:21 Rendering Class phpbb\exception\runtime_exception build 03-Oct-2024 12:21:21 Rendering Class phpbb\exception\version_check_exception build 03-Oct-2024 12:21:21 Rendering Class phpbb\extension\base build 03-Oct-2024 12:21:21  440/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 55%Rendering Class phpbb\extension\di\extension_base build 03-Oct-2024 12:21:21 Rendering Class phpbb\extension\exception build 03-Oct-2024 12:21:21 Rendering Class phpbb\extension\extension_interface build 03-Oct-2024 12:21:21 Rendering Class phpbb\extension\manager build 03-Oct-2024 12:21:21  444/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\extension\provider build 03-Oct-2024 12:21:21  445/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\feed\attachments_base build 03-Oct-2024 12:21:21 Rendering Class phpbb\feed\base build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\controller\feed build 03-Oct-2024 12:21:22  448/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\feed\exception\feed_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\feed_unavailable_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\no_feed_exception build 03-Oct-2024 12:21:22  451/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░] 56%Rendering Class phpbb\feed\exception\no_forum_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\no_topic_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\unauthorized_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\unauthorized_forum_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\exception\unauthorized_topic_exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\feed_interface build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\forum build 03-Oct-2024 12:21:22  458/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 57%Rendering Class phpbb\feed\forums build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\helper build 03-Oct-2024 12:21:22  460/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\news build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\overall build 03-Oct-2024 12:21:22  462/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\post_base build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\quote_helper build 03-Oct-2024 12:21:22  464/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\topic build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\topic_base build 03-Oct-2024 12:21:22  466/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 58%Rendering Class phpbb\feed\topics build 03-Oct-2024 12:21:22 Rendering Class phpbb\feed\topics_active build 03-Oct-2024 12:21:22  468/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\file_downloader build 03-Oct-2024 12:21:22 Rendering Class phpbb\files\factory build 03-Oct-2024 12:21:22  470/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\filespec build 03-Oct-2024 12:21:22 Rendering Class phpbb\files\types\base build 03-Oct-2024 12:21:22  472/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 59%Rendering Class phpbb\files\types\form build 03-Oct-2024 12:21:22 Rendering Class phpbb\files\types\local build 03-Oct-2024 12:21:22 Rendering Class phpbb\files\types\remote build 03-Oct-2024 12:21:22 Rendering Class phpbb\files\types\type_interface build 03-Oct-2024 12:21:22  476/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\files\upload build 03-Oct-2024 12:21:22 Rendering Class phpbb\filesystem build 03-Oct-2024 12:21:22 Rendering Class phpbb\filesystem\exception\filesystem_exception build 03-Oct-2024 12:21:22  479/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░] 60%Rendering Class phpbb\filesystem\filesystem build 03-Oct-2024 12:21:22 Rendering Class phpbb\filesystem\filesystem_interface build 03-Oct-2024 12:21:22  481/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\finder build 03-Oct-2024 12:21:22  482/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\group\helper build 03-Oct-2024 12:21:22  483/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 60%Rendering Class phpbb\groupposition\exception build 03-Oct-2024 12:21:22 Rendering Class phpbb\groupposition\groupposition_interface build 03-Oct-2024 12:21:22 Rendering Class phpbb\groupposition\legend build 03-Oct-2024 12:21:22  486/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\groupposition\teampage build 03-Oct-2024 12:21:22 Rendering Class phpbb\help\controller\bbcode build 03-Oct-2024 12:21:22  488/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 61%Rendering Class phpbb\help\controller\controller build 03-Oct-2024 12:21:23 Rendering Class phpbb\help\controller\faq build 03-Oct-2024 12:21:23 Rendering Class phpbb\help\controller\help build 03-Oct-2024 12:21:23 Rendering Class phpbb\help\manager build 03-Oct-2024 12:21:23  492/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\hook\finder build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\console\command\install\config\show build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\console\command\install\config\validate build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\console\command\install\install build 03-Oct-2024 12:21:23  496/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 62%Rendering Class phpbb\install\console\command\update\config\show build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\console\command\update\config\validate build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\console\command\update\update build 03-Oct-2024 12:21:23  499/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\archive_download build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\controller\helper build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\controller\install build 03-Oct-2024 12:21:23  502/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\controller\installer_index build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\controller\timeout_check build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\controller\update build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\event\kernel_exception_subscriber build 03-Oct-2024 12:21:23  506/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░] 63%Rendering Class phpbb\install\exception\cannot_build_container_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\file_updater_failure_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\installer_config_not_writable_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\installer_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\invalid_dbms_exception build 03-Oct-2024 12:21:23  511/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 64%Rendering Class phpbb\install\exception\jump_to_restart_point_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\resource_limit_reached_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\exception\user_interaction_required_exception build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\config build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\container_factory build 03-Oct-2024 12:21:23  516/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\file_updater\compression_file_updater build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\file_updater\factory build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\file_updater\file_updater build 03-Oct-2024 12:21:23  519/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 65%Rendering Class phpbb\install\helper\file_updater\file_updater_interface build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\file_updater\ftp_file_updater build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\install_helper build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\iohandler\ajax_iohandler build 03-Oct-2024 12:21:23  523/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\cli_iohandler build 03-Oct-2024 12:21:23  524/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\exception\iohandler_not_implemented_exception build 03-Oct-2024 12:21:23  525/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\iohandler\factory build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\iohandler\iohandler_base build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\iohandler\iohandler_interface build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\navigation\convertor_navigation build 03-Oct-2024 12:21:23  529/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 66%Rendering Class phpbb\install\helper\navigation\install_navigation build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\navigation\main_navigation build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\navigation\navigation_interface build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\navigation\navigation_provider build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\navigation\update_navigation build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\helper\update_helper build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\installer build 03-Oct-2024 12:21:23  536/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░] 67%Rendering Class phpbb\install\installer_configuration build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\install_filesystem\module build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\install_filesystem\task\create_config_file build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\install_finish\module build 03-Oct-2024 12:21:23  540/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\install_finish\task\install_extensions build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\install_finish\task\notify_user build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\install_finish\task\populate_migrations build 03-Oct-2024 12:21:23  543/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\abstract_requirements_module build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\requirements\install_module build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\requirements\task\check_filesystem build 03-Oct-2024 12:21:23  546/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 68%Rendering Class phpbb\install\module\requirements\task\check_server_environment build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\requirements\task\check_update build 03-Oct-2024 12:21:23  548/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\requirements\update_module build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\update_filesystem\module build 03-Oct-2024 12:21:23 Rendering Class phpbb\install\module\update_filesystem\task\diff_files build 03-Oct-2024 12:21:23  551/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\download_updated_files build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\module\update_filesystem\task\file_check build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\module\update_filesystem\task\show_file_status build 03-Oct-2024 12:21:24  554/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 69%Rendering Class phpbb\install\module\update_filesystem\task\update_files build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\module_base build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\module_interface build 03-Oct-2024 12:21:24  557/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 70%Rendering Class phpbb\install\task_base build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\task_interface build 03-Oct-2024 12:21:24 Rendering Class phpbb\install\updater_configuration build 03-Oct-2024 12:21:24 Rendering Class phpbb\json_response build 03-Oct-2024 12:21:24 Rendering Class phpbb\language\exception\invalid_plural_rule_exception build 03-Oct-2024 12:21:24 Rendering Class phpbb\language\exception\language_exception build 03-Oct-2024 12:21:24  563/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░] 71%Rendering Class phpbb\language\exception\language_file_not_found build 03-Oct-2024 12:21:24 Rendering Class phpbb\language\language build 03-Oct-2024 12:21:24 Rendering Class phpbb\language\language_file_helper build 03-Oct-2024 12:21:24  566/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\language\language_file_loader build 03-Oct-2024 12:21:24 Rendering Class phpbb\lock\db build 03-Oct-2024 12:21:24 Rendering Class phpbb\lock\flock build 03-Oct-2024 12:21:24 Rendering Class phpbb\lock\posting build 03-Oct-2024 12:21:24  570/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 71%Rendering Class phpbb\log\dummy build 03-Oct-2024 12:21:24 Rendering Class phpbb\log\log build 03-Oct-2024 12:21:24 Rendering Class phpbb\log\log_interface build 03-Oct-2024 12:21:24  573/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\message\admin_form build 03-Oct-2024 12:21:24 Rendering Class phpbb\message\form build 03-Oct-2024 12:21:24  575/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\message\message build 03-Oct-2024 12:21:24  577/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 72%Rendering Class phpbb\message\topic_form build 03-Oct-2024 12:21:24 Rendering Class phpbb\message\user_form build 03-Oct-2024 12:21:24 Rendering Class phpbb\mimetype\content_guesser build 03-Oct-2024 12:21:24  579/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\mimetype\extension_guesser build 03-Oct-2024 12:21:24 Rendering Class phpbb\mimetype\guesser build 03-Oct-2024 12:21:24 Rendering Class phpbb\mimetype\guesser_base build 03-Oct-2024 12:21:24 Rendering Class phpbb\mimetype\guesser_interface build 03-Oct-2024 12:21:24  583/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 73%Rendering Class phpbb\module\exception\module_exception build 03-Oct-2024 12:21:24 Rendering Class phpbb\module\exception\module_not_found_exception build 03-Oct-2024 12:21:24 Rendering Class phpbb\module\module_manager build 03-Oct-2024 12:21:24 Rendering Class phpbb\notification\exception build 03-Oct-2024 12:21:24  587/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\manager build 03-Oct-2024 12:21:24 Rendering Class phpbb\notification\method\base build 03-Oct-2024 12:21:24  589/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\method\board build 03-Oct-2024 12:21:24 Rendering Class phpbb\notification\method\email build 03-Oct-2024 12:21:24  591/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\method\jabber build 03-Oct-2024 12:21:24  592/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\method\messenger_base build 03-Oct-2024 12:21:24  593/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░] 74%Rendering Class phpbb\notification\method\method_interface build 03-Oct-2024 12:21:24 Rendering Class phpbb\notification\type\admin_activate_user build 03-Oct-2024 12:21:24  595/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\approve_post build 03-Oct-2024 12:21:25  596/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\approve_topic build 03-Oct-2024 12:21:25  597/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\base build 03-Oct-2024 12:21:25  598/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\bookmark build 03-Oct-2024 12:21:25  599/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\disapprove_post build 03-Oct-2024 12:21:25  600/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\disapprove_topic build 03-Oct-2024 12:21:25  601/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 75%Rendering Class phpbb\notification\type\forum build 03-Oct-2024 12:21:25  602/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\group_request build 03-Oct-2024 12:21:25  603/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\group_request_approved build 03-Oct-2024 12:21:25  604/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\pm build 03-Oct-2024 12:21:25  605/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\post build 03-Oct-2024 12:21:25  606/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\post_in_queue build 03-Oct-2024 12:21:25  607/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76% 608/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\quote build 03-Oct-2024 12:21:25 Rendering Class phpbb\notification\type\report_pm build 03-Oct-2024 12:21:25  609/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 76%Rendering Class phpbb\notification\type\report_pm_closed build 03-Oct-2024 12:21:25  610/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_post build 03-Oct-2024 12:21:26  611/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\report_post_closed build 03-Oct-2024 12:21:26  612/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\topic build 03-Oct-2024 12:21:26  613/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\topic_in_queue build 03-Oct-2024 12:21:26  614/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\notification\type\type_interface build 03-Oct-2024 12:21:26  615/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\pagination build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\argon2i build 03-Oct-2024 12:21:26  617/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 77%Rendering Class phpbb\passwords\driver\argon2id build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\base build 03-Oct-2024 12:21:26  619/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\passwords\driver\base_native build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\bcrypt build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\bcrypt_2y build 03-Oct-2024 12:21:26  622/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░] 78%Rendering Class phpbb\passwords\driver\bcrypt_wcf2 build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\convert_password build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\driver_interface build 03-Oct-2024 12:21:26  625/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 78%Rendering Class phpbb\passwords\driver\helper build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\md5_mybb build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\md5_phpbb2 build 03-Oct-2024 12:21:26  628/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\md5_vb build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\phpass build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\rehashable_driver_interface build 03-Oct-2024 12:21:26  631/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 79%Rendering Class phpbb\passwords\driver\salted_md5 build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\sha1 build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\sha1_smf build 03-Oct-2024 12:21:26  634/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\driver\sha1_wcf1 build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\driver\sha_xf1 build 03-Oct-2024 12:21:26 Rendering Class phpbb\passwords\helper build 03-Oct-2024 12:21:26  637/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\passwords\manager build 03-Oct-2024 12:21:26 Rendering Class phpbb\path_helper build 03-Oct-2024 12:21:26  640/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 80%Rendering Class phpbb\permissions build 03-Oct-2024 12:21:26 Rendering Class phpbb\php\ini build 03-Oct-2024 12:21:26 Rendering Class phpbb\plupload\plupload build 03-Oct-2024 12:21:26 Rendering Class phpbb\profilefields\lang_helper build 03-Oct-2024 12:21:26  643/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\manager build 03-Oct-2024 12:21:26 Rendering Class phpbb\profilefields\type\type_base build 03-Oct-2024 12:21:26  645/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_bool build 03-Oct-2024 12:21:27 Rendering Class phpbb\profilefields\type\type_date build 03-Oct-2024 12:21:27  647/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_dropdown build 03-Oct-2024 12:21:27  648/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_int build 03-Oct-2024 12:21:27  649/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 81%Rendering Class phpbb\profilefields\type\type_interface build 03-Oct-2024 12:21:27  650/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string build 03-Oct-2024 12:21:27  651/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_string_common build 03-Oct-2024 12:21:27  652/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_text build 03-Oct-2024 12:21:27  653/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\profilefields\type\type_url build 03-Oct-2024 12:21:27  654/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\recursive_dot_prefix_filter_iterator build 03-Oct-2024 12:21:27  655/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 82%Rendering Class phpbb\report\controller\report build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\already_reported_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\empty_report_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\entity_not_found_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\factory_invalid_argument_exception build 03-Oct-2024 12:21:27  660/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 83%Rendering Class phpbb\report\exception\invalid_report_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\pm_reporting_disabled_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\exception\report_permission_denied_exception build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\handler_factory build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\report_handler build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\report_handler_interface build 03-Oct-2024 12:21:27  666/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\report\report_handler_pm build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\report_handler_post build 03-Oct-2024 12:21:27 Rendering Class phpbb\report\report_reason_list_provider build 03-Oct-2024 12:21:27  669/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\deactivated_super_global build 03-Oct-2024 12:21:27 Rendering Class phpbb\request\request build 03-Oct-2024 12:21:27 Rendering Class phpbb\request\request_interface build 03-Oct-2024 12:21:27  672/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 84%Rendering Class phpbb\request\type_cast_helper build 03-Oct-2024 12:21:27 Rendering Class phpbb\request\type_cast_helper_interface build 03-Oct-2024 12:21:27  674/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░] 85%Rendering Class phpbb\routing\file_locator build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\helper build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\loader_resolver build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\resources_locator\chained_resources_locator build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\resources_locator\default_resources_locator build 03-Oct-2024 12:21:27  679/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 85%Rendering Class phpbb\routing\resources_locator\installer_resources_locator build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\resources_locator\resources_locator_interface build 03-Oct-2024 12:21:27 Rendering Class phpbb\routing\router build 03-Oct-2024 12:21:27 Rendering Class phpbb\search\base build 03-Oct-2024 12:21:27  683/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\fulltext_mysql build 03-Oct-2024 12:21:27 Rendering Class phpbb\search\fulltext_native build 03-Oct-2024 12:21:27  685/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\fulltext_postgres build 03-Oct-2024 12:21:27  686/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\fulltext_sphinx build 03-Oct-2024 12:21:28  687/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\sphinx\config build 03-Oct-2024 12:21:28  688/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 86%Rendering Class phpbb\search\sphinx\config_comment build 03-Oct-2024 12:21:28 Rendering Class phpbb\search\sphinx\config_section build 03-Oct-2024 12:21:28 Rendering Class phpbb\search\sphinx\config_variable build 03-Oct-2024 12:21:28  692/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\session build 03-Oct-2024 12:21:28  693/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87%Rendering Class phpbb\symfony_request build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\asset build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\assets_bag build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\base build 03-Oct-2024 12:21:28  696/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 87% 697/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\template\context build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\exception\user_object_not_available build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\template build 03-Oct-2024 12:21:28 699/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\template\twig\definition build 03-Oct-2024 12:21:28  700/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\template\twig\environment build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\extension build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\extension\avatar build 03-Oct-2024 12:21:28  703/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░] 88%Rendering Class phpbb\template\twig\extension\config build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\extension\routing build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\extension\username build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\lexer build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\loader build 03-Oct-2024 12:21:28  708/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 89%Rendering Class phpbb\template\twig\node\definenode build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\event build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\expression\binary\equalequal build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\expression\binary\notequalequal build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\includeasset build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\includecss build 03-Oct-2024 12:21:28  714/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\node\includejs build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\includenode build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\includephp build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\node\php build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\defineparser build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\event build 03-Oct-2024 12:21:28  720/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 90%Rendering Class phpbb\template\twig\tokenparser\includecss build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\includejs build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\includeparser build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\includephp build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\tokenparser\php build 03-Oct-2024 12:21:28 Rendering Class phpbb\template\twig\twig build 03-Oct-2024 12:21:28  726/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\textformatter\acp_utils_interface build 03-Oct-2024 12:21:28  727/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 91%Rendering Class phpbb\textformatter\cache_interface build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\parser_interface build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\renderer_interface build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\s9e\acp_utils build 03-Oct-2024 12:21:28  731/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\textformatter\s9e\bbcode_merger build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\s9e\factory build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\s9e\link_helper build 03-Oct-2024 12:21:28  734/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░] 92%Rendering Class phpbb\textformatter\s9e\parser build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\s9e\quote_helper build 03-Oct-2024 12:21:28  736/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 92%Rendering Class phpbb\textformatter\s9e\renderer build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\s9e\utils build 03-Oct-2024 12:21:28 Rendering Class phpbb\textformatter\utils_interface build 03-Oct-2024 12:21:28  739/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textreparser\base build 03-Oct-2024 12:21:28 Rendering Class phpbb\textreparser\manager build 03-Oct-2024 12:21:28 Rendering Class phpbb\textreparser\plugins\contact_admin_info build 03-Oct-2024 12:21:28  742/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textreparser\plugins\forum_description build 03-Oct-2024 12:21:28 Rendering Class phpbb\textreparser\plugins\forum_rules build 03-Oct-2024 12:21:29  744/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 93%Rendering Class phpbb\textreparser\plugins\group_description build 03-Oct-2024 12:21:29 Rendering Class phpbb\textreparser\plugins\pm_text build 03-Oct-2024 12:21:29  746/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\poll_option build 03-Oct-2024 12:21:29 Rendering Class phpbb\textreparser\plugins\poll_title build 03-Oct-2024 12:21:29  748/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\plugins\post_text build 03-Oct-2024 12:21:29 Rendering Class phpbb\textreparser\plugins\user_signature build 03-Oct-2024 12:21:29  750/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\textreparser\reparser_interface build 03-Oct-2024 12:21:29 Rendering Class phpbb\textreparser\row_based_plugin build 03-Oct-2024 12:21:29  752/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 94%Rendering Class phpbb\tree\nestedset build 03-Oct-2024 12:21:29 Rendering Class phpbb\tree\nestedset_forum build 03-Oct-2024 12:21:29  754/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\tree\tree_interface build 03-Oct-2024 12:21:29  755/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\ucp\controller\delete_cookies build 03-Oct-2024 12:21:29 Rendering Class phpbb\ucp\controller\reset_password build 03-Oct-2024 12:21:29 Rendering Class phpbb\user build 03-Oct-2024 12:21:29  758/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\user_loader build 03-Oct-2024 12:21:29  759/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 95%Rendering Class phpbb\version_helper build 03-Oct-2024 12:21:29 Rendering Class phpbb\viewonline_helper build 03-Oct-2024 12:21:29  761/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░] 96%Rendering Class phpbb_hook build 03-Oct-2024 12:21:29 Rendering Class phpbb_questionnaire_data_collector build 03-Oct-2024 12:21:29 Rendering Class phpbb_questionnaire_php_data_provider build 03-Oct-2024 12:21:29 Rendering Class phpbb_questionnaire_phpbb_data_provider build 03-Oct-2024 12:21:29  765/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 96%Rendering Class phpbb_questionnaire_system_data_provider build 03-Oct-2024 12:21:29 Rendering Class queue build 03-Oct-2024 12:21:29 Rendering Class smtp_class build 03-Oct-2024 12:21:29 Rendering Class transfer build 03-Oct-2024 12:21:29  769/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_activate build 03-Oct-2024 12:21:29 Rendering Class ucp_attachments build 03-Oct-2024 12:21:29 Rendering Class ucp_attachments_info build 03-Oct-2024 12:21:29 Rendering Class ucp_auth_link build 03-Oct-2024 12:21:29 Rendering Class ucp_auth_link_info build 03-Oct-2024 12:21:29 Rendering Class ucp_confirm build 03-Oct-2024 12:21:29 Rendering Class ucp_groups build 03-Oct-2024 12:21:29  776/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 97%Rendering Class ucp_groups_info build 03-Oct-2024 12:21:29 Rendering Class ucp_login_link build 03-Oct-2024 12:21:29 Rendering Class ucp_main build 03-Oct-2024 12:21:29 Rendering Class ucp_main_info build 03-Oct-2024 12:21:29 Rendering Class ucp_notifications build 03-Oct-2024 12:21:29 Rendering Class ucp_notifications_info build 03-Oct-2024 12:21:29  782/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 98%Rendering Class ucp_pm build 03-Oct-2024 12:21:29 Rendering Class ucp_pm_info build 03-Oct-2024 12:21:29 Rendering Class ucp_prefs build 03-Oct-2024 12:21:29 Rendering Class ucp_prefs_info build 03-Oct-2024 12:21:29 Rendering Class ucp_profile build 03-Oct-2024 12:21:29 Rendering Class ucp_profile_info build 03-Oct-2024 12:21:29 Rendering Class ucp_register build 03-Oct-2024 12:21:29 Rendering Class ucp_resend build 03-Oct-2024 12:21:29  790/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░] 99%Rendering Class ucp_zebra build 03-Oct-2024 12:21:29 Rendering Class ucp_zebra_info build 03-Oct-2024 12:21:29  792/792 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%Rendering done build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 Version Updated C Removed C build 03-Oct-2024 12:21:29 main 653 0 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 Version Updated C Updated N Removed C Removed N build 03-Oct-2024 12:21:29 main 653 128 0 0 build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29  build 03-Oct-2024 12:21:29 phpBB > build: build 03-Oct-2024 12:21:29  build 03-Oct-2024 12:21:29  build 03-Oct-2024 12:21:29 BUILD FINISHED build 03-Oct-2024 12:21:29 build 03-Oct-2024 12:21:29 Total time: 10 minutes 59.81 seconds build 03-Oct-2024 12:21:29  simple 03-Oct-2024 12:21:30 Finished task 'Run tests' with result: Success command 03-Oct-2024 12:21:30 Substituting variable: ${bamboo.working.directory} with /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1 simple 03-Oct-2024 12:21:30 Starting task 'Run sniffs' of type 'com.atlassian.bamboo.plugins.bamboo-docker-plugin:task.docker.cli' simple 03-Oct-2024 12:21:30 Running image name (phpbb:php-7.2) command 03-Oct-2024 12:21:30 Beginning to execute external process for build 'phpBB3 - Development Docker 3.3.x - PHP 7.2 - SQLite #589 (PHPBB3-DD33-JOB1-589)'\n ... running command line: \n/usr/bin/docker run --volume /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1:/data --workdir /data/build --rm -u=990 phpbb:php-7.2 ../phpBB/vendor/bin/phing sniff\n ... in: /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1\n build 03-Oct-2024 12:21:30 Buildfile: /data/build/build.xml build 03-Oct-2024 12:21:30 build 03-Oct-2024 12:21:30 phpBB > sniff: build 03-Oct-2024 12:21:30 build 03-Oct-2024 12:21:35 ............................................................ 60 / 801 (7%) build 03-Oct-2024 12:21:40 ............................................................ 120 / 801 (15%) build 03-Oct-2024 12:21:43 ............................................................ 180 / 801 (22%) build 03-Oct-2024 12:21:47 ............................................................ 240 / 801 (30%) build 03-Oct-2024 12:21:56 ............................................................ 300 / 801 (37%) build 03-Oct-2024 12:22:00 ............................................................ 360 / 801 (45%) build 03-Oct-2024 12:22:06 ............................................................ 420 / 801 (52%) build 03-Oct-2024 12:22:07 ............................................................ 480 / 801 (60%) build 03-Oct-2024 12:22:08 ............................................................ 540 / 801 (67%) build 03-Oct-2024 12:22:09 ............................................................ 600 / 801 (75%) build 03-Oct-2024 12:22:10 ............................................................ 660 / 801 (82%) build 03-Oct-2024 12:22:14 ............................................................ 720 / 801 (90%) build 03-Oct-2024 12:22:19 ............................................................ 780 / 801 (97%) build 03-Oct-2024 12:22:20 ..................... 801 / 801 (100%) build 03-Oct-2024 12:22:20 build 03-Oct-2024 12:22:20 build 03-Oct-2024 12:22:20 Time: 49.62 secs; Memory: 48.01MB build 03-Oct-2024 12:22:20 build 03-Oct-2024 12:22:20 [php] Calling PHP function: preg_replace() build 03-Oct-2024 12:22:28 ............................................................ 60 / 205 (29%) build 03-Oct-2024 12:22:48 ............................................................ 120 / 205 (59%) build 03-Oct-2024 12:22:55 ............................................................ 180 / 205 (88%) build 03-Oct-2024 12:23:02 ......................... 205 / 205 (100%) build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 Time: 41.63 secs; Memory: 38.01MB build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 Time: 42ms; Memory: 4MB build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 BUILD FINISHED build 03-Oct-2024 12:23:02 build 03-Oct-2024 12:23:02 Total time: 1 minute 31.55 seconds build 03-Oct-2024 12:23:02 simple 03-Oct-2024 12:23:02 Finished task 'Run sniffs' with result: Success simple 03-Oct-2024 12:23:02 Starting task 'Parsing test results' of type 'com.atlassian.bamboo.plugins.testresultparser:task.testresultparser.junit' simple 03-Oct-2024 12:23:02 Parsing test results under /home/bamboo/local-working-dir/PHPBB3-DD33-JOB1... simple 03-Oct-2024 12:23:02 Finished task 'Parsing test results' with result: Success simple 03-Oct-2024 12:23:02 Running post build plugin 'Artifact Copier' simple 03-Oct-2024 12:23:02 Publishing an artifact: Coverage HTML Report simple 03-Oct-2024 12:23:04 Finished publishing of artifact Non required job artifact Http Compression On : [Coverage HTML Report], patterns: [**/*.*] anchored at: [build/coverage/] in 1.811 s simple 03-Oct-2024 12:23:04 Running post build plugin 'npm Cache Cleanup' simple 03-Oct-2024 12:23:04 Running post build plugin 'NCover Results Collector' simple 03-Oct-2024 12:23:04 Running post build plugin 'Build Results Label Collector' simple 03-Oct-2024 12:23:04 Running post build plugin 'Clover Results Collector' simple 03-Oct-2024 12:23:04 Running post build plugin 'Docker Container Cleanup' simple 03-Oct-2024 12:23:05 Successfully removed working directory at '/home/bamboo/local-working-dir/PHPBB3-DD33-JOB1' simple 03-Oct-2024 12:23:05 Finalising the build... simple 03-Oct-2024 12:23:05 Stopping timer. simple 03-Oct-2024 12:23:05 Build PHPBB3-DD33-JOB1-589 completed. simple 03-Oct-2024 12:23:05 Running on server: post build plugin 'Build Hanging Detection Configuration' simple 03-Oct-2024 12:23:05 Running on server: post build plugin 'NCover Results Collector' simple 03-Oct-2024 12:23:05 Running on server: post build plugin 'Build Labeller' simple 03-Oct-2024 12:23:05 Running on server: post build plugin 'Clover Delta Calculator' simple 03-Oct-2024 12:23:05 Running on server: post build plugin 'Maven Dependencies Postprocessor' simple 03-Oct-2024 12:23:05 All post build plugins have finished simple 03-Oct-2024 12:23:05 Generating build results summary... simple 03-Oct-2024 12:23:11 Saving build results to disk... simple 03-Oct-2024 12:23:11 Store variable context... simple 03-Oct-2024 12:23:11 Finished building PHPBB3-DD33-JOB1-589.