failed Pipeline #43706 triggered by
小 白蛋
@baidan

Merge pull request #7814 from yongyiduan/issue_7812_1.9

[stream]github 审核权限优化 #7812
3 jobs for v1.9.6 in 4 minutes and 17 seconds (queued for 13 minutes and 56 seconds)
latest Auto DevOps
Group jobs by
Status
Job
Stage
Name
Duration
Coverage
allowed to fail
test
code_quality
00:03:38
test
test
00:04:17
build
build
00:03:32
Name
Stage
Failure
test
      $ function propagate_env_vars() { # collapsed multi-line command
$ docker pull --quiet "$CODE_QUALITY_IMAGE"
error during connect: Post "http://docker:2375/v1.24/images/create?fromImage=registry.gitlab.com%2Fgitlab-org%2Fci-cd%2Fcodequality&tag=0.85.26": dial tcp: lookup docker on 100.125.136.29:53: no such host
Uploading artifacts for failed job
Uploading artifacts...
WARNING: gl-code-quality-report.json: no matching files. Ensure that the artifact path is relative to the working directory
ERROR: No files to upload
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

test
      -----> Installing go1.12.17
-----> Fetching go1.12.17.linux-amd64.tar.gz... done
-----> Fetching errors-0.8.0.tar.gz... done
-----> Fetching gb-0.4.4.tar.gz... done
-----> Installing GB v0.4.4... done
-----> Running: gb build -tags heroku
FATAL: command "build" failed: failed to resolve import path "agent/internal/third_party/dep/fs": import "github.com/pkg/errors": not found: stat /tmp/build/src/github.com/pkg/errors: no such file or directory
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

build
      $ /build/build.sh
Logging in to GitLab Dependency proxy with CI credentials...
error during connect: Post "http://docker:2375/v1.24/auth": dial tcp: lookup docker on 100.125.136.29:53: no such host
Uploading artifacts for failed job
Uploading artifacts...
WARNING: gl-auto-build-variables.env: no matching files. Ensure that the artifact path is relative to the working directory
ERROR: No files to upload
Cleaning up project directory and file based variables
ERROR: Job failed: exit code 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.