Running with gitlab-runner 17.10.1 (ef334dcc)
  on warpzone-webserver Up9C6bkK, system ID: r_n50SKEinYbJW
section_start:1743713362:prepare_executor
Preparing the "docker" executor
Using Docker executor with image docker:latest ...
Starting service docker:dind...
Pulling docker image docker:dind ...
Using docker image sha256:0f7ea23310b3fff4bbef36e8b08d5235dffa4d1aef78d84779d009e52daf7199 for docker:dind with digest docker@sha256:4924fece44d61eeec47f619a4c35cd70fa2a31cd36b6283943a122369549fb82 ...
Waiting for services to be up and running (timeout 30 seconds)...

*** WARNING: Service runner-up9c6bkk-project-116-concurrent-0-a15d043b53674027-docker-0 probably didn't start properly.

Health check error:
service "runner-up9c6bkk-project-116-concurrent-0-a15d043b53674027-docker-0-wait-for-service" timeout

Health check container logs:
2025-04-03T20:49:25.106769772Z waiting for TCP connection to 172.17.0.2 on [2375 2376]...
2025-04-03T20:49:25.106811171Z dialing 172.17.0.2:2376...
2025-04-03T20:49:25.106816832Z dialing 172.17.0.2:2375...
2025-04-03T20:49:26.107094627Z dialing 172.17.0.2:2376...
2025-04-03T20:49:26.107179158Z dialing 172.17.0.2:2375...

Service container logs:
2025-04-03T20:49:25.653457798Z Certificate request self-signature ok
2025-04-03T20:49:25.653509526Z subject=CN=docker:dind server
2025-04-03T20:49:25.668398207Z /certs/server/cert.pem: OK
2025-04-03T20:49:25.946203599Z Certificate request self-signature ok
2025-04-03T20:49:25.946221043Z subject=CN=docker:dind client
2025-04-03T20:49:25.961045952Z /certs/client/cert.pem: OK
2025-04-03T20:49:25.964004478Z cat: can't open '/proc/net/ip6_tables_names': No such file or directory
2025-04-03T20:49:25.964634434Z cat: can't open '/proc/net/arp_tables_names': No such file or directory
2025-04-03T20:49:25.967158736Z ip: can't find device 'nf_tables'
2025-04-03T20:49:25.968017184Z nf_tables             303104 3277 nft_chain_nat,nft_compat
2025-04-03T20:49:25.968379332Z nfnetlink              20480  6 nf_conntrack_netlink,ip_set,nft_compat,nf_tables
2025-04-03T20:49:25.968392307Z libcrc32c              16384  4 nf_nat,nf_conntrack,nf_tables,btrfs
2025-04-03T20:49:25.968824487Z modprobe: can't change directory to '/lib/modules': No such file or directory
2025-04-03T20:49:25.971078426Z ip: can't find device 'ip_tables'
2025-04-03T20:49:25.972030522Z ip_tables              36864  0 
2025-04-03T20:49:25.972166661Z x_tables               61440  9 ipt_REJECT,xt_nat,xt_tcpudp,xt_MASQUERADE,xt_conntrack,xt_set,xt_addrtype,nft_compat,ip_tables
2025-04-03T20:49:25.972604211Z modprobe: can't change directory to '/lib/modules': No such file or directory
2025-04-03T20:49:25.973558483Z ip: can't find device 'ip6_tables'
2025-04-03T20:49:25.974769842Z modprobe: can't change directory to '/lib/modules': No such file or directory
2025-04-03T20:49:25.976100068Z iptables v1.8.11 (nf_tables)
2025-04-03T20:49:25.978050861Z mount: permission denied (are you root?)
2025-04-03T20:49:25.978126023Z Could not mount /sys/kernel/security.
2025-04-03T20:49:25.978133327Z AppArmor detection and --privileged mode might break.
2025-04-03T20:49:25.979184352Z mount: permission denied (are you root?)

*********

