Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)
  on green-5.saas-linux-small-amd64.runners-manager.gitlab.com/default xS6Vzpvo, system ID: s_6b1e4f06fcfd
  feature flags: FF_SCRIPT_SECTIONS:true
Resolving secrets
section_start:1741184671:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image docker:latest ...
Starting service docker:dind...
Pulling docker image docker:dind ...
Using docker image sha256:cca75ab1d7a7464eafbb043969362b3580b89fc13d0a24015f05784cf1fbf4a8 for docker:dind with digest docker@sha256:9a651b22672c7151b5d8ca820ed2290b3fe4d4922e9b3f37ab14c8876da6613d ...
Waiting for services to be up and running (timeout 30 seconds)...
Pulling docker image docker:latest ...
Using docker image sha256:cca75ab1d7a7464eafbb043969362b3580b89fc13d0a24015f05784cf1fbf4a8 for docker:latest with digest docker@sha256:9a651b22672c7151b5d8ca820ed2290b3fe4d4922e9b3f37ab14c8876da6613d ...
section_end:1741184703:prepare_executor
section_start:1741184703:prepare_script
Preparing environment
Running on runner-xs6vzpvo-project-23684830-concurrent-0 via runner-xs6vzpvo-s-l-s-amd64-1741184613-d26699ef...
section_end:1741184703:prepare_script
section_start:1741184703:get_sources
Getting source from Git repository
Fetching changes with git depth set to 100...
Initialized empty Git repository in /builds/nbdkit/nbdkit/.git/
Created fresh repository.
Checking out 1aeaa096 as detached HEAD (ref is master)...

Skipping Git submodules setup
$ git remote set-url origin "${CI_REPOSITORY_URL}"
section_end:1741184705:get_sources
section_start:1741184705:step_script
Executing "step_script" stage of the job script
Using docker image sha256:cca75ab1d7a7464eafbb043969362b3580b89fc13d0a24015f05784cf1fbf4a8 for docker:latest with digest docker@sha256:9a651b22672c7151b5d8ca820ed2290b3fe4d4922e9b3f37ab14c8876da6613d ...
$ export TAG="$CI_REGISTRY_IMAGE/ci-$NAME:latest"
$ docker info
Client:
 Version:    28.0.1
 Context:    default
 Debug Mode: false
 Plugins:
  buildx: Docker Buildx (Docker Inc.)
    Version:  v0.21.2
    Path:     /usr/local/libexec/docker/cli-plugins/docker-buildx
  compose: Docker Compose (Docker Inc.)
    Version:  v2.33.1
    Path:     /usr/local/libexec/docker/cli-plugins/docker-compose

Server:
 Containers: 0
  Running: 0
  Paused: 0
  Stopped: 0
 Images: 0
 Server Version: 28.0.1
 Storage Driver: overlay2
  Backing Filesystem: extfs
[DEPRECATION NOTICE]: API is accessible on http://0.0.0.0:2375 without encryption.
         Access to the remote API is equivalent to root access on the host. Refer
         to the 'Docker daemon attack surface' section in the documentation for
         more information: https://docs.docker.com/go/attack-surface/
In future versions this will be a hard failure preventing the daemon from starting! Learn more at: https://docs.docker.com/go/api-security/
  Supports d_type: true
  Using metacopy: false
  Native Overlay Diff: true
  userxattr: false
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 2
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: bcc810d6b9066471b0b6fa75f557a15a1cbf31bb
 runc version: v1.2.5-0-g59923ef
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: builtin
  cgroupns
 Kernel Version: 5.15.154+
 Operating System: Alpine Linux v3.21 (containerized)
 OSType: linux
 Architecture: x86_64
 CPUs: 2
 Total Memory: 7.768GiB
 Name: 2e48f38272a3
 ID: cc705d6a-f4c2-4f5f-83d0-d7e92aaf796c
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Experimental: false
 Insecure Registries:
  ::1/128
  127.0.0.0/8
 Live Restore Enabled: false
 Product License: Community Engine

$ docker login "$CI_REGISTRY" -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
WARNING! Using --password via the CLI is insecure. Use --password-stdin.

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/

Login Succeeded
$ docker build --tag "$TAG" -f "ci/containers/$NAME.Dockerfile" ci/containers ;
#0 building with "default" instance using docker driver

#1 [internal] load build definition from fedora-40.Dockerfile
#1 transferring dockerfile: 2.79kB done
#1 DONE 0.0s

#2 [internal] load metadata for registry.fedoraproject.org/fedora:40
#2 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry.fedoraproject.org/v2/fedora/blobs/sha256:9d7d4503d4c7441333ce69ecb6d170fa929921a3714c68d69f2b8d23f49c0848: 502 Bad Gateway
------
 > [internal] load metadata for registry.fedoraproject.org/fedora:40:
------
fedora-40.Dockerfile:7
--------------------
   5 |     # https://gitlab.com/libvirt/libvirt-ci
   6 |     
   7 | >>> FROM registry.fedoraproject.org/fedora:40
   8 |     
   9 |     RUN dnf install -y nosync && \
--------------------
ERROR: failed to solve: registry.fedoraproject.org/fedora:40: failed to resolve source metadata for registry.fedoraproject.org/fedora:40: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry.fedoraproject.org/v2/fedora/blobs/sha256:9d7d4503d4c7441333ce69ecb6d170fa929921a3714c68d69f2b8d23f49c0848: 502 Bad Gateway
section_end:1741184707:step_script
section_start:1741184707:after_script
Running after_script
Running after script...
$ docker logout
Removing login credentials for https://index.docker.io/v1/
section_end:1741184707:after_script
section_start:1741184707:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1741184708:cleanup_file_variables
ERROR: Job failed: exit code 1