praefect 1/5
Failed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1685463562-de64511e-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 195870, done. 20remote: Counting objects: 100% (195870/195870), done. 21remote: Compressing objects: 100% (110696/110696), done. 22remote: Total 195870 (delta 105048), reused 143500 (delta 78394), pack-reused 0 23Receiving objects: 100% (195870/195870), 143.62 MiB | 28.72 MiB/s, done.24Resolving deltas: 100% (105048/105048), done.26 * [new ref] refs/pipelines/883502161 -> refs/pipelines/88350216127 * [new branch] master -> origin/master28Checking out 862e43ab as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-6a056e500f83db53eb3d88c766f9864d-16...32cache.zip is up to date 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for trigger-omnibus-env (4376891857)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891857 responseStatus=200 OK token=64_h9M5g38Downloading artifacts for download-knapsack-report (4376891863)...39Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4376891863 responseStatus=200 OK token=64_h9M5g41Using docker image sha256:5a7c4217b9356aeaa6ac75a2c357d6340db62f2cec6c7eaa5abb0a0dd6790f75 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:8ef72d41bf089694a13bb148e12368e5fc1cfe1322d56e98f151b703153efe57 ...42$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE43$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")44$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command45Bundle complete! 37 Gemfile dependencies, 129 gems now installed.46Use `bundle info [gemname]` to see where a bundled gem is installed.47$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"48$ echo "Running - '$QA_COMMAND'"49Running - 'bundle exec gitlab-qa Test::Integration::Praefect registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891887.json --format RspecJunitFormatter --out tmp/rspec-4376891887.xml --format html --out tmp/rspec-$(echo praefect 1/5 | sed 's/[ /]/_/g').htm --color --format documentation'50$ eval "$QA_COMMAND"51[May 30 2023 17:48:46 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`52[May 30 2023 17:48:50 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`53[May 30 2023 17:48:50 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`54[May 30 2023 17:48:50 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`55[May 30 2023 17:48:50 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`56[May 30 2023 17:48:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`57[May 30 2023 17:48:52 UTC (Gitlab QA)] ERROR -- Shell command output:58psql: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory59 Is the server running locally and accepting connections on that socket?60[May 30 2023 17:48:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`61[May 30 2023 17:48:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres -d template1 -c \"CREATE DATABASE praefect_production OWNER postgres\""`62[May 30 2023 17:48:58 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster63[May 30 2023 17:48:58 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-a6cadf37$`64[May 30 2023 17:48:58 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`65[May 30 2023 17:48:58 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-a6cadf37 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`66[May 30 2023 17:48:58 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`67[May 30 2023 17:49:04 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/authority/. alpine-a6cadf37:/etc/gitlab/trusted-certs`68[May 30 2023 17:49:05 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/tls_certificates/gitlab/. alpine-a6cadf37:/etc/gitlab/ssl`69[May 30 2023 17:49:05 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-a6cadf37`70[May 30 2023 17:49:05 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-a6cadf37`71[May 30 2023 17:49:09 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`72[May 30 2023 17:49:10 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`73[May 30 2023 17:49:36 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`74[May 30 2023 17:49:37 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`75[May 30 2023 17:49:37 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-gitaly-cluster --net test --hostname gitlab-gitaly-cluster.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`76[May 30 2023 17:49:37 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`77[May 30 2023 17:49:37 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`78[May 30 2023 17:49:37 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly1 --net test --hostname gitaly1.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/gitaly1/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`79[May 30 2023 17:49:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-05-30 17:48:4680# Gitlab::QA::Runtime::OmnibusConfigurations::Default81gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme82gitlab_rails['gitlab_disable_animations'] = true # Disable animations83gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry84gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password85external_url 'http://gitlab-gitaly-cluster.test';86git_data_dirs({87 'default' => {88 'gitaly_address' => 'tcp://praefect.test:2305',89 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'90 },91 'gitaly' => {92 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',93 'path' => '/var/opt/gitlab/git-data'94 }95});96gitaly['enable'] = true;97gitaly['configuration'] = {98 auth: {99 token: 'secret-token',100 },101 listen_addr: '0.0.0.0:8075',102 tls: {103 certificate_path: '/etc/gitlab/ssl/gitaly.test.crt',104 key_path: '/etc/gitlab/ssl/gitaly.test.key',105 },106 storage: [107 {108 name: 'gitaly',109 path: '/var/opt/gitlab/git-data/repositories',110 },111 ],112};113gitlab_rails['gitaly_token'] = 'secret-token';114gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';115prometheus['scrape_configs'] = [116 {117 'job_name' => 'praefect',118 'static_configs' => [119 'targets' => [120 'praefect.test:9652'121 ]122 ]123 },124 {125 'job_name' => 'praefect-gitaly',126 'static_configs' => [127 'targets' => [128 'gitaly1.test:9236',129 'gitaly2.test:9236',130 'gitaly3.test:9236'131 ]132 ]133 }134];135grafana['disable_login_form'] = false;136grafana['admin_password'] = 'GRAFANA_ADMIN_PASSWORD';137gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`138[May 30 2023 17:49:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"postgresql['enable'] = false;139redis['enable'] = false;140nginx['enable'] = false;141grafana['enable'] = false;142puma['enable'] = false;143sidekiq['enable'] = false;144gitlab_workhorse['enable'] = false;145gitlab_rails['rake_cache_clear'] = false;146gitlab_rails['auto_migrate'] = false;147gitlab_exporter['enable'] = false;148praefect['enable'] = false;149prometheus['enable'] = true;150gitaly['enable'] = true;151gitaly['configuration'] = {152 'listen_addr': '0.0.0.0:8075',153 'prometheus_listen_addr': '0.0.0.0:9236',154 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'155}156gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';157gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';158git_data_dirs({159 'gitaly1' => {160 'path' => '/var/opt/gitlab/git-data'161 },162 'gitaly2' => {163 'path' => '/var/opt/gitlab/git-data'164 },165 'gitaly3' => {166 'path' => '/var/opt/gitlab/git-data'167 }168});169\" > /etc/gitlab/gitlab.rb;"`170[May 30 2023 17:49:51 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`171[May 30 2023 17:49:51 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`172[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`173[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo '#!/usr/bin/env bash174if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then175 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'176 exit 1177fi178' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`179[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`180[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`181[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`182[May 30 2023 17:50:50 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`183[May 30 2023 17:50:51 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`184[May 30 2023 17:50:51 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly2 --net test --hostname gitaly2.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/gitaly2/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`185[May 30 2023 17:50:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo \"postgresql['enable'] = false;186redis['enable'] = false;187nginx['enable'] = false;188grafana['enable'] = false;189puma['enable'] = false;190sidekiq['enable'] = false;191gitlab_workhorse['enable'] = false;192gitlab_rails['rake_cache_clear'] = false;193gitlab_rails['auto_migrate'] = false;194gitlab_exporter['enable'] = false;195praefect['enable'] = false;196prometheus['enable'] = true;197gitaly['enable'] = true;198gitaly['configuration'] = {199 'listen_addr': '0.0.0.0:8075',200 'prometheus_listen_addr': '0.0.0.0:9236',201 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'202}203gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';204gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';205git_data_dirs({206 'gitaly1' => {207 'path' => '/var/opt/gitlab/git-data'208 },209 'gitaly2' => {210 'path' => '/var/opt/gitlab/git-data'211 },212 'gitaly3' => {213 'path' => '/var/opt/gitlab/git-data'214 }215});216\" > /etc/gitlab/gitlab.rb;"`217[May 30 2023 17:50:53 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`218[May 30 2023 17:51:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`219[May 30 2023 17:51:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo '#!/usr/bin/env bash220if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then221 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'222 exit 1223fi224' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`225[May 30 2023 17:51:53 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`226[May 30 2023 17:51:54 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`227[May 30 2023 17:51:54 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`228[May 30 2023 17:51:54 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`229[May 30 2023 17:51:54 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`230[May 30 2023 17:51:54 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly3 --net test --hostname gitaly3.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/gitaly3/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`231[May 30 2023 17:51:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo \"postgresql['enable'] = false;232redis['enable'] = false;233nginx['enable'] = false;234grafana['enable'] = false;235puma['enable'] = false;236sidekiq['enable'] = false;237gitlab_workhorse['enable'] = false;238gitlab_rails['rake_cache_clear'] = false;239gitlab_rails['auto_migrate'] = false;240gitlab_exporter['enable'] = false;241praefect['enable'] = false;242prometheus['enable'] = true;243gitaly['enable'] = true;244gitaly['configuration'] = {245 'listen_addr': '0.0.0.0:8075',246 'prometheus_listen_addr': '0.0.0.0:9236',247 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'248}249gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';250gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';251git_data_dirs({252 'gitaly1' => {253 'path' => '/var/opt/gitlab/git-data'254 },255 'gitaly2' => {256 'path' => '/var/opt/gitlab/git-data'257 },258 'gitaly3' => {259 'path' => '/var/opt/gitlab/git-data'260 }261});262\" > /etc/gitlab/gitlab.rb;"`263[May 30 2023 17:51:56 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`264[May 30 2023 17:52:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`265[May 30 2023 17:52:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo '#!/usr/bin/env bash266if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then267 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'268 exit 1269fi270' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`271[May 30 2023 17:52:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`272[May 30 2023 17:52:55 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`273[May 30 2023 17:52:55 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`274[May 30 2023 17:52:56 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`275[May 30 2023 17:52:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`276[May 30 2023 17:52:56 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name praefect --net test --hostname praefect.test -p 2305 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/praefect/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`277[May 30 2023 17:52:57 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "echo \"postgresql['enable'] = false;278redis['enable'] = false;279nginx['enable'] = false;280grafana['enable'] = false;281puma['enable'] = false;282sidekiq['enable'] = false;283gitlab_workhorse['enable'] = false;284gitlab_rails['rake_cache_clear'] = false;285gitlab_rails['auto_migrate'] = false;286gitlab_exporter['enable'] = false;287gitaly['enable'] = false;288prometheus['enable'] = true;289praefect['enable'] = true;290praefect['configuration'] = {291 listen_addr: '0.0.0.0:2305',292 prometheus_listen_addr: '0.0.0.0:9652',293 auth: {294 token: 'PRAEFECT_EXTERNAL_TOKEN'295 },296 reconciliation: {297 scheduling_interval: '10s'298 },299 database: {300 host: 'postgres.test',301 port: 5432,302 user: 'postgres',303 password: 'SQL_PASSWORD',304 dbname: 'praefect_production',305 sslmode: 'disable'306 },307 virtual_storage: [308 {309 name: 'default',310 node: [311 {312 'storage': 'gitaly1',313 'address': 'tcp://gitaly1.test:8075',314 'token': 'PRAEFECT_INTERNAL_TOKEN'315 },316 {317 'storage': 'gitaly2',318 'address': 'tcp://gitaly2.test:8075',319 'token': 'PRAEFECT_INTERNAL_TOKEN'320 },321 {322 'storage': 'gitaly3',323 'address': 'tcp://gitaly3.test:8075',324 'token': 'PRAEFECT_INTERNAL_TOKEN'325 }326 ],327 }328 ]329}330\" > /etc/gitlab/gitlab.rb;"`331[May 30 2023 17:52:57 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`332[May 30 2023 17:53:30 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...333[May 30 2023 17:53:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`334[May 30 2023 17:53:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`335[May 30 2023 17:53:32 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`336[May 30 2023 17:53:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`337[May 30 2023 17:53:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`338[May 30 2023 17:53:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`339[May 30 2023 17:53:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`340[May 30 2023 17:53:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`341[May 30 2023 17:53:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`342[May 30 2023 17:53:40 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`343[May 30 2023 17:53:41 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`344[May 30 2023 17:53:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`345[May 30 2023 17:53:43 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`346[May 30 2023 17:53:44 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`347[May 30 2023 17:53:45 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`348[May 30 2023 17:53:46 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`349[May 30 2023 17:53:47 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`350[May 30 2023 17:53:48 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`351[May 30 2023 17:53:49 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`352[May 30 2023 17:53:50 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`353[May 30 2023 17:53:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`354[May 30 2023 17:53:52 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`355[May 30 2023 17:53:53 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`356[May 30 2023 17:53:53 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`357[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!358[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`359[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo '#!/usr/bin/env bash360if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then361 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'362 exit 1363fi364' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`365[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`366[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-10.4.1/support/data gitlab-gitaly-cluster:/tmp/data-seeds`367[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Running exec_commands...368[May 30 2023 17:53:54 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`369[May 30 2023 17:53:56 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "praefect -config /var/opt/gitlab/praefect/cluster_config.toml check || true"`370[May 30 2023 17:53:56 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' praefect`371[May 30 2023 17:53:56 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready372[May 30 2023 17:54:50 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!373[May 30 2023 17:54:50 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`374[May 30 2023 17:54:50 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86`375[May 30 2023 17:55:48 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee376[May 30 2023 17:55:48 UTC (Gitlab QA)] INFO -- Running with feature flag: --set-feature-flags super_sidebar_nav_enrolled=enabled377[May 30 2023 17:55:48 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_GCS_CDN_BUCKET_NAME="$QA_GCS_CDN_BUCKET_NAME" --env QA_SCENARIO="$QA_SCENARIO" --env QA_GOOGLE_JSON_KEY="$QA_GOOGLE_JSON_KEY" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --env GITHUB_ACCESS_TOKEN="$GITHUB_ACCESS_TOKEN" --env EE_LICENSE="$EE_LICENSE" --env GITLAB_QA_PASSWORD_1="$GITLAB_QA_PASSWORD_1" --env GITLAB_QA_PASSWORD_2="$GITLAB_QA_PASSWORD_2" --env KNAPSACK_GENERATE_REPORT="$KNAPSACK_GENERATE_REPORT" --env CI="$CI" --env CI_COMMIT_REF_NAME="$CI_COMMIT_REF_NAME" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_URL="$CI_JOB_URL" --env CI_JOB_TOKEN="$CI_JOB_TOKEN" --env CI_RUNNER_ID="$CI_RUNNER_ID" --env CI_SERVER_HOST="$CI_SERVER_HOST" --env CI_NODE_INDEX="$CI_NODE_INDEX" --env CI_NODE_TOTAL="$CI_NODE_TOTAL" --env CI_PROJECT_ID="$CI_PROJECT_ID" --env CI_PROJECT_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_SLACK_WEBHOOK_URL="$CI_SLACK_WEBHOOK_URL" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env CI_API_V4_URL="$CI_API_V4_URL" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/selenoid" --env QA_PRAEFECT_REPOSITORY_STORAGE="default" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-05-30-17-48-46-0bbc2cc1/gitlab-ee-qa-f54e037d:/home/gitlab/qa/tmp:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/gitlab-org/gitlab/qa/knapsack:/home/gitlab/qa/knapsack:z --name gitlab-ee-qa-f54e037d registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:862e43ab58dd2c1440d62e568cd21cc19d97fb86 Test::Instance::All http://gitlab-gitaly-cluster.test --set-feature-flags super_sidebar_nav_enrolled=enabled -- --format QA::Support::JsonFormatter --out tmp/rspec-4376891887.json --format RspecJunitFormatter --out tmp/rspec-4376891887.xml --format html --out tmp/rspec-praefect_1_5.htm --color --format documentation`378warning: parser/current is loading parser/ruby30, which recognizes3.0.5-compliant syntax, but you are running 3.0.6.3802023-05-30 17:55:53 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:3822023-05-30 17:55:53 WARN Selenium [DEPRECATION] [:caps_browsers] Remote::Capabilities.chrome is deprecated. Use Options.chrome instead.3832023-05-30 17:55:53 WARN Selenium [DEPRECATION] [:capabilities] The :capabilities parameter for Selenium::WebDriver::Chrome::Driver is deprecated. Use :options argument with an instance of Selenium::WebDriver::Chrome::Driver instead.3842023-05-30 17:55:54 / CONF :: 385 ==> Base URL: http://gitlab-gitaly-cluster.test386 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f90c3a98930>387 ==> Libraries: Chemlab::Vendor388[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA389[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Browser: chrome390[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Browser version: latest391[May 30 2023 17:55:54 UTC (QA Tests)] INFO -- Performing sanity check for environment!392[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Performing initial license fabrication!393[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Successfully added license key. Details:394{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}395[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.33 seconds396[May 30 2023 17:55:55 UTC (QA Tests)] INFO -- Enabling feature: super_sidebar_nav_enrolled397[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: super_sidebar_nav_enrolled398[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'399[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Report already exists, skipping!400[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====401[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Report specs:402[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb", "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/browser_ui/2_plan/design_management/archive_design_content_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/policies_list_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb", "qa/specs/features/browser_ui/9_data_stores/project/view_project_activity_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_page_deletion_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/custom_email/custom_email_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/api/1_manage/user_access_termination_spec.rb", "qa/specs/features/api/1_manage/group_access_token_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb"]403[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Leftover specs:404[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/automatic_failover_and_recovery_spec.rb", "qa/specs/features/api/12_systems/gitaly/praefect_dataloss_spec.rb", "qa/specs/features/api/1_manage/integrations/webhook_events_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_mr_spec.rb", "qa/specs/features/api/8_monitor/metrics_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_issue_import_spec.rb", "qa/specs/features/browser_ui/1_manage/login/login_via_instance_wide_saml_sso_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/composer_registry_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/maven/maven_project_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/nuget/nuget_project_level_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/email_notification_for_alert_spec.rb", "qa/specs/features/ee/api/1_manage/migration/gitlab_migration_group_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/commit_index/commit_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/user_index/user_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_ci_job_log_artifacts_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_http_push_to_secondary_spec.rb", "qa/specs/features/ee/browser_ui/14_model_ops/suggested_reviewer_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/group_saml_non_enforced_sso_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/job_trace_archival_spec.rb", "qa/specs/features/ee/browser_ui/8_monitor/alert_management/alert_with_escalation_policy_spec.rb", "qa/specs/features/sanity/version_spec.rb"]405[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Knapsack report generator started!406[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'407[May 30 2023 17:55:56 UTC (QA Tests)] INFO -- Report already exists, skipping!408Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}409Randomized with seed 54350410Data Stores411 prevent forking outside group412 when disabled413[May 30 2023 17:57:51 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when disabled allows forking outside of group414[May 30 2023 17:57:51 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA415[May 30 2023 17:57:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-zn9h76qd' via cache in 0.0 seconds416[May 30 2023 17:57:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_ae4e1fca8afd2f20' via api in 0.99 seconds417[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- filling :login_field with "root"418[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field419[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"420[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field421[May 30 2023 17:57:53 UTC (QA Tests)] INFO -- clicking :sign_in_button422[May 30 2023 17:57:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.133s423[May 30 2023 17:57:56 UTC (QA Tests)] INFO -- Enabling super sidebar!424[May 30 2023 17:57:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled425[May 30 2023 17:57:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.97 seconds426[May 30 2023 17:57:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 2.23 seconds427[May 30 2023 17:58:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-1a79c8d637a3339d' via api in 4.76 seconds428[May 30 2023 17:58:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3429[May 30 2023 17:58:03 UTC (QA Tests)] INFO -- clicking :menu_section_button430[May 30 2023 17:58:03 UTC (QA Tests)] INFO -- clicking :nav_item_link431[May 30 2023 17:58:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 2.375s432[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- unchecking via JS :prevent_forking_outside_group_checkbox with args {}433[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button434[May 30 2023 17:58:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-1a79c8d637a3339d435[May 30 2023 17:58:11 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown436[May 30 2023 17:58:11 UTC (QA Tests)] INFO -- Searching in dropdown: "group_for_fork_ae4e1fca8afd2f20"437[May 30 2023 17:58:12 UTC (QA Tests)] INFO -- clicking :fork_privacy_button438[May 30 2023 17:58:12 UTC (QA Tests)] INFO -- clicking :fork_project_button439[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-1a79c8d637a3339d'440[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_ae4e1fca8afd2f20'441 allows forking outside of group442 when enabled443[May 30 2023 17:58:13 UTC (QA Tests)] INFO -- Starting test: Data Stores prevent forking outside group when enabled does not allow forking outside of group444[May 30 2023 17:58:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'group_for_fork_2d384198cf6d366f' via api in 0.31 seconds445[May 30 2023 17:58:14 UTC (QA Tests)] INFO -- filling :login_field with "root"446[May 30 2023 17:58:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field447[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"448[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field449[May 30 2023 17:58:15 UTC (QA Tests)] INFO -- clicking :sign_in_button450[May 30 2023 17:58:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.987s451[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- Enabling super sidebar!452[May 30 2023 17:58:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled453[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds454[May 30 2023 17:58:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.29 seconds455[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-800a675c1ca3ff1f' via api in 2.55 seconds456[May 30 2023 17:58:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3457[May 30 2023 17:58:21 UTC (QA Tests)] INFO -- clicking :menu_section_button458[May 30 2023 17:58:21 UTC (QA Tests)] INFO -- clicking :nav_item_link459[May 30 2023 17:58:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.479s460[May 30 2023 17:58:24 UTC (QA Tests)] INFO -- checking via JS :prevent_forking_outside_group_checkbox with args {}461[May 30 2023 17:58:24 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button462[May 30 2023 17:58:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_permissions_changes_button' took 1.206s463[May 30 2023 17:58:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-800a675c1ca3ff1f464[May 30 2023 17:58:28 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown465[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project_to_fork-800a675c1ca3ff1f'466[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'group_for_fork_2d384198cf6d366f'467 does not allow forking outside of group468Manage469 OAuth470 behaves like Instance OAuth Application471[May 30 2023 17:58:30 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login472[May 30 2023 17:58:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-999bd4d87123afc8' via api in 0.33 seconds473[May 30 2023 17:58:31 UTC (QA Tests)] INFO -- filling :login_field with "root"474[May 30 2023 17:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field475[May 30 2023 17:58:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"476[May 30 2023 17:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field477[May 30 2023 17:58:32 UTC (QA Tests)] INFO -- clicking :sign_in_button478[May 30 2023 17:58:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.099s479[May 30 2023 17:58:34 UTC (QA Tests)] INFO -- Enabling super sidebar!480[May 30 2023 17:58:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled481[May 30 2023 17:58:35 UTC (QA Tests)] INFO -- clicking :context_switcher482[May 30 2023 17:58:35 UTC (QA Tests)] INFO -- clicking :nav_item_link483[May 30 2023 17:58:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.731s484[May 30 2023 17:58:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.265s485[May 30 2023 17:58:37 UTC (QA Tests)] INFO -- clicking :nav_item_link486[May 30 2023 17:58:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.612s487[May 30 2023 17:58:38 UTC (QA Tests)] INFO -- clicking :new_application_button488[May 30 2023 17:58:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_application_button' took 0.543s489[May 30 2023 17:58:38 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application d9f0424342192597"490[May 30 2023 17:58:38 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field491[May 30 2023 17:58:39 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"492[May 30 2023 17:58:39 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field493[May 30 2023 17:58:39 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}494[May 30 2023 17:58:39 UTC (QA Tests)] INFO -- clicking :read_user_label495[May 30 2023 17:58:39 UTC (QA Tests)] INFO -- clicking :save_application_button496[May 30 2023 17:58:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.836s497[May 30 2023 17:58:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application d9f0424342192597' via browser_ui in 9.47 seconds498[May 30 2023 17:58:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.043s499[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- clicking :user_avatar_content500[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- clicking :sign_out_link501[May 30 2023 17:58:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.773s502[May 30 2023 17:58:42 UTC (QA Tests)] INFO -- Executing: `docker login --username "gitlab-ci-token" --password "****" registry.gitlab.com`503[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`504[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`505[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`506[May 30 2023 17:58:43 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oauth-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'gitlab', label: 'GitLab OAuth', app_id: '46fe4bf45a1d6a123c6a1d787c680b97f063a0f12e1f5b20adb2cc219999915b', app_secret: '1da81a019d96a062d8bca6e81400913e43497972ed318e5a7b87f2c80832fc53', args: { scope: 'read_user', client_options: { site: 'http://gitlab-gitaly-cluster.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 `507[May 30 2023 17:58:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`508[May 30 2023 17:58:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`509[May 30 2023 17:58:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`510[May 30 2023 17:58:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`511[May 30 2023 17:59:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`512[May 30 2023 17:59:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`513[May 30 2023 17:59:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`514[May 30 2023 17:59:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`515[May 30 2023 17:59:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`516[May 30 2023 17:59:30 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`517[May 30 2023 17:59:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`518[May 30 2023 17:59:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`519[May 30 2023 17:59:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`520[May 30 2023 17:59:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`521[May 30 2023 17:59:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`522[May 30 2023 18:00:01 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`523[May 30 2023 18:00:07 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`524[May 30 2023 18:00:12 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`525[May 30 2023 18:00:17 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`526[May 30 2023 18:00:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`527[May 30 2023 18:00:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`528[May 30 2023 18:00:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`529[May 30 2023 18:00:38 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`530[May 30 2023 18:00:43 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`531[May 30 2023 18:00:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`532[May 30 2023 18:00:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`533[May 30 2023 18:00:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`534[May 30 2023 18:01:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`535[May 30 2023 18:01:09 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`536[May 30 2023 18:01:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`537[May 30 2023 18:01:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`538[May 30 2023 18:01:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`539[May 30 2023 18:01:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`540[May 30 2023 18:01:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`541[May 30 2023 18:01:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`542[May 30 2023 18:01:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`543[May 30 2023 18:01:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`544[May 30 2023 18:01:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`545[May 30 2023 18:02:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`546[May 30 2023 18:02:06 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`547[May 30 2023 18:02:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`548[May 30 2023 18:02:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`549[May 30 2023 18:02:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`550[May 30 2023 18:02:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`551[May 30 2023 18:02:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`552[May 30 2023 18:02:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`553[May 30 2023 18:02:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`554[May 30 2023 18:02:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`555[May 30 2023 18:02:58 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button556[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-999bd4d87123afc8"557[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field558[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"559[May 30 2023 18:02:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field560[May 30 2023 18:03:00 UTC (QA Tests)] INFO -- clicking :sign_in_button561[May 30 2023 18:03:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.511s562[May 30 2023 18:03:02 UTC (QA Tests)] INFO -- Enabling super sidebar!563[May 30 2023 18:03:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.043s564[May 30 2023 18:03:05 UTC (QA Tests)] INFO -- User is not signed in, skipping565[May 30 2023 18:04:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 61.026s566[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application d9f0424342192597'567[May 30 2023 18:04:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`568[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Saving screenshot..569[May 30 2023 18:04:09 UTC (QA Tests)] INFO -- Starting test: Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login570[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-ceb82d21201246aa' via api in 0.35 seconds571[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- filling :login_field with "root"572[May 30 2023 18:04:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field573[May 30 2023 18:04:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"574[May 30 2023 18:04:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field575[May 30 2023 18:04:11 UTC (QA Tests)] INFO -- clicking :sign_in_button576[May 30 2023 18:04:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.057s577[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Enabling super sidebar!578[May 30 2023 18:04:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled579[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- clicking :context_switcher580[May 30 2023 18:04:14 UTC (QA Tests)] INFO -- clicking :nav_item_link581[May 30 2023 18:04:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.787s582[May 30 2023 18:04:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.175s583[May 30 2023 18:04:16 UTC (QA Tests)] INFO -- clicking :nav_item_link584[May 30 2023 18:04:16 UTC (QA Tests)] INFO -- clicking :new_application_button585[May 30 2023 18:04:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_application_button' took 0.513s586[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application bd55271316155c53"587[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field588[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oauth-consumer.test/users/auth/gitlab/callback"589[May 30 2023 18:04:17 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field590[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}591[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- clicking :read_user_label592[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- clicking :save_application_button593[May 30 2023 18:04:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.617s594[May 30 2023 18:04:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application bd55271316155c53' via browser_ui in 8.89 seconds595[May 30 2023 18:04:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.046s596[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- clicking :user_avatar_content597[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- clicking :sign_out_link598[May 30 2023 18:04:20 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`599[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`600[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`601[May 30 2023 18:04:21 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oauth-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'gitlab', label: 'GitLab OAuth', app_id: 'd60a27a101c9b74fce70859214e13b614d2f50892f474d06e0d95bd9c329f3e4', app_secret: '118a797115d34462c771c377f9084a8619ce15ca86e7159e9f7cc13e147e040f', args: { scope: 'read_user', client_options: { site: 'http://gitlab-gitaly-cluster.test' } } } ]; " --name gitlab-oauth-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 `602[May 30 2023 18:04:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`603[May 30 2023 18:04:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`604[May 30 2023 18:04:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`605[May 30 2023 18:04:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`606[May 30 2023 18:04:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`607[May 30 2023 18:04:48 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`608[May 30 2023 18:04:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`609[May 30 2023 18:04:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`610[May 30 2023 18:05:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`611[May 30 2023 18:05:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`612[May 30 2023 18:05:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`613[May 30 2023 18:05:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`614[May 30 2023 18:05:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`615[May 30 2023 18:05:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`616[May 30 2023 18:05:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`617[May 30 2023 18:05:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`618[May 30 2023 18:05:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`619[May 30 2023 18:05:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`620[May 30 2023 18:05:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`621[May 30 2023 18:06:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`622[May 30 2023 18:06:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`623[May 30 2023 18:06:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`624[May 30 2023 18:06:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`625[May 30 2023 18:06:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`626[May 30 2023 18:06:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`627[May 30 2023 18:06:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`628[May 30 2023 18:06:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`629[May 30 2023 18:06:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`630[May 30 2023 18:06:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`631[May 30 2023 18:06:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`632[May 30 2023 18:06:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`633[May 30 2023 18:07:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`634[May 30 2023 18:07:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`635[May 30 2023 18:07:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`636[May 30 2023 18:07:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`637[May 30 2023 18:07:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`638[May 30 2023 18:07:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`639[May 30 2023 18:07:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`640[May 30 2023 18:07:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`641[May 30 2023 18:07:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`642[May 30 2023 18:07:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`643[May 30 2023 18:07:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`644[May 30 2023 18:07:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`645[May 30 2023 18:08:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`646[May 30 2023 18:08:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`647[May 30 2023 18:08:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`648[May 30 2023 18:08:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`649[May 30 2023 18:08:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oauth-consumer`650[May 30 2023 18:08:36 UTC (QA Tests)] INFO -- clicking :gitlab_oauth_login_button651[May 30 2023 18:08:37 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ceb82d21201246aa"652[May 30 2023 18:08:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field653[May 30 2023 18:08:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"654[May 30 2023 18:08:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field655[May 30 2023 18:08:38 UTC (QA Tests)] INFO -- clicking :sign_in_button656[May 30 2023 18:08:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.091s657[May 30 2023 18:08:40 UTC (QA Tests)] INFO -- Enabling super sidebar!658[May 30 2023 18:08:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.033s659[May 30 2023 18:08:43 UTC (QA Tests)] INFO -- User is not signed in, skipping660[May 30 2023 18:09:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 61.021s661[May 30 2023 18:09:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application bd55271316155c53'662[May 30 2023 18:09:44 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oauth-consumer`663[May 30 2023 18:09:45 UTC (QA Tests)] INFO -- Saving screenshot..664 creates oauth application and uses it to login (FAILED - 1)6661st Try error in ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:46:667navbar did not appear on QA::Page::Main::Menu as expected669RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:46670 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/manage_oauth_behaves_like_instance_oauth_application_creates_oauth_application_a_2023-05-30-18-09-45.777.html671 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/manage_oauth_behaves_like_instance_oauth_application_creates_oauth_application_a_2023-05-30-18-09-45.777.png672 OIDC673 behaves like Instance OAuth Application674[May 30 2023 18:09:46 UTC (QA Tests)] INFO -- Starting test: Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login675[May 30 2023 18:09:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-6bd01a6e70dc8067' via api in 0.31 seconds676[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- filling :login_field with "root"677[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field678[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"679[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field680[May 30 2023 18:09:47 UTC (QA Tests)] INFO -- clicking :sign_in_button681[May 30 2023 18:09:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.822s682[May 30 2023 18:09:48 UTC (QA Tests)] INFO -- Enabling super sidebar!683[May 30 2023 18:09:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled684[May 30 2023 18:09:50 UTC (QA Tests)] INFO -- clicking :context_switcher685[May 30 2023 18:09:50 UTC (QA Tests)] INFO -- clicking :nav_item_link686[May 30 2023 18:09:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.698s687[May 30 2023 18:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.192s688[May 30 2023 18:09:52 UTC (QA Tests)] INFO -- clicking :nav_item_link689[May 30 2023 18:09:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.512s690[May 30 2023 18:09:52 UTC (QA Tests)] INFO -- clicking :new_application_button691[May 30 2023 18:09:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_application_button' took 0.532s692[May 30 2023 18:09:53 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application 1f2fe05c5a450062"693[May 30 2023 18:09:53 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field694[May 30 2023 18:09:53 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback"695[May 30 2023 18:09:53 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field696[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}697[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- clicking :openid_label698[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- clicking :profile_label699[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- clicking :email_label700[May 30 2023 18:09:54 UTC (QA Tests)] INFO -- clicking :save_application_button701[May 30 2023 18:09:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.614s702[May 30 2023 18:09:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 1f2fe05c5a450062' via browser_ui in 8.74 seconds703[May 30 2023 18:09:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.045s704[May 30 2023 18:09:56 UTC (QA Tests)] INFO -- clicking :user_avatar_content705[May 30 2023 18:09:56 UTC (QA Tests)] INFO -- clicking :sign_out_link706[May 30 2023 18:09:57 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`707[May 30 2023 18:09:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`708[May 30 2023 18:09:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`709[May 30 2023 18:09:57 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oidc-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'openid_connect', label: 'GitLab OIDC', args: { name: 'openid_connect', scope: ['openid','profile','email'], response_type: 'code', issuer: 'http://gitlab-gitaly-cluster.test', discovery: false, uid_field: 'preferred_username', send_scope_to_token_endpoint: 'false', client_options: { identifier: 'ead1b259a9c5c0fecbe78e2d52499c777fb4628314ef71b2ad1e92e5e56a45dd', secret: 'c3cfbd264c78ff24c56641e12639095b04a144b6bbe6d842091cd7d2c9f659fc', redirect_uri: 'http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback', jwks_uri: 'http://gitlab-gitaly-cluster.test/oauth/discovery/keys', userinfo_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/userinfo', token_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/token', authorization_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/authorize' } } } ]; " --name gitlab-oidc-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 `710[May 30 2023 18:09:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`711[May 30 2023 18:10:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`712[May 30 2023 18:10:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`713[May 30 2023 18:10:14 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`714[May 30 2023 18:10:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`715[May 30 2023 18:10:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`716[May 30 2023 18:10:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`717[May 30 2023 18:10:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`718[May 30 2023 18:10:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`719[May 30 2023 18:10:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`720[May 30 2023 18:10:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`721[May 30 2023 18:10:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`722[May 30 2023 18:11:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`723[May 30 2023 18:11:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`724[May 30 2023 18:11:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`725[May 30 2023 18:11:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`726[May 30 2023 18:11:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`727[May 30 2023 18:11:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`728[May 30 2023 18:11:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`729[May 30 2023 18:11:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`730[May 30 2023 18:11:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`731[May 30 2023 18:11:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`732[May 30 2023 18:11:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`733[May 30 2023 18:11:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`734[May 30 2023 18:12:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`735[May 30 2023 18:12:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`736[May 30 2023 18:12:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`737[May 30 2023 18:12:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`738[May 30 2023 18:12:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`739[May 30 2023 18:12:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`740[May 30 2023 18:12:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`741[May 30 2023 18:12:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`742[May 30 2023 18:12:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`743[May 30 2023 18:12:49 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`744[May 30 2023 18:12:54 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`745[May 30 2023 18:12:59 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`746[May 30 2023 18:13:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`747[May 30 2023 18:13:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`748[May 30 2023 18:13:15 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`749[May 30 2023 18:13:20 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`750[May 30 2023 18:13:25 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`751[May 30 2023 18:13:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`752[May 30 2023 18:13:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`753[May 30 2023 18:13:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`754[May 30 2023 18:13:46 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`755[May 30 2023 18:13:51 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`756[May 30 2023 18:13:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`757[May 30 2023 18:14:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`758[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- clicking :oidc_login_button759[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-6bd01a6e70dc8067"760[May 30 2023 18:14:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[May 30 2023 18:14:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[May 30 2023 18:14:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[May 30 2023 18:14:14 UTC (QA Tests)] INFO -- clicking :sign_in_button764[May 30 2023 18:14:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.401s765[May 30 2023 18:14:17 UTC (QA Tests)] INFO -- Enabling super sidebar!766[May 30 2023 18:14:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.037s767[May 30 2023 18:14:20 UTC (QA Tests)] INFO -- User is not signed in, skipping768[May 30 2023 18:15:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 61.029s769[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application 1f2fe05c5a450062'770[May 30 2023 18:15:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oidc-consumer`771[May 30 2023 18:15:22 UTC (QA Tests)] INFO -- Saving screenshot..772[May 30 2023 18:15:22 UTC (QA Tests)] INFO -- Starting test: Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login773[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-4a06f64c08b646d8' via api in 0.35 seconds774[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- filling :login_field with "root"775[May 30 2023 18:15:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field776[May 30 2023 18:15:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"777[May 30 2023 18:15:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field778[May 30 2023 18:15:24 UTC (QA Tests)] INFO -- clicking :sign_in_button779[May 30 2023 18:15:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.038s780[May 30 2023 18:15:25 UTC (QA Tests)] INFO -- Enabling super sidebar!781[May 30 2023 18:15:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled782[May 30 2023 18:15:27 UTC (QA Tests)] INFO -- clicking :context_switcher783[May 30 2023 18:15:27 UTC (QA Tests)] INFO -- clicking :nav_item_link784[May 30 2023 18:15:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.674s785[May 30 2023 18:15:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.216s786[May 30 2023 18:15:29 UTC (QA Tests)] INFO -- clicking :nav_item_link787[May 30 2023 18:15:29 UTC (QA Tests)] INFO -- clicking :new_application_button788[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- filling :name_field with "Instance OAuth Application fa8646e40d654706"789[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- clicking the coordinates of :name_field790[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- filling :redirect_uri_field with "http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback"791[May 30 2023 18:15:30 UTC (QA Tests)] INFO -- clicking the coordinates of :redirect_uri_field792[May 30 2023 18:15:31 UTC (QA Tests)] INFO -- checking via JS :trusted_checkbox with args {}793[May 30 2023 18:15:31 UTC (QA Tests)] INFO -- clicking :openid_label794[May 30 2023 18:15:31 UTC (QA Tests)] INFO -- clicking :profile_label795[May 30 2023 18:15:31 UTC (QA Tests)] INFO -- clicking :email_label796[May 30 2023 18:15:31 UTC (QA Tests)] INFO -- clicking :save_application_button797[May 30 2023 18:15:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_application_button' took 0.658s798[May 30 2023 18:15:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application fa8646e40d654706' via browser_ui in 9.02 seconds799[May 30 2023 18:15:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.069s800[May 30 2023 18:15:33 UTC (QA Tests)] INFO -- clicking :user_avatar_content801[May 30 2023 18:15:33 UTC (QA Tests)] INFO -- clicking :sign_out_link802[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86`803[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`804[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`805[May 30 2023 18:15:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname gitlab-oidc-consumer.test --publish 80:80 --env GITLAB_OMNIBUS_CONFIG="gitlab_rails['initial_root_password']='5iveL!fe'; gitlab_rails['omniauth_enabled'] = true; gitlab_rails['omniauth_allow_single_sign_on'] = true; gitlab_rails['omniauth_block_auto_created_users'] = false; gitlab_rails['omniauth_providers'] = [ { name: 'openid_connect', label: 'GitLab OIDC', args: { name: 'openid_connect', scope: ['openid','profile','email'], response_type: 'code', issuer: 'http://gitlab-gitaly-cluster.test', discovery: false, uid_field: 'preferred_username', send_scope_to_token_endpoint: 'false', client_options: { identifier: 'e60b8ae4e728d955126b3c6878497793201db70ae76769795ffad54c39dde8da', secret: 'c91d772a1977ec995b61176f334366ca85362a625bac97fda733fa595ffab72f', redirect_uri: 'http://gitlab-oidc-consumer.test/users/auth/openid_connect/callback', jwks_uri: 'http://gitlab-gitaly-cluster.test/oauth/discovery/keys', userinfo_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/userinfo', token_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/token', authorization_endpoint: 'http://gitlab-gitaly-cluster.test/oauth/authorize' } } } ]; " --name gitlab-oidc-consumer registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:862e43ab58dd2c1440d62e568cd21cc19d97fb86 `806[May 30 2023 18:15:35 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`807[May 30 2023 18:15:40 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`808[May 30 2023 18:15:45 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`809[May 30 2023 18:15:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`810[May 30 2023 18:15:56 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`811[May 30 2023 18:16:01 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`812[May 30 2023 18:16:06 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`813[May 30 2023 18:16:11 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`814[May 30 2023 18:16:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`815[May 30 2023 18:16:22 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`816[May 30 2023 18:16:27 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`817[May 30 2023 18:16:32 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`818[May 30 2023 18:16:37 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`819[May 30 2023 18:16:42 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`820[May 30 2023 18:16:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`821[May 30 2023 18:16:53 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`822[May 30 2023 18:16:58 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`823[May 30 2023 18:17:03 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`824[May 30 2023 18:17:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`825[May 30 2023 18:17:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`826[May 30 2023 18:17:19 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`827[May 30 2023 18:17:24 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`828[May 30 2023 18:17:29 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`829[May 30 2023 18:17:34 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`830[May 30 2023 18:17:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`831[May 30 2023 18:17:44 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`832[May 30 2023 18:17:50 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`833[May 30 2023 18:17:55 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`834[May 30 2023 18:18:00 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`835[May 30 2023 18:18:05 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`836[May 30 2023 18:18:10 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`837[May 30 2023 18:18:16 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`838[May 30 2023 18:18:21 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`839[May 30 2023 18:18:26 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`840[May 30 2023 18:18:31 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`841[May 30 2023 18:18:36 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`842[May 30 2023 18:18:41 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`843[May 30 2023 18:18:47 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`844[May 30 2023 18:18:52 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`845[May 30 2023 18:18:57 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`846[May 30 2023 18:19:02 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`847[May 30 2023 18:19:08 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`848[May 30 2023 18:19:13 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`849[May 30 2023 18:19:18 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`850[May 30 2023 18:19:23 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`851[May 30 2023 18:19:28 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`852[May 30 2023 18:19:33 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`853[May 30 2023 18:19:39 UTC (QA Tests)] INFO -- Executing: `docker inspect --format='{{json .State.Health.Status}}' gitlab-oidc-consumer`854[May 30 2023 18:19:50 UTC (QA Tests)] INFO -- clicking :oidc_login_button855[May 30 2023 18:19:50 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-4a06f64c08b646d8"856[May 30 2023 18:19:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field857[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"858[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field859[May 30 2023 18:19:51 UTC (QA Tests)] INFO -- clicking :sign_in_button860[May 30 2023 18:19:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.194s861[May 30 2023 18:19:53 UTC (QA Tests)] INFO -- Enabling super sidebar!862[May 30 2023 18:19:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 3.041s863[May 30 2023 18:19:56 UTC (QA Tests)] INFO -- User is not signed in, skipping864[May 30 2023 18:20:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? navbar' took 61.041s865[May 30 2023 18:20:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::InstanceOauthApplication with name 'Instance OAuth Application fa8646e40d654706'866[May 30 2023 18:20:58 UTC (QA Tests)] INFO -- Executing: `docker rm -f gitlab-oidc-consumer`867[May 30 2023 18:20:59 UTC (QA Tests)] INFO -- Saving screenshot..868 creates oidc application and uses it to login (FAILED - 2)8701st Try error in ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:46:871navbar did not appear on QA::Page::Main::Menu as expected873RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:46874 HTML screenshot: /home/gitlab/qa/tmp/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/manage_oidc_behaves_like_instance_oauth_application_creates_oidc_application_and_2023-05-30-18-20-59.147.html875 Image screenshot: /home/gitlab/qa/tmp/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/manage_oidc_behaves_like_instance_oauth_application_creates_oidc_application_and_2023-05-30-18-20-59.147.png876Monitor877 Alert settings878 when using Prometheus integration879 behaves like sends test alert using authorization key880[May 30 2023 18:20:59 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert881[May 30 2023 18:21:00 UTC (QA Tests)] INFO -- filling :login_field with "root"882[May 30 2023 18:21:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field883[May 30 2023 18:21:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"884[May 30 2023 18:21:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field885[May 30 2023 18:21:00 UTC (QA Tests)] INFO -- clicking :sign_in_button886[May 30 2023 18:21:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.059s887[May 30 2023 18:21:02 UTC (QA Tests)] INFO -- Enabling super sidebar!888[May 30 2023 18:21:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled889[May 30 2023 18:21:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds890[May 30 2023 18:21:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.27 seconds891[May 30 2023 18:21:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-alerts-3c92837f3ff40d72' via api in 0.97 seconds892[May 30 2023 18:21:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-alerts-3c92837f3ff40d72893[May 30 2023 18:21:06 UTC (QA Tests)] INFO -- clicking :menu_section_button894[May 30 2023 18:21:06 UTC (QA Tests)] INFO -- clicking :nav_item_link895[May 30 2023 18:21:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.278s896[May 30 2023 18:21:08 UTC (QA Tests)] INFO -- clicking :add_integration_button897[May 30 2023 18:21:08 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown898[May 30 2023 18:21:09 UTC (QA Tests)] INFO -- clicking :prometheus_url_field899[May 30 2023 18:21:09 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-gitaly-cluster.test"900[May 30 2023 18:21:09 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field901[May 30 2023 18:21:09 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button902[May 30 2023 18:21:10 UTC (QA Tests)] INFO -- clicking :menu_section_button903[May 30 2023 18:21:11 UTC (QA Tests)] INFO -- clicking :nav_item_link904[May 30 2023 18:21:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.946s905[May 30 2023 18:21:11 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments906 creates new alert907 when using HTTP endpoint integration908 behaves like sends test alert using authorization key909[May 30 2023 18:21:12 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert910[May 30 2023 18:21:12 UTC (QA Tests)] INFO -- filling :login_field with "root"911[May 30 2023 18:21:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field912[May 30 2023 18:21:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"913[May 30 2023 18:21:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field914[May 30 2023 18:21:13 UTC (QA Tests)] INFO -- clicking :sign_in_button915[May 30 2023 18:21:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.805s916[May 30 2023 18:21:14 UTC (QA Tests)] INFO -- Enabling super sidebar!917[May 30 2023 18:21:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled918[May 30 2023 18:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds919[May 30 2023 18:21:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds920[May 30 2023 18:21:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-alerts-3c0bd32199a4ef96' via api in 1.14 seconds921[May 30 2023 18:21:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-alerts-3c0bd32199a4ef96922[May 30 2023 18:21:18 UTC (QA Tests)] INFO -- clicking :menu_section_button923[May 30 2023 18:21:18 UTC (QA Tests)] INFO -- clicking :nav_item_link924[May 30 2023 18:21:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.086s925[May 30 2023 18:21:20 UTC (QA Tests)] INFO -- clicking :add_integration_button926[May 30 2023 18:21:20 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown927[May 30 2023 18:21:20 UTC (QA Tests)] INFO -- clicking :integration_name_field928[May 30 2023 18:21:21 UTC (QA Tests)] INFO -- filling :integration_name_field with "consequatur"929[May 30 2023 18:21:21 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field930[May 30 2023 18:21:21 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button931[May 30 2023 18:21:22 UTC (QA Tests)] INFO -- clicking :menu_section_button932[May 30 2023 18:21:22 UTC (QA Tests)] INFO -- clicking :nav_item_link933[May 30 2023 18:21:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.899s934[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::Project::Monitor::Alerts::Index, :sleep_interval=>0.5}' arguments935 creates new alert936Create937 PostReceive idempotent938[May 30 2023 18:21:23 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times939[May 30 2023 18:21:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds940[May 30 2023 18:21:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds941[May 30 2023 18:21:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/push-postreceive-idempotent-ac0e628630d5f724' via api in 2.08 seconds942[May 30 2023 18:21:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 03d57638a89bc12a"943[May 30 2023 18:21:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.96 seconds944[May 30 2023 18:21:29 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"945[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 2d55cc1203e5ea0e"946[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.36 seconds947[May 30 2023 18:21:31 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"948[May 30 2023 18:21:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 9a57c56df3c03fba"949[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.69 seconds950[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"951[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/push-postreceive-idempotent-ac0e628630d5f724'952 pushes and creates a single push event three times953Create954 File management955[May 30 2023 18:21:35 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web956[May 30 2023 18:21:36 UTC (QA Tests)] INFO -- filling :login_field with "root"957[May 30 2023 18:21:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field958[May 30 2023 18:21:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"959[May 30 2023 18:21:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field960[May 30 2023 18:21:37 UTC (QA Tests)] INFO -- clicking :sign_in_button961[May 30 2023 18:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.93s962[May 30 2023 18:21:38 UTC (QA Tests)] INFO -- Enabling super sidebar!963[May 30 2023 18:21:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled964[May 30 2023 18:21:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds965[May 30 2023 18:21:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.19 seconds966[May 30 2023 18:21:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-cde565de006915c7' via api in 1.24 seconds967[May 30 2023 18:21:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.66 seconds968[May 30 2023 18:21:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-cde565de006915c7/-/blob/main/QA+Test+-+File+name969[May 30 2023 18:21:43 UTC (QA Tests)] INFO -- clicking :edit_menu_item970[May 30 2023 18:21:43 UTC (QA Tests)] INFO -- clicking :edit_button971[May 30 2023 18:21:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_button' took 1.41s9722023-05-30 18:21:44 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.973[May 30 2023 18:21:44 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"974[May 30 2023 18:21:44 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field975[May 30 2023 18:21:45 UTC (QA Tests)] INFO -- clicking :commit_button976[May 30 2023 18:21:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.662s977 user edits a file via the Web978Data Stores979 Add project member980[May 30 2023 18:21:47 UTC (QA Tests)] INFO -- Starting test: Data Stores Add project member user adds project member981[May 30 2023 18:21:47 UTC (QA Tests)] INFO -- filling :login_field with "root"982[May 30 2023 18:21:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field983[May 30 2023 18:21:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"984[May 30 2023 18:21:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field985[May 30 2023 18:21:48 UTC (QA Tests)] INFO -- clicking :sign_in_button986[May 30 2023 18:21:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.901s987[May 30 2023 18:21:49 UTC (QA Tests)] INFO -- Enabling super sidebar!988[May 30 2023 18:21:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled989[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.3 seconds990[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds991[May 30 2023 18:21:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.22 seconds992[May 30 2023 18:21:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-member-project-95c1705f622ea845' via api in 1.7 seconds993[May 30 2023 18:21:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-member-project-95c1705f622ea845994[May 30 2023 18:21:54 UTC (QA Tests)] INFO -- clicking :menu_section_button995[May 30 2023 18:21:54 UTC (QA Tests)] INFO -- clicking :nav_item_link996[May 30 2023 18:21:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.18s997[May 30 2023 18:21:55 UTC (QA Tests)] INFO -- clicking :invite_members_button998[May 30 2023 18:21:56 UTC (QA Tests)] INFO -- filling :members_token_select_input with "*****"999[May 30 2023 18:21:56 UTC (QA Tests)] INFO -- clicking the coordinates of :members_token_select_input1000[May 30 2023 18:21:56 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1001[May 30 2023 18:21:57 UTC (QA Tests)] INFO -- clicking :invite_button1002[May 30 2023 18:21:58 UTC (QA Tests)] INFO -- filling :search_bar_input with "gitlab-qa-user1"1003[May 30 2023 18:21:58 UTC (QA Tests)] INFO -- clicking the coordinates of :search_bar_input1004[May 30 2023 18:21:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.054s1005[May 30 2023 18:21:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element search_bar_input' took 1.077s1006[May 30 2023 18:22:00 UTC (QA Tests)] INFO -- clicking :search_button1007[May 30 2023 18:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element search_button' took 1.117s1008 user adds project member1009Create1010 Push mirror a repository over HTTP1011[May 30 2023 18:22:01 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs a (push) mirrored repository1012[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1013[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1014[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1015[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1016[May 30 2023 18:22:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1017[May 30 2023 18:22:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.066s1018[May 30 2023 18:22:04 UTC (QA Tests)] INFO -- Enabling super sidebar!1019[May 30 2023 18:22:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled1020[May 30 2023 18:22:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1021[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1022[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/push-mirror-target-project-db503fd9c155ce06' via api in 0.95 seconds1023[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.1 seconds1024[May 30 2023 18:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.25 seconds1025[May 30 2023 18:22:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-029e29f7e3759839' via api in 0.86 seconds1026[May 30 2023 18:22:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1027[May 30 2023 18:22:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.52 seconds1028[May 30 2023 18:22:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-029e29f7e37598391029[May 30 2023 18:22:11 UTC (QA Tests)] INFO -- clicking :menu_section_button1030[May 30 2023 18:22:12 UTC (QA Tests)] INFO -- clicking :nav_item_link1031[May 30 2023 18:22:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.534s1032[May 30 2023 18:22:15 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/push-mirror-target-project-db503fd9c155ce06.git"1033[May 30 2023 18:22:15 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1034[May 30 2023 18:22:15 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1035[May 30 2023 18:22:16 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field1036[May 30 2023 18:22:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1037[May 30 2023 18:22:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1038[May 30 2023 18:22:17 UTC (QA Tests)] INFO -- clicking :mirror_repository_button1039[May 30 2023 18:22:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.508s1040[May 30 2023 18:22:18 UTC (QA Tests)] INFO -- clicking :update_now_button1041[May 30 2023 18:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.875s1042[May 30 2023 18:22:20 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-029e29f7e3759839/-/settings/repository#js-push-remote-settings1043[May 30 2023 18:22:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/push-mirror-target-project-db503fd9c155ce061044[May 30 2023 18:22:24 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1045 configures and syncs a (push) mirrored repository1046Create1047 Add a directory in Web IDE1048 when user adds a new empty directory1049[May 30 2023 18:22:24 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when user adds a new empty directory shows successfully but not able to be committed1050[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1051[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1052[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1053[May 30 2023 18:22:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1054[May 30 2023 18:22:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1055[May 30 2023 18:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.036s1056[May 30 2023 18:22:27 UTC (QA Tests)] INFO -- Enabling super sidebar!1057[May 30 2023 18:22:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled1058[May 30 2023 18:22:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1059[May 30 2023 18:22:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds1060[May 30 2023 18:22:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-directory-project-0109da958a4eaa86' via api in 1.22 seconds1061[May 30 2023 18:22:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-directory-project-0109da958a4eaa861062[May 30 2023 18:22:31 UTC (QA Tests)] INFO -- clicking :web_ide_button1063 shows successfully but not able to be committed1064 when a directory with the same name already exists1065[May 30 2023 18:22:56 UTC (QA Tests)] INFO -- Starting test: Create Add a directory in Web IDE when a directory with the same name already exists throws an error1066[May 30 2023 18:22:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1067[May 30 2023 18:22:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1068[May 30 2023 18:22:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1069[May 30 2023 18:22:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1070[May 30 2023 18:22:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1071[May 30 2023 18:22:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.009s1072[May 30 2023 18:22:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1073[May 30 2023 18:22:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1074[May 30 2023 18:23:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1075[May 30 2023 18:23:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1076[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-directory-project-1ab597ed797fabea' via api in 1.31 seconds1077[May 30 2023 18:23:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-directory-project-1ab597ed797fabea1078[May 30 2023 18:23:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds1079[May 30 2023 18:23:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/add-directory-project-1ab597ed797fabea1080[May 30 2023 18:23:06 UTC (QA Tests)] INFO -- clicking :web_ide_button1081 throws an error1082Manage1083 User1084[May 30 2023 18:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-960aeef6cf8b1472' via api in 0.33 seconds1085[May 30 2023 18:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-25421ff5' via api in 0.29 seconds1086[May 30 2023 18:23:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'sandbox-for-access-termination-25421ff5/group-to-test-access-termination-ea13a3042ec7e282' via api in 0.31 seconds1087[May 30 2023 18:23:11 UTC (QA Tests)] INFO -- Adding user qa-user-960aeef6cf8b1472 to sandbox-for-access-termination-25421ff5 QA::Resource::Sandbox1088[May 30 2023 18:23:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'sandbox-for-access-termination-25421ff5/group-to-test-access-termination-ea13a3042ec7e282/project-for-user-group-access-termination-c28077dcc6910e70' via api in 1.02 seconds1089 after parent group membership termination1090[May 30 2023 18:23:12 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to push code via the CLI1091[May 30 2023 18:23:12 UTC (QA Tests)] INFO -- Removing user qa-user-960aeef6cf8b1472 from sandbox-for-access-termination-25421ff5 QA::Resource::Sandbox1092 is not allowed to push code via the CLI1093[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to commit via the API1094[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- Removing user qa-user-960aeef6cf8b1472 from sandbox-for-access-termination-25421ff5 QA::Resource::Sandbox1095[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-960aeef6cf8b14721096[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- Caching token for username: qa-user-960aeef6cf8b1472, last six chars of token:dGis7n1097[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-960aeef6cf8b1472-xz61toke' via api in 0.1 seconds1098 is not allowed to commit via the API1099[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- Starting test: Manage User after parent group membership termination is not allowed to create a file via the API1100[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- Removing user qa-user-960aeef6cf8b1472 from sandbox-for-access-termination-25421ff5 QA::Resource::Sandbox1101[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1102[May 30 2023 18:23:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds1103[May 30 2023 18:23:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-cd09c1eea8698853' via api in 1.33 seconds1104 is not allowed to create a file via the API1105[May 30 2023 18:23:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'sandbox-for-access-termination-25421ff5'1106Data Stores1107 Group with members1108[May 30 2023 18:23:17 UTC (QA Tests)] INFO -- Starting test: Data Stores Group with members can be shared with another group with correct access level1109[May 30 2023 18:23:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1110[May 30 2023 18:23:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/target-group-with-project_87f2a26a335bcc80' via api in 0.41 seconds1111[May 30 2023 18:23:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/target-group-with-project_87f2a26a335bcc80/the_awesome_project-817962260b67b5b8' via api in 1.07 seconds1112[May 30 2023 18:23:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1113[May 30 2023 18:23:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-with-members_3dbd65220adf6b37' via api in 0.47 seconds1114[May 30 2023 18:23:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1115[May 30 2023 18:23:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/source-group-with-members_3dbd65220adf6b37 QA::Resource::Group1116[May 30 2023 18:23:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1117[May 30 2023 18:23:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1118[May 30 2023 18:23:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1119[May 30 2023 18:23:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1120[May 30 2023 18:23:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1121[May 30 2023 18:23:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.155s1122[May 30 2023 18:23:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1123[May 30 2023 18:23:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1124[May 30 2023 18:23:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/target-group-with-project_87f2a26a335bcc801125[May 30 2023 18:23:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1126[May 30 2023 18:23:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1127[May 30 2023 18:23:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.987s1128[May 30 2023 18:23:27 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1129[May 30 2023 18:23:27 UTC (QA Tests)] INFO -- filling :group_select_dropdown_search_field with "source-group-with-members_3dbd65220adf6b37"1130[May 30 2023 18:23:27 UTC (QA Tests)] INFO -- clicking the coordinates of :group_select_dropdown_search_field1131[May 30 2023 18:23:28 UTC (QA Tests)] INFO -- clicking :invite_button1132[May 30 2023 18:23:30 UTC (QA Tests)] INFO -- clicking :groups_list_tab1133[May 30 2023 18:23:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s1134[May 30 2023 18:23:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content1135[May 30 2023 18:23:32 UTC (QA Tests)] INFO -- clicking :sign_out_link1136[May 30 2023 18:23:33 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1137[May 30 2023 18:23:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1138[May 30 2023 18:23:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1139[May 30 2023 18:23:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1140[May 30 2023 18:23:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1141[May 30 2023 18:23:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.926s1142[May 30 2023 18:23:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1143[May 30 2023 18:23:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1144[May 30 2023 18:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/target-group-with-project_87f2a26a335bcc80/the_awesome_project-817962260b67b5b8'1145[May 30 2023 18:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/source-group-with-members_3dbd65220adf6b37'1146[May 30 2023 18:23:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/target-group-with-project_87f2a26a335bcc80'1147 can be shared with another group with correct access level1148Data Stores1149 Create project badge1150[May 30 2023 18:23:37 UTC (QA Tests)] INFO -- Starting test: Data Stores Create project badge creates project badge successfully1151[May 30 2023 18:23:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1152[May 30 2023 18:23:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1153[May 30 2023 18:23:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1154[May 30 2023 18:23:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1155[May 30 2023 18:23:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1156[May 30 2023 18:23:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.04s1157[May 30 2023 18:23:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1158[May 30 2023 18:23:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1159[May 30 2023 18:23:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1160[May 30 2023 18:23:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1161[May 30 2023 18:23:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/badge-test-project-74137b9c5e255ea1' via api in 1.3 seconds1162[May 30 2023 18:23:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/badge-test-project-74137b9c5e255ea11163[May 30 2023 18:23:45 UTC (QA Tests)] INFO -- clicking :menu_section_button1164[May 30 2023 18:23:45 UTC (QA Tests)] INFO -- clicking :nav_item_link1165[May 30 2023 18:23:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.376s1166[May 30 2023 18:23:47 UTC (QA Tests)] INFO -- filling :badge_name_field with "project-badge-3f23ea3225bf958d"1167[May 30 2023 18:23:47 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_name_field1168[May 30 2023 18:23:48 UTC (QA Tests)] INFO -- filling :badge_link_url_field with "http://gitlab-gitaly-cluster.test/%{project_path}"1169[May 30 2023 18:23:48 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_link_url_field1170[May 30 2023 18:23:48 UTC (QA Tests)] INFO -- filling :badge_image_url_field with "http://gitlab-gitaly-cluster.test/%{project_path}/badges/%{default_branch}/pipeline.svg"1171[May 30 2023 18:23:48 UTC (QA Tests)] INFO -- clicking the coordinates of :badge_image_url_field1172[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- clicking :add_badge_button1173[May 30 2023 18:23:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectBadge with name 'project-badge-3f23ea3225bf958d' via browser_ui in 4.29 seconds1174[May 30 2023 18:23:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/badge-test-project-74137b9c5e255ea11175 creates project badge successfully1176Create1177 Create a new merge request1178[May 30 2023 18:23:52 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request1179[May 30 2023 18:23:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1180[May 30 2023 18:23:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1181[May 30 2023 18:23:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1182[May 30 2023 18:23:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1183[May 30 2023 18:23:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1184[May 30 2023 18:23:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.076s1185[May 30 2023 18:23:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1186[May 30 2023 18:23:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1187[May 30 2023 18:23:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1188[May 30 2023 18:23:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1189[May 30 2023 18:23:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-a5fe51ab5021db35' via api in 1.0 seconds1190[May 30 2023 18:23:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1191[May 30 2023 18:23:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1192[May 30 2023 18:23:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-a5fe51ab5021db351193[May 30 2023 18:24:01 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1194[May 30 2023 18:24:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.697s1195[May 30 2023 18:24:03 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1196[May 30 2023 18:24:03 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1197[May 30 2023 18:24:03 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"1198[May 30 2023 18:24:03 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1199[May 30 2023 18:24:04 UTC (QA Tests)] INFO -- clicking :assign_to_me_link1200[May 30 2023 18:24:04 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1201[May 30 2023 18:24:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.941s1202[May 30 2023 18:24:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 10.02 seconds1203 creates a basic merge request1204[May 30 2023 18:24:08 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a merge request with a milestone and label1205[May 30 2023 18:24:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1206[May 30 2023 18:24:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1207[May 30 2023 18:24:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1208[May 30 2023 18:24:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1209[May 30 2023 18:24:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1210[May 30 2023 18:24:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.162s1211[May 30 2023 18:24:11 UTC (QA Tests)] INFO -- Enabling super sidebar!1212[May 30 2023 18:24:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled1213[May 30 2023 18:24:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1214[May 30 2023 18:24:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.27 seconds1215[May 30 2023 18:24:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-763a99516fd8b0ed' via api in 1.02 seconds1216[May 30 2023 18:24:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.17 seconds1217[May 30 2023 18:24:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.17 seconds1218[May 30 2023 18:24:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1219[May 30 2023 18:24:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1220[May 30 2023 18:24:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-763a99516fd8b0ed1221[May 30 2023 18:24:17 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1222[May 30 2023 18:24:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.556s1223[May 30 2023 18:24:19 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1224[May 30 2023 18:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1225[May 30 2023 18:24:19 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"1226[May 30 2023 18:24:19 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1227[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- clicking :assign_to_me_link1228[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown1229[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown1230[May 30 2023 18:24:21 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1231[May 30 2023 18:24:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.412s1232[May 30 2023 18:24:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 10.15 seconds1233 creates a merge request with a milestone and label1234ModelOps1235 Suggested Reviewers1236 suggests reviewers (PENDING: Test is not compatible with this environment or pipeline)1237Plan1238 Project Wiki1239 with Wiki Sidebar1240[May 30 2023 18:24:25 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Sidebar has all expected links that work1241[May 30 2023 18:24:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1242[May 30 2023 18:24:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1243[May 30 2023 18:24:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1244[May 30 2023 18:24:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1245[May 30 2023 18:24:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1246[May 30 2023 18:24:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.099s1247[May 30 2023 18:24:28 UTC (QA Tests)] INFO -- Enabling super sidebar!1248[May 30 2023 18:24:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled1249[May 30 2023 18:24:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1250[May 30 2023 18:24:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.24 seconds1251[May 30 2023 18:24:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-88103d109d36946b' via api in 1.01 seconds1252[May 30 2023 18:24:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.61 seconds1253[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.55 seconds1254[May 30 2023 18:24:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.45 seconds1255[May 30 2023 18:24:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.49 seconds1256[May 30 2023 18:24:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.52 seconds1257[May 30 2023 18:24:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.48 seconds1258[May 30 2023 18:24:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-88103d109d36946b/-/wikis/Home1259[May 30 2023 18:24:35 UTC (QA Tests)] INFO -- clicking :wiki_page_link1260[May 30 2023 18:24:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.895s1261 has all expected links that work1262 with Wiki Page List1263[May 30 2023 18:24:36 UTC (QA Tests)] INFO -- Starting test: Plan Project Wiki with Wiki Page List has all expected links that work1264[May 30 2023 18:24:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1265[May 30 2023 18:24:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1266[May 30 2023 18:24:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1267[May 30 2023 18:24:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1268[May 30 2023 18:24:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1269[May 30 2023 18:24:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s1270[May 30 2023 18:24:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1271[May 30 2023 18:24:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1272[May 30 2023 18:24:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1273[May 30 2023 18:24:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.22 seconds1274[May 30 2023 18:24:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-1cbbd527be00ea1c' via api in 0.89 seconds1275[May 30 2023 18:24:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.41 seconds1276[May 30 2023 18:24:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.46 seconds1277[May 30 2023 18:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.53 seconds1278[May 30 2023 18:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1279[May 30 2023 18:24:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.49 seconds1280[May 30 2023 18:24:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1281[May 30 2023 18:24:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.46 seconds1282[May 30 2023 18:24:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1283[May 30 2023 18:24:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.45 seconds1284[May 30 2023 18:24:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.55 seconds1285[May 30 2023 18:24:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1286[May 30 2023 18:24:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.56 seconds1287[May 30 2023 18:24:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1288[May 30 2023 18:24:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.54 seconds1289[May 30 2023 18:24:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.47 seconds1290[May 30 2023 18:24:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 0.48 seconds1291[May 30 2023 18:24:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-1cbbd527be00ea1c/-/wikis/Home1292[May 30 2023 18:24:50 UTC (QA Tests)] INFO -- clicking :view_all_pages_button1293[May 30 2023 18:24:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element view_all_pages_button' took 1.099s1294[May 30 2023 18:24:52 UTC (QA Tests)] INFO -- clicking :wiki_page_link1295[May 30 2023 18:24:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_page_link' took 0.938s1296 has all expected links that work1297Create1298 Multiple file snippet1299 behaves like deleting file from snippet1300[May 30 2023 18:24:53 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file1301[May 30 2023 18:24:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1302[May 30 2023 18:24:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1303[May 30 2023 18:24:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1304[May 30 2023 18:24:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1305[May 30 2023 18:24:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1306[May 30 2023 18:24:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s1307[May 30 2023 18:24:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1308[May 30 2023 18:24:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1309[May 30 2023 18:24:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1310[May 30 2023 18:24:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.29 seconds1311[May 30 2023 18:24:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-snippets-f0fc97bce6f0158c' via api in 0.95 seconds1312[May 30 2023 18:24:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.61 seconds1313[May 30 2023 18:24:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-snippets-f0fc97bce6f0158c/-/snippets/11314[May 30 2023 18:25:00 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1315[May 30 2023 18:25:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.573s1316[May 30 2023 18:25:02 UTC (QA Tests)] INFO -- clicking :delete_file_button1317[May 30 2023 18:25:02 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1318[May 30 2023 18:25:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.77s1319[May 30 2023 18:25:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.783s1320[May 30 2023 18:25:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.048s1321 deletes second file from an existing project_snippet to make it single-file1322 behaves like deleting file from snippet1323[May 30 2023 18:25:14 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file1324[May 30 2023 18:25:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1325[May 30 2023 18:25:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1326[May 30 2023 18:25:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1327[May 30 2023 18:25:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1328[May 30 2023 18:25:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1329[May 30 2023 18:25:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.28s1330[May 30 2023 18:25:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1331[May 30 2023 18:25:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1332[May 30 2023 18:25:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.55 seconds1333[May 30 2023 18:25:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/21334[May 30 2023 18:25:21 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1335[May 30 2023 18:25:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.221s1336[May 30 2023 18:25:22 UTC (QA Tests)] INFO -- clicking :delete_file_button1337[May 30 2023 18:25:22 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1338[May 30 2023 18:25:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.253s1339[May 30 2023 18:25:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.266s1340[May 30 2023 18:25:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Second file name' took 10.02s1341 deletes second file from an existing personal_snippet to make it single-file1342Plan1343 Issues list1344[May 30 2023 18:25:34 UTC (QA Tests)] INFO -- Starting test: Plan Issues list successfully exports issues list as CSV1345[May 30 2023 18:25:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1346[May 30 2023 18:25:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1347[May 30 2023 18:25:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1348[May 30 2023 18:25:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1349[May 30 2023 18:25:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1350[May 30 2023 18:25:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.133s1351[May 30 2023 18:25:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1352[May 30 2023 18:25:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1353[May 30 2023 18:25:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1354[May 30 2023 18:25:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1355[May 30 2023 18:25:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-export-issues-as-csv-3712aa9d4a095741' via api in 1.07 seconds1356[May 30 2023 18:25:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 0.48 seconds1357[May 30 2023 18:25:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.47 seconds1358[May 30 2023 18:25:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-export-issues-as-csv-3712aa9d4a0957411359[May 30 2023 18:25:42 UTC (QA Tests)] INFO -- clicking :menu_section_button1360[May 30 2023 18:25:42 UTC (QA Tests)] INFO -- clicking :nav_item_link1361[May 30 2023 18:25:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.111s1362[May 30 2023 18:25:43 UTC (QA Tests)] INFO -- clicking :issues_list_more_actions_dropdown1363[May 30 2023 18:25:43 UTC (QA Tests)] INFO -- clicking :export_as_csv_button1364[May 30 2023 18:25:43 UTC (QA Tests)] INFO -- clicking :export_issues_button1365[May 30 2023 18:25:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element export_issues_button' took 1.173s1366 successfully exports issues list as CSV1367Create1368 Repository Usage Quota1369[May 30 2023 18:25:45 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage1370[May 30 2023 18:25:45 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size1371[May 30 2023 18:25:48 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size1372[May 30 2023 18:25:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1373[May 30 2023 18:25:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.22 seconds1374[May 30 2023 18:25:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/repository-usage-0f9843148bfe8cdb-95aaeb6ca0061e28' via api in 0.88 seconds1375[May 30 2023 18:25:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file"1376[May 30 2023 18:25:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.97 seconds1377[May 30 2023 18:26:01 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size1378[May 30 2023 18:26:02 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size1379 matches cloned repo usage to reported usage1380Create1381 Codeowners1382[May 30 2023 18:26:02 UTC (QA Tests)] INFO -- Starting test: Create Codeowners merge request assigns code owners as approvers1383[May 30 2023 18:26:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1384[May 30 2023 18:26:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.19 seconds1385[May 30 2023 18:26:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c' via api in 1.29 seconds1386[May 30 2023 18:26:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.19 seconds1387[May 30 2023 18:26:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c QA::Resource::Project1388[May 30 2023 18:26:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.29 seconds1389[May 30 2023 18:26:04 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c QA::Resource::Project1390[May 30 2023 18:26:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1391[May 30 2023 18:26:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1392[May 30 2023 18:26:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1393[May 30 2023 18:26:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1394[May 30 2023 18:26:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1395[May 30 2023 18:26:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.369s1396[May 30 2023 18:26:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1397[May 30 2023 18:26:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1398[May 30 2023 18:26:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c1399[May 30 2023 18:26:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds1400[May 30 2023 18:26:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1401[May 30 2023 18:26:12 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1402[May 30 2023 18:26:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c1403[May 30 2023 18:26:14 UTC (QA Tests)] INFO -- clicking :menu_section_button1404[May 30 2023 18:26:14 UTC (QA Tests)] INFO -- clicking :nav_item_link1405[May 30 2023 18:26:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.561s1406[May 30 2023 18:26:17 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1407[May 30 2023 18:26:17 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown1408[May 30 2023 18:26:18 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown1409[May 30 2023 18:26:18 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown1410[May 30 2023 18:26:18 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown1411[May 30 2023 18:26:18 UTC (QA Tests)] INFO -- clicking :protect_button1412[May 30 2023 18:26:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.935s1413[May 30 2023 18:26:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.58 seconds1414[May 30 2023 18:26:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.76 seconds1415[May 30 2023 18:26:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.28 seconds1416[May 30 2023 18:26:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/assign-approvers-1f40e7e67e9d203c/-/merge_requests/11417 merge request assigns code owners as approvers1418Data Stores1419 Project activity1420[May 30 2023 18:26:26 UTC (QA Tests)] INFO -- Starting test: Data Stores Project activity user creates an event in the activity page upon Git push1421[May 30 2023 18:26:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1422[May 30 2023 18:26:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1423[May 30 2023 18:26:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1424[May 30 2023 18:26:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1425[May 30 2023 18:26:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1426[May 30 2023 18:26:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.121s1427[May 30 2023 18:26:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1428[May 30 2023 18:26:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1429[May 30 2023 18:26:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1430[May 30 2023 18:26:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1431[May 30 2023 18:26:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-8df9521015fb3667' via api in 0.87 seconds1432[May 30 2023 18:26:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1433[May 30 2023 18:26:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.16 seconds1434[May 30 2023 18:26:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-8df9521015fb36671435[May 30 2023 18:26:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1436[May 30 2023 18:26:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1437[May 30 2023 18:26:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.854s1438 user creates an event in the activity page upon Git push1439Create1440 Push over SSH using Git protocol version 21441[May 30 2023 18:26:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1442[May 30 2023 18:26:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1443[May 30 2023 18:26:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1444[May 30 2023 18:26:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1445[May 30 2023 18:26:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1446[May 30 2023 18:26:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s1447[May 30 2023 18:26:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1448[May 30 2023 18:26:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1449[May 30 2023 18:26:42 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230530-39-z3lv68/id_rsa -N `1450[May 30 2023 18:26:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.77 seconds1451[May 30 2023 18:26:43 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository1452[May 30 2023 18:26:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1453[May 30 2023 18:26:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1454[May 30 2023 18:26:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/git-protocol-project-a1f389af83d6bd32' via api in 0.85 seconds1455[May 30 2023 18:26:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"1456[May 30 2023 18:26:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/git-protocol-project-a1f389af83d6bd321457[May 30 2023 18:26:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'1458 user pushes to the repository1459Verify1460 Trigger child pipeline with 'when:manual'1461[May 30 2023 18:26:48 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job1462[May 30 2023 18:26:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1463[May 30 2023 18:26:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds1464[May 30 2023 18:26:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-b946a9b9c880677e' via api in 0.82 seconds1465[May 30 2023 18:26:49 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1466[May 30 2023 18:26:49 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1467[May 30 2023 18:26:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1468[May 30 2023 18:26:52 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-lb02g53s --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-lb02g53s sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-lb02g53s --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-lb02g53s --executor shell && gitlab-runner run" `1469[May 30 2023 18:26:55 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-lb02g53s`1470[May 30 2023 18:26:55 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1471[May 30 2023 18:26:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-lb02g53s' via api in 7.02 seconds1472[May 30 2023 18:26:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1473[May 30 2023 18:26:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1474[May 30 2023 18:26:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1475[May 30 2023 18:26:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1476[May 30 2023 18:26:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1477[May 30 2023 18:26:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.172s1478[May 30 2023 18:26:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1479[May 30 2023 18:26:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1480[May 30 2023 18:27:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds1481[May 30 2023 18:27:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-b946a9b9c880677e1482[May 30 2023 18:27:03 UTC (QA Tests)] INFO -- clicking :menu_section_button1483[May 30 2023 18:27:03 UTC (QA Tests)] INFO -- clicking :nav_item_link1484[May 30 2023 18:27:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.956s1485[May 30 2023 18:27:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.216s1486[May 30 2023 18:27:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? linked_pipeline_container' took 1.227s1487[May 30 2023 18:27:18 UTC (QA Tests)] INFO -- clicking :job_action_button1488[May 30 2023 18:27:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked_pipeline_container' took 8.913s1489[May 30 2023 18:27:27 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button1490[May 30 2023 18:27:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-lb02g53s'1491[May 30 2023 18:27:28 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-lb02g53s`1492 can trigger bridge job1493Fulfillment1494 Purchase CI minutes1495 without active subscription1496 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1497 with an active subscription1498 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1499 with existing CI minutes packs1500 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1501Govern1502 Policies List page1503[May 30 2023 18:27:28 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can load Policies page and view the policies list1504[May 30 2023 18:27:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1505[May 30 2023 18:27:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1506[May 30 2023 18:27:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-9c4126d6c63ddeca' via api in 0.88 seconds1507[May 30 2023 18:27:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1508[May 30 2023 18:27:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1509[May 30 2023 18:27:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1510[May 30 2023 18:27:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1511[May 30 2023 18:27:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1512[May 30 2023 18:27:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.257s1513[May 30 2023 18:27:32 UTC (QA Tests)] INFO -- Enabling super sidebar!1514[May 30 2023 18:27:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1515[May 30 2023 18:27:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-9c4126d6c63ddeca1516[May 30 2023 18:27:35 UTC (QA Tests)] INFO -- clicking :menu_section_button1517[May 30 2023 18:27:35 UTC (QA Tests)] INFO -- clicking :nav_item_link1518[May 30 2023 18:27:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.931s1519[May 30 2023 18:27:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-9c4126d6c63ddeca'1520 can load Policies page and view the policies list1521[May 30 2023 18:27:36 UTC (QA Tests)] INFO -- Starting test: Govern Policies List page can navigate to Policy Editor page1522[May 30 2023 18:27:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1523[May 30 2023 18:27:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1524[May 30 2023 18:27:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-02417070f0638a60' via api in 0.91 seconds1525[May 30 2023 18:27:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1526[May 30 2023 18:27:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1527[May 30 2023 18:27:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1528[May 30 2023 18:27:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1529[May 30 2023 18:27:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1530[May 30 2023 18:27:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.228s1531[May 30 2023 18:27:40 UTC (QA Tests)] INFO -- Enabling super sidebar!1532[May 30 2023 18:27:40 UTC (QA Tests)] INFO -- Super sidebar is already enabled1533[May 30 2023 18:27:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-02417070f0638a601534[May 30 2023 18:27:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1535[May 30 2023 18:27:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1536[May 30 2023 18:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.993s1537[May 30 2023 18:27:44 UTC (QA Tests)] INFO -- clicking :new_policy_button1538[May 30 2023 18:27:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_policy_button' took 0.949s1539[May 30 2023 18:27:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-02417070f0638a60'1540 can navigate to Policy Editor page1541Verify1542 Parent-child pipelines independent relationship1543[May 30 2023 18:27:45 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes1544[May 30 2023 18:27:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1545[May 30 2023 18:27:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.24 seconds1546[May 30 2023 18:27:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/pipeline-independent-relationship-6614a098da301073' via api in 0.83 seconds1547[May 30 2023 18:27:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1548[May 30 2023 18:27:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1549[May 30 2023 18:27:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1550[May 30 2023 18:27:47 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-6614a098da301073 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-6614a098da301073 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-6614a098da301073 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list pipeline-independent-relationship-6614a098da301073 --executor shell && gitlab-runner run" `1551[May 30 2023 18:27:47 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-6614a098da301073`1552[May 30 2023 18:27:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1553[May 30 2023 18:27:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-6614a098da301073' via api in 1.79 seconds1554[May 30 2023 18:27:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1555[May 30 2023 18:27:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1556[May 30 2023 18:27:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1557[May 30 2023 18:27:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1558[May 30 2023 18:27:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1559[May 30 2023 18:27:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.306s1560[May 30 2023 18:27:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1561[May 30 2023 18:27:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1562[May 30 2023 18:27:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1563[May 30 2023 18:27:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/pipeline-independent-relationship-6614a098da3010731564[May 30 2023 18:27:55 UTC (QA Tests)] INFO -- clicking :menu_section_button1565[May 30 2023 18:27:55 UTC (QA Tests)] INFO -- clicking :nav_item_link1566[May 30 2023 18:27:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.101s1567[May 30 2023 18:27:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 0.776s1568[May 30 2023 18:27:59 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1569[May 30 2023 18:28:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-6614a098da301073'1570[May 30 2023 18:28:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-6614a098da301073`1571 parent pipelines passes if child passes1572[May 30 2023 18:28:12 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails1573[May 30 2023 18:28:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1574[May 30 2023 18:28:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1575[May 30 2023 18:28:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/pipeline-independent-relationship-a02dad52de0602f0' via api in 2.35 seconds1576[May 30 2023 18:28:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.1577[May 30 2023 18:28:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`1578[May 30 2023 18:28:19 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1579[May 30 2023 18:28:20 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-a02dad52de0602f0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-a02dad52de0602f0 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name pipeline-independent-relationship-a02dad52de0602f0 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list pipeline-independent-relationship-a02dad52de0602f0 --executor shell && gitlab-runner run" `1580[May 30 2023 18:28:20 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-a02dad52de0602f0`1581[May 30 2023 18:28:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1582[May 30 2023 18:28:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-a02dad52de0602f0' via api in 6.74 seconds1583[May 30 2023 18:28:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1584[May 30 2023 18:28:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1585[May 30 2023 18:28:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1586[May 30 2023 18:28:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1587[May 30 2023 18:28:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1588[May 30 2023 18:28:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.21s1589[May 30 2023 18:28:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1590[May 30 2023 18:28:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled1591[May 30 2023 18:28:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.71 seconds1592[May 30 2023 18:28:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/pipeline-independent-relationship-a02dad52de0602f01593[May 30 2023 18:28:28 UTC (QA Tests)] INFO -- clicking :menu_section_button1594[May 30 2023 18:28:28 UTC (QA Tests)] INFO -- clicking :nav_item_link1595[May 30 2023 18:28:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.089s1596[May 30 2023 18:28:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? linked_pipeline_container' took 0.566s1597[May 30 2023 18:28:32 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1598[May 30 2023 18:28:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'pipeline-independent-relationship-a02dad52de0602f0'1599[May 30 2023 18:28:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-a02dad52de0602f0`1600 parent pipeline passes even if child fails1601Plan1602 Contribution Analytics1603[May 30 2023 18:28:33 UTC (QA Tests)] INFO -- Starting test: Plan Contribution Analytics tests contributions1604[May 30 2023 18:28:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1605[May 30 2023 18:28:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1606[May 30 2023 18:28:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1607[May 30 2023 18:28:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1608[May 30 2023 18:28:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1609[May 30 2023 18:28:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.016s1610[May 30 2023 18:28:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1611[May 30 2023 18:28:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1612[May 30 2023 18:28:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1613[May 30 2023 18:28:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/contribution_analytics-381280b0686c4c07' via api in 0.76 seconds1614[May 30 2023 18:28:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/contribution_analytics-381280b0686c4c07/contribution_analytics-390b3b99df91925a' via api in 0.57 seconds1615[May 30 2023 18:28:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.4 seconds1616[May 30 2023 18:28:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/contribution_analytics-381280b0686c4c07/contribution_analytics-390b3b99df91925a/-/issues/11617[May 30 2023 18:28:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds1618[May 30 2023 18:28:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds1619[May 30 2023 18:28:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.91 seconds1620[May 30 2023 18:28:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/contribution_analytics-381280b0686c4c07/contribution_analytics-390b3b99df91925a/-/merge_requests/11621[May 30 2023 18:28:49 UTC (QA Tests)] INFO -- clicking :merge_button1622[May 30 2023 18:28:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.666s1623[May 30 2023 18:28:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/contribution_analytics-381280b0686c4c071624[May 30 2023 18:28:52 UTC (QA Tests)] INFO -- clicking :menu_section_button1625[May 30 2023 18:28:53 UTC (QA Tests)] INFO -- clicking :nav_item_link1626[May 30 2023 18:28:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.823s1627[May 30 2023 18:28:53 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments1628[May 30 2023 18:28:54 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments1629[May 30 2023 18:28:54 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments1630[May 30 2023 18:28:54 UTC (QA Tests)] INFO -- Running eventually matcher with 'have_content' operator with: '{:max_duration=>120, :reload_page=>QA::EE::Page::Group::ContributionAnalytics, :sleep_interval=>0.5}' arguments1631 tests contributions1632Fulfillment1633 Utilization1634 in usage quotas storage tab for free plan with a project1635 shows correct used up storage for namespace (PENDING: Test is not compatible with this environment or pipeline)1636Plan1637 Testing project wiki1638[May 30 2023 18:28:54 UTC (QA Tests)] INFO -- Starting test: Plan Testing project wiki can delete a page1639[May 30 2023 18:28:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1640[May 30 2023 18:28:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1641[May 30 2023 18:28:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1642[May 30 2023 18:28:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1643[May 30 2023 18:28:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1644[May 30 2023 18:28:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.471s1645[May 30 2023 18:28:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1646[May 30 2023 18:28:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1647[May 30 2023 18:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1648[May 30 2023 18:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1649[May 30 2023 18:29:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-b52ce23ae0fc473c' via api in 0.97 seconds1650[May 30 2023 18:29:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.52 seconds1651[May 30 2023 18:29:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-b52ce23ae0fc473c/-/wikis/Home1652[May 30 2023 18:29:02 UTC (QA Tests)] INFO -- clicking :edit_page_button1653[May 30 2023 18:29:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_page_button' took 1.027s1654[May 30 2023 18:29:03 UTC (QA Tests)] INFO -- clicking :delete_button and ensuring QA::Page::Modal::DeleteWiki is present1655[May 30 2023 18:29:03 UTC (QA Tests)] INFO -- clicking :confirm_deletion_button1656[May 30 2023 18:29:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element confirm_deletion_button' took 1.714s1657 can delete a page1658Create1659 Prereceive hook1660 when creating a tag for a ref1661 when it triggers a prereceive hook configured with a custom error1662[May 30 2023 18:29:05 UTC (QA Tests)] INFO -- Starting test: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error1663[May 30 2023 18:29:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.19 seconds1664[May 30 2023 18:29:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.36 seconds1665[May 30 2023 18:29:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-40b1e66c9e687d93' via api in 2.99 seconds1666 returns a custom server hook error1667Framework sanity1668 Version check1669 is the specified version (PENDING: Test is not compatible with this environment or pipeline)1670Plan1671 Issues weight visualization1672[May 30 2023 18:29:09 UTC (QA Tests)] INFO -- Starting test: Plan Issues weight visualization shows the set weight in the issue page, in the milestone page, and in the issues list page1673[May 30 2023 18:29:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1674[May 30 2023 18:29:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1675[May 30 2023 18:29:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1676[May 30 2023 18:29:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1677[May 30 2023 18:29:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1678[May 30 2023 18:29:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.865s1679[May 30 2023 18:29:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1680[May 30 2023 18:29:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1681[May 30 2023 18:29:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1682[May 30 2023 18:29:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1683[May 30 2023 18:29:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-milestone-b984fa4df3505475' via api in 0.87 seconds1684[May 30 2023 18:29:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 1.01 seconds1685[May 30 2023 18:29:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.39 seconds1686[May 30 2023 18:29:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-milestone-b984fa4df3505475/-/issues/11687[May 30 2023 18:29:18 UTC (QA Tests)] INFO -- clicking :milestone_link1688[May 30 2023 18:29:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element milestone_link' took 1.739s1689[May 30 2023 18:29:20 UTC (QA Tests)] INFO -- clicking :nav_item_link1690[May 30 2023 18:29:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.988s1691 shows the set weight in the issue page, in the milestone page, and in the issues list page1692Create1693 Approval rules1694[May 30 2023 18:29:21 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups1695[May 30 2023 18:29:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1696[May 30 2023 18:29:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.25 seconds1697[May 30 2023 18:29:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e' via api in 0.92 seconds1698[May 30 2023 18:29:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1699[May 30 2023 18:29:22 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e QA::Resource::Project1700[May 30 2023 18:29:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1701[May 30 2023 18:29:23 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72 QA::Resource::Group1702[May 30 2023 18:29:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1703[May 30 2023 18:29:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1704[May 30 2023 18:29:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1705[May 30 2023 18:29:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1706[May 30 2023 18:29:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1707[May 30 2023 18:29:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.279s1708[May 30 2023 18:29:26 UTC (QA Tests)] INFO -- Enabling super sidebar!1709[May 30 2023 18:29:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled1710[May 30 2023 18:29:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1711[May 30 2023 18:29:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1712[May 30 2023 18:29:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e1713[May 30 2023 18:29:31 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1714[May 30 2023 18:29:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.459s1715[May 30 2023 18:29:33 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"1716[May 30 2023 18:29:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1717[May 30 2023 18:29:33 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"1718[May 30 2023 18:29:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1719[May 30 2023 18:29:34 UTC (QA Tests)] INFO -- clicking :add_approvers_button1720[May 30 2023 18:29:35 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"1721[May 30 2023 18:29:35 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1722[May 30 2023 18:29:36 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1723[May 30 2023 18:29:36 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1724[May 30 2023 18:29:36 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"1725[May 30 2023 18:29:39 UTC (QA Tests)] INFO -- clicking :add_approvers_button1726[May 30 2023 18:29:41 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"1727[May 30 2023 18:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1728[May 30 2023 18:29:41 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1729[May 30 2023 18:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1730[May 30 2023 18:29:41 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72"1731[May 30 2023 18:29:46 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1732[May 30 2023 18:29:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.238s1733[May 30 2023 18:29:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 21.54 seconds1734[May 30 2023 18:29:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s1735[May 30 2023 18:29:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content1736[May 30 2023 18:29:53 UTC (QA Tests)] INFO -- clicking :sign_out_link1737[May 30 2023 18:29:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.519s1738[May 30 2023 18:29:54 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1739[May 30 2023 18:29:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1740[May 30 2023 18:29:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1741[May 30 2023 18:29:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1742[May 30 2023 18:29:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1743[May 30 2023 18:29:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.233s1744[May 30 2023 18:29:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1745[May 30 2023 18:29:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1746[May 30 2023 18:29:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e/-/merge_requests/11747[May 30 2023 18:30:01 UTC (QA Tests)] INFO -- clicking :approve_button1748[May 30 2023 18:30:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.653s1749[May 30 2023 18:30:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.684s1750[May 30 2023 18:30:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.025s1751[May 30 2023 18:30:07 UTC (QA Tests)] INFO -- clicking :user_avatar_content1752[May 30 2023 18:30:07 UTC (QA Tests)] INFO -- clicking :sign_out_link1753[May 30 2023 18:30:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.744s1754[May 30 2023 18:30:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"1755[May 30 2023 18:30:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1756[May 30 2023 18:30:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1757[May 30 2023 18:30:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1758[May 30 2023 18:30:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1759[May 30 2023 18:30:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.921s1760[May 30 2023 18:30:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1761[May 30 2023 18:30:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1762[May 30 2023 18:30:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e/-/merge_requests/11763[May 30 2023 18:30:16 UTC (QA Tests)] INFO -- clicking :approve_button1764[May 30 2023 18:30:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.665s1765[May 30 2023 18:30:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.699s1766[May 30 2023 18:30:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.035s1767[May 30 2023 18:30:21 UTC (QA Tests)] INFO -- clicking :user_avatar_content1768[May 30 2023 18:30:21 UTC (QA Tests)] INFO -- clicking :sign_out_link1769[May 30 2023 18:30:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_out_link' took 0.891s1770[May 30 2023 18:30:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1771[May 30 2023 18:30:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1772[May 30 2023 18:30:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1773[May 30 2023 18:30:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1774[May 30 2023 18:30:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1775[May 30 2023 18:30:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.277s1776[May 30 2023 18:30:25 UTC (QA Tests)] INFO -- Enabling super sidebar!1777[May 30 2023 18:30:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1778[May 30 2023 18:30:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e/-/merge_requests/11779[May 30 2023 18:30:29 UTC (QA Tests)] INFO -- clicking :merge_button1780[May 30 2023 18:30:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 3.275s1781[May 30 2023 18:30:32 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72 QA::Resource::Group1782[May 30 2023 18:30:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/approval-rules-d46354254c25aa9e'1783 allows multiple approval rules with users and groups1784Plan1785 Custom email1786[May 30 2023 18:30:33 UTC (QA Tests)] INFO -- Starting test: Plan Custom email customizes email with additional text1787[May 30 2023 18:30:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1788[May 30 2023 18:30:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1789[May 30 2023 18:30:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1790[May 30 2023 18:30:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1791[May 30 2023 18:30:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1792[May 30 2023 18:30:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.336s1793[May 30 2023 18:30:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1794[May 30 2023 18:30:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1795[May 30 2023 18:30:38 UTC (QA Tests)] INFO -- clicking :context_switcher1796[May 30 2023 18:30:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1797[May 30 2023 18:30:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.282s1798[May 30 2023 18:30:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.313s1799[May 30 2023 18:30:41 UTC (QA Tests)] INFO -- clicking :menu_section_button1800[May 30 2023 18:30:41 UTC (QA Tests)] INFO -- clicking :nav_item_link1801[May 30 2023 18:30:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.787s1802[May 30 2023 18:30:43 UTC (QA Tests)] INFO -- filling :additional_text_textarea_field with "Testing custom email - d0208e654f6f4157"1803[May 30 2023 18:30:43 UTC (QA Tests)] INFO -- clicking the coordinates of :additional_text_textarea_field1804[May 30 2023 18:30:43 UTC (QA Tests)] INFO -- clicking :save_changes_button1805[May 30 2023 18:30:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.098s1806 customizes email with additional text1807Create1808 Commit data1809[May 30 2023 18:30:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.09 seconds1810[May 30 2023 18:30:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.19 seconds1811[May 30 2023 18:30:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.33 seconds1812[May 30 2023 18:30:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-c0fe6db8d6c9fc71' via api in 1.13 seconds1813[May 30 2023 18:30:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1814[May 30 2023 18:30:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 4.2 seconds1815[May 30 2023 18:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.12 seconds1816[May 30 2023 18:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.26 seconds1817[May 30 2023 18:30:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-6895402eae3feed0' via api in 1.43 seconds1818[May 30 2023 18:30:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.6 seconds1819[May 30 2023 18:30:51 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch1820[May 30 2023 18:30:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1821[May 30 2023 18:30:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1822[May 30 2023 18:30:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1823[May 30 2023 18:30:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1824[May 30 2023 18:30:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1825[May 30 2023 18:30:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.328s1826[May 30 2023 18:30:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1827[May 30 2023 18:30:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1828[May 30 2023 18:30:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-c0fe6db8d6c9fc711829[May 30 2023 18:30:59 UTC (QA Tests)] INFO -- clicking :options_button1830 user views raw email patch1831[May 30 2023 18:31:00 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff1832[May 30 2023 18:31:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1833[May 30 2023 18:31:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1834[May 30 2023 18:31:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1835[May 30 2023 18:31:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1836[May 30 2023 18:31:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1837[May 30 2023 18:31:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.245s1838[May 30 2023 18:31:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1839[May 30 2023 18:31:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1840[May 30 2023 18:31:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-code-c0fe6db8d6c9fc711841[May 30 2023 18:31:08 UTC (QA Tests)] INFO -- clicking :options_button1842 user views raw commit diff1843Plan1844 Testing wiki content creation inside a project1845[May 30 2023 18:31:09 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki1846[May 30 2023 18:31:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1847[May 30 2023 18:31:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1848[May 30 2023 18:31:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1849[May 30 2023 18:31:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1850[May 30 2023 18:31:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1851[May 30 2023 18:31:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.385s1852[May 30 2023 18:31:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1853[May 30 2023 18:31:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1854[May 30 2023 18:31:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1855[May 30 2023 18:31:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds1856[May 30 2023 18:31:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-ed23789022f053cf' via api in 0.81 seconds1857[May 30 2023 18:31:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.33 seconds1858[May 30 2023 18:31:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-ed23789022f053cf/-/wikis/Home1859[May 30 2023 18:31:16 UTC (QA Tests)] INFO -- clicking :new_page_button1860[May 30 2023 18:31:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_page_button' took 1.114s1861[May 30 2023 18:31:17 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1862[May 30 2023 18:31:17 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1863[May 30 2023 18:31:18 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1864[May 30 2023 18:31:18 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1865[May 30 2023 18:31:18 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1866[May 30 2023 18:31:18 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1867[May 30 2023 18:31:19 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1868[May 30 2023 18:31:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.475s1869 by adding a second page to the wiki1870[May 30 2023 18:31:21 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a second page to the wiki using git push1871[May 30 2023 18:31:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1872[May 30 2023 18:31:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1873[May 30 2023 18:31:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1874[May 30 2023 18:31:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1875[May 30 2023 18:31:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1876[May 30 2023 18:31:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.439s1877[May 30 2023 18:31:24 UTC (QA Tests)] INFO -- Enabling super sidebar!1878[May 30 2023 18:31:24 UTC (QA Tests)] INFO -- Super sidebar is already enabled1879[May 30 2023 18:31:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1880[May 30 2023 18:31:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds1881[May 30 2023 18:31:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-46658efe9eeb57e2' via api in 1.71 seconds1882[May 30 2023 18:31:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 2.36 seconds1883[May 30 2023 18:31:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 1.9 seconds1884[May 30 2023 18:31:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-46658efe9eeb57e2/-/wikis/just_another_wiki_page1885 by adding a second page to the wiki using git push1886[May 30 2023 18:31:31 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki1887[May 30 2023 18:31:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1888[May 30 2023 18:31:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1889[May 30 2023 18:31:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1890[May 30 2023 18:31:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1891[May 30 2023 18:31:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1892[May 30 2023 18:31:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.238s1893[May 30 2023 18:31:34 UTC (QA Tests)] INFO -- Enabling super sidebar!1894[May 30 2023 18:31:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled1895[May 30 2023 18:31:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1896[May 30 2023 18:31:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1897[May 30 2023 18:31:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-69f7196490ac24df' via api in 0.97 seconds1898[May 30 2023 18:31:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/the_awesome_project-69f7196490ac24df1899[May 30 2023 18:31:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1900[May 30 2023 18:31:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1901[May 30 2023 18:31:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.881s1902[May 30 2023 18:31:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? js_lazy_loaded_content' took 11.064s1903[May 30 2023 18:31:50 UTC (QA Tests)] INFO -- clicking :create_first_page_link1904[May 30 2023 18:31:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_page_link' took 0.916s1905[May 30 2023 18:31:51 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "just_another_wiki_page"1906[May 30 2023 18:31:51 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1907[May 30 2023 18:31:51 UTC (QA Tests)] INFO -- filling :markdown_editor_form_field with "this content is changed or added"1908[May 30 2023 18:31:51 UTC (QA Tests)] INFO -- clicking the coordinates of :markdown_editor_form_field1909[May 30 2023 18:31:52 UTC (QA Tests)] INFO -- filling :wiki_message_textbox with "this is a new addition to the wiki"1910[May 30 2023 18:31:52 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_message_textbox1911[May 30 2023 18:31:53 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1912[May 30 2023 18:31:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element wiki_submit_button' took 1.498s1913 by adding a home page to the wiki1914[May 30 2023 18:31:55 UTC (QA Tests)] INFO -- Starting test: Plan Testing wiki content creation inside a project by adding a home page to the wiki using git push1915[May 30 2023 18:31:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1916[May 30 2023 18:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1917[May 30 2023 18:31:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1918[May 30 2023 18:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1919[May 30 2023 18:31:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1920[May 30 2023 18:31:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.219s1921[May 30 2023 18:31:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1922[May 30 2023 18:31:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1923[May 30 2023 18:32:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1924[May 30 2023 18:32:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds1925[May 30 2023 18:32:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-cc485c988969fdb1' via api in 0.89 seconds1926[May 30 2023 18:32:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::WikiPush via browser_ui in 2.74 seconds1927[May 30 2023 18:32:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::WikiPush at http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/wiki_testing-cc485c988969fdb1/-/wikis/just_another_wiki_page1928 by adding a home page to the wiki using git push1929Plan1930 Assignees1931[May 30 2023 18:32:04 UTC (QA Tests)] INFO -- Starting test: Plan Assignees update without refresh1932[May 30 2023 18:32:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1933[May 30 2023 18:32:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1934[May 30 2023 18:32:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1935[May 30 2023 18:32:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1936[May 30 2023 18:32:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1937[May 30 2023 18:32:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.28s1938[May 30 2023 18:32:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1939[May 30 2023 18:32:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1940[May 30 2023 18:32:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.09 seconds1941[May 30 2023 18:32:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.4 seconds1942[May 30 2023 18:32:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-assignees-1b1e40fce4875815' via api in 1.06 seconds1943[May 30 2023 18:32:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.2 seconds1944[May 30 2023 18:32:10 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-assignees-1b1e40fce4875815 QA::Resource::Project1945[May 30 2023 18:32:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.19 seconds1946[May 30 2023 18:32:11 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-assignees-1b1e40fce4875815 QA::Resource::Project1947[May 30 2023 18:32:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 1.57 seconds1948[May 30 2023 18:32:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-assignees-1b1e40fce4875815/-/issues/11949 update without refresh1950Plan1951 Project level issues analytics1952 behaves like issues analytics page1953[May 30 2023 18:32:17 UTC (QA Tests)] INFO -- Starting test: Plan Project level issues analytics behaves like issues analytics page displays a graph1954[May 30 2023 18:32:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1955[May 30 2023 18:32:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1956[May 30 2023 18:32:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1957[May 30 2023 18:32:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1958[May 30 2023 18:32:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1959[May 30 2023 18:32:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.308s1960[May 30 2023 18:32:20 UTC (QA Tests)] INFO -- Enabling super sidebar!1961[May 30 2023 18:32:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled1962[May 30 2023 18:32:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1963[May 30 2023 18:32:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds1964[May 30 2023 18:32:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-issues-ef03509a64e3e401' via api in 0.87 seconds1965[May 30 2023 18:32:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 1.39 seconds1966 displays a graph1967 Group level issues analytics1968 behaves like issues analytics page1969[May 30 2023 18:32:25 UTC (QA Tests)] INFO -- Starting test: Plan Group level issues analytics behaves like issues analytics page displays a graph1970[May 30 2023 18:32:25 UTC (QA Tests)] INFO -- filling :login_field with "root"1971[May 30 2023 18:32:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1972[May 30 2023 18:32:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1973[May 30 2023 18:32:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1974[May 30 2023 18:32:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1975[May 30 2023 18:32:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.251s1976[May 30 2023 18:32:28 UTC (QA Tests)] INFO -- Enabling super sidebar!1977[May 30 2023 18:32:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled1978[May 30 2023 18:32:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds1979[May 30 2023 18:32:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.22 seconds1980[May 30 2023 18:32:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-issues-f8202c93440e3dcf' via api in 0.91 seconds1981[May 30 2023 18:32:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 1.34 seconds1982 displays a graph1983Verify1984 when pipeline is blocked1985 can still merge MR successfully (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/411510)1986Plan1987 Multiple assignees per issue1988[May 30 2023 18:32:32 UTC (QA Tests)] INFO -- Starting test: Plan Multiple assignees per issue shows the first five assignees and a +n more link in the issue page1989[May 30 2023 18:32:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1990[May 30 2023 18:32:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1991[May 30 2023 18:32:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1992[May 30 2023 18:32:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1993[May 30 2023 18:32:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1994[May 30 2023 18:32:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.278s1995[May 30 2023 18:32:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1996[May 30 2023 18:32:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1997[May 30 2023 18:32:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1998[May 30 2023 18:32:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1999[May 30 2023 18:32:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user3' via api in 0.59 seconds2000[May 30 2023 18:32:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user4' via api in 0.32 seconds2001[May 30 2023 18:32:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user5' via api in 0.3 seconds2002[May 30 2023 18:32:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user6' via api in 0.28 seconds2003[May 30 2023 18:32:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2004[May 30 2023 18:32:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.22 seconds2005[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780' via api in 1.23 seconds2006[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2007[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2008[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user3 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2009[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user4 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2010[May 30 2023 18:32:40 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user5 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2011[May 30 2023 18:32:41 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user6 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780 QA::Resource::Project2012[May 30 2023 18:32:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.58 seconds2013[May 30 2023 18:32:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-e41e78827d220780/-/issues/12014[May 30 2023 18:32:44 UTC (QA Tests)] INFO -- clicking :more_assignees_link2015 shows the first five assignees and a +n more link in the issue page2016[May 30 2023 18:32:44 UTC (QA Tests)] INFO -- Starting test: Plan Multiple assignees per issue shows the first three assignees and a +n sign in the issues list2017[May 30 2023 18:32:45 UTC (QA Tests)] INFO -- filling :login_field with "root"2018[May 30 2023 18:32:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2019[May 30 2023 18:32:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"2020[May 30 2023 18:32:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2021[May 30 2023 18:32:46 UTC (QA Tests)] INFO -- clicking :sign_in_button2022[May 30 2023 18:32:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.427s2023[May 30 2023 18:32:48 UTC (QA Tests)] INFO -- Enabling super sidebar!2024[May 30 2023 18:32:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled2025[May 30 2023 18:32:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds2026[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.16 seconds2027[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user3' via api in 0.18 seconds2028[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user4' via api in 0.13 seconds2029[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user5' via api in 0.15 seconds2030[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user6' via api in 0.13 seconds2031[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2032[May 30 2023 18:32:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.24 seconds2033[May 30 2023 18:32:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441' via api in 0.84 seconds2034[May 30 2023 18:32:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2035[May 30 2023 18:32:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2036[May 30 2023 18:32:51 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user3 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2037[May 30 2023 18:32:52 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user4 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2038[May 30 2023 18:32:52 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user5 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2039[May 30 2023 18:32:52 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user6 to gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e54441 QA::Resource::Project2040[May 30 2023 18:32:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.48 seconds2041[May 30 2023 18:32:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-to-test-issue-with-multiple-assignees-b4e7b28cd6e544412042[May 30 2023 18:32:54 UTC (QA Tests)] INFO -- clicking :menu_section_button2043[May 30 2023 18:32:54 UTC (QA Tests)] INFO -- clicking :nav_item_link2044[May 30 2023 18:32:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.155s2045 shows the first three assignees and a +n sign in the issues list2046Govern2047 project vulnerability report2048[May 30 2023 18:32:56 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully change status of a vulnerability in vulnerability details page2049[May 30 2023 18:32:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2050[May 30 2023 18:32:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds2051[May 30 2023 18:32:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-secure-d0e4f22bf3191e17' via api in 1.67 seconds2052[May 30 2023 18:32:58 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.66 seconds2053[May 30 2023 18:32:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.27 seconds2054[May 30 2023 18:32:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.26 seconds2055[May 30 2023 18:32:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.25 seconds2056[May 30 2023 18:33:00 UTC (QA Tests)] INFO -- filling :login_field with "root"2057[May 30 2023 18:33:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2058[May 30 2023 18:33:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"2059[May 30 2023 18:33:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2060[May 30 2023 18:33:00 UTC (QA Tests)] INFO -- clicking :sign_in_button2061[May 30 2023 18:33:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.178s2062[May 30 2023 18:33:02 UTC (QA Tests)] INFO -- Enabling super sidebar!2063[May 30 2023 18:33:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled2064[May 30 2023 18:33:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-secure-d0e4f22bf3191e172065[May 30 2023 18:33:05 UTC (QA Tests)] INFO -- clicking :menu_section_button2066[May 30 2023 18:33:05 UTC (QA Tests)] INFO -- clicking :nav_item_link2067[May 30 2023 18:33:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.269s2068[May 30 2023 18:33:07 UTC (QA Tests)] INFO -- clicking :vulnerability2069[May 30 2023 18:33:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element vulnerability' took 1.144s2070[May 30 2023 18:33:08 UTC (QA Tests)] INFO -- clicking :vulnerability_status_dropdown2071[May 30 2023 18:33:08 UTC (QA Tests)] INFO -- clicking :vulnerability_state_resolved2072[May 30 2023 18:33:09 UTC (QA Tests)] INFO -- clicking :vulnerability_save_status_button2073[May 30 2023 18:33:09 UTC (QA Tests)] INFO -- clicking :nav_item_link2074[May 30 2023 18:33:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.18s2075[May 30 2023 18:33:11 UTC (QA Tests)] ERROR -- Interceptor Api Errors2076[-1] POST /api/graphql -- Correlation Id: Correlation Id not found2077 can successfully change status of a vulnerability in vulnerability details page2078[May 30 2023 18:33:11 UTC (QA Tests)] INFO -- Starting test: Govern project vulnerability report can successfully bulk change status in vulnerability report2079[May 30 2023 18:33:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2080[May 30 2023 18:33:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.25 seconds2081[May 30 2023 18:33:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-secure-a709cfcf356c7101' via api in 1.85 seconds2082[May 30 2023 18:33:13 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Greyhound vulnerability' via api in 0.29 seconds2083[May 30 2023 18:33:13 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Scenthound vulnerability' via api in 0.15 seconds2084[May 30 2023 18:33:14 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Spellbound vulnerability' via api in 0.14 seconds2085[May 30 2023 18:33:14 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::VulnerabilityItem with name 'Sonicsound vulnerability' via api in 0.16 seconds2086[May 30 2023 18:33:14 UTC (QA Tests)] INFO -- filling :login_field with "root"2087[May 30 2023 18:33:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2088[May 30 2023 18:33:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"2089[May 30 2023 18:33:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2090[May 30 2023 18:33:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2091[May 30 2023 18:33:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.183s2092[May 30 2023 18:33:17 UTC (QA Tests)] INFO -- Enabling super sidebar!2093[May 30 2023 18:33:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled2094[May 30 2023 18:33:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-secure-a709cfcf356c71012095[May 30 2023 18:33:21 UTC (QA Tests)] INFO -- clicking :menu_section_button2096[May 30 2023 18:33:21 UTC (QA Tests)] INFO -- clicking :nav_item_link2097[May 30 2023 18:33:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.095s2098[May 30 2023 18:33:22 UTC (QA Tests)] INFO -- checking via JS :vulnerability_report_checkbox_all with args {}2099[May 30 2023 18:33:22 UTC (QA Tests)] INFO -- clicking :vulnerability_card_status_dropdown2100[May 30 2023 18:33:22 UTC (QA Tests)] INFO -- clicking :item_status_resolve2101[May 30 2023 18:33:23 UTC (QA Tests)] INFO -- clicking :change_status_button2102[May 30 2023 18:33:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? vulnerability' took 11.088s2103[May 30 2023 18:33:45 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-secure-a709cfcf356c7101/-/security/vulnerability_report/?state=RESOLVED2104[May 30 2023 18:33:47 UTC (QA Tests)] ERROR -- Interceptor Api Errors2105[-1] POST /api/graphql -- Correlation Id: Correlation Id not found2106 can successfully bulk change status in vulnerability report2107Release2108 Operations Dashboard2109[May 30 2023 18:33:47 UTC (QA Tests)] INFO -- Starting test: Release Operations Dashboard has many pipelines with appropriate statuses2110[May 30 2023 18:33:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2111[May 30 2023 18:33:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds2112[May 30 2023 18:33:48 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::GroupRunner.2113[May 30 2023 18:33:48 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2114[May 30 2023 18:33:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2115[May 30 2023 18:33:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-test-2023-05-30-17-57-57-bf8a234870e94b72 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-test-2023-05-30-17-57-57-bf8a234870e94b72 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-test-2023-05-30-17-57-57-bf8a234870e94b72 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-test-2023-05-30-17-57-57-bf8a234870e94b72 --executor shell && gitlab-runner run" `2116[May 30 2023 18:33:49 UTC (QA Tests)] INFO -- Executing: `docker logs qa-test-2023-05-30-17-57-57-bf8a234870e94b72`2117[May 30 2023 18:33:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2118[May 30 2023 18:33:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::GroupRunner with name 'qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 1.8 seconds2119[May 30 2023 18:33:50 UTC (QA Tests)] INFO -- filling :login_field with "root"2120[May 30 2023 18:33:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2121[May 30 2023 18:33:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"2122[May 30 2023 18:33:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2123[May 30 2023 18:33:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2124[May 30 2023 18:33:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.233s2125[May 30 2023 18:33:53 UTC (QA Tests)] INFO -- Enabling super sidebar!2126[May 30 2023 18:33:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled2127[May 30 2023 18:33:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-success-run-a1987bbdf82aa0c3' via api in 0.64 seconds2128[May 30 2023 18:33:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.7 seconds2129[May 30 2023 18:34:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pending-run-313f519c96d3d357' via api in 0.6 seconds2130[May 30 2023 18:34:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds2131[May 30 2023 18:34:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-failed-run-e8800cc18e094415' via api in 0.51 seconds2132[May 30 2023 18:34:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds2133[May 30 2023 18:34:11 UTC (QA Tests)] INFO -- clicking :nav_item_link2134[May 30 2023 18:34:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.528s2135[May 30 2023 18:34:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-without-ci-4d2733d94ffc66a9' via api in 0.6 seconds2136[May 30 2023 18:34:12 UTC (QA Tests)] INFO -- clicking :add_projects_button2137[May 30 2023 18:34:12 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-success-run-a1987bbdf82aa0c3"2138[May 30 2023 18:34:12 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2139[May 30 2023 18:34:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.71s2140[May 30 2023 18:34:13 UTC (QA Tests)] INFO -- clicking :project_list_item2141[May 30 2023 18:34:14 UTC (QA Tests)] INFO -- clicking :add_projects_button2142[May 30 2023 18:34:14 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-pending-run-313f519c96d3d357"2143[May 30 2023 18:34:14 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2144[May 30 2023 18:34:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.707s2145[May 30 2023 18:34:15 UTC (QA Tests)] INFO -- clicking :project_list_item2146[May 30 2023 18:34:15 UTC (QA Tests)] INFO -- clicking :add_projects_button2147[May 30 2023 18:34:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.548s2148[May 30 2023 18:34:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_projects_button' took 0.612s2149[May 30 2023 18:34:16 UTC (QA Tests)] INFO -- filling :project_search_field with "project-without-ci-4d2733d94ffc66a9"2150[May 30 2023 18:34:16 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2151[May 30 2023 18:34:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.703s2152[May 30 2023 18:34:17 UTC (QA Tests)] INFO -- clicking :project_list_item2153[May 30 2023 18:34:17 UTC (QA Tests)] INFO -- clicking :add_projects_button2154[May 30 2023 18:34:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.539s2155[May 30 2023 18:34:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element add_projects_button' took 0.597s2156[May 30 2023 18:34:18 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-failed-run-e8800cc18e094415"2157[May 30 2023 18:34:18 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field2158[May 30 2023 18:34:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_list_item' took 0.703s2159[May 30 2023 18:34:19 UTC (QA Tests)] INFO -- clicking :project_list_item2160[May 30 2023 18:34:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.678s2161[May 30 2023 18:34:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'all_elements dashboard_project_card' took 0.697s2162[May 30 2023 18:34:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::GroupRunner with name 'qa-test-2023-05-30-17-57-57-bf8a234870e94b72'2163[May 30 2023 18:34:21 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-test-2023-05-30-17-57-57-bf8a234870e94b72`2164 has many pipelines with appropriate statuses2165Manage2166 User with minimal access to group2167[May 30 2023 18:34:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-cada2ae569fee5ab' via api in 0.31 seconds2168[May 30 2023 18:34:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2169[May 30 2023 18:34:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-d4ddaf57b810302e' via api in 0.55 seconds2170[May 30 2023 18:34:22 UTC (QA Tests)] INFO -- Adding user qa-user-cada2ae569fee5ab to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2171[May 30 2023 18:34:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-d4ddaf57b810302e/project-for-minimal-access-06a0758cf55d3d12' via api in 0.98 seconds2172[May 30 2023 18:34:24 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to create a file via the API2173[May 30 2023 18:34:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2174[May 30 2023 18:34:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds2175[May 30 2023 18:34:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-d9b7e57b0bf66162' via api in 1.27 seconds2176[May 30 2023 18:34:25 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-cada2ae569fee5ab2177[May 30 2023 18:34:26 UTC (QA Tests)] INFO -- Caching token for username: qa-user-cada2ae569fee5ab, last six chars of token:aF4rs92178[May 30 2023 18:34:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-cada2ae569fee5ab-719sz2a6' via api in 0.11 seconds2179 is not allowed to create a file via the API2180[May 30 2023 18:34:26 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to commit via the API2181 is not allowed to commit via the API2182[May 30 2023 18:34:26 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to push code via the CLI2183 is not allowed to push code via the CLI2184[May 30 2023 18:34:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-cada2ae569fee5ab'2185[May 30 2023 18:34:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-d4ddaf57b810302e/project-for-minimal-access-06a0758cf55d3d12'2186[May 30 2023 18:34:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-d4ddaf57b810302e'2187Plan2188 Design Management2189[May 30 2023 18:34:29 UTC (QA Tests)] INFO -- Starting test: Plan Design Management user archives a design2190[May 30 2023 18:34:29 UTC (QA Tests)] INFO -- filling :login_field with "root"2191[May 30 2023 18:34:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2192[May 30 2023 18:34:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"2193[May 30 2023 18:34:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2194[May 30 2023 18:34:30 UTC (QA Tests)] INFO -- clicking :sign_in_button2195[May 30 2023 18:34:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.727s2196[May 30 2023 18:34:32 UTC (QA Tests)] INFO -- Enabling super sidebar!2197[May 30 2023 18:34:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled2198[May 30 2023 18:34:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2199[May 30 2023 18:34:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.28 seconds2200[May 30 2023 18:34:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-issues-059b72fecb927a17' via api in 0.9 seconds2201[May 30 2023 18:34:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 1.28 seconds2202[May 30 2023 18:34:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/banana_sample.gif' via api in 1.92 seconds2203[May 30 2023 18:34:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design with full_path 'designs/issue-1/values.png' via api in 0.57 seconds2204[May 30 2023 18:34:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-issues-059b72fecb927a17/-/issues/12205[May 30 2023 18:34:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.983s2206[May 30 2023 18:34:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element design_image' took 1.003s2207[May 30 2023 18:34:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Design via browser_ui in 3.51 seconds2208[May 30 2023 18:34:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-issues-059b72fecb927a17/-/issues/12209[May 30 2023 18:34:42 UTC (QA Tests)] INFO -- clicking :design_checkbox2210[May 30 2023 18:34:42 UTC (QA Tests)] INFO -- clicking :archive_button2211[May 30 2023 18:34:43 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button2212[May 30 2023 18:34:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.594s2213[May 30 2023 18:34:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? design_file_name' took 0.651s2214[May 30 2023 18:34:43 UTC (QA Tests)] INFO -- clicking :design_checkbox2215[May 30 2023 18:34:43 UTC (QA Tests)] INFO -- clicking :design_checkbox2216[May 30 2023 18:34:44 UTC (QA Tests)] INFO -- clicking :archive_button2217[May 30 2023 18:34:44 UTC (QA Tests)] INFO -- clicking :confirm_archiving_button2218[May 30 2023 18:34:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.555s2219[May 30 2023 18:34:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? design_file_name' took 0.564s2220 user archives a design2221Verify2222 Include multiple files from a project2223[May 30 2023 18:34:44 UTC (QA Tests)] INFO -- Starting test: Verify Include multiple files from a project runs the pipeline with composed config2224[May 30 2023 18:34:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2225[May 30 2023 18:34:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds2226[May 30 2023 18:34:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-1-2c51e1e18bf141ef' via api in 0.84 seconds2227[May 30 2023 18:34:45 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2228[May 30 2023 18:34:45 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2229[May 30 2023 18:34:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2230[May 30 2023 18:34:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-attm3um8 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-attm3um8 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-attm3um8 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-attm3um8 --executor shell && gitlab-runner run" `2231[May 30 2023 18:34:47 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-attm3um8`2232[May 30 2023 18:34:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2233[May 30 2023 18:34:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-attm3um8' via api in 1.96 seconds2234[May 30 2023 18:34:48 UTC (QA Tests)] INFO -- filling :login_field with "root"2235[May 30 2023 18:34:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2236[May 30 2023 18:34:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2237[May 30 2023 18:34:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2238[May 30 2023 18:34:49 UTC (QA Tests)] INFO -- clicking :sign_in_button2239[May 30 2023 18:34:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.204s2240[May 30 2023 18:34:50 UTC (QA Tests)] INFO -- Enabling super sidebar!2241[May 30 2023 18:34:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled2242[May 30 2023 18:34:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2243[May 30 2023 18:34:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.21 seconds2244[May 30 2023 18:34:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-2-7884fa9f551c1ff2' via api in 1.04 seconds2245[May 30 2023 18:34:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds2246[May 30 2023 18:34:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds2247[May 30 2023 18:34:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-1-2c51e1e18bf141ef2248[May 30 2023 18:34:56 UTC (QA Tests)] INFO -- clicking :menu_section_button2249[May 30 2023 18:34:56 UTC (QA Tests)] INFO -- clicking :nav_item_link2250[May 30 2023 18:34:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.2s2251[May 30 2023 18:35:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2252[May 30 2023 18:35:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.18s2253[May 30 2023 18:35:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-attm3um8'2254[May 30 2023 18:35:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-attm3um8`2255 runs the pipeline with composed config2256Verify2257 Trigger matrix2258[May 30 2023 18:35:13 UTC (QA Tests)] INFO -- Starting test: Verify Trigger matrix creates 2 trigger jobs and passes corresponding matrix variables2259[May 30 2023 18:35:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2260[May 30 2023 18:35:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds2261[May 30 2023 18:35:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-b3f7cd5917dcb809' via api in 0.85 seconds2262[May 30 2023 18:35:14 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2263[May 30 2023 18:35:14 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2264[May 30 2023 18:35:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2265[May 30 2023 18:35:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-ywilvgoa --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ywilvgoa sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name qa-runner-ywilvgoa --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-ywilvgoa --executor shell && gitlab-runner run" `2266[May 30 2023 18:35:15 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-ywilvgoa`2267[May 30 2023 18:35:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2268[May 30 2023 18:35:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'qa-runner-ywilvgoa' via api in 1.79 seconds2269[May 30 2023 18:35:16 UTC (QA Tests)] INFO -- filling :login_field with "root"2270[May 30 2023 18:35:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2271[May 30 2023 18:35:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"2272[May 30 2023 18:35:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2273[May 30 2023 18:35:17 UTC (QA Tests)] INFO -- clicking :sign_in_button2274[May 30 2023 18:35:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.342s2275[May 30 2023 18:35:19 UTC (QA Tests)] INFO -- Enabling super sidebar!2276[May 30 2023 18:35:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled2277[May 30 2023 18:35:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.66 seconds2278[May 30 2023 18:35:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-b3f7cd5917dcb8092279[May 30 2023 18:35:22 UTC (QA Tests)] INFO -- clicking :menu_section_button2280[May 30 2023 18:35:22 UTC (QA Tests)] INFO -- clicking :nav_item_link2281[May 30 2023 18:35:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.853s2282[May 30 2023 18:35:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? pipeline_row_container' took 10.471s2283[May 30 2023 18:35:36 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button2284[May 30 2023 18:35:36 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present2285[May 30 2023 18:35:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element job_link' took 1.426s2286[May 30 2023 18:35:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'qa-runner-ywilvgoa'2287[May 30 2023 18:35:38 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-ywilvgoa`2288[May 30 2023 18:35:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-pipeline-b3f7cd5917dcb809'2289 creates 2 trigger jobs and passes corresponding matrix variables2290Manage2291 Group access token2292[May 30 2023 18:35:39 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to create a file via the project API2293[May 30 2023 18:35:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2294[May 30 2023 18:35:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds2295[May 30 2023 18:35:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-with-new-file-b091124cbc3d5cf1' via api in 1.28 seconds2296[May 30 2023 18:35:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2297[May 30 2023 18:35:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds2298[May 30 2023 18:35:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-vm46x6bi', token's bot username 'group_4_bot_79f8f6f95099c72c92629e0f2229a111' via api in 0.61 seconds2299[May 30 2023 18:35:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-group-access-token-c79388c80b6cbc40' via api in 1.29 seconds2300[May 30 2023 18:35:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-c6bab104b61e5147.txt' via api in 0.51 seconds2301 can be used to create a file via the project API2302[May 30 2023 18:35:43 UTC (QA Tests)] INFO -- Starting test: Manage Group access token can be used to commit via the API2303[May 30 2023 18:35:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds2304[May 30 2023 18:35:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.23 seconds2305[May 30 2023 18:35:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::GroupAccessToken with name 'api-group-access-token-cumpvk1h', token's bot username 'group_4_bot_84ccf23a0d8a1edb391fb09aa0487be9' via api in 0.61 seconds2306[May 30 2023 18:35:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/project-for-group-access-token-78f136df6ea0636f' via api in 1.02 seconds2307[May 30 2023 18:35:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2308 can be used to commit via the API2309Create2310 Default merge request templates2311[May 30 2023 18:35:46 UTC (QA Tests)] INFO -- Starting test: Create Default merge request templates uses default template when creating a merge request2312[May 30 2023 18:35:46 UTC (QA Tests)] INFO -- filling :login_field with "root"2313[May 30 2023 18:35:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2314[May 30 2023 18:35:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"2315[May 30 2023 18:35:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2316[May 30 2023 18:35:47 UTC (QA Tests)] INFO -- clicking :sign_in_button2317[May 30 2023 18:35:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.365s2318[May 30 2023 18:35:49 UTC (QA Tests)] INFO -- Enabling super sidebar!2319[May 30 2023 18:35:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled2320[May 30 2023 18:35:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2321[May 30 2023 18:35:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72' via api in 0.2 seconds2322[May 30 2023 18:35:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/default-mr-template-project-cc8cb939d5c7b368' via api in 0.86 seconds2323[May 30 2023 18:35:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/default-mr-template-project-cc8cb939d5c7b3682324[May 30 2023 18:35:52 UTC (QA Tests)] INFO -- clicking :menu_section_button2325[May 30 2023 18:35:53 UTC (QA Tests)] INFO -- clicking :nav_item_link2326[May 30 2023 18:35:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.17s2327[May 30 2023 18:35:54 UTC (QA Tests)] INFO -- filling :default_merge_request_template_field with "This is a default merge request template"2328[May 30 2023 18:35:54 UTC (QA Tests)] INFO -- clicking the coordinates of :default_merge_request_template_field2329[May 30 2023 18:35:54 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button2330[May 30 2023 18:35:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.26s2331[May 30 2023 18:35:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2332[May 30 2023 18:35:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds2333[May 30 2023 18:35:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-05-30-17-57-57-bf8a234870e94b72/default-mr-template-project-cc8cb939d5c7b3682334[May 30 2023 18:35:59 UTC (QA Tests)] INFO -- clicking :create_merge_request_button2335[May 30 2023 18:36:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.69s2336[May 30 2023 18:36:00 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "QA test - merge request"2337[May 30 2023 18:36:00 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field2338[May 30 2023 18:36:01 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2339[May 30 2023 18:36:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 4.135s2340[May 30 2023 18:36:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 9.51 seconds2341 uses default template when creating a merge request2342[May 30 2023 18:36:05 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2343{2344 "qa/specs/features/ee/browser_ui/9_data_stores/group/prevent_forking_outside_group_spec.rb": 39.2978006809999,2345 "qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb": 1348.6893295249993,2346 "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb": 24.479033137999977,2347 "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb": 11.826571077999688,2348 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 11.57268687800024,2349 "qa/specs/features/browser_ui/9_data_stores/project/add_project_member_spec.rb": 14.21827000400026,2350 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_over_http_spec.rb": 23.149134814999343,2351 "qa/specs/features/browser_ui/3_create/web_ide/add_new_directory_in_web_ide_spec.rb": 45.50650689400027,2352 "qa/specs/features/api/1_manage/user_access_termination_spec.rb": 7.3446486479997475,2353 "qa/specs/features/ee/browser_ui/9_data_stores/group/share_group_with_group_spec.rb": 20.22837497099954,2354 "qa/specs/features/browser_ui/9_data_stores/project/create_project_badge_spec.rb": 15.064294945000256,2355 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb": 32.71510006000062,2356 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_list_spec.rb": 27.41910862900022,2357 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 41.33030608199988,2358 "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb": 10.931852894000258,2359 "qa/specs/features/api/3_create/repository/storage_size_spec.rb": 16.98210089799977,2360 "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb": 24.66934764400048,2361 "qa/specs/features/browser_ui/9_data_stores/project/view_project_activity_spec.rb": 10.860864481000135,2362 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb": 10.562930663999396,2363 "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb": 40.19376083099996,2364 "qa/specs/features/ee/browser_ui/10_govern/policies_list_spec.rb": 17.295211389000542,2365 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 47.23196288700001,2366 "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb": 21.44229359899964,2367 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_page_deletion_spec.rb": 10.905281469999863,2368 "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb": 3.7822694169999522,2369 "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb": 12.411404385999958,2370 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 71.93388475499978,2371 "qa/specs/features/ee/browser_ui/2_plan/custom_email/custom_email_spec.rb": 11.380763484000454,2372 "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb": 24.50057290099994,2373 "qa/specs/features/browser_ui/2_plan/project_wiki/project_based_content_creation_spec.rb": 54.8701963500007,2374 "qa/specs/features/browser_ui/2_plan/issue/real_time_assignee_spec.rb": 13.498408503000064,2375 "qa/specs/features/ee/browser_ui/2_plan/issues_analytics/issues_analytics_spec.rb": 14.625515094000548,2376 "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/more_than_four_assignees_spec.rb": 24.001177537999865,2377 "qa/specs/features/ee/browser_ui/10_govern/change_vulnerability_status_spec.rb": 51.2981252540003,2378 "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb": 34.17431749900061,2379 "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb": 7.375884439999936,2380 "qa/specs/features/browser_ui/2_plan/design_management/archive_design_content_spec.rb": 15.555288029000621,2381 "qa/specs/features/browser_ui/4_verify/pipeline/include_multiple_files_from_a_project_spec.rb": 28.38357298200026,2382 "qa/specs/features/browser_ui/4_verify/pipeline/trigger_matrix_spec.rb": 25.966585681999277,2383 "qa/specs/features/api/1_manage/group_access_token_spec.rb": 6.818383238000024,2384 "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb": 19.8806925589997262385}2386[May 30 2023 18:36:05 UTC (QA Tests)] INFO -- 2387Knapsack global time execution for tests: 38m 14s2388Pending: (Failures listed here are expected and do not affect your suite's status)2389 1) ModelOps Suggested Reviewers suggests reviewers2390 # Test is not compatible with this environment or pipeline2391 # ./qa/specs/features/ee/browser_ui/14_model_ops/suggested_reviewer_spec.rb:482392 2) Fulfillment Purchase CI minutes without active subscription adds additional minutes to group namespace2393 # Test is not compatible with this environment or pipeline2394 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:502395 3) Fulfillment Purchase CI minutes with an active subscription adds additional minutes to group namespace2396 # Test is not compatible with this environment or pipeline2397 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:692398 4) Fulfillment Purchase CI minutes with existing CI minutes packs adds additional minutes to group namespace2399 # Test is not compatible with this environment or pipeline2400 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:942401 5) Fulfillment Utilization in usage quotas storage tab for free plan with a project shows correct used up storage for namespace2402 # Test is not compatible with this environment or pipeline2403 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/free_namespace_storage_spec.rb:582404 6) Framework sanity Version check is the specified version2405 # Test is not compatible with this environment or pipeline2406 # ./qa/specs/features/sanity/version_spec.rb:152407 7) Verify when pipeline is blocked can still merge MR successfully2408 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4115102409 # ./qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb:752410Failures:2411 1) Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login2412 Failure/Error: Flow::Login.sign_in(as: user)2414 QA::Page::Validatable::PageValidationError:2415 navbar did not appear on QA::Page::Main::Menu as expected2416 Shared Example Group: "Instance OAuth Application" called from ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:1552417 # ./qa/page/validatable.rb:15:in `block in validate_elements_present!'2418 # ./qa/page/validatable.rb:13:in `each'2419 # ./qa/page/validatable.rb:13:in `validate_elements_present!'2420 # ./qa/page/main/login.rb:259:in `sign_in_using_gitlab_credentials'2421 # ./qa/page/main/login.rb:74:in `block in sign_in_using_credentials'2422 # ./qa/page/main/login.rb:64:in `sign_in_using_credentials'2423 # ./qa/flow/login.rb:32:in `block in sign_in'2424 # ./qa/scenario/actable.rb:16:in `perform'2425 # ./qa/flow/login.rb:28:in `sign_in'2426 # ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:68:in `block (3 levels) in <module:QA>'2427 # ./qa/specs/spec_helper.rb:119:in `block (2 levels) in <top (required)>'2428 # ./qa/specs/knapsack_runner.rb:17:in `run'2429 # ./qa/specs/runner.rb:57:in `perform'2430 # ./qa/scenario/template.rb:10:in `block in perform'2431 # ./qa/scenario/template.rb:8:in `perform'2432 # ./qa/scenario/template.rb:50:in `perform'2433 # ./qa/scenario/template.rb:10:in `block in perform'2434 # ./qa/scenario/template.rb:8:in `perform'2435 # ./qa/scenario/bootable.rb:52:in `launch!'2436 2) Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login2437 Failure/Error: Flow::Login.sign_in(as: user)2439 QA::Page::Validatable::PageValidationError:2440 navbar did not appear on QA::Page::Main::Menu as expected2441 Shared Example Group: "Instance OAuth Application" called from ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:1202442 # ./qa/page/validatable.rb:15:in `block in validate_elements_present!'2443 # ./qa/page/validatable.rb:13:in `each'2444 # ./qa/page/validatable.rb:13:in `validate_elements_present!'2445 # ./qa/page/main/login.rb:259:in `sign_in_using_gitlab_credentials'2446 # ./qa/page/main/login.rb:74:in `block in sign_in_using_credentials'2447 # ./qa/page/main/login.rb:64:in `sign_in_using_credentials'2448 # ./qa/flow/login.rb:32:in `block in sign_in'2449 # ./qa/scenario/actable.rb:16:in `perform'2450 # ./qa/flow/login.rb:28:in `sign_in'2451 # ./qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb:68:in `block (3 levels) in <module:QA>'2452 # ./qa/specs/spec_helper.rb:119:in `block (2 levels) in <top (required)>'2453 # ./qa/specs/knapsack_runner.rb:17:in `run'2454 # ./qa/specs/runner.rb:57:in `perform'2455 # ./qa/scenario/template.rb:10:in `block in perform'2456 # ./qa/scenario/template.rb:8:in `perform'2457 # ./qa/scenario/template.rb:50:in `perform'2458 # ./qa/scenario/template.rb:10:in `block in perform'2459 # ./qa/scenario/template.rb:8:in `perform'2460 # ./qa/scenario/bootable.rb:52:in `launch!'2461Finished in 40 minutes 10 seconds (files took 4.42 seconds to load)246269 examples, 2 failures, 7 pending2463Failed examples:2464rspec './qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb[1:2:1:1]' # Manage OAuth behaves like Instance OAuth Application creates oauth application and uses it to login2465rspec './qa/specs/features/browser_ui/1_manage/login/login_via_oauth_and_oidc_with_gitlab_as_idp_spec.rb[1:1:1:1]' # Manage OIDC behaves like Instance OAuth Application creates oidc application and uses it to login2466Randomized with seed 543502467[May 30 2023 18:36:07 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2468[May 30 2023 18:36:07 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2469bundler: failed to load command: gitlab-qa (/builds/gitlab-org/gitlab/.gems/bin/gitlab-qa)2470/usr/local/bin/bundle: Command `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON...` failed! \e[31m✘\e[0m (Gitlab::QA::Support::ShellCommand::StatusError)2472Running after script...2473$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2474$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2475$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2647Uploading artifacts...2648gitlab-qa-run-*: found 488 matching artifact files and directories 2649Uploading artifacts as "archive" to coordinator... 201 Created id=4376891887 responseStatus=201 Created token=64_h9M5g2650Uploading artifacts...2651gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2652Uploading artifacts as "junit" to coordinator... 201 Created id=4376891887 responseStatus=201 Created token=64_h9M5g2653Uploading artifacts...2654/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2655Uploading artifacts as "dotenv" to coordinator... 201 Created id=4376891887 responseStatus=201 Created token=64_h9M5g2657ERROR: Job failed: exit code 1