Skip to content

Instantly share code, notes, and snippets.

@superherointj
Created January 24, 2020 20:07
Show Gist options
  • Save superherointj/9e536de2820d7d595363853b61da0a7d to your computer and use it in GitHub Desktop.
Save superherointj/9e536de2820d7d595363853b61da0a7d to your computer and use it in GitHub Desktop.
On executing: "gitlab-runner exec docker job_dev_ci"
job_dev_ci:
image: alpine:latest
script:
- echo "Hello"
========= stderr =========
Runtime platform arch=amd64 os=linux pid=15258 revision=58272c27 version=12.7.0
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x559247be05fd]
goroutine 41 [running]:
gitlab.com/gitlab-org/gitlab-runner/common.(*Build).executeUploadReferees(0xc000122a80, 0x559248b3e980, 0xc00003a400, 0xbf82f149e73b7e02, 0x7b4a6565, 0x559249634980, 0xbf82f14c9e6bf487, 0x3022189c2, 0x559249634980)
/build/gitlab-runner/src/src/gitlab.com/gitlab-org/gitlab-runner/common/build.go:336 +0x35d
gitlab.com/gitlab-org/gitlab-runner/common.(*Build).executeScript(0xc000122a80, 0x559248b3e980, 0xc00003a400, 0x559248b4fde0, 0xc0003e0000, 0x0, 0x0)
/build/gitlab-runner/src/src/gitlab.com/gitlab-org/gitlab-runner/common/build.go:297 +0x1fe
gitlab.com/gitlab-org/gitlab-runner/common.(*Build).run.func1(0xc00009c420, 0xc000122a80, 0x559248b3e980, 0xc00003a400, 0x559248b4fde0, 0xc0003e0000)
/build/gitlab-runner/src/src/gitlab.com/gitlab-org/gitlab-runner/common/build.go:401 +0x58
created by gitlab.com/gitlab-org/gitlab-runner/common.(*Build).run
/build/gitlab-runner/src/src/gitlab.com/gitlab-org/gitlab-runner/common/build.go:400 +0x216
====== stdout ====
Running with gitlab-runner 12.7.0 (58272c27)
Using Docker executor with image alpine:latest ...
Authenticating with credentials from /home/intj/.docker/config.json
Pulling docker image alpine:latest ...
Using docker image sha256:e7d92cdc71feacf90708cb59182d0df1b911f8ae022d29e8e95d75ca6a99776a for alpine:latest ...
Authenticating with credentials from /home/intj/.docker/config.json
Running on runner--project-0-concurrent-0 via 2700x-PC...
Authenticating with credentials from /home/intj/.docker/config.json
Fetching changes...
Initialized empty Git repository in /builds/project-0/.git/
Created fresh repository.
From /home/intj/git/workflux
* [new branch] dev -> origin/dev
* [new branch] master -> origin/master
Checking out 41bfa339 as dev...
Skipping Git submodules setup
Authenticating with credentials from /home/intj/.docker/config.json
Authenticating with credentials from /home/intj/.docker/config.json
Authenticating with credentials from /home/intj/.docker/config.json
$ echo "Hello"
Hello
Authenticating with credentials from /home/intj/.docker/config.json
Authenticating with credentials from /home/intj/.docker/config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment