Building preview: 68491242de495483bc2056c7 (mr305)68491243ddbb7b005e7fda6b# sh -c mkdir -p $(dirname /var/lib/tugboat)68491243ddbb7b005e7fda6b# git clone git@git.drupal.org:project/provus.git /var/lib/tugboatCloning into '/var/lib/tugboat'...
Warning: Permanently added 'git.drupal.org,44.230.112.158' (ECDSA) to the list of known hosts.
68491243ddbb7b005e7fda6b# bash -c git -C /var/lib/tugboat remote show origin && git -C /var/lib/tugboat remote set-url origin git@git.drupal.org:project/provus.git || git -C /var/lib/tugboat remote add origin git@git.drupal.org:project/provus.git* remote origin
Fetch URL: git@git.drupal.org:project/provus.git
Push URL: git@git.drupal.org:project/provus.git
HEAD branch: 2.2.x
Remote branches:
1.0.x tracked
2.0.x tracked
2.1.x tracked
2.1.x-pantheon tracked
2.2.x tracked
2.2.x-dev tracked
3359481-photogallery-component tracked
3396279-error-large-banner tracked
3436046-smart_date-patch tracked
d10-composer tracked
feature-3421588-AI-Implementations tracked
feature-PSPRO01-1048-2.2.x tracked
feature-PSPRO01-1048-2.2.x-ci-integration tracked
feature-PSPRO01-1048-2.2.x-pantheon tracked
feature-PSPRO01-1048-ci-integration tracked
feature-PSPRO01-1065-webform-error tracked
feature-ai-implementations tracked
feature-card-icon-left tracked
feature-demo tracked
Local branch configured for 'git pull':
2.2.x merges with remote 2.2.x
Local ref configured for 'git push':
2.2.x pushes to 2.2.x (up to date)
68491243ddbb7b005e7fda6b# git -C /var/lib/tugboat fetch --no-recurse-submodules origin 2.2.xFrom git.drupal.org:project/provus
* branch 2.2.x -> FETCH_HEAD
68491243ddbb7b005e7fda6b# git -C /var/lib/tugboat checkout origin/2.2.xNote: switching to 'origin/2.2.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 e7938e3 Issue #3526525 by nx2611: Install SEO modules
68491243ddbb7b005e7fda6b# git -C /var/lib/tugboat pull --no-edit --rebase=false git@git.drupal.org:issue/provus-3529384.git 3529384-provus-person-a11yFrom git.drupal.org:issue/provus-3529384
* branch 3529384-provus-person-a11y -> FETCH_HEAD
Updating e7938e3..adc94b0
Fast-forward
.../provus_ext/provus_person/components/card_profile/card_profile.twig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Running INIT commands68491243ddbb7b005e7fda6b# /bin/sh -c docker-php-ext-install opcacheConfiguring for:
PHP Api Version: 20230831
Zend Module Api No: 20230831
Zend Extension Api No: 420230831
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /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 we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... 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-20230831
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 mprotect... yes
checking for memfd_create... 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 whether C compiler accepts -Wno-implicit-fallthrough... yes
checking for a sed that does not truncate output... /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 ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... 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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 -D_GNU_SOURCE -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 --tag=CC --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 -D_GNU_SOURCE -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 --tag=CC --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-20230831/
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
68491243ddbb7b005e7fda6b# /bin/sh -c a2enmod headers rewriteEnabling module headers.
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
68491243ddbb7b005e7fda6b# /bin/sh -c ln -snf "${TUGBOAT_ROOT}/web" "${DOCROOT}"68491243ddbb7b005e7fda6b# /bin/sh -c echo "memory_limit = 2G" >> /usr/local/etc/php/conf.d/my-php.iniRunning UPDATE commands68491243ddbb7b005e7fda6b# /bin/sh -c composer self-updateUpgrading to version 2.8.9 (stable channel).
Use composer self-update --rollback to return to version 2.8.1
68491243ddbb7b005e7fda6b# /bin/sh -c composer install --optimize-autoloaderNo composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 284 installs, 0 updates, 0 removals
- Locking asm89/stack-cors (v2.3.0)
- Locking aws/aws-crt-php (v1.2.7)
- Locking aws/aws-sdk-php (3.344.4)
- Locking behat/behat (v3.22.0)
- Locking behat/gherkin (v4.14.0)
- Locking behat/mink (v1.12.0)
- Locking behat/mink-browserkit-driver (v2.2.0)
- Locking behat/mink-selenium2-driver (v1.7.0)
- Locking brick/math (0.13.1)
- Locking chi-teck/drupal-code-generator (3.6.1)
- Locking colinodell/psr-testlogger (v1.3.0)
- Locking composer/ca-bundle (1.5.7)
- Locking composer/class-map-generator (1.6.1)
- Locking composer/composer (2.8.6)
- Locking composer/installers (v1.12.0)
- Locking composer/metadata-minifier (1.0.0)
- Locking composer/pcre (3.3.2)
- Locking composer/semver (3.4.3)
- Locking composer/spdx-licenses (1.5.9)
- Locking composer/xdebug-handler (3.0.5)
- 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 cweagans/composer-patches (1.7.3)
- Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
- Locking dflydev/dot-access-data (v3.0.3)
- Locking dmore/behat-chrome-extension (1.4.0)
- Locking dmore/chrome-mink-driver (2.9.3)
- Locking doctrine/annotations (1.14.4)
- Locking doctrine/cache (1.13.0)
- Locking doctrine/collections (1.8.0)
- Locking doctrine/common (2.13.3)
- Locking doctrine/deprecations (1.1.5)
- Locking doctrine/event-manager (1.2.0)
- Locking doctrine/inflector (1.4.4)
- Locking doctrine/instantiator (2.0.0)
- Locking doctrine/lexer (1.2.3)
- Locking doctrine/persistence (1.3.8)
- Locking doctrine/reflection (1.2.4)
- Locking drupal/addtoany (2.0.5)
- Locking drupal/admin_toolbar (3.5.0)
- Locking drupal/ala (2.5.0)
- Locking drupal/auto_entitylabel (3.3.0)
- Locking drupal/better_exposed_filters (6.0.6)
- Locking drupal/blazy (3.0.12)
- Locking drupal/block_form_alter (2.1.0)
- Locking drupal/bootstrap_barrio (5.5.17)
- Locking drupal/bootstrap_layout_builder (2.2.1)
- Locking drupal/bootstrap_sass (5.0.11)
- Locking drupal/bootstrap_site_alert (2.0.0-beta11)
- Locking drupal/bootstrap_styles (1.2.1)
- Locking drupal/checklistapi (2.1.6)
- Locking drupal/coder (8.3.30)
- Locking drupal/core (10.3.6)
- Locking drupal/core-composer-scaffold (10.3.6)
- Locking drupal/core-dev (10.2.5)
- Locking drupal/crop (2.4.0)
- Locking drupal/ctools (4.1.0)
- Locking drupal/dashboard (2.0.0)
- Locking drupal/default_content (2.0.0-alpha2)
- Locking drupal/default_content_deploy (2.0.0)
- Locking drupal/devel (5.0.2)
- Locking drupal/entity (1.4.0)
- Locking drupal/exclude_node_title (1.4.0)
- Locking drupal/field_group (4.0.0)
- Locking drupal/field_image_style (2.0.1)
- Locking drupal/focal_point (2.1.2)
- Locking drupal/fontawesome (2.26.0)
- Locking drupal/form_options_attributes (2.1.0)
- Locking drupal/fullcalendar_block (1.1.0)
- Locking drupal/gin (3.0.0-rc13)
- Locking drupal/gin_lb (1.0.0-rc8)
- Locking drupal/gin_login (2.1.3)
- Locking drupal/gin_toolbar (1.0.0-rc6)
- Locking drupal/google_tag (2.0.6)
- Locking drupal/google_translator (2.3.0)
- Locking drupal/hal (2.0.4)
- Locking drupal/inline_entity_form (1.0.0-rc17)
- Locking drupal/jquery_ui (1.7.0)
- Locking drupal/jquery_ui_datepicker (2.1.1)
- Locking drupal/jquery_ui_slider (2.1.0)
- Locking drupal/jquery_ui_touch_punch (1.1.1)
- Locking drupal/layout_builder_block_clone (1.3.0)
- Locking drupal/layout_builder_browser (1.7.0)
- Locking drupal/layout_builder_iframe_modal (1.3.0)
- Locking drupal/layout_builder_reorder (1.0.2)
- Locking drupal/layout_builder_restrictions (3.0.0)
- Locking drupal/lb_copy_section (1.0.0)
- Locking drupal/linkit (6.1.6)
- Locking drupal/media_library_form_element (2.1.1)
- Locking drupal/menu_block (dev-1.x 2177797)
- Locking drupal/metatag (2.1.1)
- Locking drupal/metatag_ai (1.0.2)
- Locking drupal/pathauto (1.13.0)
- Locking drupal/robotstxt (1.6.0)
- Locking drupal/search_api (1.38.0)
- Locking drupal/section_library (1.2.0)
- Locking drupal/seo_checklist (5.2.4)
- Locking drupal/simple_sitemap (4.2.2)
- Locking drupal/sitemap (2.0.0)
- Locking drupal/slick (3.0.4)
- Locking drupal/smart_date (4.1.6)
- Locking drupal/smart_trim (2.2.0)
- Locking drupal/toastify (1.0.0)
- Locking drupal/token (1.15.0)
- Locking drupal/tour (2.0.7)
- Locking drupal/twig_tweak (3.4.0)
- Locking drupal/views_bootstrap (5.5.0-rc3)
- Locking drupal/webform (6.2.9)
- Locking drupal/webform_spam_words (2.0.3)
- Locking drupal/webp (1.0.0-rc2)
- Locking drupaloverride/better_normalizers (dev-master)
- Locking drush/drush (13.3.0)
- Locking egulias/email-validator (3.2.6)
- Locking fontawesome/fontawesome (6.1.0)
- Locking fonticonpicker/fonticonpicker--fonticonpicker (3.1.1)
- Locking friends-of-behat/mink-extension (v2.7.5)
- Locking google/protobuf (v4.31.1)
- Locking graham-campbell/result-type (v1.1.3)
- Locking grasmash/expander (3.0.1)
- Locking grasmash/yaml-cli (3.2.1)
- Locking guzzlehttp/guzzle (7.9.3)
- Locking guzzlehttp/promises (2.2.0)
- Locking guzzlehttp/psr7 (2.7.1)
- Locking illuminate/collections (v11.45.1)
- Locking illuminate/conditionable (v11.45.1)
- Locking illuminate/contracts (v11.45.1)
- Locking illuminate/macroable (v11.45.1)
- Locking instaclick/php-webdriver (1.4.19)
- Locking jean85/pretty-package-versions (2.1.1)
- Locking justinrainbow/json-schema (5.3.0)
- Locking kenwheeler/slick (1.6.0)
- Locking kporras07/composer-symlinks (v1.2)
- Locking laravel/prompts (v0.1.25)
- Locking league/container (4.2.5)
- Locking liabru/jquery-match-height (1.0.0)
- Locking masterminds/html5 (2.9.0)
- Locking mck89/peast (v1.17.0)
- Locking mglaman/drupal-check (1.4.0)
- Locking mglaman/phpstan-drupal (1.2.12)
- Locking micheh/phpcs-gitlab (1.1.0)
- Locking mikey179/vfsstream (v1.6.12)
- Locking mtdowling/jmespath.php (2.8.0)
- Locking myclabs/deep-copy (1.13.1)
- Locking nette/neon (v3.4.4)
- Locking nikic/php-parser (v5.5.0)
- Locking nyholm/psr7-server (1.1.0)
- Locking oomphinc/composer-installers-extender (2.0.1)
- Locking open-telemetry/api (1.3.0)
- Locking open-telemetry/context (1.2.1)
- Locking open-telemetry/exporter-otlp (1.3.1)
- Locking open-telemetry/gen-otlp-protobuf (1.5.0)
- Locking open-telemetry/sdk (1.5.0)
- Locking open-telemetry/sem-conv (1.32.0)
- Locking pear/archive_tar (1.5.0)
- Locking pear/console_getopt (v1.4.3)
- Locking pear/pear-core-minimal (v1.10.16)
- Locking pear/pear_exception (v1.0.2)
- Locking phar-io/manifest (2.0.4)
- Locking phar-io/version (3.2.1)
- Locking phootwork/collection (v3.2.3)
- Locking phootwork/lang (v3.2.3)
- Locking php-http/discovery (1.20.0)
- Locking php-http/guzzle7-adapter (1.1.0)
- Locking php-http/httplug (2.4.1)
- Locking php-http/promise (1.3.1)
- Locking phpdocumentor/reflection-common (2.2.0)
- Locking phpdocumentor/reflection-docblock (5.6.2)
- Locking phpdocumentor/type-resolver (1.10.0)
- Locking phpoption/phpoption (1.9.3)
- Locking phpowermove/docblock (v4.0)
- Locking phpspec/prophecy (v1.22.0)
- Locking phpspec/prophecy-phpunit (v2.4.0)
- Locking phpstan/extension-installer (1.4.3)
- Locking phpstan/phpdoc-parser (2.1.0)
- Locking phpstan/phpstan (1.12.27)
- Locking phpstan/phpstan-deprecation-rules (1.2.1)
- Locking phpstan/phpstan-phpunit (1.4.2)
- Locking phpunit/php-code-coverage (9.2.32)
- Locking phpunit/php-file-iterator (3.0.6)
- Locking phpunit/php-invoker (3.1.1)
- Locking phpunit/php-text-template (2.0.4)
- Locking phpunit/php-timer (5.0.3)
- Locking phpunit/phpunit (9.6.23)
- Locking phrity/net-stream (1.3.0)
- Locking phrity/net-uri (1.3.0)
- Locking phrity/util-errorhandler (1.2.0)
- Locking phrity/websocket (1.7.3)
- Locking politsin/jquery-ui-touch-punch (1.0)
- Locking psr/cache (3.0.0)
- Locking psr/container (2.0.2)
- Locking psr/event-dispatcher (1.0.0)
- Locking psr/http-client (1.0.3)
- Locking psr/http-factory (1.1.0)
- Locking psr/http-message (2.0)
- Locking psr/log (3.0.0)
- Locking psr/simple-cache (3.0.0)
- Locking psy/psysh (v0.12.8)
- Locking ralouphie/getallheaders (3.0.3)
- Locking ramsey/collection (2.1.1)
- Locking ramsey/uuid (4.8.1)
- Locking react/promise (v3.2.0)
- Locking rlanvin/php-rrule (v2.4.0)
- Locking rogervila/array-diff-multidimensional (2.1.0)
- Locking sebastian/cli-parser (1.0.2)
- Locking sebastian/code-unit (1.0.8)
- Locking sebastian/code-unit-reverse-lookup (2.0.3)
- Locking sebastian/comparator (4.0.8)
- Locking sebastian/complexity (2.0.3)
- Locking sebastian/diff (4.0.6)
- Locking sebastian/environment (5.1.5)
- Locking sebastian/exporter (4.0.6)
- Locking sebastian/global-state (5.0.7)
- Locking sebastian/lines-of-code (1.0.4)
- Locking sebastian/object-enumerator (4.0.4)
- Locking sebastian/object-reflector (2.0.4)
- Locking sebastian/recursion-context (4.0.5)
- Locking sebastian/resource-operations (3.0.4)
- Locking sebastian/type (3.2.1)
- Locking sebastian/version (3.0.2)
- Locking seld/jsonlint (1.11.0)
- Locking seld/phar-utils (1.2.1)
- Locking seld/signal-handler (2.0.2)
- Locking simshaun/recurr (v5.0.3)
- Locking sirbrillig/phpcs-variable-analysis (v2.12.0)
- Locking slevomat/coding-standard (8.19.1)
- Locking squizlabs/php_codesniffer (3.13.0)
- Locking symfony/browser-kit (v6.4.19)
- Locking symfony/config (v7.0.8)
- Locking symfony/console (v6.4.22)
- Locking symfony/css-selector (v6.4.13)
- Locking symfony/dependency-injection (v6.4.22)
- Locking symfony/deprecation-contracts (v3.6.0)
- Locking symfony/dom-crawler (v6.4.19)
- Locking symfony/error-handler (v6.4.22)
- Locking symfony/event-dispatcher (v6.4.13)
- Locking symfony/event-dispatcher-contracts (v3.6.0)
- Locking symfony/filesystem (v6.4.13)
- Locking symfony/finder (v6.4.17)
- Locking symfony/http-foundation (v6.4.22)
- Locking symfony/http-kernel (v6.4.22)
- Locking symfony/lock (v6.4.13)
- Locking symfony/mailer (v6.4.21)
- Locking symfony/mime (v6.4.21)
- Locking symfony/phpunit-bridge (v6.4.16)
- Locking symfony/polyfill-ctype (v1.32.0)
- Locking symfony/polyfill-iconv (v1.32.0)
- Locking symfony/polyfill-intl-grapheme (v1.32.0)
- Locking symfony/polyfill-intl-idn (v1.32.0)
- Locking symfony/polyfill-intl-normalizer (v1.32.0)
- Locking symfony/polyfill-mbstring (v1.32.0)
- Locking symfony/polyfill-php73 (v1.32.0)
- Locking symfony/polyfill-php80 (v1.32.0)
- Locking symfony/polyfill-php81 (v1.32.0)
- Locking symfony/polyfill-php82 (v1.32.0)
- Locking symfony/polyfill-php83 (v1.32.0)
- Locking symfony/process (v6.4.20)
- Locking symfony/psr-http-message-bridge (v6.4.13)
- Locking symfony/routing (v6.4.22)
- Locking symfony/serializer (v6.4.22)
- Locking symfony/service-contracts (v3.6.0)
- Locking symfony/string (v6.4.21)
- Locking symfony/translation (v7.3.0)
- Locking symfony/translation-contracts (v3.6.0)
- Locking symfony/validator (v6.4.22)
- Locking symfony/var-dumper (v6.4.21)
- Locking symfony/var-exporter (v7.3.0)
- Locking symfony/yaml (v6.4.21)
- Locking tbachert/spi (v1.0.3)
- Locking theseer/tokenizer (1.2.3)
- Locking twbs/bootstrap (v5.3.6)
- Locking twig/twig (v3.21.1)
- Locking vlucas/phpdotenv (v5.5.0)
- Locking webflo/drupal-finder (1.2.2)
- Locking webmozart/assert (1.11.0)
- Locking webmozart/path-util (2.3.0)
- Locking wikimedia/composer-merge-plugin (v2.1.0)
- Locking zaporylie/composer-drupal-optimizations (1.2.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 284 installs, 0 updates, 0 removals
- Downloading cweagans/composer-patches (1.7.3)
- Downloading drupal/core-composer-scaffold (10.3.6)
- Downloading php-http/discovery (1.20.0)
- Downloading composer/installers (v1.12.0)
- Downloading wikimedia/composer-merge-plugin (v2.1.0)
- Downloading zaporylie/composer-drupal-optimizations (1.2.0)
- Downloading composer/semver (3.4.3)
- Downloading phpstan/phpstan (1.12.27)
- Downloading phpstan/extension-installer (1.4.3)
- Downloading tbachert/spi (v1.0.3)
- Downloading squizlabs/php_codesniffer (3.13.0)
- Downloading dealerdirect/phpcodesniffer-composer-installer (v1.0.0)
- Downloading oomphinc/composer-installers-extender (2.0.1)
- Downloading symfony/polyfill-ctype (v1.32.0)
- Downloading symfony/polyfill-php83 (v1.32.0)
- Downloading symfony/polyfill-iconv (v1.32.0)
- Downloading symfony/polyfill-mbstring (v1.32.0)
- Downloading symfony/deprecation-contracts (v3.6.0)
- Downloading symfony/http-foundation (v6.4.22)
- Downloading psr/event-dispatcher (1.0.0)
- Downloading symfony/event-dispatcher-contracts (v3.6.0)
- Downloading symfony/event-dispatcher (v6.4.13)
- Downloading symfony/var-dumper (v6.4.21)
- Downloading psr/log (3.0.0)
- Downloading symfony/error-handler (v6.4.22)
- Downloading symfony/http-kernel (v6.4.22)
- Downloading asm89/stack-cors (v2.3.0)
- Downloading aws/aws-crt-php (v1.2.7)
- Downloading behat/gherkin (v4.14.0)
- Downloading composer/ca-bundle (1.5.7)
- Downloading symfony/finder (v6.4.17)
- Downloading composer/pcre (3.3.2)
- Downloading composer/class-map-generator (1.6.1)
- Downloading composer/metadata-minifier (1.0.0)
- Downloading composer/spdx-licenses (1.5.9)
- Downloading symfony/polyfill-intl-normalizer (v1.32.0)
- Downloading symfony/polyfill-intl-grapheme (v1.32.0)
- Downloading symfony/string (v6.4.21)
- Downloading psr/container (2.0.2)
- Downloading symfony/service-contracts (v3.6.0)
- Downloading symfony/console (v6.4.22)
- Downloading consolidation/log (3.1.0)
- Downloading symfony/filesystem (v6.4.13)
- Downloading consolidation/self-update (2.2.0)
- Downloading symfony/config (v7.0.8)
- Downloading symfony/css-selector (v6.4.13)
- Downloading behat/mink (v1.12.0)
- Downloading symfony/yaml (v6.4.21)
- Downloading symfony/translation-contracts (v3.6.0)
- Downloading symfony/translation (v7.3.0)
- Downloading symfony/var-exporter (v7.3.0)
- Downloading symfony/dependency-injection (v6.4.22)
- Downloading nikic/php-parser (v5.5.0)
- Downloading composer/xdebug-handler (3.0.5)
- Downloading behat/behat (v3.22.0)
- Downloading friends-of-behat/mink-extension (v2.7.5)
- Downloading psr/http-message (2.0)
- Downloading phrity/util-errorhandler (1.2.0)
- Downloading psr/http-factory (1.1.0)
- Downloading phrity/net-uri (1.3.0)
- Downloading phrity/net-stream (1.3.0)
- Downloading phrity/websocket (1.7.3)
- Downloading dmore/chrome-mink-driver (2.9.3)
- Downloading dmore/behat-chrome-extension (1.4.0)
- Downloading doctrine/inflector (1.4.4)
- Downloading doctrine/lexer (1.2.3)
- Downloading psr/cache (3.0.0)
- Downloading doctrine/annotations (1.14.4)
- Downloading doctrine/reflection (1.2.4)
- Downloading doctrine/deprecations (1.1.5)
- Downloading doctrine/event-manager (1.2.0)
- Downloading doctrine/collections (1.8.0)
- Downloading doctrine/cache (1.13.0)
- Downloading doctrine/persistence (1.3.8)
- Downloading twig/twig (v3.21.1)
- Downloading symfony/validator (v6.4.22)
- Downloading symfony/serializer (v6.4.22)
- Downloading symfony/routing (v6.4.22)
- Downloading symfony/psr-http-message-bridge (v6.4.13)
- Downloading symfony/process (v6.4.20)
- Downloading symfony/polyfill-intl-idn (v1.32.0)
- Downloading symfony/mime (v6.4.21)
- Downloading egulias/email-validator (3.2.6)
- Downloading symfony/mailer (v6.4.21)
- 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 masterminds/html5 (2.9.0)
- Downloading ralouphie/getallheaders (3.0.3)
- 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 drupal/core (10.3.6)
- Downloading drupal/addtoany (2.0.5)
- Downloading drupal/admin_toolbar (3.5.0)
- Downloading drupal/ala (2.5.0)
- Downloading drupal/auto_entitylabel (3.3.0)
- Downloading politsin/jquery-ui-touch-punch (1.0)
- Downloading drupal/jquery_ui (1.7.0)
- Downloading drupal/jquery_ui_touch_punch (1.1.1)
- Downloading drupal/jquery_ui_slider (2.1.0)
- Downloading drupal/jquery_ui_datepicker (2.1.1)
- Downloading drupal/better_exposed_filters (6.0.6)
- Downloading drupal/block_form_alter (2.1.0)
- Downloading drupal/media_library_form_element (2.1.1)
- Downloading drupal/bootstrap_styles (1.2.1)
- Downloading drupal/bootstrap_layout_builder (2.2.1)
- Downloading twbs/bootstrap (v5.3.6)
- Downloading drupal/bootstrap_barrio (5.5.17)
- Downloading drupal/bootstrap_sass (5.0.11)
- Downloading drupal/bootstrap_site_alert (2.0.0-beta11)
- Downloading symfony/phpunit-bridge (v6.4.16)
- Downloading symfony/lock (v6.4.13)
- Downloading symfony/dom-crawler (v6.4.19)
- Downloading symfony/browser-kit (v6.4.19)
- 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 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 phpstan/phpstan-phpunit (1.4.2)
- Downloading webmozart/assert (1.11.0)
- Downloading phpstan/phpdoc-parser (2.1.0)
- Downloading phpdocumentor/reflection-common (2.2.0)
- Downloading phpdocumentor/type-resolver (1.10.0)
- Downloading phpdocumentor/reflection-docblock (5.6.2)
- Downloading phpspec/prophecy (v1.22.0)
- Downloading phpspec/prophecy-phpunit (v2.4.0)
- Downloading php-http/promise (1.3.1)
- Downloading php-http/httplug (2.4.1)
- Downloading php-http/guzzle7-adapter (1.1.0)
- Downloading symfony/polyfill-php82 (v1.32.0)
- Downloading ramsey/collection (2.1.1)
- Downloading brick/math (0.13.1)
- Downloading ramsey/uuid (4.8.1)
- Downloading open-telemetry/sem-conv (1.32.0)
- Downloading open-telemetry/context (1.2.1)
- 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 mikey179/vfsstream (v1.6.12)
- Downloading micheh/phpcs-gitlab (1.1.0)
- Downloading webflo/drupal-finder (1.2.2)
- Downloading phpstan/phpstan-deprecation-rules (1.2.1)
- Downloading mglaman/phpstan-drupal (1.2.12)
- Downloading justinrainbow/json-schema (5.3.0)
- Downloading instaclick/php-webdriver (1.4.19)
- Downloading slevomat/coding-standard (8.19.1)
- Downloading sirbrillig/phpcs-variable-analysis (v2.12.0)
- Downloading drupal/coder (8.3.30)
- Downloading symfony/polyfill-php81 (v1.32.0)
- Downloading symfony/polyfill-php80 (v1.32.0)
- Downloading symfony/polyfill-php73 (v1.32.0)
- 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 composer/composer (2.8.6)
- Downloading colinodell/psr-testlogger (v1.3.0)
- Downloading behat/mink-selenium2-driver (v1.7.0)
- Downloading behat/mink-browserkit-driver (v2.2.0)
- Downloading drupal/dashboard (2.0.0)
- Downloading drupal/default_content (2.0.0-alpha2)
- Downloading rogervila/array-diff-multidimensional (2.1.0)
- Downloading drupal/hal (2.0.4)
- Downloading drupal/default_content_deploy (2.0.0)
- Downloading doctrine/common (2.13.3)
- Downloading drupal/devel (5.0.2)
- Downloading drupal/entity (1.4.0)
- Downloading drupal/exclude_node_title (1.4.0)
- Downloading drupal/field_group (4.0.0)
- Downloading drupal/field_image_style (2.0.1)
- Downloading drupal/crop (2.4.0)
- Downloading drupal/focal_point (2.1.2)
- Downloading drupal/fontawesome (2.26.0)
- Downloading drupal/form_options_attributes (2.1.0)
- Downloading drupal/fullcalendar_block (1.1.0)
- Downloading drupal/gin_toolbar (1.0.0-rc6)
- Downloading drupal/gin (3.0.0-rc13)
- Downloading drupal/gin_lb (1.0.0-rc8)
- Downloading drupal/gin_login (2.1.3)
- Downloading drupal/google_tag (2.0.6)
- Downloading drupal/google_translator (2.3.0)
- Downloading drupal/inline_entity_form (1.0.0-rc17)
- Downloading drupal/layout_builder_block_clone (1.3.0)
- Downloading drupal/layout_builder_browser (1.7.0)
- Downloading drupal/layout_builder_iframe_modal (1.3.0)
- Downloading drupal/layout_builder_reorder (1.0.2)
- Downloading drupal/layout_builder_restrictions (3.0.0)
- Downloading drupal/lb_copy_section (1.0.0)
- Downloading drupal/linkit (6.1.6)
- Syncing drupal/menu_block (dev-1.x 2177797) into cache
- Downloading drupal/token (1.15.0)
- Downloading drupal/metatag (2.1.1)
- Downloading mtdowling/jmespath.php (2.8.0)
- Downloading aws/aws-sdk-php (3.344.4)
- Downloading drupal/metatag_ai (1.0.2)
- Downloading drupal/ctools (4.1.0)
- Downloading drupal/pathauto (1.13.0)
- Downloading drupal/robotstxt (1.6.0)
- Downloading drupal/search_api (1.38.0)
- Downloading drupal/section_library (1.2.0)
- Downloading drupal/checklistapi (2.1.6)
- Downloading drupal/seo_checklist (5.2.4)
- Downloading drupal/simple_sitemap (4.2.2)
- Downloading drupal/sitemap (2.0.0)
- Downloading drupal/blazy (3.0.12)
- Downloading drupal/slick (3.0.4)
- Downloading simshaun/recurr (v5.0.3)
- Downloading drupal/smart_date (4.1.6)
- Downloading drupal/smart_trim (2.2.0)
- Downloading drupal/toastify (1.0.0)
- Downloading drupal/tour (2.0.7)
- Downloading drupal/twig_tweak (3.4.0)
- Downloading drupal/views_bootstrap (5.5.0-rc3)
- Downloading drupal/webform (6.2.9)
- Downloading drupal/webform_spam_words (2.0.3)
- Downloading drupal/webp (1.0.0-rc2)
- Downloading drupaloverride/better_normalizers (dev-master)
- Downloading psy/psysh (v0.12.8)
- Downloading league/container (4.2.5)
- Downloading illuminate/macroable (v11.45.1)
- Downloading psr/simple-cache (3.0.0)
- Downloading illuminate/contracts (v11.45.1)
- Downloading illuminate/conditionable (v11.45.1)
- Downloading illuminate/collections (v11.45.1)
- Downloading laravel/prompts (v0.1.25)
- 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 (13.3.0)
- Downloading fontawesome/fontawesome (6.1.0)
- Downloading fonticonpicker/fonticonpicker--fonticonpicker (3.1.1)
- Downloading kenwheeler/slick (1.6.0)
- Downloading kporras07/composer-symlinks (v1.2)
- Downloading liabru/jquery-match-height (1.0.0)
- Downloading nette/neon (v3.4.4)
- Downloading jean85/pretty-package-versions (2.1.1)
- Downloading mglaman/drupal-check (1.4.0)
- Downloading rlanvin/php-rrule (v2.4.0)
- Downloading phpoption/phpoption (1.9.3)
- Downloading graham-campbell/result-type (v1.1.3)
- Downloading vlucas/phpdotenv (v5.5.0)
- Downloading webmozart/path-util (2.3.0)
0/282 [>---------------------------] 0%
33/282 [===>------------------------] 11%
64/282 [======>---------------------] 22%
97/282 [=========>------------------] 34%
127/282 [============>---------------] 45%
146/282 [==============>-------------] 51%
200/282 [===================>--------] 70%
241/282 [=======================>----] 85%
255/282 [=========================>--] 90%
281/282 [===========================>] 99%
282/282 [============================] 100%
- Installing cweagans/composer-patches (1.7.3): Extracting archive
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
- Installing drupal/core-composer-scaffold (10.3.6): Extracting archive
- Installing php-http/discovery (1.20.0): Extracting archive
- Installing composer/installers (v1.12.0): Extracting archive
- Installing wikimedia/composer-merge-plugin (v2.1.0): Extracting archive
- Installing zaporylie/composer-drupal-optimizations (1.2.0): Extracting archive
- Installing composer/semver (3.4.3): Extracting archive
- Installing phpstan/phpstan (1.12.27): Extracting archive
0/2 [>---------------------------] 0%
1/2 [==============>-------------] 50%
2/2 [============================] 100%
- Installing phpstan/extension-installer (1.4.3): Extracting archive
- Installing tbachert/spi (v1.0.3): Extracting archive
- Installing squizlabs/php_codesniffer (3.13.0): Extracting archive
- Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive
- Installing oomphinc/composer-installers-extender (2.0.1): Extracting archive
- Installing symfony/polyfill-ctype (v1.32.0): Extracting archive
- Installing symfony/polyfill-php83 (v1.32.0): Extracting archive
- Installing symfony/polyfill-iconv (v1.32.0): Extracting archive
- Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive
- Installing symfony/deprecation-contracts (v3.6.0): Extracting archive
- Installing symfony/http-foundation (v6.4.22): Extracting archive
- Installing psr/event-dispatcher (1.0.0): Extracting archive
- Installing symfony/event-dispatcher-contracts (v3.6.0): Extracting archive
- Installing symfony/event-dispatcher (v6.4.13): Extracting archive
- Installing symfony/var-dumper (v6.4.21): Extracting archive
- Installing psr/log (3.0.0): Extracting archive
- Installing symfony/error-handler (v6.4.22): Extracting archive
- Installing symfony/http-kernel (v6.4.22): Extracting archive
- Installing asm89/stack-cors (v2.3.0): Extracting archive
- Installing aws/aws-crt-php (v1.2.7): Extracting archive
- Installing behat/gherkin (v4.14.0): Extracting archive
- Installing composer/ca-bundle (1.5.7): Extracting archive
- Installing symfony/finder (v6.4.17): Extracting archive
- Installing composer/pcre (3.3.2): Extracting archive
- Installing composer/class-map-generator (1.6.1): Extracting archive
- Installing composer/metadata-minifier (1.0.0): Extracting archive
- Installing composer/spdx-licenses (1.5.9): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.32.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.32.0): Extracting archive
- Installing symfony/string (v6.4.21): Extracting archive
- Installing psr/container (2.0.2): Extracting archive
- Installing symfony/service-contracts (v3.6.0): Extracting archive
- Installing symfony/console (v6.4.22): Extracting archive
- Installing consolidation/log (3.1.0): Extracting archive
- Installing symfony/filesystem (v6.4.13): Extracting archive
- Installing consolidation/self-update (2.2.0): Extracting archive
- Installing symfony/config (v7.0.8): Extracting archive
- Installing symfony/css-selector (v6.4.13): Extracting archive
- Installing behat/mink (v1.12.0): Extracting archive
- Installing symfony/yaml (v6.4.21): Extracting archive
- Installing symfony/translation-contracts (v3.6.0): Extracting archive
- Installing symfony/translation (v7.3.0): Extracting archive
- Installing symfony/var-exporter (v7.3.0): Extracting archive
- Installing symfony/dependency-injection (v6.4.22): Extracting archive
- Installing nikic/php-parser (v5.5.0): Extracting archive
- Installing composer/xdebug-handler (3.0.5): Extracting archive
- Installing behat/behat (v3.22.0): Extracting archive
- Installing friends-of-behat/mink-extension (v2.7.5): Extracting archive
- Installing psr/http-message (2.0): Extracting archive
- Installing phrity/util-errorhandler (1.2.0): Extracting archive
- Installing psr/http-factory (1.1.0): Extracting archive
- Installing phrity/net-uri (1.3.0): Extracting archive
- Installing phrity/net-stream (1.3.0): Extracting archive
- Installing phrity/websocket (1.7.3): Extracting archive
- Installing dmore/chrome-mink-driver (2.9.3): Extracting archive
- Installing dmore/behat-chrome-extension (1.4.0): Extracting archive
- Installing doctrine/inflector (1.4.4): Extracting archive
- Installing doctrine/lexer (1.2.3): Extracting archive
- Installing psr/cache (3.0.0): Extracting archive
- Installing doctrine/annotations (1.14.4): Extracting archive
- Installing doctrine/reflection (1.2.4): Extracting archive
- Installing doctrine/deprecations (1.1.5): Extracting archive
- Installing doctrine/event-manager (1.2.0): Extracting archive
- Installing doctrine/collections (1.8.0): Extracting archive
- Installing doctrine/cache (1.13.0): Extracting archive
- Installing doctrine/persistence (1.3.8): Extracting archive
- Installing twig/twig (v3.21.1): Extracting archive
- Installing symfony/validator (v6.4.22): Extracting archive
- Installing symfony/serializer (v6.4.22): Extracting archive
- Installing symfony/routing (v6.4.22): Extracting archive
- Installing symfony/psr-http-message-bridge (v6.4.13): Extracting archive
- Installing symfony/process (v6.4.20): Extracting archive
- Installing symfony/polyfill-intl-idn (v1.32.0): Extracting archive
- Installing symfony/mime (v6.4.21): Extracting archive
- Installing egulias/email-validator (3.2.6): Extracting archive
- Installing symfony/mailer (v6.4.21): 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 masterminds/html5 (2.9.0): Extracting archive
- Installing ralouphie/getallheaders (3.0.3): 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 drupal/core (10.3.6): Extracting archive
- Installing drupal/addtoany (2.0.5): Extracting archive
- Installing drupal/admin_toolbar (3.5.0): Extracting archive
- Installing drupal/ala (2.5.0): Extracting archive
- Installing drupal/auto_entitylabel (3.3.0): Extracting archive
- Installing politsin/jquery-ui-touch-punch (1.0): Extracting archive
- Installing drupal/jquery_ui (1.7.0): Extracting archive
- Installing drupal/jquery_ui_touch_punch (1.1.1): Extracting archive
- Installing drupal/jquery_ui_slider (2.1.0): Extracting archive
- Installing drupal/jquery_ui_datepicker (2.1.1): Extracting archive
- Installing drupal/better_exposed_filters (6.0.6): Extracting archive
- Installing drupal/block_form_alter (2.1.0): Extracting archive
- Installing drupal/media_library_form_element (2.1.1): Extracting archive
- Installing drupal/bootstrap_styles (1.2.1): Extracting archive
- Installing drupal/bootstrap_layout_builder (2.2.1): Extracting archive
- Installing twbs/bootstrap (v5.3.6): Extracting archive
- Installing drupal/bootstrap_barrio (5.5.17): Extracting archive
- Installing drupal/bootstrap_sass (5.0.11): Extracting archive
- Installing drupal/bootstrap_site_alert (2.0.0-beta11): Extracting archive
- Installing symfony/phpunit-bridge (v6.4.16): Extracting archive
- Installing symfony/lock (v6.4.13): Extracting archive
- Installing symfony/dom-crawler (v6.4.19): Extracting archive
- Installing symfony/browser-kit (v6.4.19): 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 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 phpstan/phpstan-phpunit (1.4.2): Extracting archive
- Installing webmozart/assert (1.11.0): Extracting archive
- Installing phpstan/phpdoc-parser (2.1.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 phpspec/prophecy (v1.22.0): Extracting archive
- Installing phpspec/prophecy-phpunit (v2.4.0): 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 symfony/polyfill-php82 (v1.32.0): Extracting archive
- Installing ramsey/collection (2.1.1): Extracting archive
- Installing brick/math (0.13.1): Extracting archive
- Installing ramsey/uuid (4.8.1): Extracting archive
- Installing open-telemetry/sem-conv (1.32.0): Extracting archive
- Installing open-telemetry/context (1.2.1): 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 mikey179/vfsstream (v1.6.12): Extracting archive
- Installing micheh/phpcs-gitlab (1.1.0): Extracting archive
- Installing webflo/drupal-finder (1.2.2): Extracting archive
- Installing phpstan/phpstan-deprecation-rules (1.2.1): Extracting archive
- Installing mglaman/phpstan-drupal (1.2.12): Extracting archive
- Installing justinrainbow/json-schema (5.3.0): Extracting archive
- Installing instaclick/php-webdriver (1.4.19): Extracting archive
- Installing slevomat/coding-standard (8.19.1): Extracting archive
- Installing sirbrillig/phpcs-variable-analysis (v2.12.0): Extracting archive
- Installing drupal/coder (8.3.30): Extracting archive
- Installing symfony/polyfill-php81 (v1.32.0): Extracting archive
- Installing symfony/polyfill-php80 (v1.32.0): Extracting archive
- Installing symfony/polyfill-php73 (v1.32.0): 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 composer/composer (2.8.6): Extracting archive
- Installing colinodell/psr-testlogger (v1.3.0): Extracting archive
- Installing behat/mink-selenium2-driver (v1.7.0): Extracting archive
- Installing behat/mink-browserkit-driver (v2.2.0): Extracting archive
- Installing drupal/core-dev (10.2.5)
- Installing drupal/dashboard (2.0.0): Extracting archive
- Installing drupal/default_content (2.0.0-alpha2): Extracting archive
- Installing rogervila/array-diff-multidimensional (2.1.0): Extracting archive
- Installing drupal/hal (2.0.4): Extracting archive
- Installing drupal/default_content_deploy (2.0.0): Extracting archive
- Installing doctrine/common (2.13.3): Extracting archive
- Installing drupal/devel (5.0.2): Extracting archive
- Installing drupal/entity (1.4.0): Extracting archive
- Installing drupal/exclude_node_title (1.4.0): Extracting archive
- Installing drupal/field_group (4.0.0): Extracting archive
- Installing drupal/field_image_style (2.0.1): Extracting archive
- Installing drupal/crop (2.4.0): Extracting archive
- Installing drupal/focal_point (2.1.2): Extracting archive
- Installing drupal/fontawesome (2.26.0): Extracting archive
- Installing drupal/form_options_attributes (2.1.0): Extracting archive
- Installing drupal/fullcalendar_block (1.1.0): Extracting archive
- Installing drupal/gin_toolbar (1.0.0-rc6): Extracting archive
- Installing drupal/gin (3.0.0-rc13): Extracting archive
- Installing drupal/gin_lb (1.0.0-rc8): Extracting archive
- Installing drupal/gin_login (2.1.3): Extracting archive
- Installing drupal/google_tag (2.0.6): Extracting archive
- Installing drupal/google_translator (2.3.0): Extracting archive
- Installing drupal/inline_entity_form (1.0.0-rc17): Extracting archive
- Installing drupal/layout_builder_block_clone (1.3.0): Extracting archive
- Installing drupal/layout_builder_browser (1.7.0): Extracting archive
- Installing drupal/layout_builder_iframe_modal (1.3.0): Extracting archive
- Installing drupal/layout_builder_reorder (1.0.2): Extracting archive
- Installing drupal/layout_builder_restrictions (3.0.0): Extracting archive
- Installing drupal/lb_copy_section (1.0.0): Extracting archive
- Installing drupal/linkit (6.1.6): Extracting archive
- Installing drupal/menu_block (dev-1.x 2177797): Cloning 217779758c from cache
- Installing drupal/token (1.15.0): Extracting archive
- Installing drupal/metatag (2.1.1): Extracting archive
- Installing mtdowling/jmespath.php (2.8.0): Extracting archive
- Installing aws/aws-sdk-php (3.344.4): Extracting archive
- Installing drupal/metatag_ai (1.0.2): Extracting archive
- Installing drupal/ctools (4.1.0): Extracting archive
- Installing drupal/pathauto (1.13.0): Extracting archive
- Installing drupal/robotstxt (1.6.0): Extracting archive
- Installing drupal/search_api (1.38.0): Extracting archive
- Installing drupal/section_library (1.2.0): Extracting archive
- Installing drupal/checklistapi (2.1.6): Extracting archive
- Installing drupal/seo_checklist (5.2.4): Extracting archive
- Installing drupal/simple_sitemap (4.2.2): Extracting archive
- Installing drupal/sitemap (2.0.0): Extracting archive
- Installing drupal/blazy (3.0.12): Extracting archive
- Installing drupal/slick (3.0.4): Extracting archive
- Installing simshaun/recurr (v5.0.3): Extracting archive
- Installing drupal/smart_date (4.1.6): Extracting archive
- Installing drupal/smart_trim (2.2.0): Extracting archive
- Installing drupal/toastify (1.0.0): Extracting archive
- Installing drupal/tour (2.0.7): Extracting archive
- Installing drupal/twig_tweak (3.4.0): Extracting archive
- Installing drupal/views_bootstrap (5.5.0-rc3): Extracting archive
- Installing drupal/webform (6.2.9): Extracting archive
- Installing drupal/webform_spam_words (2.0.3): Extracting archive
- Installing drupal/webp (1.0.0-rc2): Extracting archive
- Installing drupaloverride/better_normalizers (dev-master): Extracting archive
- Installing psy/psysh (v0.12.8): Extracting archive
- Installing league/container (4.2.5): Extracting archive
- Installing illuminate/macroable (v11.45.1): Extracting archive
- Installing psr/simple-cache (3.0.0): Extracting archive
- Installing illuminate/contracts (v11.45.1): Extracting archive
- Installing illuminate/conditionable (v11.45.1): Extracting archive
- Installing illuminate/collections (v11.45.1): Extracting archive
- Installing laravel/prompts (v0.1.25): 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 (13.3.0): Extracting archive
- Installing fontawesome/fontawesome (6.1.0): Extracting archive
- Installing fonticonpicker/fonticonpicker--fonticonpicker (3.1.1): Extracting archive
- Installing kenwheeler/slick (1.6.0): Extracting archive
- Installing kporras07/composer-symlinks (v1.2): Extracting archive
- Installing liabru/jquery-match-height (1.0.0): Extracting archive
- Installing nette/neon (v3.4.4): Extracting archive
- Installing jean85/pretty-package-versions (2.1.1): Extracting archive
- Installing mglaman/drupal-check (1.4.0): Extracting archive
- Installing rlanvin/php-rrule (v2.4.0): Extracting archive
- Installing phpoption/phpoption (1.9.3): Extracting archive
- Installing graham-campbell/result-type (v1.1.3): Extracting archive
- Installing vlucas/phpdotenv (v5.5.0): Extracting archive
- Installing webmozart/path-util (2.3.0): Extracting archive
0/269 [>---------------------------] 0%
30/269 [===>------------------------] 11%
60/269 [======>---------------------] 22%
83/269 [========>-------------------] 30%
112/269 [===========>----------------] 41%
137/269 [==============>-------------] 50%
170/269 [=================>----------] 63%
192/269 [===================>--------] 71%
217/269 [======================>-----] 80%
232/269 [========================>---] 86%
244/269 [=========================>--] 90%
269/269 [============================] 100%
- Applying patches for drupal/core
https://www.drupal.org/files/issues/2024-09-06/2942975-10.3.x.patch (2942975: Expose Layout Builder data to REST and JSON:API)
- Applying patches for drupal/auto_entitylabel
https://www.drupal.org/files/issues/2024-08-12/3065687-reroll-17-auto_entitylabel-layout_builder_component_title.patch (3065687: Integration with Layout Builder for custom block types)
- Applying patches for drupal/bootstrap_site_alert
https://www.drupal.org/files/issues/2024-10-18/3481350-bootstrap_site_alert-02.patch (3481350: The “x” button of a site alert that is shown in the admin pages is not working.)
https://www.drupal.org/files/issues/2024-10-15/3480682-bootstrap_site_alert-fix-display-on-user-6.patch (3480682: Site alert display on Login Page)
https://git.drupalcode.org/project/bootstrap_site_alert/-/merge_requests/8.patch (3480693: Only Show On Certain Pages has caching issue)
- Applying patches for drupal/default_content_deploy
https://www.drupal.org/files/issues/2023-07-25/default_content_deploy-layout-builder-inline-blocks-reference-3376835-2.patch (3376835: Fix layout builder references to inline blocks)
- Applying patches for drupal/google_tag
https://git.drupalcode.org/project/google_tag/-/merge_requests/96.diff (3488123: Processing commands config ID missing)
- Applying patches for drupal/inline_entity_form
https://www.drupal.org/files/issues/2021-02-15/cannot-update-weight-order-complex-widget-3033241-4.patch (3033241: Cannot update the order weight using complex form widget)
- Applying patches for drupal/layout_builder_browser
https://www.drupal.org/files/issues/2024-07-03/layout_builder_browser-search-filter-fix-2.patch (Filter block is not working [3456887])
https://www.drupal.org/files/issues/2024-11-01/layout_builder_browser-search-filter-fix-empty-item.patch (Filter by block name does not hide elements with layout-builder-browser-block-item [3485031])
49 package suggestions were added by new dependencies, use `composer suggest` to see details.
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating optimized autoload files
105 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Running composer update to apply merge settings
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 21 installs, 0 updates, 0 removals
- Locking algolia/places (1.19.0)
- Locking choices/choices (9.0.1)
- Locking codemirror/codemirror (5.65.12)
- Locking jquery/chosen (1.8.7)
- Locking jquery/geocomplete (1.7.0)
- Locking jquery/hotkeys (0.2.0)
- Locking jquery/icheck (1.0.2 )
- Locking jquery/image-picker (0.3.1)
- Locking jquery/inputmask (5.0.8)
- Locking jquery/intl-tel-input (17.0.19)
- Locking jquery/rateit (1.1.5)
- Locking jquery/select2 (4.0.13)
- Locking jquery/textcounter (0.9.1)
- Locking jquery/timepicker (1.14.0)
- Locking jquery/toggles (4.0.0)
- Locking popperjs/popperjs (2.11.6)
- Locking progress-tracker/progress-tracker (2.0.7)
- Locking signature_pad/signature_pad (2.3.0)
- Locking svg-pan-zoom/svg-pan-zoom (3.6.1)
- Locking tabby/tabby (12.0.3)
- Locking tippyjs/tippyjs (6.3.7)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 21 installs, 0 updates, 0 removals
- Downloading algolia/places (1.19.0)
- Downloading choices/choices (9.0.1)
- Downloading codemirror/codemirror (5.65.12)
- Downloading jquery/chosen (1.8.7)
- Downloading jquery/geocomplete (1.7.0)
- Downloading jquery/hotkeys (0.2.0)
- Downloading jquery/icheck (1.0.2 )
- Downloading jquery/image-picker (0.3.1)
- Downloading jquery/inputmask (5.0.8)
- Downloading jquery/intl-tel-input (17.0.19)
- Downloading jquery/rateit (1.1.5)
- Downloading jquery/select2 (4.0.13)
- Downloading jquery/textcounter (0.9.1)
- Downloading jquery/timepicker (1.14.0)
- Downloading jquery/toggles (4.0.0)
- Downloading popperjs/popperjs (2.11.6)
- Downloading progress-tracker/progress-tracker (2.0.7)
- Downloading signature_pad/signature_pad (2.3.0)
- Downloading svg-pan-zoom/svg-pan-zoom (3.6.1)
- Downloading tabby/tabby (12.0.3)
- Downloading tippyjs/tippyjs (6.3.7)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
- Installing algolia/places (1.19.0): Extracting archive
- Installing choices/choices (9.0.1): Extracting archive
- Installing codemirror/codemirror (5.65.12): Extracting archive
- Installing jquery/chosen (1.8.7): Extracting archive
- Installing jquery/geocomplete (1.7.0): Extracting archive
- Installing jquery/hotkeys (0.2.0): Extracting archive
- Installing jquery/icheck (1.0.2 ): Extracting archive
- Installing jquery/image-picker (0.3.1): Extracting archive
- Installing jquery/inputmask (5.0.8): Extracting archive
- Installing jquery/intl-tel-input (17.0.19): Extracting archive
- Installing jquery/rateit (1.1.5): Extracting archive
- Installing jquery/select2 (4.0.13): Extracting archive
- Installing jquery/textcounter (0.9.1): Extracting archive
- Installing jquery/timepicker (1.14.0): Extracting archive
- Installing jquery/toggles (4.0.0): Extracting archive
- Installing popperjs/popperjs (2.11.6): Extracting archive
- Installing progress-tracker/progress-tracker (2.0.7): Extracting archive
- Installing signature_pad/signature_pad (2.3.0): Extracting archive
- Installing svg-pan-zoom/svg-pan-zoom (3.6.1): Extracting archive
- Installing tabby/tabby (12.0.3): Extracting archive
- Installing tippyjs/tippyjs (6.3.7): Extracting archive
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating optimized autoload files
105 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
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
Scaffolding files for drupal/core:
- Copy [web-root]/.htaccess from assets/scaffold/files/htaccess
- Copy [web-root]/README.md from assets/scaffold/files/drupal.README.md
- Copy [web-root]/index.php from assets/scaffold/files/index.php
- Copy [web-root]/.csslintrc from assets/scaffold/files/csslintrc
- Copy [web-root]/robots.txt from assets/scaffold/files/robots.txt
- Copy [web-root]/update.php from assets/scaffold/files/update.php
- Copy [web-root]/web.config from assets/scaffold/files/web.config
- Copy [web-root]/INSTALL.txt from assets/scaffold/files/drupal.INSTALL.txt
- Copy [web-root]/.eslintignore from assets/scaffold/files/eslintignore
- Copy [web-root]/.eslintrc.json from assets/scaffold/files/eslintrc.json
- Copy [web-root]/.ht.router.php from assets/scaffold/files/ht.router.php
- Copy [web-root]/sites/README.txt from assets/scaffold/files/sites.README.txt
- Skip [project-root]/.editorconfig: overridden in promet/provus-drupal
- Copy [web-root]/example.gitignore from assets/scaffold/files/example.gitignore
- Skip [project-root]/.gitattributes: overridden in promet/provus-drupal
- Copy [web-root]/modules/README.txt from assets/scaffold/files/modules.README.txt
- Copy [web-root]/sites/example.sites.php from assets/scaffold/files/example.sites.php
- Copy [web-root]/sites/development.services.yml from assets/scaffold/files/development.services.yml
- Copy [web-root]/sites/example.settings.local.php from assets/scaffold/files/example.settings.local.php
- Copy [web-root]/sites/default/default.services.yml from assets/scaffold/files/default.services.yml
- Copy [web-root]/sites/default/default.settings.php from assets/scaffold/files/default.settings.php
Found 22 security vulnerability advisories affecting 2 packages.
Run "composer audit" for a full list of advisories.
phpstan/extension-installer: Extensions installed
68491243ddbb7b005e7fda6b# /bin/sh -c mkdir -p "${DOCROOT}/sites/default/files"68491243ddbb7b005e7fda6b# /bin/sh -c chgrp -R www-data "${DOCROOT}/sites/default/files"68491243ddbb7b005e7fda6b# /bin/sh -c find "${DOCROOT}/sites/default/files" -type d -exec chmod 2775 {} \;68491243ddbb7b005e7fda6b# /bin/sh -c find "${DOCROOT}/sites/default/files" -type f -exec chmod 0664 {} \;68491243ddbb7b005e7fda6b# /bin/sh -c ${TUGBOAT_ROOT}/vendor/bin/drush --yes --db-url=mysql://tugboat:tugboat@mysql:3306/tugboat --account-name=admin --account-pass=admin site:install provus provus_extension_configure_form.select_all='TRUE' provus_extension_configure_form.demo='default' You are about to:
* 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
[warning] The "block_content:37b57104-3a1d-49cf-9200-e9670499ed60" was not found
[error] Drupal\search_api\SearchApiException while adding Views handlers for field Content » Body on index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while adding Views handlers for field Content » Body on index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[notice] Performed install task: install_install_profile
[notice] Performed install task: provus_extension_configure_form
[notice] Performed install task: install_configure_form
[error] Drupal\search_api\SearchApiException while adding Views handlers for field Content » Body on index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while adding Views handlers for field Content » Body on index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Search index: Could not retrieve data definition for field 'Body' on index 'Search index'. in Drupal\search_api\Item\Field->getDataDefinition() (line 487 of /var/lib/tugboat/web/modules/contrib/search_api/src/Item/Field.php).
[warning] Undefined array key "uuid" SectionComponent.php:313
[warning] Undefined array key "uuid" SectionComponent.php:313
[warning] The "field_block:node:provus_landing_page:field_metatag" was not found
[warning] The "field_block:node:provus_landing_page:field_metatag" was not found
[warning] The configuration name "tour.tour.provus-layout-builder" does not match the ID "provus_layout_builder" ConfigInstaller.php:391
[notice] Performed install task: provus_install_extensions
[notice] Performed install task: provus_install_demo_content
[notice] Performed install task: install_finished
[success] Installation complete.
Running BUILD commands68491243ddbb7b005e7fda6b# /bin/sh -c composer self-updateYou are already using the latest available Composer version 2.8.9 (stable channel).
68491243ddbb7b005e7fda6b# /bin/sh -c composer install --optimize-autoloaderGathering patches for root package.
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating optimized autoload files
105 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
phpstan/extension-installer: Extensions installed
68491243ddbb7b005e7fda6b# /bin/sh -c COMPOSER_ROOT_VERSION="${TUGBOAT_GITLAB_TARGET:-$TUGBOAT_PREVIEW}-dev" composer require drush/drush./composer.json has been updated
Running composer update drush/drush
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 1 update, 0 removals
- Upgrading drush/drush (13.3.0 => 13.5.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 1 update, 0 removals
- Downloading drush/drush (13.5.0)
Gathering patches for root package.
Gathering patches for dependencies. This might take a minute.
- Upgrading drush/drush (13.3.0 => 13.5.0): Extracting archive
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
Generating autoload files
105 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
phpstan/extension-installer: Extensions installed
Failed to audit installed packages.
Using version ^13.5 for drush/drush
68491243ddbb7b005e7fda6b# /bin/sh -c ${TUGBOAT_ROOT}/vendor/bin/drush updatedb -y [success] No pending updates.
68491243ddbb7b005e7fda6b# /bin/sh -c ${TUGBOAT_ROOT}/vendor/bin/drush cache:rebuild [success] Cache rebuild complete.
Committing 68491242de495483bc2056c7 (3529384-provus-person-a11y)68491242de495483bc2056c7 (3529384-provus-person-a11y) is ready