eslint
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-3.shared-gitlab-org.runners-manager.gitlab.com/default EuhiQzPR3 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-103-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-103-yarn-1.22-graphicsmagick-1.3.36 ...9Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...11Running on runner-euhiqzpr-project-33734915-concurrent-0 via runner-euhiqzpr-shared-gitlab-org-1661278997-7b3c86de...13$ eval "$CI_PRE_CLONE_SCRIPT"14Fetching changes with git depth set to 20...15Initialized empty Git repository in /builds/gitlab-org-forks/gitlab/.git/16Created fresh repository.17Checking out d612f34e as feature/api-avatar-removal...18Skipping Git submodules setup19$ git remote set-url origin "${CI_REPOSITORY_URL}"21Checking cache for node-modules-bullseye-test-non_protected...22WARNING: file does not exist 23Failed to extract cache25Downloading artifacts for generate-apollo-graphql-schema (2923578941)...26Downloading artifacts from coordinator... ok id=2923578941 responseStatus=200 OK token=aTPuSBvA28Using docker image sha256:0de04b8fae6d288f2674c8ee330dead655389b1f4c48fa027d76f2d798deadaf 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-103-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:3632d3da2a61b74f7c4724eb8752b609c16b498daf20e9800a9c44629adab0bc ...29$ echo $FOSS_ONLY30$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb31$ export GOPATH=$CI_PROJECT_DIR/.go32$ mkdir -p $GOPATH33$ source scripts/utils.sh34$ source scripts/prepare_build.sh35Using decomposed database config (config/database.yml.decomposed-postgresql)36$ run_timed_command "retry yarn install --frozen-lockfile"37$ retry yarn install --frozen-lockfile38yarn install v1.22.1739[1/5] Validating package.json...40[2/5] Resolving packages...41[3/5] Fetching packages...42[4/5] Linking dependencies...43warning "@gitlab/eslint-plugin > eslint-plugin-jest > @typescript-eslint/experimental-utils > @typescript-eslint/typescript-estree > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".44warning "@graphql-eslint/eslint-plugin > graphql-config > @endemolshinegroup/cosmiconfig-typescript-loader > ts-node@9.1.1" has unmet peer dependency "typescript@>=2.7".45warning " > eslint-import-resolver-jest@3.0.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".46warning " > eslint-import-resolver-webpack@0.13.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".47warning Workspaces can only be enabled in private projects.48[5/5] Building fresh packages...49$ node ./scripts/frontend/postinstall.js50success Dependency postinstall check passed.51success Packages successfully patched.52Done in 83.51s.53==> 'retry yarn install --frozen-lockfile' succeeded in 85 seconds.54$ run_timed_command "yarn run lint:eslint:all"55$ yarn run lint:eslint:all56yarn run v1.22.1757$ node scripts/frontend/eslint.js .58$ eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue,.graphql .59IncrementalWebpackCompiler: Status – disabled60PSA: Running into unexpected and/or strange frontend integration test errors?61Please help improve our error logging by following the instructions on this issue:63Done in 701.55s.64==> 'yarn run lint:eslint:all' succeeded in 702 seconds.66Not uploading cache node-modules-bullseye-test-non_protected due to policy68Job succeeded