failed Pipeline #2663 triggered by
Adiat Rahman
@adiatraa

Initial commit

13 jobs for main in 2 minutes and 55 seconds (queued for 4 seconds)
Status Name Job ID Coverage
  Build
failed build #6642

00:00:20

 
  Test
skipped bandit-sast #6645
allowed to fail
skipped brakeman-sast #6646
allowed to fail
failed code_quality #6644
allowed to fail

00:00:22

skipped eslint-sast #6647
allowed to fail
skipped flawfinder-sast #6648
allowed to fail
skipped nodejs-scan-sast #6649
allowed to fail
skipped phpcs-security-audit-sast #6650
allowed to fail
skipped secret_detection #6654
allowed to fail
skipped security-code-scan-sast #6651
allowed to fail
skipped semgrep-sast #6652
allowed to fail
skipped spotbugs-sast #6653
allowed to fail
failed test #6643

00:02:12

 
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
npm ERR! Missing script: "test"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run

npm ERR! A complete log of this run can be found in:
npm ERR! /app/.npm/_logs/2023-01-02T01_04_05_393Z-debug-0.log
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.