Running with gitlab-runner 19.1.1 (24b9b726)
on flandre.dedi.c7x.dev (rootless) DDyQ20Nls, system ID: s_0529783c220b
Preparing the "docker" executor
00:05
Using Docker executor with image alpine:latest ...
Using effective pull policy of [always] for container alpine:latest
Pulling docker image alpine:latest ...
Using docker image sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b for alpine:latest with digest alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b ...
Preparing environment
00:01
Using effective pull policy of [always] for container sha256:74ec2eeffec7f30280ca5e9615c73bf725d2a194f04aa0bbfdd2cff9306ec101
Running on runner-ddyq20nls-project-75040192-concurrent-0 via flandre.dedi.c7x.dev...
Getting source from Git repository
00:02
Gitaly correlation ID: a1d2194afdfd0bc7-LHR
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/Cristalix/ayub-devs/boardgames/resources/configuration/.git/
Created fresh repository.
Checking out d6dfce0d as detached HEAD (ref is staging)...
Removing configuration.sha1
Removing configuration.zip
Skipping Git submodules setup
Downloading artifacts
00:02
Downloading artifacts for build-configuration (15414244518)...
Direct download from cdn.artifacts.gitlab-static.net correlation_id=a1d21985d9edd0bc-CDG id=15414244518 status=302 token=71_rZuTnN
Downloading artifacts from coordinator... ok correlation_id=a1d21985d9edd0bc-CDG id=15414244518 status=302 token=71_rZuTnN
Executing "step_script" stage of the job script
00:07
Using effective pull policy of [always] for container alpine:latest
Using docker image sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b for alpine:latest with digest alpine@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b ...
$ apk add --no-cache openssh-client expect
(1/9) Installing tzdata (2026c-r0)
(2/9) Installing tcl (8.6.17-r1)
(3/9) Installing expect (5.45.4-r5)
(4/9) Installing openssh-keygen (10.3_p1-r0)
(5/9) Installing ncurses-terminfo-base (6.6_p20260516-r0)
(6/9) Installing libncursesw (6.6_p20260516-r0)
(7/9) Installing libedit (20260508.3.1-r1)
(8/9) Installing openssh-client-common (10.3_p1-r0)
(9/9) Installing openssh-client-default (10.3_p1-r0)
Executing busybox-1.37.0-r31.trigger
OK: 16.7 MiB in 25 packages
$ mkdir -p ~/.ssh
$ chmod 700 ~/.ssh
$ { # collapsed multi-line command
$ chmod 600 ~/.ssh/id_rsa
$ SSH_KEY_PASSHPHRASE=$(echo "$STORAGE_KEY_PASSPHRASE" | cut -c1-4)
$ eval $(ssh-agent -s)
Agent pid 24
$ expect <<EOF # collapsed multi-line command
spawn ssh-add /root/.ssh/id_rsa
Enter passphrase for /root/.ssh/id_rsa:
Identity added: /root/.ssh/id_rsa (/root/.ssh/id_rsa)
$ ssh-keyscan "$STORAGE_HOST" >> ~/.ssh/known_hosts
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: exit code 1