qa:selectors
Passed Started
by
@mkozono
Michael Kozono
1Running with gitlab-runner 14.10.0~beta.50.g1f2fe53e (1f2fe53e)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.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-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.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...9Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...11Running on runner-8zcxmppt-project-278964-concurrent-0 via runner-8zcxmppt-shared-gitlab-org-1651161800-9fb5b345...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: 100897, done. 18remote: Counting objects: 100% (100897/100897), done. 19remote: Compressing objects: 100% (72244/72244), done. 20remote: Total 100897 (delta 37993), reused 66741 (delta 24985), pack-reused 0 21Receiving objects: 100% (100897/100897), 103.82 MiB | 29.44 MiB/s, done.22Resolving deltas: 100% (37993/37993), done.24 * [new ref] refs/pipelines/527209691 -> refs/pipelines/52720969125Checking out 5267a595 as refs/merge-requests/86026/merge...26Skipping Git submodules setup28Checking cache for qa-ruby-gems-bullseye-9-non_protected...29WARNING: file does not exist 30Failed to extract cache32Using docker image sha256:f5ccee577b270c6a832d9828384f62b437fcd3314314b5a98a5ab1cd248c3455 for registry.gitlab.com/gitlab-org/gitlab-build-images:debian-bullseye-ruby-2.7.patched-golang-1.16-git-2.33-lfs-2.9-chrome-97-node-16.14-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:7291ca4981a34fb65e8293b932eab1b4a4949bffa86bf4427b9f12c73f3483b7 ...33$ echo $FOSS_ONLY34$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb35$ export GOPATH=$CI_PROJECT_DIR/.go36$ mkdir -p $GOPATH37$ source scripts/utils.sh38$ source scripts/prepare_build.sh39Using decomposed database config (config/database.yml.decomposed-postgresql)40$ cd qa/41$ bundle_install_script42Successfully installed bundler-2.3.6431 gem installed44Bundler version 2.3.645production:development46Settings are listed in order of priority. The top value will be used.47clean48Set for the current user (/root/.bundle/config): true49install_flags50Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"51path52Set for the current user (/root/.bundle/config): "/builds/gitlab-org/gitlab/qa/vendor"53without54Set via BUNDLE_WITHOUT: [:production, :development]55$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check56Don't run Bundler as root. Bundler can ask for sudo if it is needed, and57installing your bundle as root will break this application for all non-root58users on this machine.59The Gemfile's dependencies are satisfied60==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 41 seconds.61Could not find gem 'pg'.62$ bundle exec bin/qa Test::Sanity::Selectors63Views / selectors validation passed!65Not uploading cache qa-ruby-gems-bullseye-9-non_protected due to policy67Job succeeded