jest minimal 3/5
Passed Started
by
@tuxtimo
See GitLab account @timofurrer
1Running with gitlab-runner 15.3.0~beta.42.gdb7789ca (db7789ca)2 on green-2.shared-gitlab-org.runners-manager.gitlab.com/default 8zCxmpPt3 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-8zcxmppt-project-33734915-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1661279001-c6b8168a...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 detect-tests (2923578882)...26Downloading artifacts from coordinator... ok id=2923578882 responseStatus=200 OK token=z4g5Nimx27Downloading artifacts for rspec-all frontend_fixture 1/5 (2923578894)...28Downloading artifacts from coordinator... ok id=2923578894 responseStatus=200 OK token=z4g5Nimx29Downloading artifacts for rspec-all frontend_fixture 2/5 (2923578895)...30Downloading artifacts from coordinator... ok id=2923578895 responseStatus=200 OK token=z4g5Nimx31Downloading artifacts for rspec-all frontend_fixture 3/5 (2923578897)...32Downloading artifacts from coordinator... ok id=2923578897 responseStatus=200 OK token=z4g5Nimx33Downloading artifacts for rspec-all frontend_fixture 4/5 (2923578899)...34Downloading artifacts from coordinator... ok id=2923578899 responseStatus=200 OK token=z4g5Nimx35Downloading artifacts for rspec-all frontend_fixture 5/5 (2923578901)...36Downloading artifacts from coordinator... ok id=2923578901 responseStatus=200 OK token=z4g5Nimx38Using 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 ...39$ echo $FOSS_ONLY40$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb41$ export GOPATH=$CI_PROJECT_DIR/.go42$ mkdir -p $GOPATH43$ source scripts/utils.sh44$ source scripts/prepare_build.sh45Using decomposed database config (config/database.yml.decomposed-postgresql)46$ source scripts/utils.sh47$ run_timed_command "retry yarn install --frozen-lockfile"48$ retry yarn install --frozen-lockfile49yarn install v1.22.1750[1/5] Validating package.json...51[2/5] Resolving packages...52[3/5] Fetching packages...53[4/5] Linking dependencies...54warning "@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".55warning "@graphql-eslint/eslint-plugin > graphql-config > @endemolshinegroup/cosmiconfig-typescript-loader > ts-node@9.1.1" has unmet peer dependency "typescript@>=2.7".56warning " > eslint-import-resolver-jest@3.0.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".57warning " > eslint-import-resolver-webpack@0.13.2" has unmet peer dependency "eslint-plugin-import@>=1.4.0".58warning Workspaces can only be enabled in private projects.59[5/5] Building fresh packages...60$ node ./scripts/frontend/postinstall.js61success Dependency postinstall check passed.62success Packages successfully patched.63Done in 60.05s.64==> 'retry yarn install --frozen-lockfile' succeeded in 60 seconds.65$ run_timed_command "yarn jest:ci:minimal"66$ yarn jest:ci:minimal67yarn run v1.22.1768$ jest --config jest.config.js --ci --coverage --findRelatedTests $(cat tmp/changed_files.txt) --passWithNoTests --testSequencer ./scripts/frontend/parallel_ci_sequencer.js69CI_NODE_INDEX: 370CI_NODE_TOTAL: 571Total number of tests: 072Total number of tests for this runner: 073No tests found, exiting with code 074=============================== Coverage summary ===============================75Statements : Unknown% ( 0/0 )76Branches : Unknown% ( 0/0 )77Functions : Unknown% ( 0/0 )78Lines : Unknown% ( 0/0 )79================================================================================80Done in 5.37s.81==> 'yarn jest:ci:minimal' succeeded in 6 seconds.83Not uploading cache node-modules-bullseye-test-non_protected due to policy85Uploading artifacts...86coverage-frontend/: found 14 matching files and directories 87junit_jest.xml: found 1 matching files and directories 88tmp/tests/frontend/: found 294 matching files and directories 89WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923578989/artifacts?artifact_format=zip&artifact_type=archive&expire_in=31d new-url=https://gitlab.com90WARNING: Retrying... context=artifacts-uploader error=request redirected91Uploading artifacts as "archive" to coordinator... 201 Created id=2923578989 responseStatus=201 Created token=z4g5Nimx92Uploading artifacts...93junit_jest.xml: found 1 matching files and directories 94WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/2923578989/artifacts?artifact_format=gzip&artifact_type=junit&expire_in=31d new-url=https://gitlab.com95WARNING: Retrying... context=artifacts-uploader error=request redirected96Uploading artifacts as "junit" to coordinator... 201 Created id=2923578989 responseStatus=201 Created token=z4g5Nimx98Job succeeded