Running with gitlab-runner 17.2.1 (9882d9c7)
  on seratonin hwv-KsKJ2, system ID: s_01022432435a
Resolving secrets
section_start:1724028178:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ubuntu:latest ...
Pulling docker image ubuntu:latest ...
Using docker image sha256:edbfe74c41f8a3501ce542e137cf28ea04dd03e6df8c9d66519b6ad761c2598a for ubuntu:latest with digest ubuntu@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee ...
section_end:1724028183:prepare_executor
section_start:1724028183:prepare_script
Preparing environment
Running on runner-hwv-kskj2-project-132-concurrent-0 via seratonin...
section_end:1724028185:prepare_script
section_start:1724028185:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/kio/gaykey/.git/
Checking out 67f6dbeb as detached HEAD (ref is develop)...

Skipping Git submodules setup
section_end:1724028192:get_sources
section_start:1724028192:step_script
Executing "step_script" stage of the job script
Using docker image sha256:edbfe74c41f8a3501ce542e137cf28ea04dd03e6df8c9d66519b6ad761c2598a for ubuntu:latest with digest ubuntu@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee ...
$ apt-get update && apt-get install -y jq
Get:1 http://archive.ubuntu.com/ubuntu noble InRelease [256 kB]
Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [117 kB]
Get:6 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [331 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1808 kB]
Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [334 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [19.3 MB]
Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [309 kB]
Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [368 kB]
Get:12 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [12.7 kB]
Get:13 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [16.9 kB]
Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [438 kB]
Get:15 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [309 kB]
Get:16 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [430 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [11.5 kB]
Fetched 24.4 MB in 3s (8449 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libjq1 libonig5
The following NEW packages will be installed:
  jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 378 kB of archives.
After this operation, 1125 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu noble/main amd64 libonig5 amd64 6.9.9-1build1 [172 kB]
Get:2 http://archive.ubuntu.com/ubuntu noble/main amd64 libjq1 amd64 1.7.1-3build1 [141 kB]
Get:3 http://archive.ubuntu.com/ubuntu noble/main amd64 jq amd64 1.7.1-3build1 [65.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 378 kB in 1s (404 kB/s)
Selecting previously unselected package libonig5:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4376 files and directories currently installed.)
Preparing to unpack .../libonig5_6.9.9-1build1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.9-1build1) ...
Selecting previously unselected package libjq1:amd64.
Preparing to unpack .../libjq1_1.7.1-3build1_amd64.deb ...
Unpacking libjq1:amd64 (1.7.1-3build1) ...
Selecting previously unselected package jq.
Preparing to unpack .../jq_1.7.1-3build1_amd64.deb ...
Unpacking jq (1.7.1-3build1) ...
Setting up libonig5:amd64 (6.9.9-1build1) ...
Setting up libjq1:amd64 (1.7.1-3build1) ...
Setting up jq (1.7.1-3build1) ...
Processing triggers for libc-bin (2.39-0ubuntu8.2) ...
$ if test -n "$CI_COMMIT_TAG"; then # collapsed multi-line command
$ echo "REGISTRY_PUSH_TAG=$tag" >> build.env
$ echo "REGISTRY_PUSH_VERSION=$version" >> build.env
section_end:1724028199:step_script
section_start:1724028199:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
build.env: found 1 matching artifact files and directories 
Uploading artifacts as "dotenv" to coordinator... 201 Created  id=2778 responseStatus=201 Created token=glcbt-64
section_end:1724028202:upload_artifacts_on_success
section_start:1724028202:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1724028202:cleanup_file_variables
Job succeeded