eslint
Passed Started
by
@rob.hunt

Robert Hunt
1Running with gitlab-runner 15.2.0~beta.17.g34ae4a68 (34ae4a68)2 on green-1.private.runners-manager.gitlab.com/gitlab.com/gitlab-org 4bq1s9yM3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...7Authenticating with credentials from job payload (GitLab Registry)8Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...11Running on runner-4bq1s9ym-project-278964-concurrent-0 via runner-4bq1s9ym-private-1657260754-434ef6fa...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/16Created fresh repository.17remote: Enumerating objects: 116498, done. 18remote: Counting objects: 100% (116498/116498), done. 19remote: Compressing objects: 100% (81422/81422), done. 20remote: Total 116498 (delta 48636), reused 75857 (delta 30668), pack-reused 0 21Receiving objects: 100% (116498/116498), 109.05 MiB | 29.00 MiB/s, done.22Resolving deltas: 100% (48636/48636), done.24 * [new ref] refs/pipelines/583136335 -> refs/pipelines/58313633525Checking out 8e0acc89 as refs/merge-requests/90821/merge...26Skipping Git submodules setup27$ git remote set-url origin "${CI_REPOSITORY_URL}"29Checking cache for node-modules-bullseye-test-14...30Downloading cache.zip from https://storage.googleapis.com/gitlab-com-runners-cache/project/278964/node-modules-bullseye-test-14 31Successfully extracted cache33Downloading artifacts for generate-apollo-graphql-schema (2695151978)...34Downloading artifacts from coordinator... ok id=2695151978 responseStatus=200 OK token=4czYzzXU36Using docker image sha256:fd40b0aa863019e7fe9616bf6665ba24d356a369a8b92582a8df89544e3b7544 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12:rubygems-3.2-git-2.36-lfs-2.9-chrome-101-yarn-1.22-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7.patched-golang-1.17-node-16.14-postgresql-12@sha256:fc314d19087f24a5d21b479ce7a6dc7778b8c941d21ecbe4d62760c7dc533470 ...37$ echo $FOSS_ONLY38$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb39$ export GOPATH=$CI_PROJECT_DIR/.go40$ mkdir -p $GOPATH41$ source scripts/utils.sh42$ source scripts/prepare_build.sh43Using decomposed database config (config/database.yml.decomposed-postgresql)44$ run_timed_command "retry yarn install --frozen-lockfile"45$ retry yarn install --frozen-lockfile46yarn install v1.22.1747[1/5] Validating package.json...48[2/5] Resolving packages...49success Already up-to-date.50$ node ./scripts/frontend/postinstall.js51success Dependency postinstall check passed.52success Packages successfully patched.53Done in 1.29s.54==> 'retry yarn install --frozen-lockfile' succeeded in 4 seconds.55$ run_timed_command "yarn run lint:eslint:all"56$ yarn run lint:eslint:all57yarn run v1.22.1758$ node scripts/frontend/eslint.js .59$ eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue,.graphql .60IncrementalWebpackCompiler: Status – disabled61PSA: Running into unexpected and/or strange frontend integration test errors?62Please help improve our error logging by following the instructions on this issue:64Done in 555.44s.65==> 'yarn run lint:eslint:all' succeeded in 556 seconds.67Not uploading cache node-modules-bullseye-test-14 due to policy69Job succeeded