Created
January 24, 2020 20:07
-
-
Save superherointj/9e536de2820d7d595363853b61da0a7d to your computer and use it in GitHub Desktop.
On executing: "gitlab-runner exec docker job_dev_ci"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
job_dev_ci: | |
image: alpine:latest | |
script: | |
- echo "Hello" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========= 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====== stdout ==== | |
[0KRunning with gitlab-runner 12.7.0 (58272c27) | |
[0;m[0KUsing Docker executor with image alpine:latest ... | |
[0;m[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[0KPulling docker image alpine:latest ... | |
[0;m[0KUsing docker image sha256:e7d92cdc71feacf90708cb59182d0df1b911f8ae022d29e8e95d75ca6a99776a for alpine:latest ... | |
[0;m[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;mRunning on runner--project-0-concurrent-0 via 2700x-PC... | |
[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[32;1mFetching changes...[0;m | |
Initialized empty Git repository in /builds/project-0/.git/ | |
[32;1mCreated fresh repository.[0;m | |
From /home/intj/git/workflux | |
* [new branch] dev -> origin/dev | |
* [new branch] master -> origin/master | |
[32;1mChecking out 41bfa339 as dev...[0;m | |
[32;1mSkipping Git submodules setup[0;m | |
[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[32;1m$ echo "Hello"[0;m | |
Hello | |
[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m[0KAuthenticating with credentials from /home/intj/.docker/config.json | |
[0;m | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment