upANdPush

10 jobs for master in 1 minute and 23 seconds (queued for 25 seconds)
Status Name Job ID Coverage
  Build
failed build #5271

00:00:17

failed build #5262

00:00:19

 
  Test
failed code_quality #5264
allowed to fail

00:00:18

skipped eslint-sast #5265
allowed to fail
skipped nodejs-scan-sast #5266
allowed to fail
skipped phpcs-security-audit-sast #5267
allowed to fail
skipped secret_detection #5269
allowed to fail
skipped semgrep-sast #5268
allowed to fail
failed test #5270

00:00:47

failed test #5263

00:01:02

 
Name Stage Failure
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
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/2022-11-12T11_54_52_549Z-debug-0.log
Cleaning up file based variables
ERROR: Job failed: exit code 1
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

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.