Pulling docker image docker:latest ...
Using docker image sha256:0f7ea23310b3fff4bbef36e8b08d5235dffa4d1aef78d84779d009e52daf7199 for docker:latest with digest docker@sha256:4924fece44d61eeec47f619a4c35cd70fa2a31cd36b6283943a122369549fb82 ...
section_end:1743713397:prepare_executor
section_start:1743713397:prepare_script
Preparing environment
Running on runner-up9c6bkk-project-116-concurrent-0 via 4780d3b8c9cd...
section_end:1743713397:prepare_script
section_start:1743713397:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/nandxor/fridge-audioserver/.git/
Created fresh repository.
Checking out 1c242f29 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1743713398:get_sources
section_start:1743713398:step_script
Executing "step_script" stage of the job script
Using docker image sha256:0f7ea23310b3fff4bbef36e8b08d5235dffa4d1aef78d84779d009e52daf7199 for docker:latest with digest docker@sha256:4924fece44d61eeec47f619a4c35cd70fa2a31cd36b6283943a122369549fb82 ...
$ docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded

WARNING! Your credentials are stored unencrypted in '/root/.docker/config.json'.
Configure a credential helper to remove this warning. See
https://docs.docker.com/go/credential-store/

$ if [[ "$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" ]]; then # collapsed multi-line command
Running on default branch 'main': tag = 'latest'
$ docker build -t "$CI_REGISTRY_IMAGE${tag}" .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 218B done
#1 DONE 0.0s

#2 [internal] load metadata for docker.io/library/php:8.1-apache
#2 DONE 1.4s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.0s

#4 [internal] load build context
#4 transferring context: 5.54kB done
#4 DONE 0.0s

#5 [1/5] FROM docker.io/library/php:8.1-apache@sha256:af2fe79bf6e533051f1b5700b7242d47029280c571118dfc73267f069c6a13f7
#5 resolve docker.io/library/php:8.1-apache@sha256:af2fe79bf6e533051f1b5700b7242d47029280c571118dfc73267f069c6a13f7 0.0s done
#5 sha256:af2fe79bf6e533051f1b5700b7242d47029280c571118dfc73267f069c6a13f7 10.40kB / 10.40kB done
#5 sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad 0B / 28.20MB 0.1s
#5 sha256:548181fe0acec48cb43466227706c533034b712c9c0c94eb6ab73736ca51a3d1 0B / 226B 0.1s
#5 sha256:89bee568351105543c972d549e1ebcc40199d5f63ccc8cd1572739ce8a98a379 3.64kB / 3.64kB done
#5 sha256:3800d6791c7d783c08798a8389cd9e6d9744aa040883e387ed2127037a3ccf5b 11.40kB / 11.40kB done
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 0B / 104.33MB 0.1s
#5 sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad 13.63MB / 28.20MB 0.3s
#5 sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad 28.20MB / 28.20MB 0.5s done
#5 sha256:548181fe0acec48cb43466227706c533034b712c9c0c94eb6ab73736ca51a3d1 226B / 226B 0.3s done
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 6.29MB / 104.33MB 0.5s
#5 sha256:2bb36efa12a215588862f419836c1c43ccf29d9fd8bf58817f3a980ff0a0cead 223B / 223B 0.5s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 17.83MB / 104.33MB 0.6s
#5 sha256:2bb36efa12a215588862f419836c1c43ccf29d9fd8bf58817f3a980ff0a0cead 223B / 223B 0.5s done
#5 extracting sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad 0.1s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 0B / 20.12MB 0.6s
#5 sha256:3e416d011d38e8f02eeab60381d74f845949a9e4f4fba6ad6ffc2bc8dedffc95 0B / 436B 0.6s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 24.12MB / 104.33MB 0.7s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 1.05MB / 20.12MB 0.7s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 30.41MB / 104.33MB 0.8s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 8.39MB / 20.12MB 0.8s
#5 sha256:3e416d011d38e8f02eeab60381d74f845949a9e4f4fba6ad6ffc2bc8dedffc95 436B / 436B 0.8s done
#5 sha256:3747d7ee5a79f8ed273094e3d4e5d34b0d52355222f1a19f71887c1df3ba00ef 0B / 485B 0.8s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 35.65MB / 104.33MB 0.9s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 13.63MB / 20.12MB 0.9s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 41.94MB / 104.33MB 1.0s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 20.12MB / 20.12MB 1.0s
#5 sha256:3747d7ee5a79f8ed273094e3d4e5d34b0d52355222f1a19f71887c1df3ba00ef 485B / 485B 0.9s done
#5 sha256:ce451a7bc6af06a9a3a3efb9b26738c97c424bc575b013af94438bea72c9bfbc 0B / 12.02MB 1.0s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 52.43MB / 104.33MB 1.2s
#5 sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 20.12MB / 20.12MB 1.0s done
#5 sha256:ce451a7bc6af06a9a3a3efb9b26738c97c424bc575b013af94438bea72c9bfbc 8.39MB / 12.02MB 1.2s
#5 sha256:37eefc950b5e93ccbdddb8139273936c6dd69204c3cf1e19722b641b769f412d 488B / 488B 1.2s done
#5 sha256:d2941a761d5c9d2d12a7a6ff2030c713887d0223f51e1078af983f0e9080c79a 0B / 11.16MB 1.2s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 62.06MB / 104.33MB 1.4s
#5 sha256:ce451a7bc6af06a9a3a3efb9b26738c97c424bc575b013af94438bea72c9bfbc 12.02MB / 12.02MB 1.3s done
#5 sha256:d2941a761d5c9d2d12a7a6ff2030c713887d0223f51e1078af983f0e9080c79a 2.10MB / 11.16MB 1.4s
#5 sha256:1917b668ccf0f816a8004ade2687eb2630db865a38999eecfd4247ab3b33efde 0B / 2.46kB 1.4s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 76.55MB / 104.33MB 1.6s
#5 sha256:d2941a761d5c9d2d12a7a6ff2030c713887d0223f51e1078af983f0e9080c79a 11.16MB / 11.16MB 1.5s done
#5 sha256:1917b668ccf0f816a8004ade2687eb2630db865a38999eecfd4247ab3b33efde 2.46kB / 2.46kB 1.5s done
#5 sha256:2707dafc7bdeb4d61c3c5be1f3624e16c00228fb90f6a4b33e174b92cc4fb4e0 0B / 244B 1.6s
#5 sha256:4893c1a400c5331f80c2a38d56ce76d08f007a5e8d4551349bf8f35d82df83d7 0B / 893B 1.6s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 88.08MB / 104.33MB 1.7s
#5 sha256:2707dafc7bdeb4d61c3c5be1f3624e16c00228fb90f6a4b33e174b92cc4fb4e0 244B / 244B 1.6s done
#5 sha256:4893c1a400c5331f80c2a38d56ce76d08f007a5e8d4551349bf8f35d82df83d7 893B / 893B 1.7s done
#5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0B / 32B 1.7s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 97.52MB / 104.33MB 1.8s
#5 extracting sha256:6e909acdb790c5a1989d9cfc795fda5a246ad6664bb27b5c688e2b734b2c5fad 1.3s done
#5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.8s
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 104.33MB / 104.33MB 2.0s
#5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.8s done
#5 sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 104.33MB / 104.33MB 2.0s done
#5 extracting sha256:548181fe0acec48cb43466227706c533034b712c9c0c94eb6ab73736ca51a3d1 done
#5 extracting sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83
#5 extracting sha256:5f1bebd3060f7aaa2c2c77c76c0a8efc8236c8214403d4db42790ce87ff69a83 3.5s done
#5 extracting sha256:2bb36efa12a215588862f419836c1c43ccf29d9fd8bf58817f3a980ff0a0cead
#5 extracting sha256:2bb36efa12a215588862f419836c1c43ccf29d9fd8bf58817f3a980ff0a0cead done
#5 extracting sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 0.1s
#5 extracting sha256:31e7fcdb40236fb46482f68dc7ddff078ba5a96284cfc374f9687e6bbf1ff858 0.5s done
#5 extracting sha256:3e416d011d38e8f02eeab60381d74f845949a9e4f4fba6ad6ffc2bc8dedffc95 done
#5 extracting sha256:3747d7ee5a79f8ed273094e3d4e5d34b0d52355222f1a19f71887c1df3ba00ef done
#5 extracting sha256:ce451a7bc6af06a9a3a3efb9b26738c97c424bc575b013af94438bea72c9bfbc
#5 extracting sha256:ce451a7bc6af06a9a3a3efb9b26738c97c424bc575b013af94438bea72c9bfbc 0.1s done
#5 extracting sha256:37eefc950b5e93ccbdddb8139273936c6dd69204c3cf1e19722b641b769f412d
#5 extracting sha256:37eefc950b5e93ccbdddb8139273936c6dd69204c3cf1e19722b641b769f412d done
#5 extracting sha256:d2941a761d5c9d2d12a7a6ff2030c713887d0223f51e1078af983f0e9080c79a 0.1s
#5 extracting sha256:d2941a761d5c9d2d12a7a6ff2030c713887d0223f51e1078af983f0e9080c79a 0.5s done
#5 extracting sha256:1917b668ccf0f816a8004ade2687eb2630db865a38999eecfd4247ab3b33efde done
#5 extracting sha256:2707dafc7bdeb4d61c3c5be1f3624e16c00228fb90f6a4b33e174b92cc4fb4e0
#5 extracting sha256:2707dafc7bdeb4d61c3c5be1f3624e16c00228fb90f6a4b33e174b92cc4fb4e0 done
#5 extracting sha256:4893c1a400c5331f80c2a38d56ce76d08f007a5e8d4551349bf8f35d82df83d7 done
#5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
#5 DONE 7.5s

