Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created April 1, 2024 19:39
Show Gist options
  • Save anthonybudd/ee3e540ec01b05c9908bf35a656031db to your computer and use it in GitHub Desktop.
Save anthonybudd/ee3e540ec01b05c9908bf35a656031db to your computer and use it in GitHub Desktop.
gitlab-runner-issues-37336
stages:
- build
build-job:
stage: build
script:
- echo "Compiling the code..."
- pwd
- ls
concurrent = 1
check_interval = 0
connection_max_age = "15m0s"
shutdown_timeout = 0
[session_server]
session_timeout = 1800
[[runners]]
name = "gitlab"
url = "https://gitlab.local"
id = 8
token = "__HIDDEN__"
token_obtained_at = 2024-03-31T22:43:20Z
token_expires_at = 0001-01-01T00:00:00Z
tls-ca-file = "/etc/gitlab/ssl/gitlab.local.crt"
executor = "docker"
[runners.cache]
MaxUploadedArchiveSize = 0
[runners.docker]
tls_verify = false
image = "alpine"
privileged = false
disable_entrypoint_overwrite = false
oom_kill_disable = false
disable_cache = true
volumes = ["/cache"]
shm_size = 0
network_mtu = 0
Client: Docker Engine - Community
Version: 26.0.0
Context: default
Debug Mode: false
Plugins:
buildx: Docker Buildx (Docker Inc.)
Version: v0.13.1
Path: /usr/libexec/docker/cli-plugins/docker-buildx
compose: Docker Compose (Docker Inc.)
Version: v2.25.0
Path: /usr/libexec/docker/cli-plugins/docker-compose
Server:
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 26.0.0
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Using metacopy: false
Native Overlay Diff: true
userxattr: false
Logging Driver: json-file
Cgroup Driver: systemd
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: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc version: v1.1.12-0-g51d5e94
init version: de40ad0
Security Options:
seccomp
Profile: builtin
cgroupns
Kernel Version: 6.1.21-v8+
Operating System: Raspbian GNU/Linux 11 (bullseye)
OSType: linux
Architecture: aarch64
CPUs: 4
Total Memory: 7.629GiB
Name: gitlab
ID: 26fe894b-980f-4a09-b9bb-ad0249172a82
Docker Root Dir: /var/lib/docker
Debug Mode: false
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
WARNING: No memory limit support
WARNING: No swap limit support
Running with gitlab-runner 16.10.0 (81ab07f6)
on gitlab BQC1gKps3, system ID: s_13aa290d0816
Preparing the "docker" executor
00:04
Using Docker executor with image alpine ...
ERROR: Job failed: creating cache volume: set volume permissions: running permission container "b6e01b7bd5a71a6c80118dfa7a82cb1750e645454afa3c4568519a480cbd1d26" for volume "runner-bqc1gkps3-project-1-concurrent-0-bef90b9ed855a2b9-cache-c33bcaa1fd2c77edfc3893b41966cea8": waiting for permission container to finish: exit code 159
Checking for jobs... received job=24 repo_url=https://gitlab.local/website/website.git runner=BQC1gKps3
Added job to processing list builds=1 job=24 max_builds=1 project=1 repo_url=https://gitlab.local/website/website.git time_in_queue_seconds=3
Appending trace to coordinator...ok code=202 job=24 job-log=0-491 job-status=running runner=BQC1gKps3 sent-log=0-490 status=202 Accepted update-interval=3s
Appending trace to coordinator...ok code=202 job=24 job-log=0-830 job-status=running runner=BQC1gKps3 sent-log=491-829 status=202 Accepted update-interval=3s
WARNING: Job failed: creating cache volume: set volume permissions: running permission container "bf4e0e6a7a2412baaaf853e18936136ba21dc747b074ad7368aa4134dc2d2d7c" for volume "runner-bqc1gkps3-project-1-concurrent-0-a04f6835fae30ca5-cache-c33bcaa1fd2c77edfc3893b41966cea8": waiting for permission container to finish: exit code 159 duration_s=13.575902051 job=24 project=1 runner=BQC1gKps3
Appending trace to coordinator...ok code=202 job=24 job-log=0-1217 job-status=running runner=BQC1gKps3 sent-log=830-1216 status=202 Accepted update-interval=3s
Updating job... bytesize=1217 checksum=crc32:51252982 job=24 runner=BQC1gKps3
Submitting job to coordinator...ok bytesize=1217 checksum=crc32:51252982 code=200 job=24 job-status= runner=BQC1gKps3 update-interval=0s
Removed job from processing list builds=0 job=24 max_builds=1 project=1 repo_url=https://gitlab.local/website/website.git time_in_queue_seconds=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment