failed Pipeline #2012 triggered by
Yoga Erno
@Erno7

init

8 jobs for master in 1 minute and 51 seconds (queued for 3 minutes and 19 seconds)
Status Name Job ID Coverage
  Build
failed build #3922

00:00:21

 
  Test
failed code_quality #3924
allowed to fail

00:00:20

skipped eslint-sast #3925
allowed to fail
skipped nodejs-scan-sast #3926
allowed to fail
skipped phpcs-security-audit-sast #3927
allowed to fail
skipped secret_detection #3929
allowed to fail
skipped semgrep-sast #3928
allowed to fail
failed test #3923

00:01:08

 
Name Stage Failure
failed
build Build
Skipping Git submodules setup
Executing "step_script" stage of the job script
Using docker image sha256:32e6c034cd671a75d3c39f5523317b1278ede2325bdd248d4bc6152e3b9c6bba for registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image:v1.0.0 with digest registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image@sha256:80cf4f25f26d13027bbc0ab12cb475d49d13ab8b24144414caaf6476ef956a67 ...
$ if [[ -z "$CI_COMMIT_TAG" ]]; then # collapsed multi-line command
$ /build/build.sh
Logging in to GitLab Container Registry with CI credentials...
error during connect: Post http://docker:2375/v1.24/auth: dial tcp: lookup docker on 203.6.149.10:53: no such host
Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
test Test
       
- Node version not specified in package.json
https://devcenter.heroku.com/articles/nodejs-support#specifying-a-node-js-version

Love,
Heroku

Cleaning up file based variables
ERROR: Job failed: exit code 1
failed
code_quality Test
$ function propagate_env_vars() { # collapsed multi-line command
$ docker pull --quiet "$CODE_QUALITY_IMAGE"
error during connect: Post http://docker:2375/v1.40/images/create?fromImage=registry.gitlab.com%2Fgitlab-org%2Fci-cd%2Fcodequality&tag=0.85.24-gitlab.1: dial tcp: lookup docker on 203.6.149.10:53: no such host
Uploading artifacts for failed job
Uploading artifacts...
WARNING: gl-code-quality-report.json: no matching files
ERROR: No files to upload
Cleaning up 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.