Building preview: 6862618da8c62ea4913878a3 (mr12548)6862618e469d9491628c3ef5# sh -c mkdir -p $(dirname /var/lib/tugboat)6862618e469d9491628c3ef5# git clone git@git.drupal.org:project/drupal.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org' (ED25519) to the list of known hosts.
Updating files: 39% (7991/20028)
Updating files: 40% (8012/20028)
Updating files: 41% (8212/20028)
Updating files: 42% (8412/20028)
Updating files: 43% (8613/20028)
Updating files: 44% (8813/20028)
Updating files: 45% (9013/20028)
Updating files: 46% (9213/20028)
Updating files: 47% (9414/20028)
Updating files: 48% (9614/20028)
Updating files: 49% (9814/20028)
Updating files: 50% (10014/20028)
Updating files: 51% (10215/20028)
Updating files: 52% (10415/20028)
Updating files: 53% (10615/20028)
Updating files: 54% (10816/20028)
Updating files: 55% (11016/20028)
Updating files: 56% (11216/20028)
Updating files: 57% (11416/20028)
Updating files: 58% (11617/20028)
Updating files: 59% (11817/20028)
Updating files: 60% (12017/20028)
Updating files: 61% (12218/20028)
Updating files: 62% (12418/20028)
Updating files: 63% (12618/20028)
Updating files: 64% (12818/20028)
Updating files: 65% (13019/20028)
Updating files: 66% (13219/20028)
Updating files: 67% (13419/20028)
Updating files: 68% (13620/20028)
Updating files: 69% (13820/20028)
Updating files: 70% (14020/20028)
Updating files: 71% (14220/20028)
Updating files: 72% (14421/20028)
Updating files: 73% (14621/20028)
Updating files: 74% (14821/20028)
Updating files: 75% (15021/20028)
Updating files: 76% (15222/20028)
Updating files: 77% (15422/20028)
Updating files: 78% (15622/20028)
Updating files: 79% (15823/20028)
Updating files: 80% (16023/20028)
Updating files: 80% (16179/20028)
Updating files: 81% (16223/20028)
Updating files: 82% (16423/20028)
Updating files: 83% (16624/20028)
Updating files: 84% (16824/20028)
Updating files: 85% (17024/20028)
Updating files: 86% (17225/20028)
Updating files: 87% (17425/20028)
Updating files: 88% (17625/20028)
Updating files: 89% (17825/20028)
Updating files: 90% (18026/20028)
Updating files: 91% (18226/20028)
Updating files: 92% (18426/20028)
Updating files: 93% (18627/20028)
Updating files: 94% (18827/20028)
Updating files: 95% (19027/20028)
Updating files: 96% (19227/20028)
Updating files: 97% (19428/20028)
Updating files: 98% (19628/20028)
Updating files: 99% (19828/20028)
Updating files: 100% (20028/20028)
Updating files: 100% (20028/20028), done.
6862618e469d9491628c3ef5# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/drupal.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/drupal.git* remote origin
Fetch URL: git@git.drupal.org:project/drupal.git
Push URL: git@git.drupal.org:project/drupal.git
HEAD branch: 11.x
Remote branches:
10.0.x tracked
10.1.x tracked
10.2.x tracked
10.3.x tracked
10.4.x tracked
10.5.x tracked
10.6.x tracked
11.0.x tracked
11.1.x tracked
11.2.x tracked
11.x tracked
3-00 tracked
3.0.x tracked
4.0.x tracked
4.1.x tracked
4.2.x tracked
4.3.x tracked
4.4.x tracked
4.5.x tracked
4.6.x tracked
4.7.x tracked
5.x tracked
6.x tracked
7.x tracked
8.0.x tracked
8.1.x tracked
8.2.x tracked
8.3.x tracked
8.4.x tracked
8.5.x tracked
8.6.x tracked
8.7.x tracked
8.8.x tracked
8.9.x tracked
9.0.x tracked
9.1.x tracked
9.2.x tracked
9.3.x tracked
9.4.x tracked
9.5.x tracked
Local branch configured for 'git pull':
11.x merges with remote 11.x
Local ref configured for 'git push':
11.x pushes to 11.x (up to date)
6862618e469d9491628c3ef5# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 10.6.xFrom git.drupal.org:project/drupal
* branch 10.6.x -> FETCH_HEAD
6862618e469d9491628c3ef5# git -C /var/lib/tugboat checkout origin/10.6.xNote: switching to 'origin/10.6.x'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at a3fd7099a99 Revert "Issue #3527408 by prudloff, smustgrave, xjm, benjifisher, catch, kim.pepper, larowlan: Add test for SA-CORE-2024-002"
6862618e469d9491628c3ef5# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/drupal-3527408.git 3527408-d10From git.drupal.org:issue/drupal-3527408
* branch 3527408-d10 -> FETCH_HEAD
Updating a3fd7099a99..8664c9a1e08
Fast-forward
.../src/Unit/CKEditor5ImageControllerTest.php | 91 ++++++++++++++++++++++
1 file changed, 91 insertions(+)
create mode 100644 core/modules/ckeditor5/tests/src/Unit/CKEditor5ImageControllerTest.php
Running INIT commands6862618e469d9491628c3ef5# /bin/sh -c docker-php-ext-install opcacheConfiguring for:
PHP Api Version: 20210902
Zend Module Api No: 20210902
Zend Extension Api No: 420210902
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20210902
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable Zend OPcache support... yes, shared
checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
checking whether to enable JIT... yes
checking for capstone >= 3.0.0... no
checking for opagent in default path... not found
checking for mprotect... yes
checking for sysvipc shared memory support... yes
checking for mmap() using MAP_ANON shared memory support... yes
checking for shm_open in -lrt... yes
checking for mmap() using shm_open() shared memory support... checking for shm_unlink in -lrt... yes
yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/ZendAccelerator.c -o ZendAccelerator.lo -MMD -MF ZendAccelerator.dep -MT ZendAccelerator.lo
mkdir .libs
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/ZendAccelerator.c -MMD -MF ZendAccelerator.dep -MT ZendAccelerator.lo -fPIC -DPIC -o .libs/ZendAccelerator.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_blacklist.c -o zend_accelerator_blacklist.lo -MMD -MF zend_accelerator_blacklist.dep -MT zend_accelerator_blacklist.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_blacklist.c -MMD -MF zend_accelerator_blacklist.dep -MT zend_accelerator_blacklist.lo -fPIC -DPIC -o .libs/zend_accelerator_blacklist.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_debug.c -o zend_accelerator_debug.lo -MMD -MF zend_accelerator_debug.dep -MT zend_accelerator_debug.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_debug.c -MMD -MF zend_accelerator_debug.dep -MT zend_accelerator_debug.lo -fPIC -DPIC -o .libs/zend_accelerator_debug.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_hash.c -o zend_accelerator_hash.lo -MMD -MF zend_accelerator_hash.dep -MT zend_accelerator_hash.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_hash.c -MMD -MF zend_accelerator_hash.dep -MT zend_accelerator_hash.lo -fPIC -DPIC -o .libs/zend_accelerator_hash.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_module.c -o zend_accelerator_module.lo -MMD -MF zend_accelerator_module.dep -MT zend_accelerator_module.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_module.c -MMD -MF zend_accelerator_module.dep -MT zend_accelerator_module.lo -fPIC -DPIC -o .libs/zend_accelerator_module.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_persist.c -o zend_persist.lo -MMD -MF zend_persist.dep -MT zend_persist.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_persist.c -MMD -MF zend_persist.dep -MT zend_persist.lo -fPIC -DPIC -o .libs/zend_persist.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_persist_calc.c -o zend_persist_calc.lo -MMD -MF zend_persist_calc.dep -MT zend_persist_calc.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_persist_calc.c -MMD -MF zend_persist_calc.dep -MT zend_persist_calc.lo -fPIC -DPIC -o .libs/zend_persist_calc.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_file_cache.c -o zend_file_cache.lo -MMD -MF zend_file_cache.dep -MT zend_file_cache.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_file_cache.c -MMD -MF zend_file_cache.dep -MT zend_file_cache.lo -fPIC -DPIC -o .libs/zend_file_cache.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_shared_alloc.c -o zend_shared_alloc.lo -MMD -MF zend_shared_alloc.dep -MT zend_shared_alloc.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_shared_alloc.c -MMD -MF zend_shared_alloc.dep -MT zend_shared_alloc.lo -fPIC -DPIC -o .libs/zend_shared_alloc.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_util_funcs.c -o zend_accelerator_util_funcs.lo -MMD -MF zend_accelerator_util_funcs.dep -MT zend_accelerator_util_funcs.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/zend_accelerator_util_funcs.c -MMD -MF zend_accelerator_util_funcs.dep -MT zend_accelerator_util_funcs.lo -fPIC -DPIC -o .libs/zend_accelerator_util_funcs.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_shm.c -o shared_alloc_shm.lo -MMD -MF shared_alloc_shm.dep -MT shared_alloc_shm.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_shm.c -MMD -MF shared_alloc_shm.dep -MT shared_alloc_shm.lo -fPIC -DPIC -o .libs/shared_alloc_shm.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_mmap.c -o shared_alloc_mmap.lo -MMD -MF shared_alloc_mmap.dep -MT shared_alloc_mmap.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_mmap.c -MMD -MF shared_alloc_mmap.dep -MT shared_alloc_mmap.lo -fPIC -DPIC -o .libs/shared_alloc_mmap.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_posix.c -o shared_alloc_posix.lo -MMD -MF shared_alloc_posix.dep -MT shared_alloc_posix.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/shared_alloc_posix.c -MMD -MF shared_alloc_posix.dep -MT shared_alloc_posix.lo -fPIC -DPIC -o .libs/shared_alloc_posix.o
cc /usr/src/php/ext/opcache/jit/dynasm/minilua.c -lm -o minilua
./minilua /usr/src/php/ext/opcache/jit/dynasm/dynasm.lua -D X64=1 -o jit/zend_jit_x86.c /usr/src/php/ext/opcache/jit/zend_jit_x86.dasc
make: Circular jit/zend_jit.lo <- jit/zend_jit.lo dependency dropped.
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit.c -o jit/zend_jit.lo -MMD -MF jit/zend_jit.dep -MT jit/zend_jit.lo
mkdir jit/.libs
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit.c -MMD -MF jit/zend_jit.dep -MT jit/zend_jit.lo -fPIC -DPIC -o jit/.libs/zend_jit.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit_gdb.c -o jit/zend_jit_gdb.lo -MMD -MF jit/zend_jit_gdb.dep -MT jit/zend_jit_gdb.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit_gdb.c -MMD -MF jit/zend_jit_gdb.dep -MT jit/zend_jit_gdb.lo -fPIC -DPIC -o jit/.libs/zend_jit_gdb.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=compile cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit_vm_helpers.c -o jit/zend_jit_vm_helpers.lo -MMD -MF jit/zend_jit_vm_helpers.dep -MT jit/zend_jit_vm_helpers.lo
cc -I. -I/usr/src/php/ext/opcache -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wno-implicit-fallthrough -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DZEND_COMPILE_DL_EXT=1 -c /usr/src/php/ext/opcache/jit/zend_jit_vm_helpers.c -MMD -MF jit/zend_jit_vm_helpers.dep -MT jit/zend_jit_vm_helpers.lo -fPIC -DPIC -o jit/.libs/zend_jit_vm_helpers.o
/bin/bash /usr/src/php/ext/opcache/libtool --mode=link cc -shared -I/usr/src/php/ext/opcache/include -I/usr/src/php/ext/opcache/main -I/usr/src/php/ext/opcache -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wl,-O1 -pie -o opcache.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/opcache/modules ZendAccelerator.lo zend_accelerator_blacklist.lo zend_accelerator_debug.lo zend_accelerator_hash.lo zend_accelerator_module.lo zend_persist.lo zend_persist_calc.lo zend_file_cache.lo zend_shared_alloc.lo zend_accelerator_util_funcs.lo shared_alloc_shm.lo shared_alloc_mmap.lo shared_alloc_posix.lo jit/zend_jit.lo jit/zend_jit_gdb.lo jit/zend_jit_vm_helpers.lo -lrt
cc -shared .libs/ZendAccelerator.o .libs/zend_accelerator_blacklist.o .libs/zend_accelerator_debug.o .libs/zend_accelerator_hash.o .libs/zend_accelerator_module.o .libs/zend_persist.o .libs/zend_persist_calc.o .libs/zend_file_cache.o .libs/zend_shared_alloc.o .libs/zend_accelerator_util_funcs.o .libs/shared_alloc_shm.o .libs/shared_alloc_mmap.o .libs/shared_alloc_posix.o jit/.libs/zend_jit.o jit/.libs/zend_jit_gdb.o jit/.libs/zend_jit_vm_helpers.o -lrt -Wl,-O1 -Wl,-soname -Wl,opcache.so -o .libs/opcache.so
creating opcache.la
(cd .libs && rm -f opcache.la && ln -s ../opcache.la opcache.la)
/bin/bash /usr/src/php/ext/opcache/libtool --mode=install cp ./opcache.la /usr/src/php/ext/opcache/modules
cp ./.libs/opcache.so /usr/src/php/ext/opcache/modules/opcache.so
cp ./.libs/opcache.lai /usr/src/php/ext/opcache/modules/opcache.la
PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/opcache/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/src/php/ext/opcache/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
+ strip --strip-all modules/opcache.so
make: Circular jit/zend_jit.lo <- jit/zend_jit.lo dependency dropped.
Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20210902/
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o -o -name \*.dep | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la modules/* libs/*
rm -f ext/opcache/jit/zend_jit_x86.c
rm -f ext/opcache/jit/zend_jit_arm64.c
rm -f ext/opcache/minilua
6862618e469d9491628c3ef5# /bin/sh -c a2enmod headers rewriteEnabling module headers.
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
6862618e469d9491628c3ef5# /bin/sh -c ln -snf $TUGBOAT_ROOT $DOCROOT6862618e469d9491628c3ef5# /bin/sh -c ln -snf "${TUGBOAT_ROOT}/vendor/bin/drush" /usr/local/bin/drush6862618e469d9491628c3ef5# /bin/sh -c echo "memory_limit = 2G" >> /usr/local/etc/php/conf.d/my-php.iniRunning UPDATE commands6862618e469d9491628c3ef5# /bin/sh -c composer self-updateYou are already using the latest available Composer version 2.8.9 (stable channel).
6862618e469d9491628c3ef5# /bin/sh -c composer install --optimize-autoloader> Drupal\Composer\Composer::ensureComposerVersion
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 146 installs, 0 updates, 0 removals
- Downloading composer/installers (v2.3.0)
- Downloading php-http/discovery (1.20.0)
- Downloading composer/semver (3.4.3)
- Downloading squizlabs/php_codesniffer (3.13.1)
- Downloading dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
- Downloading phpstan/phpstan (1.12.25)
- Downloading tbachert/spi (v1.0.3)
- Downloading phpstan/extension-installer (1.4.3)
- Downloading symfony/polyfill-mbstring (v1.31.0)
- Downloading symfony/polyfill-ctype (v1.31.0)
- Downloading masterminds/html5 (2.9.0)
- Downloading symfony/dom-crawler (v6.4.19)
- Downloading symfony/browser-kit (v6.4.19)
- Downloading symfony/css-selector (v6.4.13)
- Downloading behat/mink (v1.12.0)
- Downloading behat/mink-browserkit-driver (v2.2.0)
- Downloading psr/log (3.0.2)
- Downloading colinodell/psr-testlogger (v1.3.0)
- Downloading symfony/process (v6.4.20)
- Downloading symfony/finder (v6.4.17)
- Downloading symfony/filesystem (v6.4.13)
- Downloading symfony/polyfill-intl-normalizer (v1.31.0)
- Downloading symfony/polyfill-intl-grapheme (v1.31.0)
- Downloading symfony/string (v6.4.21)
- Downloading symfony/deprecation-contracts (v3.5.1)
- Downloading psr/container (2.0.2)
- Downloading symfony/service-contracts (v3.5.1)
- Downloading symfony/console (v6.4.21)
- Downloading seld/signal-handler (2.0.2)
- Downloading seld/phar-utils (1.2.1)
- Downloading seld/jsonlint (1.11.0)
- Downloading react/promise (v3.2.0)
- Downloading marc-mabe/php-enum (v4.7.1)
- Downloading justinrainbow/json-schema (6.4.2)
- Downloading composer/pcre (3.3.2)
- Downloading composer/xdebug-handler (3.0.5)
- Downloading composer/spdx-licenses (1.5.8)
- Downloading composer/metadata-minifier (1.0.0)
- Downloading composer/class-map-generator (1.6.1)
- Downloading composer/ca-bundle (1.5.6)
- Downloading composer/composer (2.8.9)
- Downloading doctrine/deprecations (1.1.5)
- Downloading doctrine/lexer (2.1.1)
- Downloading symfony/yaml (v6.4.21)
- Downloading phpstan/phpdoc-parser (2.1.0)
- Downloading slevomat/coding-standard (8.18.0)
- Downloading sirbrillig/phpcs-variable-analysis (v2.12.0)
- Downloading drupal/coder (8.3.30)
- Downloading twig/twig (v3.20.0)
- Downloading symfony/translation-contracts (v3.5.1)
- Downloading symfony/polyfill-php83 (v1.31.0)
- Downloading symfony/validator (v6.4.21)
- Downloading symfony/serializer (v6.4.21)
- Downloading symfony/routing (v6.4.18)
- Downloading symfony/http-foundation (v6.4.21)
- Downloading psr/http-message (2.0)
- Downloading symfony/psr-http-message-bridge (v6.4.13)
- Downloading symfony/polyfill-iconv (v1.31.0)
- Downloading symfony/polyfill-intl-idn (v1.31.0)
- Downloading symfony/mime (v6.4.21)
- Downloading psr/event-dispatcher (1.0.0)
- Downloading symfony/event-dispatcher-contracts (v3.5.1)
- Downloading symfony/event-dispatcher (v6.4.13)
- Downloading egulias/email-validator (4.0.4)
- Downloading symfony/mailer (v6.4.21)
- Downloading symfony/var-dumper (v6.4.21)
- Downloading symfony/error-handler (v6.4.20)
- Downloading symfony/http-kernel (v6.4.21)
- Downloading symfony/var-exporter (v6.4.21)
- Downloading symfony/dependency-injection (v6.4.20)
- Downloading sebastian/diff (4.0.6)
- Downloading pear/pear_exception (v1.0.2)
- Downloading pear/console_getopt (v1.4.3)
- Downloading pear/pear-core-minimal (v1.10.16)
- Downloading pear/archive_tar (1.5.0)
- Downloading mck89/peast (v1.17.0)
- Downloading ralouphie/getallheaders (3.0.3)
- Downloading psr/http-factory (1.1.0)
- Downloading guzzlehttp/psr7 (2.7.1)
- Downloading psr/http-client (1.0.3)
- Downloading guzzlehttp/promises (2.2.0)
- Downloading guzzlehttp/guzzle (7.9.3)
- Downloading psr/cache (3.0.0)
- Downloading doctrine/annotations (1.14.4)
- Downloading asm89/stack-cors (v2.3.0)
- Downloading lullabot/php-webdriver (v2.0.6)
- Downloading lullabot/mink-selenium2-driver (v1.7.4)
- Downloading webflo/drupal-finder (1.3.1)
- Downloading phpstan/phpstan-deprecation-rules (1.2.1)
- Downloading mglaman/phpstan-drupal (1.3.7)
- Downloading micheh/phpcs-gitlab (1.1.0)
- Downloading mikey179/vfsstream (v1.6.12)
- Downloading symfony/polyfill-php82 (v1.31.0)
- Downloading ramsey/collection (2.1.1)
- Downloading brick/math (0.12.3)
- Downloading ramsey/uuid (4.8.1)
- Downloading php-http/promise (1.3.1)
- Downloading php-http/httplug (2.4.1)
- Downloading php-http/guzzle7-adapter (1.1.0)
- Downloading open-telemetry/sem-conv (1.30.0)
- Downloading open-telemetry/context (1.1.0)
- Downloading open-telemetry/api (1.3.0)
- Downloading nyholm/psr7-server (1.1.0)
- Downloading open-telemetry/sdk (1.5.0)
- Downloading google/protobuf (v4.31.1)
- Downloading open-telemetry/gen-otlp-protobuf (1.5.0)
- Downloading open-telemetry/exporter-otlp (1.3.1)
- Downloading webmozart/assert (1.11.0)
- Downloading phpdocumentor/reflection-common (2.2.0)
- Downloading phpdocumentor/type-resolver (1.10.0)
- Downloading phpdocumentor/reflection-docblock (5.6.2)
- Downloading sebastian/version (3.0.2)
- Downloading sebastian/type (3.2.1)
- Downloading sebastian/resource-operations (3.0.4)
- Downloading sebastian/recursion-context (4.0.5)
- Downloading sebastian/object-reflector (2.0.4)
- Downloading sebastian/object-enumerator (4.0.4)
- Downloading sebastian/global-state (5.0.7)
- Downloading sebastian/exporter (4.0.6)
- Downloading sebastian/environment (5.1.5)
- Downloading sebastian/comparator (4.0.8)
- Downloading sebastian/code-unit (1.0.8)
- Downloading sebastian/cli-parser (1.0.2)
- Downloading phpunit/php-timer (5.0.3)
- Downloading phpunit/php-text-template (2.0.4)
- Downloading phpunit/php-invoker (3.1.1)
- Downloading phpunit/php-file-iterator (3.0.6)
- Downloading theseer/tokenizer (1.2.3)
- Downloading nikic/php-parser (v5.4.0)
- Downloading sebastian/lines-of-code (1.0.4)
- Downloading sebastian/complexity (2.0.3)
- Downloading sebastian/code-unit-reverse-lookup (2.0.3)
- Downloading phpunit/php-code-coverage (9.2.32)
- Downloading phar-io/version (3.2.1)
- Downloading phar-io/manifest (2.0.4)
- Downloading myclabs/deep-copy (1.13.1)
- Downloading doctrine/instantiator (2.0.0)
- Downloading phpunit/phpunit (9.6.23)
- Downloading phpspec/prophecy (v1.22.0)
- Downloading phpspec/prophecy-phpunit (v2.3.0)
- Downloading phpstan/phpstan-phpunit (1.4.2)
- Downloading symfony/lock (v6.4.13)
- Downloading symfony/phpunit-bridge (v6.4.16)
0/143 [>---------------------------] 0%
33/143 [======>---------------------] 23%
59/143 [===========>----------------] 41%
88/143 [=================>----------] 61%
113/143 [======================>-----] 79%
142/143 [===========================>] 99%
143/143 [============================] 100%
- Installing composer/installers (v2.3.0): Extracting archive
- Installing drupal/core-project-message (10.6.x-dev): Symlinking from composer/Plugin/ProjectMessage
- Installing drupal/core-vendor-hardening (10.6.x-dev): Symlinking from composer/Plugin/VendorHardening
- Installing php-http/discovery (1.20.0): Extracting archive
- Installing composer/semver (3.4.3): Extracting archive
- Installing squizlabs/php_codesniffer (3.13.1): Extracting archive
0/2 [>---------------------------] 0%
1/2 [==============>-------------] 50%
2/2 [============================] 100%
Cleaning: squizlabs/php_codesniffer
- Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
- Installing phpstan/phpstan (1.12.25): Extracting archive
- Installing tbachert/spi (v1.0.3): Extracting archive
Cleaning: tbachert/spi
- Installing phpstan/extension-installer (1.4.3): Extracting archive
- Installing symfony/polyfill-mbstring (v1.31.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.31.0): Extracting archive
- Installing masterminds/html5 (2.9.0): Extracting archive
- Installing symfony/dom-crawler (v6.4.19): Extracting archive
- Installing symfony/browser-kit (v6.4.19): Extracting archive
- Installing symfony/css-selector (v6.4.13): Extracting archive
- Installing behat/mink (v1.12.0): Extracting archive
- Installing behat/mink-browserkit-driver (v2.2.0): Extracting archive
- Installing psr/log (3.0.2): Extracting archive
- Installing colinodell/psr-testlogger (v1.3.0): Extracting archive
- Installing symfony/process (v6.4.20): Extracting archive
- Installing symfony/finder (v6.4.17): Extracting archive
- Installing symfony/filesystem (v6.4.13): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.31.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.31.0): Extracting archive
- Installing symfony/string (v6.4.21): Extracting archive
- Installing symfony/deprecation-contracts (v3.5.1): Extracting archive
- Installing psr/container (2.0.2): Extracting archive
- Installing symfony/service-contracts (v3.5.1): Extracting archive
- Installing symfony/console (v6.4.21): Extracting archive
- Installing seld/signal-handler (2.0.2): Extracting archive
- Installing seld/phar-utils (1.2.1): Extracting archive
- Installing seld/jsonlint (1.11.0): Extracting archive
- Installing react/promise (v3.2.0): Extracting archive
- Installing marc-mabe/php-enum (v4.7.1): Extracting archive
- Installing justinrainbow/json-schema (6.4.2): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing composer/xdebug-handler (3.0.5): Extracting archive
- Installing composer/spdx-licenses (1.5.8): Extracting archive
- Installing composer/metadata-minifier (1.0.0): Extracting archive
- Installing composer/class-map-generator (1.6.1): Extracting archive
- Installing composer/ca-bundle (1.5.6): Extracting archive
- Installing composer/composer (2.8.9): Extracting archive
- Installing doctrine/deprecations (1.1.5): Extracting archive
- Installing doctrine/lexer (2.1.1): Extracting archive
- Installing symfony/yaml (v6.4.21): Extracting archive
- Installing phpstan/phpdoc-parser (2.1.0): Extracting archive
- Installing slevomat/coding-standard (8.18.0): Extracting archive
- Installing sirbrillig/phpcs-variable-analysis (v2.12.0): Extracting archive
- Installing drupal/coder (8.3.30): Extracting archive
- Installing twig/twig (v3.20.0): Extracting archive
- Installing symfony/translation-contracts (v3.5.1): Extracting archive
- Installing symfony/polyfill-php83 (v1.31.0): Extracting archive
- Installing symfony/validator (v6.4.21): Extracting archive
- Installing symfony/serializer (v6.4.21): Extracting archive
- Installing symfony/routing (v6.4.18): Extracting archive
- Installing symfony/http-foundation (v6.4.21): Extracting archive
- Installing psr/http-message (2.0): Extracting archive
- Installing symfony/psr-http-message-bridge (v6.4.13): Extracting archive
- Installing symfony/polyfill-iconv (v1.31.0): Extracting archive
- Installing symfony/polyfill-intl-idn (v1.31.0): Extracting archive
- Installing symfony/mime (v6.4.21): Extracting archive
- Installing psr/event-dispatcher (1.0.0): Extracting archive
- Installing symfony/event-dispatcher-contracts (v3.5.1): Extracting archive
- Installing symfony/event-dispatcher (v6.4.13): Extracting archive
- Installing egulias/email-validator (4.0.4): Extracting archive
- Installing symfony/mailer (v6.4.21): Extracting archive
- Installing symfony/var-dumper (v6.4.21): Extracting archive
- Installing symfony/error-handler (v6.4.20): Extracting archive
- Installing symfony/http-kernel (v6.4.21): Extracting archive
- Installing symfony/var-exporter (v6.4.21): Extracting archive
- Installing symfony/dependency-injection (v6.4.20): Extracting archive
- Installing sebastian/diff (4.0.6): Extracting archive
- Installing pear/pear_exception (v1.0.2): Extracting archive
- Installing pear/console_getopt (v1.4.3): Extracting archive
- Installing pear/pear-core-minimal (v1.10.16): Extracting archive
- Installing pear/archive_tar (1.5.0): Extracting archive
- Installing mck89/peast (v1.17.0): Extracting archive
- Installing ralouphie/getallheaders (3.0.3): Extracting archive
- Installing psr/http-factory (1.1.0): Extracting archive
- Installing guzzlehttp/psr7 (2.7.1): Extracting archive
- Installing psr/http-client (1.0.3): Extracting archive
- Installing guzzlehttp/promises (2.2.0): Extracting archive
- Installing guzzlehttp/guzzle (7.9.3): Extracting archive
- Installing psr/cache (3.0.0): Extracting archive
- Installing doctrine/annotations (1.14.4): Extracting archive
- Installing asm89/stack-cors (v2.3.0): Extracting archive
- Installing drupal/core (10.6.x-dev): Source already present
- Installing lullabot/php-webdriver (v2.0.6): Extracting archive
- Installing lullabot/mink-selenium2-driver (v1.7.4): Extracting archive
- Installing webflo/drupal-finder (1.3.1): Extracting archive
- Installing phpstan/phpstan-deprecation-rules (1.2.1): Extracting archive
- Installing mglaman/phpstan-drupal (1.3.7): Extracting archive
- Installing micheh/phpcs-gitlab (1.1.0): Extracting archive
- Installing mikey179/vfsstream (v1.6.12): Extracting archive
- Installing symfony/polyfill-php82 (v1.31.0): Extracting archive
- Installing ramsey/collection (2.1.1): Extracting archive
- Installing brick/math (0.12.3): Extracting archive
- Installing ramsey/uuid (4.8.1): Extracting archive
- Installing php-http/promise (1.3.1): Extracting archive
- Installing php-http/httplug (2.4.1): Extracting archive
- Installing php-http/guzzle7-adapter (1.1.0): Extracting archive
- Installing open-telemetry/sem-conv (1.30.0): Extracting archive
- Installing open-telemetry/context (1.1.0): Extracting archive
- Installing open-telemetry/api (1.3.0): Extracting archive
- Installing nyholm/psr7-server (1.1.0): Extracting archive
- Installing open-telemetry/sdk (1.5.0): Extracting archive
- Installing google/protobuf (v4.31.1): Extracting archive
- Installing open-telemetry/gen-otlp-protobuf (1.5.0): Extracting archive
- Installing open-telemetry/exporter-otlp (1.3.1): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
- Installing phpdocumentor/type-resolver (1.10.0): Extracting archive
- Installing phpdocumentor/reflection-docblock (5.6.2): Extracting archive
- Installing sebastian/version (3.0.2): Extracting archive
- Installing sebastian/type (3.2.1): Extracting archive
- Installing sebastian/resource-operations (3.0.4): Extracting archive
- Installing sebastian/recursion-context (4.0.5): Extracting archive
- Installing sebastian/object-reflector (2.0.4): Extracting archive
- Installing sebastian/object-enumerator (4.0.4): Extracting archive
- Installing sebastian/global-state (5.0.7): Extracting archive
- Installing sebastian/exporter (4.0.6): Extracting archive
- Installing sebastian/environment (5.1.5): Extracting archive
- Installing sebastian/comparator (4.0.8): Extracting archive
- Installing sebastian/code-unit (1.0.8): Extracting archive
- Installing sebastian/cli-parser (1.0.2): Extracting archive
- Installing phpunit/php-timer (5.0.3): Extracting archive
- Installing phpunit/php-text-template (2.0.4): Extracting archive
- Installing phpunit/php-invoker (3.1.1): Extracting archive
- Installing phpunit/php-file-iterator (3.0.6): Extracting archive
- Installing theseer/tokenizer (1.2.3): Extracting archive
- Installing nikic/php-parser (v5.4.0): Extracting archive
- Installing sebastian/lines-of-code (1.0.4): Extracting archive
- Installing sebastian/complexity (2.0.3): Extracting archive
- Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
- Installing phpunit/php-code-coverage (9.2.32): Extracting archive
- Installing phar-io/version (3.2.1): Extracting archive
- Installing phar-io/manifest (2.0.4): Extracting archive
- Installing myclabs/deep-copy (1.13.1): Extracting archive
- Installing doctrine/instantiator (2.0.0): Extracting archive
- Installing phpunit/phpunit (9.6.23): Extracting archive
- Installing phpspec/prophecy (v1.22.0): Extracting archive
- Installing phpspec/prophecy-phpunit (v2.3.0): Extracting archive
- Installing phpstan/phpstan-phpunit (1.4.2): Extracting archive
- Installing symfony/lock (v6.4.13): Extracting archive
- Installing symfony/phpunit-bridge (v6.4.16): Extracting archive
0/135 [>---------------------------] 0%
20/135 [====>-----------------------] 14%
30/135 [======>---------------------] 22%
42/135 [========>-------------------] 31%
59/135 [============>---------------] 43%
68/135 [==============>-------------] 50%
88/135 [==================>---------] 65%
104/135 [=====================>------] 77%
114/135 [=======================>----] 84%
127/135 [==========================>-] 94%
135/135 [============================] 100%
Cleaning: masterminds/html5
Cleaning: symfony/dom-crawler
Cleaning: symfony/browser-kit
Cleaning: symfony/css-selector
Cleaning: behat/mink
Cleaning: behat/mink-browserkit-driver
Cleaning: symfony/process
Cleaning: symfony/finder
Cleaning: symfony/filesystem
Cleaning: symfony/console
Cleaning: seld/jsonlint
Cleaning: justinrainbow/json-schema
Cleaning: composer/composer
Cleaning: symfony/yaml
Cleaning: drupal/coder
Cleaning: twig/twig
Cleaning: symfony/validator
Cleaning: symfony/serializer
Cleaning: symfony/routing
Cleaning: symfony/http-foundation
Cleaning: symfony/psr-http-message-bridge
Cleaning: symfony/event-dispatcher
Cleaning: egulias/email-validator
Cleaning: symfony/var-dumper
Cleaning: symfony/http-kernel
Cleaning: symfony/dependency-injection
Cleaning: sebastian/diff
Cleaning: pear/pear_exception
Cleaning: pear/console_getopt
Cleaning: pear/pear-core-minimal
Cleaning: pear/archive_tar
Cleaning: mck89/peast
Cleaning: guzzlehttp/psr7
Cleaning: guzzlehttp/promises
Cleaning: lullabot/php-webdriver
Cleaning: lullabot/mink-selenium2-driver
Cleaning: mikey179/vfsstream
Cleaning: phpdocumentor/reflection-docblock
Cleaning: sebastian/recursion-context
Cleaning: sebastian/object-reflector
Cleaning: sebastian/object-enumerator
Cleaning: sebastian/global-state
Cleaning: sebastian/exporter
Cleaning: sebastian/environment
Cleaning: sebastian/comparator
Cleaning: phpunit/php-timer
Cleaning: theseer/tokenizer
Cleaning: sebastian/code-unit-reverse-lookup
Cleaning: phpunit/php-code-coverage
Cleaning: phar-io/version
Cleaning: phar-io/manifest
Cleaning: myclabs/deep-copy
Cleaning: doctrine/instantiator
Cleaning: phpunit/phpunit
Cleaning: phpspec/prophecy
Cleaning: symfony/phpunit-bridge
Generating optimized autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
Hardening vendor directory with .htaccess and web.config files.
86 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
drupal/drupal: This package is meant for core development,
and not intended to be used for production sites.
See: https://www.drupal.org/node/3082474
Packages already clean.
PHP CodeSniffer Config installed_paths set to ../../drupal/coder/coder_sniffer,../../sirbrillig/phpcs-variable-analysis,../../slevomat/coding-standard
phpstan/extension-installer: Extensions installed
> composer/composer: installed
> composer/pcre: installed
> mglaman/phpstan-drupal: installed
> phpstan/phpstan-deprecation-rules: installed
> phpstan/phpstan-phpunit: installed
6862618e469d9491628c3ef5# /bin/sh -c COMPOSER_ROOT_VERSION="${TUGBOAT_GITLAB_TARGET:-$TUGBOAT_PREVIEW}-dev" composer require drush/drushCannot use drush/drush's latest version 13.6.0 as it requires php >=8.2 which is not satisfied by your platform.
./composer.json has been updated
Running composer update drush/drush
> Drupal\Composer\Composer::ensureComposerVersion
Loading composer repositories with package information
Updating dependencies
Lock file operations: 19 installs, 0 updates, 0 removals
- Locking chi-teck/drupal-code-generator (3.6.1)
- Locking consolidation/annotated-command (4.10.1)
- Locking consolidation/config (2.1.2)
- Locking consolidation/filter-via-dot-access-data (2.0.2)
- Locking consolidation/log (3.1.0)
- Locking consolidation/output-formatters (4.6.0)
- Locking consolidation/robo (4.0.6)
- Locking consolidation/self-update (2.2.0)
- Locking consolidation/site-alias (4.1.1)
- Locking consolidation/site-process (5.4.2)
- Locking dflydev/dot-access-data (v3.0.3)
- Locking drush/drush (12.5.3)
- Locking grasmash/expander (3.0.1)
- Locking grasmash/yaml-cli (3.2.1)
- Locking league/container (4.2.5)
- Locking phootwork/collection (v3.2.3)
- Locking phootwork/lang (v3.2.3)
- Locking phpowermove/docblock (v4.0)
- Locking psy/psysh (v0.12.9)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 19 installs, 0 updates, 0 removals
- Downloading consolidation/log (3.1.0)
- Downloading consolidation/self-update (2.2.0)
- Downloading psy/psysh (v0.12.9)
- Downloading league/container (4.2.5)
- Downloading dflydev/dot-access-data (v3.0.3)
- Downloading grasmash/yaml-cli (3.2.1)
- Downloading grasmash/expander (3.0.1)
- Downloading consolidation/config (2.1.2)
- Downloading consolidation/site-alias (4.1.1)
- Downloading consolidation/site-process (5.4.2)
- Downloading phootwork/lang (v3.2.3)
- Downloading phootwork/collection (v3.2.3)
- Downloading phpowermove/docblock (v4.0)
- Downloading consolidation/output-formatters (4.6.0)
- Downloading consolidation/annotated-command (4.10.1)
- Downloading consolidation/robo (4.0.6)
- Downloading consolidation/filter-via-dot-access-data (2.0.2)
- Downloading chi-teck/drupal-code-generator (3.6.1)
- Downloading drush/drush (12.5.3)
0/19 [>---------------------------] 0%
5/19 [=======>--------------------] 26%
19/19 [============================] 100%
- Installing consolidation/log (3.1.0): Extracting archive
- Installing consolidation/self-update (2.2.0): Extracting archive
- Installing psy/psysh (v0.12.9): Extracting archive
- Installing league/container (4.2.5): Extracting archive
- Installing dflydev/dot-access-data (v3.0.3): Extracting archive
- Installing grasmash/yaml-cli (3.2.1): Extracting archive
- Installing grasmash/expander (3.0.1): Extracting archive
- Installing consolidation/config (2.1.2): Extracting archive
- Installing consolidation/site-alias (4.1.1): Extracting archive
- Installing consolidation/site-process (5.4.2): Extracting archive
- Installing phootwork/lang (v3.2.3): Extracting archive
- Installing phootwork/collection (v3.2.3): Extracting archive
- Installing phpowermove/docblock (v4.0): Extracting archive
- Installing consolidation/output-formatters (4.6.0): Extracting archive
- Installing consolidation/annotated-command (4.10.1): Extracting archive
- Installing consolidation/robo (4.0.6): Extracting archive
- Installing consolidation/filter-via-dot-access-data (2.0.2): Extracting archive
- Installing chi-teck/drupal-code-generator (3.6.1): Extracting archive
- Installing drush/drush (12.5.3): Extracting archive
0/19 [>---------------------------] 0%
10/19 [==============>-------------] 52%
13/19 [===================>--------] 68%
19/19 [============================] 100%
5 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
Hardening vendor directory with .htaccess and web.config files.
88 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Cleaning installed packages.
> Drupal\Composer\Composer::generateMetapackages
phpstan/extension-installer: Extensions installed
Updated metapackage file composer/Metapackage/CoreRecommended/composer.json.
Updated metapackage file composer/Metapackage/PinnedDevDependencies/composer.json.
If you make a patch, ensure that the files above are included.
> Drupal\Composer\Composer::generateComponentPackages
No security vulnerability advisories found.
Using version ^12.5 for drush/drush
6862618e469d9491628c3ef5# /bin/sh -c mkdir -p "${DOCROOT}/sites/default/files"6862618e469d9491628c3ef5# /bin/sh -c chgrp -R www-data "${DOCROOT}/sites/default/files"6862618e469d9491628c3ef5# /bin/sh -c find "${DOCROOT}/sites/default/files" -type d -exec chmod 2775 {} \;6862618e469d9491628c3ef5# /bin/sh -c find "${DOCROOT}/sites/default/files" -type f -exec chmod 0664 {} \;6862618e469d9491628c3ef5# /bin/sh -c drush --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --account-name=admin --account-pass=admin site:install standard You are about to:
* Create a sites/default/settings.php file
* DROP all tables in your 'tugboat' database.
// Do you want to continue?: yes.
[notice] Starting Drupal installation. This takes a while.
[notice] Performed install task: install_select_language
[notice] Performed install task: install_select_profile
[notice] Performed install task: install_load_profile
[notice] Performed install task: install_verify_requirements
[notice] Performed install task: install_settings_form
[notice] Performed install task: install_verify_database_ready
[notice] Performed install task: install_base_system
[notice] Performed install task: install_bootstrap_full
[notice] Performed install task: install_profile_modules
[notice] Performed install task: install_profile_themes
[notice] Performed install task: install_install_profile
[notice] Performed install task: install_configure_form
[notice] Performed install task: install_finished
[success] Installation complete.
Running BUILD commands6862618e469d9491628c3ef5# /bin/sh -c composer self-updateYou are already using the latest available Composer version 2.8.9 (stable channel).
6862618e469d9491628c3ef5# /bin/sh -c composer install --optimize-autoloader> Drupal\Composer\Composer::ensureComposerVersion
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
Hardening vendor directory with .htaccess and web.config files.
88 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
drupal/drupal: This package is meant for core development,
and not intended to be used for production sites.
See: https://www.drupal.org/node/3082474
Cleaning installed packages.
phpstan/extension-installer: Extensions installed
6862618e469d9491628c3ef5# /bin/sh -c COMPOSER_ROOT_VERSION="${TUGBOAT_GITLAB_TARGET:-$TUGBOAT_PREVIEW}-dev" composer require drush/drushCannot use drush/drush's latest version 13.6.0 as it requires php >=8.2 which is not satisfied by your platform.
./composer.json has been updated
Running composer update drush/drush
> Drupal\Composer\Composer::ensureComposerVersion
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
> Drupal\Core\Composer\Composer::preAutoloadDump
Hardening vendor directory with .htaccess and web.config files.
88 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Cleaning installed packages.
phpstan/extension-installer: Extensions installed
> Drupal\Composer\Composer::generateMetapackages
> Drupal\Composer\Composer::generateComponentPackages
No security vulnerability advisories found.
Using version ^12.5 for drush/drush
6862618e469d9491628c3ef5# /bin/sh -c drush updatedb -y [success] No pending updates.
6862618e469d9491628c3ef5# /bin/sh -c drush cache:rebuild [success] Cache rebuild complete.
Committing 6862618da8c62ea4913878a3 (3527408-d10)6862618da8c62ea4913878a3 (3527408-d10) is ready