[0KRunning with gitlab-runner 17.7.0 (3153ccc6)[0;m [0K on Runner bsweb1 for composer group y2q8N2Dv, system ID: s_f50f9ba47bf8[0;m section_start:1734700027:prepare_executor [0K[0K[36;1mPreparing the "docker" executor[0;m[0;m [0KUsing Docker executor with image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 ...[0;m [0KAuthenticating with credentials from $DOCKER_AUTH_CONFIG[0;m [0KPulling docker image registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 ...[0;m [0KUsing docker image sha256:e8c264cde33efec3159e9ac0e60aebde4bb3c6d64efbf8c6f6ba9a6dae0bae55 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3@sha256:e102f3a5d29918c10bb7268e69308ff35c63cc480e6de6b12bfcd28319b75ec7 ...[0;m section_end:1734700029:prepare_executor [0Ksection_start:1734700029:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on runner-y2q8n2dv-project-592-concurrent-1 via bslog1... section_end:1734700029:prepare_script [0Ksection_start:1734700029:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mSkipping Git repository setup[0;m [32;1mSkipping Git checkout[0;m [32;1mSkipping Git submodules setup[0;m section_end:1734700030:get_sources [0Ksection_start:1734700030:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [0KUsing docker image sha256:e8c264cde33efec3159e9ac0e60aebde4bb3c6d64efbf8c6f6ba9a6dae0bae55 for registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3 with digest registry.lakedrops.com/docker/gitlab-drupal-ci/php-8.3@sha256:e102f3a5d29918c10bb7268e69308ff35c63cc480e6de6b12bfcd28319b75ec7 ...[0;m [32;1m$ if [[ "x$(command -v ssh-agent)" != "x" && -n $SSH_PRIVATE_KEY ]]; then eval $(ssh-agent -s); fi[0;m Agent pid 25 [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null; fi[0;m Identity added: (stdin) ((stdin)) [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then mkdir -p ~/.ssh; fi[0;m [32;1m$ if [[ "x$(command -v ssh-add)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 700 ~/.ssh; fi[0;m [32;1m$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh-keyscan ${CI_SERVER_HOST} >> ~/.ssh/known_hosts; fi[0;m # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 # gitlab.lakedrops.com:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11 [32;1m$ if [[ "x$(command -v ssh-keyscan)" != "x" && -n $SSH_PRIVATE_KEY ]]; then chmod 644 ~/.ssh/known_hosts; fi[0;m [32;1m$ if [[ "x$(command -v ssh)" != "x" && -n $SSH_PRIVATE_KEY ]]; then ssh git@${CI_SERVER_HOST}; fi[0;m Pseudo-terminal will not be allocated because stdin is not a terminal. Welcome to GitLab, @deployment! [32;1m$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_ACCESS_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_ACCESS_TOKEN; fi[0;m WARNING: One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. If you don't want to use it for glab, unset it. A new version of glab has been released: v1.50.0 -> v1.51.0 https://gitlab.com/gitlab-org/cli/-/releases/v1.51.0 [32;1m$ if [[ "x$(command -v glab)" != "x" && -n $GITLAB_PRIVATE_TOKEN ]]; then glab auth login --hostname ${CI_SERVER_HOST} --token $GITLAB_PRIVATE_TOKEN; fi[0;m [32;1m$ if [[ -n $GITLAB_ACCESS_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_ACCESS_TOKEN; fi[0;m [32;1m$ if [[ -n $GITLAB_PRIVATE_TOKEN && -f composer.json ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_PRIVATE_TOKEN; fi[0;m [32;1m$ if [[ -n $DOCKER_AUTH_CONFIG ]]; then mkdir -p ~/.docker; echo $DOCKER_AUTH_CONFIG > ~/.docker/config.json; fi[0;m [32;1m$ rm -rf /tmp/release || true[0;m [32;1m$ mkdir -p /tmp/release[0;m [32;1m$ cd /tmp/release[0;m [32;1m$ git clone -b $SOURCE_BRANCH git@${CI_SERVER_HOST}:$CI_PROJECT_PATH.git .[0;m Cloning into '.'... [32;1m$ merge[0;m ! No pipeline running on develop ✓ Merged! https://gitlab.lakedrops.com/composer/plugin/drupal-10-scaffold/-/merge_requests/25 A new version of glab has been released: v1.50.0 -> v1.51.0 https://gitlab.com/gitlab-org/cli/-/releases/v1.51.0 [32;1m$ cd -[0;m /builds/composer/plugin/drupal-10-scaffold [32;1m$ rm -rf /tmp/release || true[0;m section_end:1734700039:step_script [0Ksection_start:1734700039:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1734700040:cleanup_file_variables [0K[32;1mJob succeeded[0;m