#6 [2/5] COPY src/ /var/www/html/
#6 DONE 1.1s

#7 [3/5] RUN mkdir -p /var/www/html/audio
#7 DONE 0.3s

#8 [4/5] RUN chown -R www-data:www-data *
#8 DONE 0.7s

#9 [5/5] ADD ./docker/custom-php.ini /usr/local/etc/php/conf.d/custom-php.ini
#9 DONE 0.3s

#10 exporting to image
#10 exporting layers
#10 exporting layers 0.4s done
#10 writing image sha256:c27c4653012d4024a4500601864b65be8a629059437b92a32e87aa85b499473a 0.0s done
#10 naming to gitlab-registry.warpzone.ms/nandxor/fridge-audioserver 0.0s done
#10 DONE 0.4s
$ docker push "$CI_REGISTRY_IMAGE${tag}"
Using default tag: latest
The push refers to repository [gitlab-registry.warpzone.ms/nandxor/fridge-audioserver]
d8891944de74: Preparing
8f7de68c7cf4: Preparing
9e13eec0bdc1: Preparing
8a6d3ab2ca11: Preparing
5f70bf18a086: Preparing
e53bd8c5e418: Preparing
3e229568f007: Preparing
308f9bcc6184: Preparing
b088d88f6df8: Preparing
ea292c4525aa: Preparing
27c211b68e16: Preparing
d2fe16c59981: Preparing
7e2dda693a29: Preparing
901559d6789a: Preparing
a9a233eb67fd: Preparing
e53bd8c5e418: Waiting
3e229568f007: Waiting
d134cbb1ccb2: Preparing
043aef6006f0: Preparing
1287fbecdfcc: Preparing
308f9bcc6184: Waiting
b088d88f6df8: Waiting
a9a233eb67fd: Waiting
d134cbb1ccb2: Waiting
ea292c4525aa: Waiting
d2fe16c59981: Waiting
043aef6006f0: Waiting
27c211b68e16: Waiting
7e2dda693a29: Waiting
1287fbecdfcc: Waiting
901559d6789a: Waiting
9e13eec0bdc1: Retrying in 5 seconds
d8891944de74: Retrying in 5 seconds
8f7de68c7cf4: Retrying in 5 seconds
8a6d3ab2ca11: Retrying in 5 seconds
5f70bf18a086: Retrying in 5 seconds
9e13eec0bdc1: Retrying in 4 seconds
d8891944de74: Retrying in 4 seconds
8f7de68c7cf4: Retrying in 4 seconds
8a6d3ab2ca11: Retrying in 4 seconds
5f70bf18a086: Retrying in 4 seconds
9e13eec0bdc1: Retrying in 3 seconds
d8891944de74: Retrying in 3 seconds
8f7de68c7cf4: Retrying in 3 seconds
8a6d3ab2ca11: Retrying in 3 seconds
5f70bf18a086: Retrying in 3 seconds
9e13eec0bdc1: Retrying in 2 seconds
d8891944de74: Retrying in 2 seconds
8f7de68c7cf4: Retrying in 2 seconds
8a6d3ab2ca11: Retrying in 2 seconds
5f70bf18a086: Retrying in 2 seconds
9e13eec0bdc1: Retrying in 1 second
d8891944de74: Retrying in 1 second
8f7de68c7cf4: Retrying in 1 second
8a6d3ab2ca11: Retrying in 1 second
5f70bf18a086: Retrying in 1 second
9e13eec0bdc1: Retrying in 10 seconds
8f7de68c7cf4: Retrying in 10 seconds
d8891944de74: Retrying in 10 seconds
8a6d3ab2ca11: Retrying in 10 seconds
5f70bf18a086: Retrying in 10 seconds
9e13eec0bdc1: Retrying in 9 seconds
8f7de68c7cf4: Retrying in 9 seconds
d8891944de74: Retrying in 9 seconds
8a6d3ab2ca11: Retrying in 9 seconds
5f70bf18a086: Retrying in 9 seconds
9e13eec0bdc1: Retrying in 8 seconds
8f7de68c7cf4: Retrying in 8 seconds
d8891944de74: Retrying in 8 seconds
8a6d3ab2ca11: Retrying in 8 seconds
5f70bf18a086: Retrying in 8 seconds
9e13eec0bdc1: Retrying in 7 seconds
8f7de68c7cf4: Retrying in 7 seconds
d8891944de74: Retrying in 7 seconds
8a6d3ab2ca11: Retrying in 7 seconds
5f70bf18a086: Retrying in 7 seconds
9e13eec0bdc1: Retrying in 6 seconds
8f7de68c7cf4: Retrying in 6 seconds
d8891944de74: Retrying in 6 seconds
8a6d3ab2ca11: Retrying in 6 seconds
5f70bf18a086: Retrying in 6 seconds
9e13eec0bdc1: Retrying in 5 seconds
8f7de68c7cf4: Retrying in 5 seconds
d8891944de74: Retrying in 5 seconds
8a6d3ab2ca11: Retrying in 5 seconds
5f70bf18a086: Retrying in 5 seconds
9e13eec0bdc1: Retrying in 4 seconds
8f7de68c7cf4: Retrying in 4 seconds
d8891944de74: Retrying in 4 seconds
8a6d3ab2ca11: Retrying in 4 seconds
5f70bf18a086: Retrying in 4 seconds
9e13eec0bdc1: Retrying in 3 seconds
8f7de68c7cf4: Retrying in 3 seconds
d8891944de74: Retrying in 3 seconds
8a6d3ab2ca11: Retrying in 3 seconds
5f70bf18a086: Retrying in 3 seconds
9e13eec0bdc1: Retrying in 2 seconds
8f7de68c7cf4: Retrying in 2 seconds
d8891944de74: Retrying in 2 seconds
8a6d3ab2ca11: Retrying in 2 seconds
5f70bf18a086: Retrying in 2 seconds
9e13eec0bdc1: Retrying in 1 second
8f7de68c7cf4: Retrying in 1 second
d8891944de74: Retrying in 1 second
8a6d3ab2ca11: Retrying in 1 second
5f70bf18a086: Retrying in 1 second
8a6d3ab2ca11: Retrying in 15 seconds
d8891944de74: Retrying in 15 seconds
9e13eec0bdc1: Retrying in 15 seconds
8f7de68c7cf4: Retrying in 15 seconds
5f70bf18a086: Retrying in 15 seconds
8a6d3ab2ca11: Retrying in 14 seconds
d8891944de74: Retrying in 14 seconds
9e13eec0bdc1: Retrying in 14 seconds
8f7de68c7cf4: Retrying in 14 seconds
5f70bf18a086: Retrying in 14 seconds
8a6d3ab2ca11: Retrying in 13 seconds
d8891944de74: Retrying in 13 seconds
9e13eec0bdc1: Retrying in 13 seconds
8f7de68c7cf4: Retrying in 13 seconds
5f70bf18a086: Retrying in 13 seconds
8a6d3ab2ca11: Retrying in 12 seconds
d8891944de74: Retrying in 12 seconds
9e13eec0bdc1: Retrying in 12 seconds
8f7de68c7cf4: Retrying in 12 seconds
5f70bf18a086: Retrying in 12 seconds
8a6d3ab2ca11: Retrying in 11 seconds
d8891944de74: Retrying in 11 seconds
9e13eec0bdc1: Retrying in 11 seconds
5f70bf18a086: Retrying in 11 seconds
8f7de68c7cf4: Retrying in 11 seconds
8a6d3ab2ca11: Retrying in 10 seconds
d8891944de74: Retrying in 10 seconds
9e13eec0bdc1: Retrying in 10 seconds
5f70bf18a086: Retrying in 10 seconds
8f7de68c7cf4: Retrying in 10 seconds
8a6d3ab2ca11: Retrying in 9 seconds
d8891944de74: Retrying in 9 seconds
9e13eec0bdc1: Retrying in 9 seconds
5f70bf18a086: Retrying in 9 seconds
8f7de68c7cf4: Retrying in 9 seconds
8a6d3ab2ca11: Retrying in 8 seconds
d8891944de74: Retrying in 8 seconds
9e13eec0bdc1: Retrying in 8 seconds
5f70bf18a086: Retrying in 8 seconds
8f7de68c7cf4: Retrying in 8 seconds
8a6d3ab2ca11: Retrying in 7 seconds
d8891944de74: Retrying in 7 seconds
9e13eec0bdc1: Retrying in 7 seconds
8f7de68c7cf4: Retrying in 7 seconds
5f70bf18a086: Retrying in 7 seconds
8a6d3ab2ca11: Retrying in 6 seconds
d8891944de74: Retrying in 6 seconds
9e13eec0bdc1: Retrying in 6 seconds
8f7de68c7cf4: Retrying in 6 seconds
5f70bf18a086: Retrying in 6 seconds
8a6d3ab2ca11: Retrying in 5 seconds
d8891944de74: Retrying in 5 seconds
9e13eec0bdc1: Retrying in 5 seconds
8f7de68c7cf4: Retrying in 5 seconds
5f70bf18a086: Retrying in 5 seconds
8a6d3ab2ca11: Retrying in 4 seconds
d8891944de74: Retrying in 4 seconds
9e13eec0bdc1: Retrying in 4 seconds
5f70bf18a086: Retrying in 4 seconds
8f7de68c7cf4: Retrying in 4 seconds
8a6d3ab2ca11: Retrying in 3 seconds
d8891944de74: Retrying in 3 seconds
9e13eec0bdc1: Retrying in 3 seconds
8f7de68c7cf4: Retrying in 3 seconds
5f70bf18a086: Retrying in 3 seconds
8a6d3ab2ca11: Retrying in 2 seconds
d8891944de74: Retrying in 2 seconds
9e13eec0bdc1: Retrying in 2 seconds
8f7de68c7cf4: Retrying in 2 seconds
5f70bf18a086: Retrying in 2 seconds
8a6d3ab2ca11: Retrying in 1 second
d8891944de74: Retrying in 1 second
9e13eec0bdc1: Retrying in 1 second
8f7de68c7cf4: Retrying in 1 second
5f70bf18a086: Retrying in 1 second
8a6d3ab2ca11: Retrying in 20 seconds
d8891944de74: Retrying in 20 seconds
5f70bf18a086: Retrying in 20 seconds
8f7de68c7cf4: Retrying in 20 seconds
9e13eec0bdc1: Retrying in 20 seconds
8a6d3ab2ca11: Retrying in 19 seconds
d8891944de74: Retrying in 19 seconds
5f70bf18a086: Retrying in 19 seconds
8f7de68c7cf4: Retrying in 19 seconds
9e13eec0bdc1: Retrying in 19 seconds
8a6d3ab2ca11: Retrying in 18 seconds
d8891944de74: Retrying in 18 seconds
5f70bf18a086: Retrying in 18 seconds
8f7de68c7cf4: Retrying in 18 seconds
9e13eec0bdc1: Retrying in 18 seconds
8a6d3ab2ca11: Retrying in 17 seconds
d8891944de74: Retrying in 17 seconds
5f70bf18a086: Retrying in 17 seconds
8f7de68c7cf4: Retrying in 17 seconds
9e13eec0bdc1: Retrying in 17 seconds
8a6d3ab2ca11: Retrying in 16 seconds
d8891944de74: Retrying in 16 seconds
5f70bf18a086: Retrying in 16 seconds
8f7de68c7cf4: Retrying in 16 seconds
9e13eec0bdc1: Retrying in 16 seconds
8a6d3ab2ca11: Retrying in 15 seconds
d8891944de74: Retrying in 15 seconds
5f70bf18a086: Retrying in 15 seconds
8f7de68c7cf4: Retrying in 15 seconds
9e13eec0bdc1: Retrying in 15 seconds
8a6d3ab2ca11: Retrying in 14 seconds
d8891944de74: Retrying in 14 seconds
5f70bf18a086: Retrying in 14 seconds
8f7de68c7cf4: Retrying in 14 seconds
9e13eec0bdc1: Retrying in 14 seconds
8a6d3ab2ca11: Retrying in 13 seconds
d8891944de74: Retrying in 13 seconds
5f70bf18a086: Retrying in 13 seconds
8f7de68c7cf4: Retrying in 13 seconds
9e13eec0bdc1: Retrying in 13 seconds
8a6d3ab2ca11: Retrying in 12 seconds
d8891944de74: Retrying in 12 seconds
5f70bf18a086: Retrying in 12 seconds
8f7de68c7cf4: Retrying in 12 seconds
9e13eec0bdc1: Retrying in 12 seconds
8a6d3ab2ca11: Retrying in 11 seconds
d8891944de74: Retrying in 11 seconds
5f70bf18a086: Retrying in 11 seconds
8f7de68c7cf4: Retrying in 11 seconds
9e13eec0bdc1: Retrying in 11 seconds
8a6d3ab2ca11: Retrying in 10 seconds
d8891944de74: Retrying in 10 seconds
5f70bf18a086: Retrying in 10 seconds
8f7de68c7cf4: Retrying in 10 seconds
9e13eec0bdc1: Retrying in 10 seconds
8a6d3ab2ca11: Retrying in 9 seconds
d8891944de74: Retrying in 9 seconds
5f70bf18a086: Retrying in 9 seconds
8f7de68c7cf4: Retrying in 9 seconds
9e13eec0bdc1: Retrying in 9 seconds
8a6d3ab2ca11: Retrying in 8 seconds
d8891944de74: Retrying in 8 seconds
5f70bf18a086: Retrying in 8 seconds
8f7de68c7cf4: Retrying in 8 seconds
9e13eec0bdc1: Retrying in 8 seconds
8a6d3ab2ca11: Retrying in 7 seconds
d8891944de74: Retrying in 7 seconds
5f70bf18a086: Retrying in 7 seconds
8f7de68c7cf4: Retrying in 7 seconds
9e13eec0bdc1: Retrying in 7 seconds
8a6d3ab2ca11: Retrying in 6 seconds
d8891944de74: Retrying in 6 seconds
5f70bf18a086: Retrying in 6 seconds
8f7de68c7cf4: Retrying in 6 seconds
9e13eec0bdc1: Retrying in 6 seconds
8a6d3ab2ca11: Retrying in 5 seconds
d8891944de74: Retrying in 5 seconds
5f70bf18a086: Retrying in 5 seconds
8f7de68c7cf4: Retrying in 5 seconds
9e13eec0bdc1: Retrying in 5 seconds
8a6d3ab2ca11: Retrying in 4 seconds
d8891944de74: Retrying in 4 seconds
5f70bf18a086: Retrying in 4 seconds
8f7de68c7cf4: Retrying in 4 seconds
9e13eec0bdc1: Retrying in 4 seconds
8a6d3ab2ca11: Retrying in 3 seconds
d8891944de74: Retrying in 3 seconds
5f70bf18a086: Retrying in 3 seconds
8f7de68c7cf4: Retrying in 3 seconds
9e13eec0bdc1: Retrying in 3 seconds
8a6d3ab2ca11: Retrying in 2 seconds
d8891944de74: Retrying in 2 seconds
5f70bf18a086: Retrying in 2 seconds
8f7de68c7cf4: Retrying in 2 seconds
9e13eec0bdc1: Retrying in 2 seconds
8a6d3ab2ca11: Retrying in 1 second
d8891944de74: Retrying in 1 second
5f70bf18a086: Retrying in 1 second
8f7de68c7cf4: Retrying in 1 second
9e13eec0bdc1: Retrying in 1 second
received unexpected HTTP status: 500 Internal Server Error
section_end:1743713461:step_script
section_start:1743713461:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1743713461:cleanup_file_variables
ERROR: Job failed: exit code 1