ee:praefect-parallel 4/5
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.3.0 (bbcb5aba)2 on gitlab-org-qa-runner ss7o3c7p3 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...7Starting service docker:20.10.14-dind ...8Pulling docker image docker:20.10.14-dind ...9Using docker image sha256:a072474332af3e4cf06e349685c4cea8f9e631f0c5cab5b582f3a3ab4cff9b6a for docker:20.10.14-dind with digest docker@sha256:210076c7772f47831afaf7ff200cf431c6cd191f0d0cb0805b1d9a996e99fb5e ...10Waiting for services to be up and running (timeout 30 seconds)...11Authenticating with credentials from job payload (GitLab Registry)12Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 ...13Using docker image sha256:90cb97dc79a8ce746a277054784ea6d8b44ca800bad08e39af8a11cbd7e90d61 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:9503d2bdd64a5a2d0806bed91b15b002057b9a018f7ecce2da25e65404f234f3 ...15Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1667451094-b91f6824-gcp...17Fetching changes with git depth set to 20...18Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/19Created fresh repository.20remote: Enumerating objects: 137257, done. 21remote: Counting objects: 100% (137257/137257), done. 22remote: Compressing objects: 100% (84226/84226), done. 23remote: Total 137257 (delta 64438), reused 98451 (delta 48278), pack-reused 0 24Receiving objects: 100% (137257/137257), 115.31 MiB | 48.99 MiB/s, done.25Resolving deltas: 100% (64438/64438), done.27 * [new ref] refs/pipelines/684201878 -> refs/pipelines/68420187828 * [new branch] master -> origin/master29Checking out 480d7666 as master...30Skipping Git submodules setup32Checking cache for qa-e2e-ruby-2.7-f27a445f8b39eb266c04c2304e1e8ecf-16...33Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-2.7-f27a445f8b39eb266c04c2304e1e8ecf-16 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (3266878629)...37Downloading artifacts from coordinator... ok id=3266878629 responseStatus=200 OK token=KfaTyGQx39Using docker image sha256:90cb97dc79a8ce746a277054784ea6d8b44ca800bad08e39af8a11cbd7e90d61 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7:bundler-2.3-docker-20.10.14 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-2.7@sha256:9503d2bdd64a5a2d0806bed91b15b002057b9a018f7ecce2da25e65404f234f3 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 37 Gemfile dependencies, 123 gems now installed.43Gems in the groups 'production' and 'development' were not installed.44Use `bundle info [gemname]` to see where a bundled gem is installed.45$ export QA_COMMAND="$BUNDLE_PREFIX gitlab-qa ${QA_SCENARIO:=Test::Instance::Image} $RELEASE $GITLAB_QA_OPTS -- $QA_TESTS $QA_RSPEC_TAGS $RSPEC_REPORT_OPTS"46$ echo "Running - '$QA_COMMAND'"47Running - 'bundle exec gitlab-qa Test::Integration::Praefect registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7 -- --format QA::Support::JsonFormatter --out tmp/rspec-3266878653.json --format RspecJunitFormatter --out tmp/rspec-3266878653.xml --format html --out tmp/rspec-$(echo ee:praefect-parallel 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Nov 03 2022 05:47:36 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q telegraf:1.21-alpine`50[Nov 03 2022 05:47:38 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^telegraf$`51[Nov 03 2022 05:47:38 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name telegraf --user root --entrypoint telegraf --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/telegraf:/etc/telegraf/log:z --volume /var/run/docker.sock:/var/run/docker.sock:z --volume /builds/d20221103-24-qjgcgn/telegraf.conf:/etc/telegraf/telegraf.conf:ro --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_PIPELINE_ID="$CI_PIPELINE_ID" telegraf:1.21-alpine`52[Nov 03 2022 05:47:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`53[Nov 03 2022 05:47:44 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`54[Nov 03 2022 05:47:44 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`55[Nov 03 2022 05:47:44 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`56[Nov 03 2022 05:47:44 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`57[Nov 03 2022 05:47:47 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`58[Nov 03 2022 05:47:47 UTC (Gitlab QA)] ERROR -- Shell command output:59psql: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory60 Is the server running locally and accepting connections on that socket?61[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`62[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres -d template1 -c \"CREATE DATABASE praefect_production OWNER postgres\""`63[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster64[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`65[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`66[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`67[Nov 03 2022 05:47:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`68[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`69[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`70[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`71[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`72[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly1 --net test --hostname gitaly1.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1c24ef0/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1c24ef0/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/gitaly1/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`73[Nov 03 2022 05:48:28 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-gitaly-cluster --net test --hostname gitlab-gitaly-cluster.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1gmngy1/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1gmngy1/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`74[Nov 03 2022 05:48:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-03 05:47:5275# Gitlab::QA::Runtime::OmnibusConfigurations::Default76gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme77gitlab_rails['gitlab_disable_animations'] = true # Disable animations78gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry79gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password80external_url 'http://gitlab-gitaly-cluster.test';81git_data_dirs({82 'default' => {83 'gitaly_address' => 'tcp://praefect.:2305',84 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'85 },86 'gitaly' => {87 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',88 'path' => '/var/opt/gitlab/git-data'89 }90});91gitaly['enable'] = true;92gitaly['listen_addr'] = '0.0.0.0:8075';93gitaly['auth_token'] = 'secret-token';94gitaly['storage'] = [95 {96 'name' => 'gitaly',97 'path' => '/var/opt/gitlab/git-data/repositories'98 }99];100gitlab_rails['gitaly_token'] = 'secret-token';101gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';102prometheus['scrape_configs'] = [103 {104 'job_name' => 'praefect',105 'static_configs' => [106 'targets' => [107 'praefect.:9652'108 ]109 ]110 },111 {112 'job_name' => 'praefect-gitaly',113 'static_configs' => [114 'targets' => [115 'gitaly1.:9236',116 'gitaly2.:9236',117 'gitaly3.:9236'118 ]119 ]120 }121];122grafana['disable_login_form'] = false;123grafana['admin_password'] = 'GRAFANA_ADMIN_PASSWORD';124gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`125[Nov 03 2022 05:48:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-03 05:47:52126# Gitlab::QA::Runtime::OmnibusConfigurations::Default127gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme128gitlab_rails['gitlab_disable_animations'] = true # Disable animations129gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry130gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password131postgresql['enable'] = false;132redis['enable'] = false;133nginx['enable'] = false;134prometheus['enable'] = true;135grafana['enable'] = false;136puma['enable'] = false;137sidekiq['enable'] = false;138gitlab_workhorse['enable'] = false;139gitlab_rails['rake_cache_clear'] = false;140gitlab_rails['auto_migrate'] = false;141prometheus_monitoring['enable'] = false;142gitaly['enable'] = true;143gitaly['listen_addr'] = '0.0.0.0:8075';144gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';145gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';146gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';147gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';148git_data_dirs({149 'gitaly1' => {150 'path' => '/var/opt/gitlab/git-data'151 },152 'gitaly2' => {153 'path' => '/var/opt/gitlab/git-data'154 },155 'gitaly3' => {156 'path' => '/var/opt/gitlab/git-data'157 }158});159gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`160[Nov 03 2022 05:48:41 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`161[Nov 03 2022 05:48:41 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`162[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`163[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo '#!/usr/bin/env bash164if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then165 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'166 exit 1167fi168' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`169[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`170[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Running exec_commands...171[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c ""`172[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`173[Nov 03 2022 05:49:33 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`174[Nov 03 2022 05:49:34 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`175[Nov 03 2022 05:49:34 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`176[Nov 03 2022 05:49:34 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly2 --net test --hostname gitaly2.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-8ny3en/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-8ny3en/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/gitaly2/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`177[Nov 03 2022 05:49:36 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-03 05:49:33178# Gitlab::QA::Runtime::OmnibusConfigurations::Default179gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme180gitlab_rails['gitlab_disable_animations'] = true # Disable animations181gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry182gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password183postgresql['enable'] = false;184redis['enable'] = false;185nginx['enable'] = false;186prometheus['enable'] = true;187grafana['enable'] = false;188puma['enable'] = false;189sidekiq['enable'] = false;190gitlab_workhorse['enable'] = false;191gitlab_rails['rake_cache_clear'] = false;192gitlab_rails['auto_migrate'] = false;193prometheus_monitoring['enable'] = false;194gitaly['enable'] = true;195gitaly['listen_addr'] = '0.0.0.0:8075';196gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';197gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';198gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';199gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';200git_data_dirs({201 'gitaly1' => {202 'path' => '/var/opt/gitlab/git-data'203 },204 'gitaly2' => {205 'path' => '/var/opt/gitlab/git-data'206 },207 'gitaly3' => {208 'path' => '/var/opt/gitlab/git-data'209 }210});211gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`212[Nov 03 2022 05:49:36 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`213[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`214[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo '#!/usr/bin/env bash215if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then216 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'217 exit 1218fi219' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`220[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`221[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Running exec_commands...222[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c ""`223[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`224[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`225[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`226[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`227[Nov 03 2022 05:50:28 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly3 --net test --hostname gitaly3.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1uui6vc/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-1uui6vc/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/gitaly3/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`228[Nov 03 2022 05:50:30 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-03 05:50:28229# Gitlab::QA::Runtime::OmnibusConfigurations::Default230gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme231gitlab_rails['gitlab_disable_animations'] = true # Disable animations232gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry233gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password234postgresql['enable'] = false;235redis['enable'] = false;236nginx['enable'] = false;237prometheus['enable'] = true;238grafana['enable'] = false;239puma['enable'] = false;240sidekiq['enable'] = false;241gitlab_workhorse['enable'] = false;242gitlab_rails['rake_cache_clear'] = false;243gitlab_rails['auto_migrate'] = false;244prometheus_monitoring['enable'] = false;245gitaly['enable'] = true;246gitaly['listen_addr'] = '0.0.0.0:8075';247gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';248gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';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});262gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`263[Nov 03 2022 05:50:30 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`264[Nov 03 2022 05:51:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`265[Nov 03 2022 05:51:21 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[Nov 03 2022 05:51:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`272[Nov 03 2022 05:51:21 UTC (Gitlab QA)] INFO -- Running exec_commands...273[Nov 03 2022 05:51:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c ""`274[Nov 03 2022 05:51:21 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`275[Nov 03 2022 05:51:22 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`276[Nov 03 2022 05:51:22 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`277[Nov 03 2022 05:51:22 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`278[Nov 03 2022 05:51:22 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name praefect --net test --hostname praefect.test -p 80 --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-grrti6/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20221103-24-grrti6/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/praefect/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:480d7666bd125db0992cfca73f05a845d8ed6eb7`279[Nov 03 2022 05:51:23 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2022-11-03 05:51:21280# Gitlab::QA::Runtime::OmnibusConfigurations::Default281gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme282gitlab_rails['gitlab_disable_animations'] = true # Disable animations283gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry284gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password285postgresql['enable'] = false;286redis['enable'] = false;287nginx['enable'] = false;288prometheus['enable'] = false;289grafana['enable'] = false;290puma['enable'] = false;291sidekiq['enable'] = false;292gitlab_workhorse['enable'] = false;293gitlab_rails['rake_cache_clear'] = false;294gitlab_rails['auto_migrate'] = false;295gitaly['enable'] = false;296praefect['enable'] = true;297praefect['listen_addr'] = '0.0.0.0:2305';298praefect['prometheus_listen_addr'] = '0.0.0.0:9652';299praefect['auth_token'] = 'PRAEFECT_EXTERNAL_TOKEN';300praefect['reconciliation_scheduling_interval'] = '10s';301praefect['database_host'] = 'postgres.';302praefect['database_user'] = 'postgres';303praefect['database_port'] = 5432;304praefect['database_password'] = 'SQL_PASSWORD';305praefect['database_dbname'] = 'praefect_production';306praefect['database_sslmode'] = 'disable';307praefect['database_direct_host'] = 'postgres.';308praefect['database_direct_port'] = 5432;309praefect['virtual_storages'] = {310 'default' => {311 'nodes' => {312 'gitaly1' => {313 'address' => 'tcp://gitaly1.:8075',314 'token' => 'PRAEFECT_INTERNAL_TOKEN'315 },316 'gitaly2' => {317 'address' => 'tcp://gitaly2.:8075',318 'token' => 'PRAEFECT_INTERNAL_TOKEN'319 },320 'gitaly3' => {321 'address' => 'tcp://gitaly3.:8075',322 'token' => 'PRAEFECT_INTERNAL_TOKEN'323 }324 }325 }326};327gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`328[Nov 03 2022 05:51:23 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`329[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...330[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`331[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`332[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:49153`!333[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-8.10.1/support/data gitlab-gitaly-cluster:/tmp/data-seeds`334[Nov 03 2022 05:51:59 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"`335[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo '#!/usr/bin/env bash336if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then337 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'338 exit 1339fi340' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`341[Nov 03 2022 05:51:59 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/*"`342[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Running exec_commands...343[Nov 03 2022 05:51:59 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`344[Nov 03 2022 05:52:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`345[Nov 03 2022 05:52:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "echo '#!/usr/bin/env bash346if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then347 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'348 exit 1349fi350' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`351[Nov 03 2022 05:52:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`352[Nov 03 2022 05:52:21 UTC (Gitlab QA)] INFO -- Running exec_commands...353[Nov 03 2022 05:52:21 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c ""`354[Nov 03 2022 05:52:21 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready355[Nov 03 2022 05:52:41 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c ""`356[Nov 03 2022 05:52:41 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!357[Nov 03 2022 05:52:41 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`358[Nov 03 2022 05:52:42 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:480d7666bd125db0992cfca73f05a845d8ed6eb7`359[Nov 03 2022 05:53:36 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee360[Nov 03 2022 05:53:36 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED="$QA_CONFINER_TOKEN_UNUSED_TO_BE_REMOVED" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --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_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_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_EMAIL_UNUSED_TO_BE_REMOVED" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --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_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_ALLURE_REPORT_GCS_CREDENTIALS="$QA_ALLURE_REPORT_GCS_CREDENTIALS" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --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_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_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_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED="$QA_GCLOUD_ACCOUNT_KEY_UNUSED_TO_BE_REMOVED" --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 ELASTIC_URL="$ELASTIC_URL" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env QA_PRAEFECT_REPOSITORY_STORAGE="default" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2022-11-03-05-47-36-f0cecbcc/gitlab-ee-qa-547cc9bd:/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-547cc9bd registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:480d7666bd125db0992cfca73f05a845d8ed6eb7 Test::Instance::All http://gitlab-gitaly-cluster.test -- --format QA::Support::JsonFormatter --out tmp/rspec-3266878653.json --format RspecJunitFormatter --out tmp/rspec-3266878653.xml --format html --out tmp/rspec-ee:praefect-parallel_4_5.htm --color --format documentation`361[Nov 03 2022 05:53:48 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'ee-praefect-parallel' to 'knapsack/ee-praefect-parallel.json'362[Nov 03 2022 05:53:48 UTC (QA Tests)] INFO -- Report already exists, skipping!3632022-11-03 05:53:49 / CONF :: 364 ==> Base URL: http://gitlab-gitaly-cluster.test365 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f8239776a38>366 ==> Libraries: Chemlab::Vendor367[Nov 03 2022 05:53:49 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA368[Nov 03 2022 05:53:49 UTC (QA Tests)] INFO -- Performing sanity check for environment!369[Nov 03 2022 05:53:50 UTC (QA Tests)] INFO -- Performing initial license fabrication!370[Nov 03 2022 05:53:52 UTC (QA Tests)] INFO -- filling :login_field with "root"371[Nov 03 2022 05:53:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field372[Nov 03 2022 05:53:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"373[Nov 03 2022 05:53:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field374[Nov 03 2022 05:53:52 UTC (QA Tests)] INFO -- clicking :sign_in_button375[Nov 03 2022 05:53:54 UTC (QA Tests)] INFO -- clicking :navbar_dropdown376[Nov 03 2022 05:53:54 UTC (QA Tests)] INFO -- clicking :admin_area_link377[Nov 03 2022 05:53:57 UTC (QA Tests)] INFO -- clicking :admin_subscription_menu_link378[Nov 03 2022 05:54:09 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link379[Nov 03 2022 05:54:09 UTC (QA Tests)] INFO -- clicking :admin_settings_general_link380[Nov 03 2022 05:54:11 UTC (QA Tests)] INFO -- clicking :expand_add_license_button381[Nov 03 2022 05:54:11 UTC (QA Tests)] INFO -- filling :license_key_field with "*****"382[Nov 03 2022 05:54:11 UTC (QA Tests)] INFO -- clicking the coordinates of :license_key_field383[Nov 03 2022 05:54:11 UTC (QA Tests)] INFO -- checking :accept_eula_checkbox with args {}384[Nov 03 2022 05:54:11 UTC (QA Tests)] INFO -- clicking :license_upload_button385[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- clicking :user_avatar_content386[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- clicking :sign_out_link387[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License via browser_ui in 27.48 seconds388[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====389[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- Report specs:390[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/group/restrict_by_ip_address_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/user_cancel_merge_request_in_merge_train_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb", "qa/specs/features/ee/api/1_manage/gitlab_migration_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/cherry_pick/cherry_pick_commit_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb", "qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/user_registration_billing_spec.rb", "qa/specs/features/api/1_manage/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb", "qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb", "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_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/file/create_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/file_with_unusual_name_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/four_assignees_spec.rb", "qa/specs/features/api/3_create/repository/storage_size_spec.rb", "qa/specs/features/ee/browser_ui/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb"]391[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- Leftover specs:392[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_mr_spec.rb", "qa/specs/features/api/5_package/container_registry_spec.rb", "qa/specs/features/browser_ui/1_manage/integrations/jira/jira_issue_import_spec.rb", "qa/specs/features/browser_ui/1_manage/login/maintain_log_in_mixed_env_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/container_registry_omnibus_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/ee/api/12_systems/geo/geo_nodes_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/nightly_elasticsearch_test_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/geo_replication_npm_registry_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/ssh_push_spec.rb", "qa/specs/features/ee/browser_ui/12_systems/geo/wiki_ssh_push_to_secondary_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/system_cancel_merge_request_in_merge_train_spec.rb", "qa/specs/features/sanity/framework_spec.rb"]393[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- Knapsack report generator started!394Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}395Randomized with seed 21434396Manage397 User398[Nov 03 2022 05:54:17 UTC (QA Tests)] INFO -- Starting test: Manage User can be followed and their activity seen399[Nov 03 2022 05:54:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-76326458b8f1f904' via api in 0.41 seconds400[Nov 03 2022 05:54:18 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-76326458b8f1f904401[Nov 03 2022 05:54:18 UTC (QA Tests)] INFO -- Caching token for username: qa-user-76326458b8f1f904, last six chars of token:8vzax8402[Nov 03 2022 05:54:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-76326458b8f1f904-9yhk1kay' via api in 0.13 seconds403[Nov 03 2022 05:54:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-c94db87a56730a30' via api in 0.53 seconds404[Nov 03 2022 05:54:21 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c94db87a56730a30"405[Nov 03 2022 05:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field406[Nov 03 2022 05:54:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"407[Nov 03 2022 05:54:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field408[Nov 03 2022 05:54:21 UTC (QA Tests)] INFO -- clicking :sign_in_button409[Nov 03 2022 05:54:23 UTC (QA Tests)] INFO -- clicking :follow_user_link410[Nov 03 2022 05:54:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.42 seconds411[Nov 03 2022 05:54:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group_for_follow_user_activity_d3e86e097081bfee' via api in 0.69 seconds412[Nov 03 2022 05:54:24 UTC (QA Tests)] INFO -- Adding user qa-user-76326458b8f1f904 to gitlab-qa-sandbox-group-5/group_for_follow_user_activity_d3e86e097081bfee QA::Resource::Group413[Nov 03 2022 05:54:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group_for_follow_user_activity_d3e86e097081bfee/project-for-tags-221e1b48fcc9580a' via api in 2.04 seconds414[Nov 03 2022 05:54:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds415[Nov 03 2022 05:54:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.03 seconds416[Nov 03 2022 05:54:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.1 seconds417[Nov 03 2022 05:54:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectIssueNote with id '1' via api in 0.17 seconds418[Nov 03 2022 05:54:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content419[Nov 03 2022 05:54:32 UTC (QA Tests)] INFO -- clicking :user_profile_link420[Nov 03 2022 05:54:33 UTC (QA Tests)] INFO -- clicking :following_link421[Nov 03 2022 05:54:33 UTC (QA Tests)] INFO -- clicking :user_link422[Nov 03 2022 05:54:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group_for_follow_user_activity_d3e86e097081bfee/project-for-tags-221e1b48fcc9580a'423[Nov 03 2022 05:54:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-76326458b8f1f904'424[Nov 03 2022 05:54:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-c94db87a56730a30'425 can be followed and their activity seen426Create427 Merge request rebasing428[Nov 03 2022 05:54:35 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request429[Nov 03 2022 05:54:39 UTC (QA Tests)] INFO -- filling :login_field with "root"430[Nov 03 2022 05:54:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field431[Nov 03 2022 05:54:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"432[Nov 03 2022 05:54:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field433[Nov 03 2022 05:54:40 UTC (QA Tests)] INFO -- clicking :sign_in_button434[Nov 03 2022 05:54:41 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA435[Nov 03 2022 05:54:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-4ig5415c' via cache in 0.0 seconds436[Nov 03 2022 05:54:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.11 seconds437[Nov 03 2022 05:54:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.55 seconds438[Nov 03 2022 05:54:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-merge-request-4d7cea2490d4b627' via api in 2.61 seconds439[Nov 03 2022 05:54:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds440[Nov 03 2022 05:54:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 4.17 seconds441[Nov 03 2022 05:54:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-merge-request-4d7cea2490d4b627442[Nov 03 2022 05:54:47 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link443[Nov 03 2022 05:54:47 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link444[Nov 03 2022 05:54:49 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button445[Nov 03 2022 05:54:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.79 seconds446[Nov 03 2022 05:54:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-merge-request-4d7cea2490d4b627/-/merge_requests/1447[Nov 03 2022 05:54:55 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-merge-request-4d7cea2490d4b627/-/merge_requests/1448[Nov 03 2022 05:55:07 UTC (QA Tests)] INFO -- clicking :mr_rebase_button449[Nov 03 2022 05:55:07 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>QA::Page::MergeRequest::Show, :sleep_interval=>0.5}' arguments450[Nov 03 2022 05:55:07 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-merge-request-4d7cea2490d4b627/-/merge_requests/1451[Nov 03 2022 05:55:10 UTC (QA Tests)] INFO -- clicking :merge_button452 user rebases source branch of merge request453Fulfillment454 Utilization455 in usage quotas456 user seat data is displayed correctly (PENDING: Test is not compatible with this environment or pipeline)457Create458 Repository Usage Quota459[Nov 03 2022 05:55:13 UTC (QA Tests)] INFO -- Starting test: Create Repository Usage Quota matches cloned repo usage to reported usage460[Nov 03 2022 05:55:13 UTC (QA Tests)] INFO -- Enabling feature: gitaly_revlist_for_repo_size461[Nov 03 2022 05:55:15 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: gitaly_revlist_for_repo_size462[Nov 03 2022 05:55:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds463[Nov 03 2022 05:55:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.16 seconds464[Nov 03 2022 05:55:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/repository-usage-2e4b2954dd08b8e0-00e1508610c81a48' via api in 0.83 seconds465[Nov 03 2022 05:55:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.77 seconds466[Nov 03 2022 05:55:25 UTC (QA Tests)] INFO -- Disabling feature: gitaly_revlist_for_repo_size467[Nov 03 2022 05:55:25 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: gitaly_revlist_for_repo_size468 matches cloned repo usage to reported usage469Create470 Approval rules471[Nov 03 2022 05:55:25 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups472[Nov 03 2022 05:55:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds473[Nov 03 2022 05:55:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds474[Nov 03 2022 05:55:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a' via api in 1.02 seconds475[Nov 03 2022 05:55:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.28 seconds476[Nov 03 2022 05:55:26 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a QA::Resource::Project477[Nov 03 2022 05:55:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.23 seconds478[Nov 03 2022 05:55:27 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690 QA::Resource::Group479[Nov 03 2022 05:55:31 UTC (QA Tests)] INFO -- filling :login_field with "root"480[Nov 03 2022 05:55:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field481[Nov 03 2022 05:55:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"482[Nov 03 2022 05:55:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field483[Nov 03 2022 05:55:32 UTC (QA Tests)] INFO -- clicking :sign_in_button484[Nov 03 2022 05:55:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds485[Nov 03 2022 05:55:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds486[Nov 03 2022 05:55:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a487[Nov 03 2022 05:55:36 UTC (QA Tests)] INFO -- clicking :create_merge_request_button488[Nov 03 2022 05:55:37 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"489[Nov 03 2022 05:55:37 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field490[Nov 03 2022 05:55:37 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"491[Nov 03 2022 05:55:37 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field492[Nov 03 2022 05:55:38 UTC (QA Tests)] INFO -- clicking :add_approvers_button493[Nov 03 2022 05:55:39 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"494[Nov 03 2022 05:55:39 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field495[Nov 03 2022 05:55:39 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"496[Nov 03 2022 05:55:39 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field497[Nov 03 2022 05:55:41 UTC (QA Tests)] INFO -- clicking :add_approvers_button498[Nov 03 2022 05:55:42 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"499[Nov 03 2022 05:55:42 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field500[Nov 03 2022 05:55:42 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"501[Nov 03 2022 05:55:42 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field502[Nov 03 2022 05:55:43 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class503[Nov 03 2022 05:55:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 13.18 seconds504[Nov 03 2022 05:55:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content505[Nov 03 2022 05:55:52 UTC (QA Tests)] INFO -- clicking :sign_out_link506[Nov 03 2022 05:55:55 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"507[Nov 03 2022 05:55:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field508[Nov 03 2022 05:55:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"509[Nov 03 2022 05:55:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field510[Nov 03 2022 05:55:56 UTC (QA Tests)] INFO -- clicking :sign_in_button511[Nov 03 2022 05:55:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a/-/merge_requests/1512[Nov 03 2022 05:55:58 UTC (QA Tests)] INFO -- clicking :approve_button513[Nov 03 2022 05:56:07 UTC (QA Tests)] INFO -- clicking :user_avatar_content514[Nov 03 2022 05:56:07 UTC (QA Tests)] INFO -- clicking :sign_out_link515[Nov 03 2022 05:56:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"516[Nov 03 2022 05:56:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field517[Nov 03 2022 05:56:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"518[Nov 03 2022 05:56:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field519[Nov 03 2022 05:56:10 UTC (QA Tests)] INFO -- clicking :sign_in_button520[Nov 03 2022 05:56:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a/-/merge_requests/1521[Nov 03 2022 05:56:13 UTC (QA Tests)] INFO -- clicking :approve_button522[Nov 03 2022 05:56:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content523[Nov 03 2022 05:56:19 UTC (QA Tests)] INFO -- clicking :sign_out_link524[Nov 03 2022 05:56:22 UTC (QA Tests)] INFO -- filling :login_field with "root"525[Nov 03 2022 05:56:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field526[Nov 03 2022 05:56:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"527[Nov 03 2022 05:56:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field528[Nov 03 2022 05:56:23 UTC (QA Tests)] INFO -- clicking :sign_in_button529[Nov 03 2022 05:56:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a/-/merge_requests/1530[Nov 03 2022 05:56:25 UTC (QA Tests)] INFO -- clicking :merge_button531[Nov 03 2022 05:56:28 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690 QA::Resource::Group532[Nov 03 2022 05:56:29 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/approval-rules-07bd76a324bbe26a'533 allows multiple approval rules with users and groups534Create535 Cherry picking a commit536[Nov 03 2022 05:56:29 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking a commit creates a merge request537[Nov 03 2022 05:56:33 UTC (QA Tests)] INFO -- filling :login_field with "root"538[Nov 03 2022 05:56:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field539[Nov 03 2022 05:56:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"540[Nov 03 2022 05:56:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field541[Nov 03 2022 05:56:34 UTC (QA Tests)] INFO -- clicking :sign_in_button542[Nov 03 2022 05:56:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds543[Nov 03 2022 05:56:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds544[Nov 03 2022 05:56:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-824d50feb483a352' via api in 1.06 seconds545[Nov 03 2022 05:56:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds546[Nov 03 2022 05:56:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-824d50feb483a352/-/commit/9b3bcc62aef6e1144947105b5e8bf54e229b754c547[Nov 03 2022 05:56:38 UTC (QA Tests)] INFO -- clicking :options_button548[Nov 03 2022 05:56:38 UTC (QA Tests)] INFO -- clicking :cherry_pick_button , expecting to be at Class549[Nov 03 2022 05:56:38 UTC (QA Tests)] INFO -- clicking :submit_commit_button550[Nov 03 2022 05:56:40 UTC (QA Tests)] INFO -- clicking :issuable_create_button , expecting to be at Class551[Nov 03 2022 05:56:42 UTC (QA Tests)] INFO -- clicking :diffs_tab552[Nov 03 2022 05:56:53 UTC (QA Tests)] INFO -- clicking :file_tree_button553 creates a merge request554Fulfillment555 Purchase CI minutes556 with an active subscription557 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)558 with existing CI minutes packs559 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)560 without active subscription561 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)562Create563 Codeowners564[Nov 03 2022 05:56:53 UTC (QA Tests)] INFO -- Starting test: Create Codeowners merge request assigns code owners as approvers565[Nov 03 2022 05:56:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds566[Nov 03 2022 05:56:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.13 seconds567[Nov 03 2022 05:56:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564' via api in 1.09 seconds568[Nov 03 2022 05:56:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds569[Nov 03 2022 05:56:55 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564 QA::Resource::Project570[Nov 03 2022 05:56:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds571[Nov 03 2022 05:56:55 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564 QA::Resource::Project572[Nov 03 2022 05:57:00 UTC (QA Tests)] INFO -- filling :login_field with "root"573[Nov 03 2022 05:57:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field574[Nov 03 2022 05:57:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"575[Nov 03 2022 05:57:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field576[Nov 03 2022 05:57:00 UTC (QA Tests)] INFO -- clicking :sign_in_button577[Nov 03 2022 05:57:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564578[Nov 03 2022 05:57:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds579[Nov 03 2022 05:57:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds580[Nov 03 2022 05:57:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564581[Nov 03 2022 05:57:06 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link582[Nov 03 2022 05:57:06 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link583[Nov 03 2022 05:57:08 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown584[Nov 03 2022 05:57:08 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown585[Nov 03 2022 05:57:09 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown586[Nov 03 2022 05:57:09 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown587[Nov 03 2022 05:57:09 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown588[Nov 03 2022 05:57:09 UTC (QA Tests)] INFO -- clicking :protect_button589[Nov 03 2022 05:57:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 7.71 seconds590[Nov 03 2022 05:57:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.95 seconds591[Nov 03 2022 05:57:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.68 seconds592[Nov 03 2022 05:57:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/assign-approvers-44a127c84dc15564/-/merge_requests/1593[Nov 03 2022 05:57:24 UTC (QA Tests)] INFO -- clicking :edit_button594 merge request assigns code owners as approvers595Manage596 User597 when added to parent group598[Nov 03 2022 05:57:24 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to push code to sub-group project via the CLI599[Nov 03 2022 05:57:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds600[Nov 03 2022 05:57:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-b710ff7888eff810' via api in 0.37 seconds601[Nov 03 2022 05:57:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-c2f3bc70897b1473' via api in 0.23 seconds602[Nov 03 2022 05:57:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-b710ff7888eff810/sub-group-project-to-test-user-access-bf589e9dea3e3f5d' via api in 0.85 seconds603[Nov 03 2022 05:57:26 UTC (QA Tests)] INFO -- Adding user qa-user-c2f3bc70897b1473 to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox604[Nov 03 2022 05:57:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.98 seconds605[Nov 03 2022 05:57:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-c2f3bc70897b1473'606[Nov 03 2022 05:57:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-b710ff7888eff810/sub-group-project-to-test-user-access-bf589e9dea3e3f5d'607[Nov 03 2022 05:57:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-b710ff7888eff810'608 is allowed to push code to sub-group project via the CLI609[Nov 03 2022 05:57:27 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to create a file in sub-group project via the API610[Nov 03 2022 05:57:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds611[Nov 03 2022 05:57:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-810afc72c91cf73f' via api in 0.39 seconds612[Nov 03 2022 05:57:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-818b50570525a903' via api in 0.23 seconds613[Nov 03 2022 05:57:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-810afc72c91cf73f/sub-group-project-to-test-user-access-57f7bc69a29aff4c' via api in 0.85 seconds614[Nov 03 2022 05:57:29 UTC (QA Tests)] INFO -- Adding user qa-user-818b50570525a903 to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox615[Nov 03 2022 05:57:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds616[Nov 03 2022 05:57:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.13 seconds617[Nov 03 2022 05:57:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-10df335237c53a79' via api in 1.04 seconds618[Nov 03 2022 05:57:30 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-818b50570525a903619[Nov 03 2022 05:57:30 UTC (QA Tests)] INFO -- Caching token for username: qa-user-818b50570525a903, last six chars of token:u7LtDc620[Nov 03 2022 05:57:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-818b50570525a903-s4gncb9b' via api in 0.12 seconds621[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'test.txt' via api in 0.5 seconds622[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-818b50570525a903'623[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-810afc72c91cf73f/sub-group-project-to-test-user-access-57f7bc69a29aff4c'624[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-810afc72c91cf73f'625 is allowed to create a file in sub-group project via the API626[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to commit to sub-group project via the API627[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds628[Nov 03 2022 05:57:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-12cb27e7994be277' via api in 0.35 seconds629[Nov 03 2022 05:57:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-a83ce02e18ec36b0' via api in 0.25 seconds630[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-12cb27e7994be277/sub-group-project-to-test-user-access-85674e36c7d84d8b' via api in 0.88 seconds631[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- Adding user qa-user-a83ce02e18ec36b0 to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox632[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-a83ce02e18ec36b0633[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- Caching token for username: qa-user-a83ce02e18ec36b0, last six chars of token:gjwfsu634[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-a83ce02e18ec36b0-b828izjn' via api in 0.07 seconds635[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds636[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a83ce02e18ec36b0'637[Nov 03 2022 05:57:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-12cb27e7994be277/sub-group-project-to-test-user-access-85674e36c7d84d8b'638[Nov 03 2022 05:57:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-12cb27e7994be277'639 is allowed to commit to sub-group project via the API640 when added to sub-group641[Nov 03 2022 05:57:34 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to commit to parent group project via the API642[Nov 03 2022 05:57:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds643[Nov 03 2022 05:57:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-0c87a18b6659163a' via api in 0.33 seconds644[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-06fca43b90236031' via api in 0.84 seconds645[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-0f1d3b5947ad04ed' via api in 0.22 seconds646[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- Adding user qa-user-0f1d3b5947ad04ed to gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-0c87a18b6659163a QA::Resource::Group647[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-0f1d3b5947ad04ed648[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- Caching token for username: qa-user-0f1d3b5947ad04ed, last six chars of token:D5sSsh649[Nov 03 2022 05:57:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-0f1d3b5947ad04ed-4rbxvf19' via api in 0.06 seconds650[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-0f1d3b5947ad04ed'651[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-06fca43b90236031'652[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-0c87a18b6659163a'653 is not allowed to commit to parent group project via the API654[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to create a file in parent group project via the API655[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds656[Nov 03 2022 05:57:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-122dd26d4547d0c1' via api in 0.34 seconds657[Nov 03 2022 05:57:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-2eb6854d390aea10' via api in 0.84 seconds658[Nov 03 2022 05:57:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-2189b62913b72079' via api in 0.28 seconds659[Nov 03 2022 05:57:37 UTC (QA Tests)] INFO -- Adding user qa-user-2189b62913b72079 to gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-122dd26d4547d0c1 QA::Resource::Group660[Nov 03 2022 05:57:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds661[Nov 03 2022 05:57:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds662[Nov 03 2022 05:57:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-c2ede7785e260acb' via api in 0.97 seconds663[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-2189b62913b72079664[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- Caching token for username: qa-user-2189b62913b72079, last six chars of token:MJj3WX665[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-2189b62913b72079-kdoacu1a' via api in 0.08 seconds666[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-2189b62913b72079'667[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-2eb6854d390aea10'668[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-122dd26d4547d0c1'669 is not allowed to create a file in parent group project via the API670[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to push code to parent group project via the CLI671[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds672[Nov 03 2022 05:57:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-373ff8d5f764b22e' via api in 0.37 seconds673[Nov 03 2022 05:57:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-bd00b70b6f8fb1fb' via api in 0.84 seconds674[Nov 03 2022 05:57:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-8edfaeca083000db' via api in 0.25 seconds675[Nov 03 2022 05:57:41 UTC (QA Tests)] INFO -- Adding user qa-user-8edfaeca083000db to gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-373ff8d5f764b22e QA::Resource::Group676[Nov 03 2022 05:57:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-8edfaeca083000db'677[Nov 03 2022 05:57:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/sub-group-project-to-test-user-access-bd00b70b6f8fb1fb'678[Nov 03 2022 05:57:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/sub-group-to-test-user-access-373ff8d5f764b22e'679 is not allowed to push code to parent group project via the CLI680Verify681 Cancelling merge request in merge train682 when system cancels the merge request683 creates a TODO task (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/324122)684Manage685 Project686 in group687 behaves like successful project creation688[Nov 03 2022 05:57:42 UTC (QA Tests)] INFO -- Starting test: Manage Project in group behaves like successful project creation creates a new project689[Nov 03 2022 05:57:46 UTC (QA Tests)] INFO -- filling :login_field with "root"690[Nov 03 2022 05:57:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field691[Nov 03 2022 05:57:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"692[Nov 03 2022 05:57:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field693[Nov 03 2022 05:57:47 UTC (QA Tests)] INFO -- clicking :sign_in_button694[Nov 03 2022 05:57:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds695[Nov 03 2022 05:57:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds696[Nov 03 2022 05:57:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690697[Nov 03 2022 05:57:49 UTC (QA Tests)] INFO -- clicking :new_project_button698[Nov 03 2022 05:57:50 UTC (QA Tests)] INFO -- clicking :panel_link699[Nov 03 2022 05:57:50 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown700[Nov 03 2022 05:57:50 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690"701[Nov 03 2022 05:57:50 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field702[Nov 03 2022 05:57:51 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}703[Nov 03 2022 05:57:51 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}704[Nov 03 2022 05:57:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-in-group-b6df387810d531fa-dd62650896ba81ff' via browser_ui in 4.01 seconds705 creates a new project706 in personal namespace707 behaves like successful project creation708[Nov 03 2022 05:57:53 UTC (QA Tests)] INFO -- Starting test: Manage Project in personal namespace behaves like successful project creation creates a new project709[Nov 03 2022 05:57:57 UTC (QA Tests)] INFO -- filling :login_field with "root"710[Nov 03 2022 05:57:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field711[Nov 03 2022 05:57:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"712[Nov 03 2022 05:57:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field713[Nov 03 2022 05:57:58 UTC (QA Tests)] INFO -- clicking :sign_in_button714[Nov 03 2022 05:57:59 UTC (QA Tests)] INFO -- clicking :new_project_button , expecting to be at Class715[Nov 03 2022 05:58:00 UTC (QA Tests)] INFO -- clicking :panel_link716[Nov 03 2022 05:58:00 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown717[Nov 03 2022 05:58:00 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "root"718[Nov 03 2022 05:58:00 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field719[Nov 03 2022 05:58:01 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_sast_checkbox with args {}720[Nov 03 2022 05:58:01 UTC (QA Tests)] INFO -- unchecking via JS :initialize_with_readme_checkbox with args {}721[Nov 03 2022 05:58:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'root/project-in-personal-namespace-f7c63e076fb91c0a-c87ddc5585392939' via browser_ui in 3.22 seconds722 creates a new project723Manage724 User with minimal access to group725[Nov 03 2022 05:58:03 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to edit files via the UI726[Nov 03 2022 05:58:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-b25ccf9f331d4341' via api in 0.23 seconds727[Nov 03 2022 05:58:07 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b25ccf9f331d4341"728[Nov 03 2022 05:58:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field729[Nov 03 2022 05:58:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"730[Nov 03 2022 05:58:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field731[Nov 03 2022 05:58:08 UTC (QA Tests)] INFO -- clicking :sign_in_button732[Nov 03 2022 05:58:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds733[Nov 03 2022 05:58:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds734[Nov 03 2022 05:58:09 UTC (QA Tests)] INFO -- Adding user qa-user-b25ccf9f331d4341 to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox735[Nov 03 2022 05:58:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-for-minimal-access-dbef52056cdcdf7a' via api in 0.97 seconds736[Nov 03 2022 05:58:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-for-minimal-access-dbef52056cdcdf7a737[Nov 03 2022 05:58:11 UTC (QA Tests)] INFO -- clicking :file_name_link738[Nov 03 2022 05:58:12 UTC (QA Tests)] INFO -- clicking :edit_menu_item739[Nov 03 2022 05:58:12 UTC (QA Tests)] INFO -- clicking :edit_button740[Nov 03 2022 05:58:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-b25ccf9f331d4341'741[Nov 03 2022 05:58:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-for-minimal-access-dbef52056cdcdf7a'742[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690'743 is not allowed to edit files via the UI744Verify745 Trigger child pipeline with 'when:manual'746[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- Starting test: Verify Trigger child pipeline with 'when:manual' can trigger bridge job747[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds748[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.13 seconds749[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-pipeline-ae2cb45ebe952aff' via api in 0.75 seconds750[Nov 03 2022 05:58:13 UTC (QA Tests)] WARN -- /home/gitlab/qa/qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb:6: Passing `number` with the 1st argument of `alphanumeric` is deprecated. Use keyword argument like `alphanumeric(number: ...)` instead.751[Nov 03 2022 05:58:13 UTC (QA Tests)] WARN -- To automatically update from positional arguments to keyword arguments,752install rubocop-faker and run:753rubocop \754 --require rubocop-faker \755 --only Faker/DeprecatedArguments \756 --auto-correct757[Nov 03 2022 05:58:13 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`758[Nov 03 2022 05:58:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`759[Nov 03 2022 05:58:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry 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-ugf5keorguq5l6hq6lokarh1ais0mhry --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry --executor shell && gitlab-runner run" `760[Nov 03 2022 05:58:20 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry`761[Nov 03 2022 05:58:20 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`762[Nov 03 2022 05:58:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry' via api in 6.51 seconds763[Nov 03 2022 05:58:24 UTC (QA Tests)] INFO -- filling :login_field with "root"764[Nov 03 2022 05:58:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field765[Nov 03 2022 05:58:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"766[Nov 03 2022 05:58:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field767[Nov 03 2022 05:58:25 UTC (QA Tests)] INFO -- clicking :sign_in_button768[Nov 03 2022 05:58:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds769[Nov 03 2022 05:58:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-pipeline-ae2cb45ebe952aff770[Nov 03 2022 05:58:28 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link771[Nov 03 2022 05:58:41 UTC (QA Tests)] INFO -- clicking :job_action_button772[Nov 03 2022 05:58:51 UTC (QA Tests)] INFO -- clicking :expand_linked_pipeline_button773[Nov 03 2022 05:58:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry'774[Nov 03 2022 05:58:51 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-ugf5keorguq5l6hq6lokarh1ais0mhry`775 can trigger bridge job776Create777 Testing project wiki file upload778[Nov 03 2022 05:58:52 UTC (QA Tests)] INFO -- Starting test: Create Testing project wiki file upload by creating a formatted page with an image uploaded779[Nov 03 2022 05:58:56 UTC (QA Tests)] INFO -- filling :login_field with "root"780[Nov 03 2022 05:58:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field781[Nov 03 2022 05:58:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"782[Nov 03 2022 05:58:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field783[Nov 03 2022 05:58:57 UTC (QA Tests)] INFO -- clicking :sign_in_button784[Nov 03 2022 05:58:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds785[Nov 03 2022 05:58:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds786[Nov 03 2022 05:58:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/wiki_testing-de1e1f504e63bdb1' via api in 0.76 seconds787[Nov 03 2022 05:58:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.19 seconds788[Nov 03 2022 05:58:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/wiki_testing-de1e1f504e63bdb1/-/wikis/Home789[Nov 03 2022 05:59:00 UTC (QA Tests)] INFO -- clicking :new_page_button790[Nov 03 2022 05:59:01 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"791[Nov 03 2022 05:59:01 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox792[Nov 03 2022 05:59:04 UTC (QA Tests)] INFO -- clicking :text_style_dropdown793[Nov 03 2022 05:59:04 UTC (QA Tests)] INFO -- clicking :text_style_menu_item794[Nov 03 2022 05:59:05 UTC (QA Tests)] INFO -- clicking :wiki_submit_button795[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/wiki_testing-de1e1f504e63bdb1'796 by creating a formatted page with an image uploaded797Verify798 Cancelling merge request in merge train799 when user cancels the merge request800[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- Starting test: Verify Cancelling merge request in merge train when user cancels the merge request does not create a TODO task801[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds802[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds803[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-for-merge-trains-b7fa2a3dbeb9b9de' via api in 0.64 seconds804[Nov 03 2022 05:59:07 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`805[Nov 03 2022 05:59:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`806[Nov 03 2022 05:59:08 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-wy3b97yl --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-wy3b97yl 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-wy3b97yl --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-wy3b97yl --executor shell && gitlab-runner run" `807[Nov 03 2022 05:59:08 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-wy3b97yl`808[Nov 03 2022 05:59:08 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`809[Nov 03 2022 05:59:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-wy3b97yl' via api in 1.08 seconds810[Nov 03 2022 05:59:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds811[Nov 03 2022 05:59:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-150bc6241293a300' via api in 0.25 seconds812[Nov 03 2022 05:59:10 UTC (QA Tests)] INFO -- Adding user qa-user-150bc6241293a300 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-for-merge-trains-b7fa2a3dbeb9b9de QA::Resource::Project813[Nov 03 2022 05:59:15 UTC (QA Tests)] INFO -- filling :login_field with "root"814[Nov 03 2022 05:59:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field815[Nov 03 2022 05:59:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"816[Nov 03 2022 05:59:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field817[Nov 03 2022 05:59:15 UTC (QA Tests)] INFO -- clicking :sign_in_button818[Nov 03 2022 05:59:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-for-merge-trains-b7fa2a3dbeb9b9de819[Nov 03 2022 05:59:18 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link820[Nov 03 2022 05:59:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link821[Nov 03 2022 05:59:19 UTC (QA Tests)] INFO -- checking via JS :merged_results_pipeline_checkbox with args {}822[Nov 03 2022 05:59:19 UTC (QA Tests)] INFO -- checking via JS :merge_trains_checkbox with args {}823[Nov 03 2022 05:59:19 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button824[Nov 03 2022 05:59:24 UTC (QA Tests)] INFO -- clicking :user_avatar_content825[Nov 03 2022 05:59:25 UTC (QA Tests)] INFO -- clicking :sign_out_link826[Nov 03 2022 05:59:27 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-150bc6241293a300"827[Nov 03 2022 05:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field828[Nov 03 2022 05:59:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"829[Nov 03 2022 05:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field830[Nov 03 2022 05:59:28 UTC (QA Tests)] INFO -- clicking :sign_in_button831[Nov 03 2022 05:59:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.33 seconds832[Nov 03 2022 05:59:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.98 seconds833[Nov 03 2022 05:59:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-for-merge-trains-b7fa2a3dbeb9b9de/-/merge_requests/1834[Nov 03 2022 05:59:57 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-for-merge-trains-b7fa2a3dbeb9b9de/-/merge_requests/1835[Nov 03 2022 06:00:04 UTC (QA Tests)] INFO -- clicking :merge_button836[Nov 03 2022 06:00:07 UTC (QA Tests)] INFO -- clicking :cancel_auto_merge_button837[Nov 03 2022 06:00:13 UTC (QA Tests)] INFO -- clicking :todos_shortcut_button838[Nov 03 2022 06:00:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-wy3b97yl'839[Nov 03 2022 06:00:14 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-wy3b97yl`840[Nov 03 2022 06:00:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-150bc6241293a300'841 does not create a TODO task842Govern843 Group844 for disable and Enable LFS845 behaves like audit event846[Nov 03 2022 06:00:14 UTC (QA Tests)] INFO -- Starting test: Govern Group for disable and Enable LFS behaves like audit event logs audit events for UI operations847[Nov 03 2022 06:00:21 UTC (QA Tests)] INFO -- filling :login_field with "root"848[Nov 03 2022 06:00:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field849[Nov 03 2022 06:00:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"850[Nov 03 2022 06:00:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field851[Nov 03 2022 06:00:21 UTC (QA Tests)] INFO -- clicking :sign_in_button852[Nov 03 2022 06:00:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds853[Nov 03 2022 06:00:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-2c818307c27b47a3' via api in 0.3 seconds854[Nov 03 2022 06:00:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/test-group-2c818307c27b47a3855[Nov 03 2022 06:00:24 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link856[Nov 03 2022 06:00:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link857[Nov 03 2022 06:00:26 UTC (QA Tests)] INFO -- unchecking via JS :lfs_checkbox with args {}858[Nov 03 2022 06:00:26 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button859[Nov 03 2022 06:00:28 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link860[Nov 03 2022 06:00:38 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link861[Nov 03 2022 06:00:40 UTC (QA Tests)] INFO -- checking via JS :lfs_checkbox with args {}862[Nov 03 2022 06:00:40 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button863[Nov 03 2022 06:00:41 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link864[Nov 03 2022 06:00:42 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link865 logs audit events for UI operations866 for enable and disable allow user request access867 behaves like audit event868[Nov 03 2022 06:00:42 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable allow user request access behaves like audit event logs audit events for UI operations869[Nov 03 2022 06:00:49 UTC (QA Tests)] INFO -- filling :login_field with "root"870[Nov 03 2022 06:00:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field871[Nov 03 2022 06:00:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"872[Nov 03 2022 06:00:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field873[Nov 03 2022 06:00:50 UTC (QA Tests)] INFO -- clicking :sign_in_button874[Nov 03 2022 06:00:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds875[Nov 03 2022 06:00:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-35335f9920fd1230' via api in 0.3 seconds876[Nov 03 2022 06:00:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/test-group-35335f9920fd1230877[Nov 03 2022 06:00:52 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link878[Nov 03 2022 06:00:52 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link879[Nov 03 2022 06:00:55 UTC (QA Tests)] INFO -- unchecking via JS :request_access_checkbox with args {}880[Nov 03 2022 06:00:55 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button881[Nov 03 2022 06:00:56 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link882[Nov 03 2022 06:01:06 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link883[Nov 03 2022 06:01:08 UTC (QA Tests)] INFO -- checking via JS :request_access_checkbox with args {}884[Nov 03 2022 06:01:08 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button885[Nov 03 2022 06:01:09 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link886[Nov 03 2022 06:01:10 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link887 logs audit events for UI operations888 for change project creation level889 behaves like audit event890[Nov 03 2022 06:01:10 UTC (QA Tests)] INFO -- Starting test: Govern Group for change project creation level behaves like audit event logs audit events for UI operations891[Nov 03 2022 06:01:17 UTC (QA Tests)] INFO -- filling :login_field with "root"892[Nov 03 2022 06:01:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field893[Nov 03 2022 06:01:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"894[Nov 03 2022 06:01:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field895[Nov 03 2022 06:01:18 UTC (QA Tests)] INFO -- clicking :sign_in_button896[Nov 03 2022 06:01:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds897[Nov 03 2022 06:01:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-0619b37ebd1feec7' via api in 0.32 seconds898[Nov 03 2022 06:01:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/test-group-0619b37ebd1feec7899[Nov 03 2022 06:01:20 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link900[Nov 03 2022 06:01:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link901[Nov 03 2022 06:01:22 UTC (QA Tests)] INFO -- selecting "Maintainers" in :project_creation_level_dropdown902[Nov 03 2022 06:01:22 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button903[Nov 03 2022 06:01:23 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link904[Nov 03 2022 06:01:23 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link905 logs audit events for UI operations906 for enable and disable 2FA requirement907 behaves like audit event908[Nov 03 2022 06:01:24 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable 2FA requirement behaves like audit event logs audit events for UI operations909[Nov 03 2022 06:01:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-ff5eaafd1c524f1a' via api in 0.23 seconds910[Nov 03 2022 06:01:31 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ff5eaafd1c524f1a"911[Nov 03 2022 06:01:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field912[Nov 03 2022 06:01:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"913[Nov 03 2022 06:01:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field914[Nov 03 2022 06:01:32 UTC (QA Tests)] INFO -- clicking :sign_in_button915[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-ff5eaafd1c524f1a916[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- Caching token for username: qa-user-ff5eaafd1c524f1a, last six chars of token:BWM1Fs917[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-ff5eaafd1c524f1a-43ldpkqk' via api in 0.07 seconds918[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-90fb14e2' via api in 0.3 seconds919[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-90fb14e2/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.26 seconds920[Nov 03 2022 06:01:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-2fa-recovery-sandbox-group-90fb14e2/qa-test-2022-11-03-05-54-24-29fab21b545c7690921[Nov 03 2022 06:01:34 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link922[Nov 03 2022 06:01:34 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link923[Nov 03 2022 06:01:36 UTC (QA Tests)] INFO -- checking via JS :require_2fa_checkbox with args {}924[Nov 03 2022 06:01:36 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button925[Nov 03 2022 06:01:37 UTC (QA Tests)] INFO -- clicking :configure_it_later_button926[Nov 03 2022 06:01:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-2fa-recovery-sandbox-group-90fb14e2/qa-test-2022-11-03-05-54-24-29fab21b545c7690927[Nov 03 2022 06:01:39 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link928[Nov 03 2022 06:01:39 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link929[Nov 03 2022 06:01:41 UTC (QA Tests)] INFO -- unchecking via JS :require_2fa_checkbox with args {}930[Nov 03 2022 06:01:41 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button931[Nov 03 2022 06:01:42 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link932[Nov 03 2022 06:01:42 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link933[Nov 03 2022 06:01:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content934[Nov 03 2022 06:01:48 UTC (QA Tests)] INFO -- clicking :sign_out_link935 logs audit events for UI operations936 for enable and disable membership lock937 behaves like audit event938[Nov 03 2022 06:01:48 UTC (QA Tests)] INFO -- Starting test: Govern Group for enable and disable membership lock behaves like audit event logs audit events for UI operations939[Nov 03 2022 06:01:54 UTC (QA Tests)] INFO -- filling :login_field with "root"940[Nov 03 2022 06:01:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field941[Nov 03 2022 06:01:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"942[Nov 03 2022 06:01:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field943[Nov 03 2022 06:01:55 UTC (QA Tests)] INFO -- clicking :sign_in_button944[Nov 03 2022 06:01:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds945[Nov 03 2022 06:01:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/test-group-3ae93ee8c167f015' via api in 0.32 seconds946[Nov 03 2022 06:01:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/test-group-3ae93ee8c167f015947[Nov 03 2022 06:01:57 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link948[Nov 03 2022 06:01:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link949[Nov 03 2022 06:02:00 UTC (QA Tests)] INFO -- checking via JS :membership_lock_checkbox with args {}950[Nov 03 2022 06:02:00 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button951[Nov 03 2022 06:02:01 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link952[Nov 03 2022 06:02:11 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link953[Nov 03 2022 06:02:13 UTC (QA Tests)] INFO -- unchecking via JS :membership_lock_checkbox with args {}954[Nov 03 2022 06:02:13 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button955[Nov 03 2022 06:02:14 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link956[Nov 03 2022 06:02:14 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link957 logs audit events for UI operations958Verify959 Runner registration960[Nov 03 2022 06:02:15 UTC (QA Tests)] INFO -- Starting test: Verify Runner registration user registers a new specific runner961[Nov 03 2022 06:02:15 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`962[Nov 03 2022 06:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds963[Nov 03 2022 06:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds964[Nov 03 2022 06:02:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-ci-cd-47939747ddbf1621' via api in 0.64 seconds965[Nov 03 2022 06:02:16 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`966[Nov 03 2022 06:02:16 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1667455335 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1667455335 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-1667455335 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `967[Nov 03 2022 06:02:17 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1667455335`968[Nov 03 2022 06:02:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`969[Nov 03 2022 06:02:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-1667455335' via api in 1.81 seconds970[Nov 03 2022 06:02:21 UTC (QA Tests)] INFO -- filling :login_field with "root"971[Nov 03 2022 06:02:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field972[Nov 03 2022 06:02:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"973[Nov 03 2022 06:02:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field974[Nov 03 2022 06:02:22 UTC (QA Tests)] INFO -- clicking :sign_in_button975[Nov 03 2022 06:02:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-ci-cd-47939747ddbf1621976[Nov 03 2022 06:02:24 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link977[Nov 03 2022 06:02:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link978[Nov 03 2022 06:02:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-1667455335'979[Nov 03 2022 06:02:27 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1667455335`980 user registers a new specific runner981Create982 Merge requests983 when merging once984 behaves like merge when pipeline succeeds985[Nov 03 2022 06:02:28 UTC (QA Tests)] INFO -- Starting test: Create Merge requests when merging once behaves like merge when pipeline succeeds merges after pipeline succeeds986[Nov 03 2022 06:02:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds987[Nov 03 2022 06:02:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds988[Nov 03 2022 06:02:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/merge-when-pipeline-succeeds-b471e19103235b60' via api in 0.96 seconds989[Nov 03 2022 06:02:29 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`990[Nov 03 2022 06:02:29 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`991[Nov 03 2022 06:02:29 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-yrn3pdfv --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-yrn3pdfv 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-yrn3pdfv --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-yrn3pdfv --executor shell && gitlab-runner run" `992[Nov 03 2022 06:02:30 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-yrn3pdfv`993[Nov 03 2022 06:02:30 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`994[Nov 03 2022 06:02:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-yrn3pdfv' via api in 0.89 seconds995[Nov 03 2022 06:02:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds996[Nov 03 2022 06:02:35 UTC (QA Tests)] INFO -- filling :login_field with "root"997[Nov 03 2022 06:02:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field998[Nov 03 2022 06:02:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"999[Nov 03 2022 06:02:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1000[Nov 03 2022 06:02:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1001[Nov 03 2022 06:02:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.34 seconds1002[Nov 03 2022 06:02:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.07 seconds1003[Nov 03 2022 06:02:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/merge-when-pipeline-succeeds-b471e19103235b60/-/merge_requests/11004[Nov 03 2022 06:02:49 UTC (QA Tests)] INFO -- clicking :merge_button1005[Nov 03 2022 06:02:49 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>120, :sleep_interval=>0.5}' arguments1006[Nov 03 2022 06:03:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-yrn3pdfv'1007[Nov 03 2022 06:03:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-yrn3pdfv`1008 merges after pipeline succeeds1009Create1010 File with unusual name1011 when file name starts with a dash and contains hash, semicolon, colon, and question mark1012[Nov 03 2022 06:03:10 UTC (QA Tests)] INFO -- Starting test: Create File with unusual name when file name starts with a dash and contains hash, semicolon, colon, and question mark renders repository file tree correctly1013[Nov 03 2022 06:03:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1014[Nov 03 2022 06:03:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1015[Nov 03 2022 06:03:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1016[Nov 03 2022 06:03:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1017[Nov 03 2022 06:03:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1018[Nov 03 2022 06:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1019[Nov 03 2022 06:03:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1020[Nov 03 2022 06:03:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-5244ff1ca2df62f4' via api in 0.95 seconds1021[Nov 03 2022 06:03:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1022[Nov 03 2022 06:03:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1023[Nov 03 2022 06:03:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/unusually-named-file-project-db309c1f41e88585' via api in 0.99 seconds1024[Nov 03 2022 06:03:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'test-folder/-un:usually;named#file?.md' via api in 0.48 seconds1025[Nov 03 2022 06:03:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/unusually-named-file-project-db309c1f41e885851026[Nov 03 2022 06:03:20 UTC (QA Tests)] INFO -- clicking :file_name_link1027[Nov 03 2022 06:03:21 UTC (QA Tests)] INFO -- clicking :file_name_link1028 renders repository file tree correctly1029Verify1030 When pipeline is blocked1031[Nov 03 2022 06:03:22 UTC (QA Tests)] INFO -- Starting test: Verify When pipeline is blocked can still merge MR successfully1032[Nov 03 2022 06:03:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1033[Nov 03 2022 06:03:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1034[Nov 03 2022 06:03:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-blocked-pipeline-7d9bcad261c83547' via api in 0.65 seconds1035[Nov 03 2022 06:03:23 UTC (QA Tests)] WARN -- /home/gitlab/qa/qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb:6: Passing `number` with the 1st argument of `alphanumeric` is deprecated. Use keyword argument like `alphanumeric(number: ...)` instead.1036[Nov 03 2022 06:03:23 UTC (QA Tests)] WARN -- To automatically update from positional arguments to keyword arguments,1037install rubocop-faker and run:1038rubocop \1039 --require rubocop-faker \1040 --only Faker/DeprecatedArguments \1041 --auto-correct1042[Nov 03 2022 06:03:23 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1043[Nov 03 2022 06:03:23 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1044[Nov 03 2022 06:03:23 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z 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-g2etjtlocorevjlz8mujh26x9igvov4z --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z --executor shell && gitlab-runner run" `1045[Nov 03 2022 06:03:24 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z`1046[Nov 03 2022 06:03:24 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1047[Nov 03 2022 06:03:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z' via api in 1.09 seconds1048[Nov 03 2022 06:03:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1049[Nov 03 2022 06:03:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1050[Nov 03 2022 06:03:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1051[Nov 03 2022 06:03:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1052[Nov 03 2022 06:03:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1053[Nov 03 2022 06:03:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1054[Nov 03 2022 06:03:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.33 seconds1055[Nov 03 2022 06:03:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.9 seconds1056[Nov 03 2022 06:03:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-blocked-pipeline-7d9bcad261c83547/-/merge_requests/11057[Nov 03 2022 06:03:43 UTC (QA Tests)] INFO -- clicking :merge_button1058[Nov 03 2022 06:03:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z'1059[Nov 03 2022 06:03:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-g2etjtlocorevjlz8mujh26x9igvov4z`1060 can still merge MR successfully1061Govern1062 Security Reports1063[Nov 03 2022 06:03:46 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays the Dependency List1064[Nov 03 2022 06:03:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1065[Nov 03 2022 06:03:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1066[Nov 03 2022 06:03:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-44bfd86a57aefad0' via api in 0.53 seconds1067[Nov 03 2022 06:03:47 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1068[Nov 03 2022 06:03:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1069[Nov 03 2022 06:03:47 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-44bfd86a57aefad0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-44bfd86a57aefad0 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 runner-for-project-with-secure-44bfd86a57aefad0 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1070[Nov 03 2022 06:03:48 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-44bfd86a57aefad0`1071[Nov 03 2022 06:03:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1072[Nov 03 2022 06:03:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-44bfd86a57aefad0' via api in 0.92 seconds1073[Nov 03 2022 06:03:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1074[Nov 03 2022 06:03:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1075[Nov 03 2022 06:03:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1076[Nov 03 2022 06:03:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1077[Nov 03 2022 06:03:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1078[Nov 03 2022 06:03:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-44bfd86a57aefad01079[Nov 03 2022 06:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.52 seconds1080[Nov 03 2022 06:03:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-44bfd86a57aefad01081[Nov 03 2022 06:04:00 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1082[Nov 03 2022 06:04:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1083[Nov 03 2022 06:04:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-44bfd86a57aefad0'1084[Nov 03 2022 06:04:13 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-44bfd86a57aefad0`1085 displays the Dependency List1086[Nov 03 2022 06:04:13 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the pipeline1087[Nov 03 2022 06:04:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1088[Nov 03 2022 06:04:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1089[Nov 03 2022 06:04:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-3b0eb2d81947c875' via api in 0.51 seconds1090[Nov 03 2022 06:04:14 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1091[Nov 03 2022 06:04:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1092[Nov 03 2022 06:04:14 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-3b0eb2d81947c875 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-3b0eb2d81947c875 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 runner-for-project-with-secure-3b0eb2d81947c875 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1093[Nov 03 2022 06:04:15 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-3b0eb2d81947c875`1094[Nov 03 2022 06:04:15 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1095[Nov 03 2022 06:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-3b0eb2d81947c875' via api in 0.95 seconds1096[Nov 03 2022 06:04:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1097[Nov 03 2022 06:04:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1098[Nov 03 2022 06:04:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"1099[Nov 03 2022 06:04:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1100[Nov 03 2022 06:04:22 UTC (QA Tests)] INFO -- clicking :sign_in_button1101[Nov 03 2022 06:04:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-3b0eb2d81947c8751102[Nov 03 2022 06:04:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.74 seconds1103[Nov 03 2022 06:04:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-3b0eb2d81947c8751104[Nov 03 2022 06:04:27 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1105[Nov 03 2022 06:04:39 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1106[Nov 03 2022 06:04:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1107[Nov 03 2022 06:04:41 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1108[Nov 03 2022 06:04:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1109[Nov 03 2022 06:04:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1110[Nov 03 2022 06:04:42 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1111[Nov 03 2022 06:04:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1112[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1113[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1114[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1115[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1116[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1117[Nov 03 2022 06:04:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1118[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1119[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1120[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1121[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1122[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1123[Nov 03 2022 06:04:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1124[Nov 03 2022 06:04:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1125[Nov 03 2022 06:04:45 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1126[Nov 03 2022 06:04:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1127[Nov 03 2022 06:04:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1128[Nov 03 2022 06:04:46 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1129[Nov 03 2022 06:04:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1130[Nov 03 2022 06:04:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-3b0eb2d81947c875'1131[Nov 03 2022 06:04:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-3b0eb2d81947c875`1132 displays security reports in the pipeline1133[Nov 03 2022 06:04:47 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports dependency list has empty state1134[Nov 03 2022 06:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1135[Nov 03 2022 06:04:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1136[Nov 03 2022 06:04:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-d05e4e5da92390f0' via api in 0.54 seconds1137[Nov 03 2022 06:04:48 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1138[Nov 03 2022 06:04:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1139[Nov 03 2022 06:04:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-d05e4e5da92390f0 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-d05e4e5da92390f0 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 runner-for-project-with-secure-d05e4e5da92390f0 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1140[Nov 03 2022 06:04:49 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-d05e4e5da92390f0`1141[Nov 03 2022 06:04:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1142[Nov 03 2022 06:04:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-d05e4e5da92390f0' via api in 0.89 seconds1143[Nov 03 2022 06:04:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1144[Nov 03 2022 06:04:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1145[Nov 03 2022 06:04:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1146[Nov 03 2022 06:04:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1147[Nov 03 2022 06:04:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1148[Nov 03 2022 06:04:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-d05e4e5da92390f01149[Nov 03 2022 06:04:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1150[Nov 03 2022 06:05:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-d05e4e5da92390f0'1151[Nov 03 2022 06:05:00 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-d05e4e5da92390f0`1152 dependency list has empty state1153[Nov 03 2022 06:05:00 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the group security dashboard1154[Nov 03 2022 06:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1155[Nov 03 2022 06:05:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1156[Nov 03 2022 06:05:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-1529d426ad683fd9' via api in 0.58 seconds1157[Nov 03 2022 06:05:01 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1158[Nov 03 2022 06:05:01 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1159[Nov 03 2022 06:05:01 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-1529d426ad683fd9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-1529d426ad683fd9 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 runner-for-project-with-secure-1529d426ad683fd9 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1160[Nov 03 2022 06:05:02 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-1529d426ad683fd9`1161[Nov 03 2022 06:05:02 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1162[Nov 03 2022 06:05:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-1529d426ad683fd9' via api in 0.95 seconds1163[Nov 03 2022 06:05:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1164[Nov 03 2022 06:05:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1165[Nov 03 2022 06:05:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1166[Nov 03 2022 06:05:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1167[Nov 03 2022 06:05:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1168[Nov 03 2022 06:05:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-1529d426ad683fd91169[Nov 03 2022 06:05:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.67 seconds1170[Nov 03 2022 06:05:13 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-1529d426ad683fd91171[Nov 03 2022 06:05:14 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1172[Nov 03 2022 06:05:25 UTC (QA Tests)] INFO -- clicking :navbar_dropdown1173[Nov 03 2022 06:05:25 UTC (QA Tests)] INFO -- clicking :groups_dropdown1174[Nov 03 2022 06:05:25 UTC (QA Tests)] INFO -- clicking :menu_item_link1175[Nov 03 2022 06:05:28 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1176[Nov 03 2022 06:05:28 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1177[Nov 03 2022 06:05:29 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1178[Nov 03 2022 06:05:39 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1179[Nov 03 2022 06:05:40 UTC (QA Tests)] INFO -- clicking :filter_project_dropdown1180[Nov 03 2022 06:05:41 UTC (QA Tests)] INFO -- clicking :filter_project-with-secure-1529d426ad683fd9_dropdown1181[Nov 03 2022 06:05:41 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1182[Nov 03 2022 06:05:41 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1183[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1184[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1185[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1186[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1187[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1188[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1189[Nov 03 2022 06:05:42 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1190[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1191[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1192[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1193[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1194[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1195[Nov 03 2022 06:05:43 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1196[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1197[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1198[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1199[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1200[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1201[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1202[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1203[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1204[Nov 03 2022 06:05:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1205[Nov 03 2022 06:05:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-1529d426ad683fd9'1206[Nov 03 2022 06:05:45 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-1529d426ad683fd9`1207 displays security reports in the group security dashboard1208[Nov 03 2022 06:05:45 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays false positives for the vulnerabilities1209[Nov 03 2022 06:05:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1210[Nov 03 2022 06:05:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1211[Nov 03 2022 06:05:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-9987ea6d28e64a95' via api in 0.53 seconds1212[Nov 03 2022 06:05:46 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1213[Nov 03 2022 06:05:46 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1214[Nov 03 2022 06:05:46 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-9987ea6d28e64a95 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-9987ea6d28e64a95 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 runner-for-project-with-secure-9987ea6d28e64a95 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1215[Nov 03 2022 06:05:47 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-9987ea6d28e64a95`1216[Nov 03 2022 06:05:47 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1217[Nov 03 2022 06:05:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-9987ea6d28e64a95' via api in 0.91 seconds1218[Nov 03 2022 06:05:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1219[Nov 03 2022 06:05:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1220[Nov 03 2022 06:05:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1221[Nov 03 2022 06:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1222[Nov 03 2022 06:05:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1223[Nov 03 2022 06:05:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-9987ea6d28e64a951224[Nov 03 2022 06:05:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.55 seconds1225[Nov 03 2022 06:05:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-9987ea6d28e64a951226[Nov 03 2022 06:05:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1227[Nov 03 2022 06:06:11 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1228[Nov 03 2022 06:06:12 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1229[Nov 03 2022 06:06:13 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1230[Nov 03 2022 06:06:14 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1231[Nov 03 2022 06:06:14 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1232[Nov 03 2022 06:06:14 UTC (QA Tests)] INFO -- clicking :export_csv_modal_button1233[Nov 03 2022 06:06:14 UTC (QA Tests)] INFO -- clicking :vulnerability1234[Nov 03 2022 06:06:15 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-9987ea6d28e64a95'1235[Nov 03 2022 06:06:15 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-9987ea6d28e64a95`1236 displays false positives for the vulnerabilities1237[Nov 03 2022 06:06:16 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports displays security reports in the project security dashboard1238[Nov 03 2022 06:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1239[Nov 03 2022 06:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1240[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-0faef140fe2e035b' via api in 0.54 seconds1241[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1242[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1243[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-project-with-secure-0faef140fe2e035b --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-project-with-secure-0faef140fe2e035b 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 runner-for-project-with-secure-0faef140fe2e035b --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `1244[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-project-with-secure-0faef140fe2e035b`1245[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1246[Nov 03 2022 06:06:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'runner-for-project-with-secure-0faef140fe2e035b' via api in 0.91 seconds1247[Nov 03 2022 06:06:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1248[Nov 03 2022 06:06:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1249[Nov 03 2022 06:06:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1250[Nov 03 2022 06:06:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1251[Nov 03 2022 06:06:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1252[Nov 03 2022 06:06:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-0faef140fe2e035b1253[Nov 03 2022 06:06:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.62 seconds1254[Nov 03 2022 06:06:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-secure-0faef140fe2e035b1255[Nov 03 2022 06:06:30 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1256[Nov 03 2022 06:06:41 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1257[Nov 03 2022 06:06:43 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1258[Nov 03 2022 06:06:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1259[Nov 03 2022 06:06:44 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1260[Nov 03 2022 06:06:44 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1261[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1262[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_dependency_scanning_dropdown1263[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1264[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1265[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1266[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1267[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1268[Nov 03 2022 06:06:45 UTC (QA Tests)] INFO -- clicking :filter_container_scanning_dropdown1269[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1270[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1271[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1272[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1273[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1274[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_sast_dropdown1275[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1276[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1277[Nov 03 2022 06:06:46 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1278[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1279[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1280[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- clicking :filter_dast_dropdown1281[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- clicking :filter_tool_dropdown1282[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'runner-for-project-with-secure-0faef140fe2e035b'1283[Nov 03 2022 06:06:47 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-project-with-secure-0faef140fe2e035b`1284 displays security reports in the project security dashboard1285Create1286 Merge request push options1287[Nov 03 2022 06:06:48 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels1288[Nov 03 2022 06:06:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1289[Nov 03 2022 06:06:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ReusableGroup with full_path 'gitlab-qa-sandbox-group-5/reusable_group' via api in 0.35 seconds1290[Nov 03 2022 06:06:49 UTC (QA Tests)] INFO -- ==> Retrieved for reuse a QA::Resource::ReusableProject with full_path 'gitlab-qa-sandbox-group-5/reusable_group/reusable_project' via api in 1.33 seconds1291[Nov 03 2022 06:06:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.73 seconds1292 sets labels1293 when labels are set already1294[Nov 03 2022 06:06:51 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push1295[Nov 03 2022 06:06:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1296[Nov 03 2022 06:06:51 UTC (QA Tests)] INFO -- ==> Retrieved for reuse a QA::Resource::ReusableGroup with full_path 'gitlab-qa-sandbox-group-5/reusable_group' via api in 0.15 seconds1297[Nov 03 2022 06:06:51 UTC (QA Tests)] INFO -- ==> Retrieved for reuse a QA::Resource::ReusableProject with full_path 'gitlab-qa-sandbox-group-5/reusable_group/reusable_project' via api in 0.29 seconds1298[Nov 03 2022 06:06:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.57 seconds1299[Nov 03 2022 06:06:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds1300 removes them on subsequent push1301Manage1302 Group access1303[Nov 03 2022 06:06:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902' via api in 0.27 seconds1304[Nov 03 2022 06:06:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1305[Nov 03 2022 06:06:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902/ip-address-restricted-group-7b5f67d06b670dd0' via api in 0.25 seconds1306[Nov 03 2022 06:06:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902/ip-address-restricted-group-7b5f67d06b670dd0/project-in-ip-restricted-group-b4dffb53d1b28916' via api in 0.89 seconds1307[Nov 03 2022 06:06:56 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902/ip-address-restricted-group-7b5f67d06b670dd0/project-in-ip-restricted-group-b4dffb53d1b28916 QA::Resource::Project1308 when restricted by another ip address1309 with API1310[Nov 03 2022 06:06:56 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with API denies access1311[Nov 03 2022 06:06:57 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81312[Nov 03 2022 06:06:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1313[Nov 03 2022 06:06:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1314[Nov 03 2022 06:06:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1315[Nov 03 2022 06:06:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1316[Nov 03 2022 06:07:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1317[Nov 03 2022 06:07:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021318[Nov 03 2022 06:07:02 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1319[Nov 03 2022 06:07:02 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1320[Nov 03 2022 06:07:04 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1321[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content1322[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- clicking :sign_out_link1323[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user11324[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:hM1ahK1325[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-jczx0qib' via api in 0.07 seconds1326 denies access1327 with SSH1328[Nov 03 2022 06:07:09 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with SSH denies access1329[Nov 03 2022 06:07:10 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81330[Nov 03 2022 06:07:12 UTC (QA Tests)] INFO -- filling :login_field with "root"1331[Nov 03 2022 06:07:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1332[Nov 03 2022 06:07:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1333[Nov 03 2022 06:07:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1334[Nov 03 2022 06:07:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1335[Nov 03 2022 06:07:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021336[Nov 03 2022 06:07:15 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1337[Nov 03 2022 06:07:15 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1338[Nov 03 2022 06:07:17 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1339[Nov 03 2022 06:07:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content1340[Nov 03 2022 06:07:22 UTC (QA Tests)] INFO -- clicking :sign_out_link1341[Nov 03 2022 06:07:22 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221103-39-1npg2gz/id_rsa -N `1342[Nov 03 2022 06:07:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.32 seconds1343[Nov 03 2022 06:07:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'1344 denies access1345 with UI1346[Nov 03 2022 06:07:23 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by another ip address with UI denies access1347[Nov 03 2022 06:07:23 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81348[Nov 03 2022 06:07:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1349[Nov 03 2022 06:07:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1350[Nov 03 2022 06:07:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1351[Nov 03 2022 06:07:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1352[Nov 03 2022 06:07:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1353[Nov 03 2022 06:07:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021354[Nov 03 2022 06:07:28 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1355[Nov 03 2022 06:07:29 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1356[Nov 03 2022 06:07:31 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1357[Nov 03 2022 06:07:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content1358[Nov 03 2022 06:07:35 UTC (QA Tests)] INFO -- clicking :sign_out_link1359[Nov 03 2022 06:07:38 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1360[Nov 03 2022 06:07:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1361[Nov 03 2022 06:07:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1362[Nov 03 2022 06:07:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1363[Nov 03 2022 06:07:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1364[Nov 03 2022 06:07:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021365[Nov 03 2022 06:07:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902/ip-address-restricted-group-7b5f67d06b670dd01366 denies access1367 when restricted by user's ip address1368 with API1369[Nov 03 2022 06:07:40 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with API allows access1370[Nov 03 2022 06:07:40 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81371[Nov 03 2022 06:07:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1372[Nov 03 2022 06:07:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1373[Nov 03 2022 06:07:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1374[Nov 03 2022 06:07:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1375[Nov 03 2022 06:07:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1376[Nov 03 2022 06:07:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021377[Nov 03 2022 06:07:45 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1378[Nov 03 2022 06:07:46 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1379[Nov 03 2022 06:07:48 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1380[Nov 03 2022 06:07:52 UTC (QA Tests)] INFO -- clicking :user_avatar_content1381[Nov 03 2022 06:07:52 UTC (QA Tests)] INFO -- clicking :sign_out_link1382 allows access1383 with UI1384[Nov 03 2022 06:07:53 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with UI allows access1385[Nov 03 2022 06:07:53 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81386[Nov 03 2022 06:07:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1387[Nov 03 2022 06:07:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1388[Nov 03 2022 06:07:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1389[Nov 03 2022 06:07:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1390[Nov 03 2022 06:07:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1391[Nov 03 2022 06:07:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021392[Nov 03 2022 06:07:58 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1393[Nov 03 2022 06:07:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1394[Nov 03 2022 06:08:01 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1395[Nov 03 2022 06:08:05 UTC (QA Tests)] INFO -- clicking :user_avatar_content1396[Nov 03 2022 06:08:05 UTC (QA Tests)] INFO -- clicking :sign_out_link1397[Nov 03 2022 06:08:08 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1398[Nov 03 2022 06:08:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1399[Nov 03 2022 06:08:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1400[Nov 03 2022 06:08:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1401[Nov 03 2022 06:08:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1402[Nov 03 2022 06:08:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021403[Nov 03 2022 06:08:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902/ip-address-restricted-group-7b5f67d06b670dd01404 allows access1405 with SSH1406[Nov 03 2022 06:08:11 UTC (QA Tests)] INFO -- Starting test: Manage Group access when restricted by user's ip address with SSH allows access1407[Nov 03 2022 06:08:11 UTC (QA Tests)] INFO -- Current IP address: 172.19.0.81408[Nov 03 2022 06:08:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1409[Nov 03 2022 06:08:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1410[Nov 03 2022 06:08:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1411[Nov 03 2022 06:08:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1412[Nov 03 2022 06:08:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1413[Nov 03 2022 06:08:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Sandbox at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-ip-restricted-sandbox-group-cfad447da564d9021414[Nov 03 2022 06:08:16 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1415[Nov 03 2022 06:08:16 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1416[Nov 03 2022 06:08:19 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1417[Nov 03 2022 06:08:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content1418[Nov 03 2022 06:08:23 UTC (QA Tests)] INFO -- clicking :sign_out_link1419[Nov 03 2022 06:08:23 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221103-39-jmby20/id_rsa -N `1420[Nov 03 2022 06:08:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.5 seconds1421[Nov 03 2022 06:08:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.18 seconds1422[Nov 03 2022 06:08:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'1423 allows access1424[Nov 03 2022 06:08:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Sandbox with full_path 'gitlab-qa-ip-restricted-sandbox-group-cfad447da564d902'1425Manage1426 Gitlab migration1427 with merge request1428 successfully imports merge request (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/364839)1429Manage1430 GitHub import1431 when imported via api1432[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- Starting test: Manage GitHub import when imported via api imports project1433[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1434[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/destination-group-for-import-d087373e' via api in 0.33 seconds1435[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-2be57367235fc78c' via api in 0.24 seconds1436[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- Adding user qa-user-2be57367235fc78c to gitlab-qa-sandbox-group-5/destination-group-for-import-d087373e QA::Resource::Group1437[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-2be57367235fc78c1438[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- Caching token for username: qa-user-2be57367235fc78c, last six chars of token:o2pp4q1439[Nov 03 2022 06:08:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-2be57367235fc78c-vx2jywh2' via api in 0.07 seconds1440[Nov 03 2022 06:08:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectImportedFromGithub with full_path 'gitlab-qa-sandbox-group-5/destination-group-for-import-d087373e/imported-project-f57d54e9f8c07b67' via api in 1.06 seconds1441[Nov 03 2022 06:08:28 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>240, :sleep_interval=>1}' arguments1442[Nov 03 2022 06:10:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-2be57367235fc78c'1443 imports project1444Create1445 File management1446[Nov 03 2022 06:10:02 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1447[Nov 03 2022 06:10:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1448[Nov 03 2022 06:10:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1449[Nov 03 2022 06:10:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1450[Nov 03 2022 06:10:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1451[Nov 03 2022 06:10:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1452[Nov 03 2022 06:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1453[Nov 03 2022 06:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.1 seconds1454[Nov 03 2022 06:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-2f63695b4ffc5857' via api in 1.04 seconds1455[Nov 03 2022 06:10:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-2f63695b4ffc58571456[Nov 03 2022 06:10:11 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1457[Nov 03 2022 06:10:11 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1458[Nov 03 2022 06:10:12 UTC (QA Tests)] INFO -- filling :file_name_field with "{:with=>"QA Test - File name"}"1459[Nov 03 2022 06:10:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1460[Nov 03 2022 06:10:13 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"1461[Nov 03 2022 06:10:13 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1462[Nov 03 2022 06:10:13 UTC (QA Tests)] INFO -- clicking :commit_button1463[Nov 03 2022 06:10:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 4.46 seconds1464 user creates a file via the Web1465Plan1466 Issues weight visualization1467[Nov 03 2022 06:10:15 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 page1468[Nov 03 2022 06:10:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1469[Nov 03 2022 06:10:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1470[Nov 03 2022 06:10:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1471[Nov 03 2022 06:10:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1472[Nov 03 2022 06:10:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1473[Nov 03 2022 06:10:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1474[Nov 03 2022 06:10:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1475[Nov 03 2022 06:10:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-milestone-750be57947087b45' via api in 0.64 seconds1476[Nov 03 2022 06:10:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.75 seconds1477[Nov 03 2022 06:10:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.31 seconds1478[Nov 03 2022 06:10:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-milestone-750be57947087b45/-/issues/11479[Nov 03 2022 06:10:25 UTC (QA Tests)] INFO -- clicking :milestone_link1480[Nov 03 2022 06:10:25 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1481 shows the set weight in the issue page, in the milestone page, and in the issues list page1482Manage1483 Jenkins integration1484[Nov 03 2022 06:10:27 UTC (QA Tests)] INFO -- Starting test: Manage Jenkins integration integrates and displays build status for MR pipeline in GitLab1485[Nov 03 2022 06:10:27 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>true}1486[Nov 03 2022 06:10:27 UTC (QA Tests)] INFO -- Executing: `docker login --username "[MASKED]" --password "****" registry.gitlab.com`1487[Nov 03 2022 06:10:27 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --hostname jenkins-server.test --name jenkins-server --env JENKINS_USER=administrator --env JENKINS_PASS=**** --publish 8080:8080 --publish 50000:50000 [MASKED]/jenkins:latest `1488[Nov 03 2022 06:10:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1489[Nov 03 2022 06:10:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1490[Nov 03 2022 06:10:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1491[Nov 03 2022 06:10:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1492[Nov 03 2022 06:10:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1493[Nov 03 2022 06:10:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1494[Nov 03 2022 06:10:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1495[Nov 03 2022 06:10:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project_with_jenkins_b0286fcd-debf8509ec6c246a' via api in 0.97 seconds1496[Nov 03 2022 06:10:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project_with_jenkins_b0286fcd-debf8509ec6c246a1497[Nov 03 2022 06:10:58 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1498[Nov 03 2022 06:10:59 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1499[Nov 03 2022 06:10:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1500[Nov 03 2022 06:11:00 UTC (QA Tests)] INFO -- clicking :jenkins_link1501[Nov 03 2022 06:11:00 UTC (QA Tests)] INFO -- filling :service_jenkins_url_field with "http://jenkins-server.test:8080"1502[Nov 03 2022 06:11:00 UTC (QA Tests)] INFO -- clicking the coordinates of :service_jenkins_url_field1503[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- filling :service_project_name_field with "gitlab_jenkins_435c96db60"1504[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- clicking the coordinates of :service_project_name_field1505[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- filling :service_username_field with "administrator"1506[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- clicking the coordinates of :service_username_field1507[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- filling :service_password_field with "*****"1508[Nov 03 2022 06:11:01 UTC (QA Tests)] INFO -- clicking the coordinates of :service_password_field1509[Nov 03 2022 06:11:02 UTC (QA Tests)] INFO -- clicking :save_changes_button1510[Nov 03 2022 06:11:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.44 seconds1511[Nov 03 2022 06:11:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project_with_jenkins_b0286fcd-debf8509ec6c246a1512[Nov 03 2022 06:11:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1513[Nov 03 2022 06:11:22 UTC (QA Tests)] INFO -- Executing: `docker rm -f jenkins-server`1514[Nov 03 2022 06:11:23 UTC (QA Tests)] INFO -- Setting application settings: {:allow_local_requests_from_web_hooks_and_services=>false}1515 integrates and displays build status for MR pipeline in GitLab1516Create1517 Repository License Detection1518 on a project with an unrecognized LICENSE1519 behaves like project license detection1520[Nov 03 2022 06:11:28 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with an unrecognized LICENSE behaves like project license detection displays the name of the license on the repository1521[Nov 03 2022 06:11:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1522[Nov 03 2022 06:11:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1523[Nov 03 2022 06:11:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-de43f99bd6ccb31a' via api in 0.63 seconds1524[Nov 03 2022 06:11:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1525[Nov 03 2022 06:11:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-de43f99bd6ccb31a1526[Nov 03 2022 06:11:31 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-de43f99bd6ccb31a'1527 displays the name of the license on the repository1528 on a project with a commonly used LICENSE1529 behaves like project license detection1530[Nov 03 2022 06:11:31 UTC (QA Tests)] INFO -- Starting test: Create Repository License Detection on a project with a commonly used LICENSE behaves like project license detection displays the name of the license on the repository1531[Nov 03 2022 06:11:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1532[Nov 03 2022 06:11:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1533[Nov 03 2022 06:11:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-50d6f96dbf098597' via api in 0.72 seconds1534[Nov 03 2022 06:11:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds1535[Nov 03 2022 06:11:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-50d6f96dbf0985971536[Nov 03 2022 06:11:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-50d6f96dbf098597'1537 displays the name of the license on the repository1538Create1539 Push over SSH using Git protocol version 21540[Nov 03 2022 06:11:38 UTC (QA Tests)] INFO -- filling :login_field with "root"1541[Nov 03 2022 06:11:38 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1542[Nov 03 2022 06:11:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1543[Nov 03 2022 06:11:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1544[Nov 03 2022 06:11:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1545[Nov 03 2022 06:11:41 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20221103-39-jb6akq/id_rsa -N `1546[Nov 03 2022 06:11:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.43 seconds1547[Nov 03 2022 06:11:41 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository1548[Nov 03 2022 06:11:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1549[Nov 03 2022 06:11:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1550[Nov 03 2022 06:11:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/git-protocol-project-e4de18f0ba642015' via api in 0.63 seconds1551[Nov 03 2022 06:11:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/git-protocol-project-e4de18f0ba6420151552[Nov 03 2022 06:11:45 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1553 user pushes to the repository1554Verify1555 Update CI file with pipeline editor1556[Nov 03 2022 06:11:47 UTC (QA Tests)] INFO -- Starting test: Verify Update CI file with pipeline editor creates new pipeline and target branch1557[Nov 03 2022 06:11:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1558[Nov 03 2022 06:11:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1559[Nov 03 2022 06:11:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-editor-project-ccdc006040952f72' via api in 0.64 seconds1560[Nov 03 2022 06:11:47 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1561[Nov 03 2022 06:11:48 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1562[Nov 03 2022 06:11:48 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name fc895e357eff6cbbec4a --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach fc895e357eff6cbbec4a 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 fc895e357eff6cbbec4a --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list fc895e357eff6cbbec4a --executor shell && gitlab-runner run" `1563[Nov 03 2022 06:11:49 UTC (QA Tests)] INFO -- Executing: `docker logs fc895e357eff6cbbec4a`1564[Nov 03 2022 06:11:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1565[Nov 03 2022 06:11:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'fc895e357eff6cbbec4a' via api in 1.29 seconds1566[Nov 03 2022 06:11:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1567[Nov 03 2022 06:11:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1568[Nov 03 2022 06:11:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1569[Nov 03 2022 06:11:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1570[Nov 03 2022 06:11:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1571[Nov 03 2022 06:11:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1572[Nov 03 2022 06:11:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-editor-project-ccdc006040952f721573[Nov 03 2022 06:11:57 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1574[Nov 03 2022 06:11:58 UTC (QA Tests)] INFO -- clicking :pipeline_editor_app1575[Nov 03 2022 06:12:00 UTC (QA Tests)] INFO -- clicking :commit_changes_button1576[Nov 03 2022 06:12:11 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>60, :sleep_interval=>3}' arguments1577[Nov 03 2022 06:12:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'fc895e357eff6cbbec4a'1578[Nov 03 2022 06:12:11 UTC (QA Tests)] INFO -- Executing: `docker rm -f fc895e357eff6cbbec4a`1579[Nov 03 2022 06:12:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-editor-project-ccdc006040952f72'1580 creates new pipeline and target branch1581Manage1582 Project import1583 imports large Github repo via api (PENDING: Test is not compatible with this environment or pipeline)1584Create1585 Multiple file snippet1586 behaves like copying snippet file contents1587[Nov 03 2022 06:12:12 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them1588[Nov 03 2022 06:12:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1589[Nov 03 2022 06:12:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1590[Nov 03 2022 06:12:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1591[Nov 03 2022 06:12:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1592[Nov 03 2022 06:12:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1593[Nov 03 2022 06:12:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1594[Nov 03 2022 06:12:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.1 seconds1595[Nov 03 2022 06:12:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-snippets-f6ab46a56e43c59b' via api in 0.61 seconds1596[Nov 03 2022 06:12:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.19 seconds1597[Nov 03 2022 06:12:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-snippets-f6ab46a56e43c59b/-/snippets/11598[Nov 03 2022 06:12:20 UTC (QA Tests)] INFO -- clicking :copy_contents_button1599[Nov 03 2022 06:12:21 UTC (QA Tests)] INFO -- clicking :comment_button1600[Nov 03 2022 06:12:21 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1601[Nov 03 2022 06:12:21 UTC (QA Tests)] INFO -- clicking :delete_comment_button1602[Nov 03 2022 06:12:22 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1603[Nov 03 2022 06:12:22 UTC (QA Tests)] INFO -- clicking :copy_contents_button1604[Nov 03 2022 06:12:22 UTC (QA Tests)] INFO -- clicking :comment_button1605[Nov 03 2022 06:12:23 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1606[Nov 03 2022 06:12:23 UTC (QA Tests)] INFO -- clicking :delete_comment_button1607[Nov 03 2022 06:12:23 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1608[Nov 03 2022 06:12:23 UTC (QA Tests)] INFO -- clicking :copy_contents_button1609[Nov 03 2022 06:12:23 UTC (QA Tests)] INFO -- clicking :comment_button1610[Nov 03 2022 06:12:24 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1611[Nov 03 2022 06:12:24 UTC (QA Tests)] INFO -- clicking :delete_comment_button1612[Nov 03 2022 06:12:24 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1613 copies file contents of a multi-file project_snippet to a comment and verifies them1614 behaves like copying snippet file contents1615[Nov 03 2022 06:12:24 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them1616[Nov 03 2022 06:12:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1617[Nov 03 2022 06:12:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1618[Nov 03 2022 06:12:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1619[Nov 03 2022 06:12:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1620[Nov 03 2022 06:12:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1621[Nov 03 2022 06:12:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.43 seconds1622[Nov 03 2022 06:12:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/21623[Nov 03 2022 06:12:32 UTC (QA Tests)] INFO -- clicking :copy_contents_button1624[Nov 03 2022 06:12:32 UTC (QA Tests)] INFO -- clicking :comment_button1625[Nov 03 2022 06:12:33 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1626[Nov 03 2022 06:12:33 UTC (QA Tests)] INFO -- clicking :delete_comment_button1627[Nov 03 2022 06:12:33 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1628[Nov 03 2022 06:12:33 UTC (QA Tests)] INFO -- clicking :copy_contents_button1629[Nov 03 2022 06:12:33 UTC (QA Tests)] INFO -- clicking :comment_button1630[Nov 03 2022 06:12:34 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1631[Nov 03 2022 06:12:34 UTC (QA Tests)] INFO -- clicking :delete_comment_button1632[Nov 03 2022 06:12:34 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1633[Nov 03 2022 06:12:34 UTC (QA Tests)] INFO -- clicking :copy_contents_button1634[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- clicking :comment_button1635[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1636[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- clicking :delete_comment_button1637[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1638 copies file contents of a multi-file personal_snippet to a comment and verifies them1639Release1640 Operations Dashboard1641[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- Starting test: Release Operations Dashboard has many pipelines with appropriate statuses1642[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1643[Nov 03 2022 06:12:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.09 seconds1644[Nov 03 2022 06:12:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-success-run-23fa4c096896a515' via api in 0.54 seconds1645[Nov 03 2022 06:12:36 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1646[Nov 03 2022 06:12:36 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1647[Nov 03 2022 06:12:36 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-test-2022-11-03-05-54-24-29fab21b545c7690 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-test-2022-11-03-05-54-24-29fab21b545c7690 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-2022-11-03-05-54-24-29fab21b545c7690 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-test-2022-11-03-05-54-24-29fab21b545c7690 --executor shell && gitlab-runner run" `1648[Nov 03 2022 06:12:37 UTC (QA Tests)] INFO -- Executing: `docker logs qa-test-2022-11-03-05-54-24-29fab21b545c7690`1649[Nov 03 2022 06:12:37 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1650[Nov 03 2022 06:12:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 1.32 seconds1651[Nov 03 2022 06:12:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1652[Nov 03 2022 06:12:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1653[Nov 03 2022 06:12:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1654[Nov 03 2022 06:12:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1655[Nov 03 2022 06:12:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1656[Nov 03 2022 06:12:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1657[Nov 03 2022 06:12:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-pending-run-b3ca5da54ce6ba3b' via api in 0.59 seconds1658[Nov 03 2022 06:12:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.59 seconds1659[Nov 03 2022 06:12:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-failed-run-d797f6f467803139' via api in 0.75 seconds1660[Nov 03 2022 06:12:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1661[Nov 03 2022 06:12:54 UTC (QA Tests)] INFO -- clicking :navbar_dropdown1662[Nov 03 2022 06:12:54 UTC (QA Tests)] INFO -- clicking :operations_link1663[Nov 03 2022 06:12:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-without-ci-4f91c50424df36fc' via api in 0.69 seconds1664[Nov 03 2022 06:12:55 UTC (QA Tests)] INFO -- clicking :add_projects_button1665[Nov 03 2022 06:12:55 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-success-run-23fa4c096896a515"1666[Nov 03 2022 06:12:55 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field1667[Nov 03 2022 06:12:56 UTC (QA Tests)] INFO -- clicking :project_list_item1668[Nov 03 2022 06:12:56 UTC (QA Tests)] INFO -- clicking :add_projects_button1669[Nov 03 2022 06:12:56 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-pending-run-b3ca5da54ce6ba3b"1670[Nov 03 2022 06:12:56 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field1671[Nov 03 2022 06:12:57 UTC (QA Tests)] INFO -- clicking :project_list_item1672[Nov 03 2022 06:12:58 UTC (QA Tests)] INFO -- clicking :add_projects_button1673[Nov 03 2022 06:12:58 UTC (QA Tests)] INFO -- filling :project_search_field with "project-without-ci-4f91c50424df36fc"1674[Nov 03 2022 06:12:58 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field1675[Nov 03 2022 06:12:59 UTC (QA Tests)] INFO -- clicking :project_list_item1676[Nov 03 2022 06:12:59 UTC (QA Tests)] INFO -- clicking :add_projects_button1677[Nov 03 2022 06:13:00 UTC (QA Tests)] INFO -- filling :project_search_field with "project-with-failed-run-d797f6f467803139"1678[Nov 03 2022 06:13:00 UTC (QA Tests)] INFO -- clicking the coordinates of :project_search_field1679[Nov 03 2022 06:13:01 UTC (QA Tests)] INFO -- clicking :project_list_item1680[Nov 03 2022 06:13:02 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-test-2022-11-03-05-54-24-29fab21b545c7690'1681[Nov 03 2022 06:13:02 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-test-2022-11-03-05-54-24-29fab21b545c7690`1682 has many pipelines with appropriate statuses1683Plan1684 Assign Iterations1685[Nov 03 2022 06:13:03 UTC (QA Tests)] INFO -- Starting test: Plan Assign Iterations assigns a group iteration to an existing issue1686[Nov 03 2022 06:13:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1687[Nov 03 2022 06:13:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-to-test-assigning-iterations-94cbea68bdf220b6' via api in 0.34 seconds1688[Nov 03 2022 06:13:03 UTC (QA Tests)] INFO -- Enabling feature: iteration_cadences for scope "group: gitlab-qa-sandbox-group-5/group-to-test-assigning-iterations-94cbea68bdf220b6"1689[Nov 03 2022 06:13:04 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: iteration_cadences1690[Nov 03 2022 06:14:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1691[Nov 03 2022 06:14:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1692[Nov 03 2022 06:14:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1693[Nov 03 2022 06:14:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1694[Nov 03 2022 06:14:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1695[Nov 03 2022 06:14:10 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupCadence with id '1' via api in 0.08 seconds1696[Nov 03 2022 06:14:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-to-test-assigning-iterations-94cbea68bdf220b6/project-to-test-iterations-c248003fd3adbcb2-6e6cba8d893e4e9c' via api in 0.64 seconds1697[Nov 03 2022 06:14:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 0.24 seconds1698[Nov 03 2022 06:14:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/group-to-test-assigning-iterations-94cbea68bdf220b6/project-to-test-iterations-c248003fd3adbcb2-6e6cba8d893e4e9c/-/issues/11699[Nov 03 2022 06:14:13 UTC (QA Tests)] INFO -- clicking :edit_link1700[Nov 03 2022 06:14:14 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/group-to-test-assigning-iterations-94cbea68bdf220b6/project-to-test-iterations-c248003fd3adbcb2-6e6cba8d893e4e9c/-/issues/11701[Nov 03 2022 06:14:16 UTC (QA Tests)] INFO -- clicking :iteration_link1702 assigns a group iteration to an existing issue1703Manage1704 basic user1705 remains logged in when redirected from canary to non-canary node (PENDING: Test is not compatible with this environment or pipeline)1706Manage1707 2FA1708[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows enforcing 2FA via UI and logging in with 2FA1709[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'owner_user_b7f2712e' via api in 0.23 seconds1710[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- No cached token found for username: owner_user_b7f2712e1711[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- Caching token for username: owner_user_b7f2712e, last six chars of token:LucXsY1712[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-owner_user_b7f2712e-xzfz3v4z' via api in 0.07 seconds1713[Nov 03 2022 06:14:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-sandbox-group-ea586981da50c085' via api in 0.29 seconds1714[Nov 03 2022 06:14:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-sandbox-group-ea586981da50c085/group-with-2fa-f6173409524f9698' via api in 0.27 seconds1715[Nov 03 2022 06:14:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'developer_user_ed0c3a33' via api in 0.27 seconds1716[Nov 03 2022 06:14:18 UTC (QA Tests)] INFO -- Adding user developer_user_ed0c3a33 to gitlab-qa-2fa-sandbox-group-ea586981da50c085/group-with-2fa-f6173409524f9698 QA::Resource::Group1717[Nov 03 2022 06:14:23 UTC (QA Tests)] INFO -- filling :login_field with "owner_user_b7f2712e"1718[Nov 03 2022 06:14:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1719[Nov 03 2022 06:14:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1720[Nov 03 2022 06:14:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1721[Nov 03 2022 06:14:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1722[Nov 03 2022 06:14:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-2fa-sandbox-group-ea586981da50c085/group-with-2fa-f6173409524f96981723[Nov 03 2022 06:14:25 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1724[Nov 03 2022 06:14:26 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1725[Nov 03 2022 06:14:28 UTC (QA Tests)] INFO -- checking via JS :require_2fa_checkbox with args {}1726[Nov 03 2022 06:14:28 UTC (QA Tests)] INFO -- clicking :save_permissions_changes_button1727[Nov 03 2022 06:14:29 UTC (QA Tests)] INFO -- clicking :configure_it_later_button1728[Nov 03 2022 06:14:33 UTC (QA Tests)] INFO -- clicking :user_avatar_content1729[Nov 03 2022 06:14:33 UTC (QA Tests)] INFO -- clicking :sign_out_link1730[Nov 03 2022 06:14:36 UTC (QA Tests)] INFO -- filling :login_field with "developer_user_ed0c3a33"1731[Nov 03 2022 06:14:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1732[Nov 03 2022 06:14:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1733[Nov 03 2022 06:14:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1734[Nov 03 2022 06:14:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1735[Nov 03 2022 06:15:00 UTC (QA Tests)] INFO -- filling :pin_code_field with "722640"1736[Nov 03 2022 06:15:00 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field1737[Nov 03 2022 06:15:01 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"1738[Nov 03 2022 06:15:01 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field1739[Nov 03 2022 06:15:01 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button1740[Nov 03 2022 06:15:02 UTC (QA Tests)] INFO -- clicking :copy_button1741[Nov 03 2022 06:15:02 UTC (QA Tests)] INFO -- clicking :proceed_button1742[Nov 03 2022 06:15:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content1743[Nov 03 2022 06:15:06 UTC (QA Tests)] INFO -- clicking :sign_out_link1744[Nov 03 2022 06:15:09 UTC (QA Tests)] INFO -- filling :login_field with "developer_user_ed0c3a33"1745[Nov 03 2022 06:15:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1746[Nov 03 2022 06:15:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1747[Nov 03 2022 06:15:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1748[Nov 03 2022 06:15:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1749[Nov 03 2022 06:15:10 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "000000"1750[Nov 03 2022 06:15:10 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1751[Nov 03 2022 06:15:10 UTC (QA Tests)] INFO -- clicking :verify_code_button1752[Nov 03 2022 06:15:30 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "076817"1753[Nov 03 2022 06:15:30 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1754[Nov 03 2022 06:15:30 UTC (QA Tests)] INFO -- clicking :verify_code_button1755[Nov 03 2022 06:15:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-2fa-sandbox-group-ea586981da50c085/group-with-2fa-f6173409524f9698'1756[Nov 03 2022 06:15:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'developer_user_ed0c3a33'1757 allows enforcing 2FA via UI and logging in with 2FA1758Plan1759 Issue board focus mode1760[Nov 03 2022 06:15:33 UTC (QA Tests)] INFO -- Starting test: Plan Issue board focus mode focuses on issue board1761[Nov 03 2022 06:15:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1762[Nov 03 2022 06:15:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1763[Nov 03 2022 06:15:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1764[Nov 03 2022 06:15:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1765[Nov 03 2022 06:15:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1766[Nov 03 2022 06:15:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1767[Nov 03 2022 06:15:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1768[Nov 03 2022 06:15:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/sample-project-issue-board-focus-mode-12ceb93f42284a08' via api in 0.63 seconds1769[Nov 03 2022 06:15:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/sample-project-issue-board-focus-mode-12ceb93f42284a081770[Nov 03 2022 06:15:41 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1771[Nov 03 2022 06:15:41 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1772[Nov 03 2022 06:15:42 UTC (QA Tests)] INFO -- clicking :focus_mode_button1773 focuses on issue board1774Verify1775 Parent-child pipelines independent relationship1776[Nov 03 2022 06:15:43 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipeline passes even if child fails1777[Nov 03 2022 06:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds1778[Nov 03 2022 06:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.18 seconds1779[Nov 03 2022 06:15:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-independent-relationship-40352b1edfb32daf' via api in 0.73 seconds1780[Nov 03 2022 06:15:43 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1781[Nov 03 2022 06:15:44 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1782[Nov 03 2022 06:15:44 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-40352b1edfb32daf --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-40352b1edfb32daf 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-40352b1edfb32daf --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list pipeline-independent-relationship-40352b1edfb32daf --executor shell && gitlab-runner run" `1783[Nov 03 2022 06:15:45 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-40352b1edfb32daf`1784[Nov 03 2022 06:15:45 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1785[Nov 03 2022 06:15:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'pipeline-independent-relationship-40352b1edfb32daf' via api in 1.47 seconds1786[Nov 03 2022 06:15:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1787[Nov 03 2022 06:15:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1788[Nov 03 2022 06:15:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1789[Nov 03 2022 06:15:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1790[Nov 03 2022 06:15:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1791[Nov 03 2022 06:15:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1792[Nov 03 2022 06:15:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-independent-relationship-40352b1edfb32daf1793[Nov 03 2022 06:15:53 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1794[Nov 03 2022 06:15:55 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1795[Nov 03 2022 06:16:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'pipeline-independent-relationship-40352b1edfb32daf'1796[Nov 03 2022 06:16:07 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-40352b1edfb32daf`1797 parent pipeline passes even if child fails1798[Nov 03 2022 06:16:08 UTC (QA Tests)] INFO -- Starting test: Verify Parent-child pipelines independent relationship parent pipelines passes if child passes1799[Nov 03 2022 06:16:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1800[Nov 03 2022 06:16:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1801[Nov 03 2022 06:16:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-independent-relationship-1258ac8a6b5401f9' via api in 0.67 seconds1802[Nov 03 2022 06:16:08 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1803[Nov 03 2022 06:16:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1804[Nov 03 2022 06:16:09 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name pipeline-independent-relationship-1258ac8a6b5401f9 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach pipeline-independent-relationship-1258ac8a6b5401f9 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-1258ac8a6b5401f9 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list pipeline-independent-relationship-1258ac8a6b5401f9 --executor shell && gitlab-runner run" `1805[Nov 03 2022 06:16:09 UTC (QA Tests)] INFO -- Executing: `docker logs pipeline-independent-relationship-1258ac8a6b5401f9`1806[Nov 03 2022 06:16:09 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1807[Nov 03 2022 06:16:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'pipeline-independent-relationship-1258ac8a6b5401f9' via api in 0.9 seconds1808[Nov 03 2022 06:16:14 UTC (QA Tests)] INFO -- filling :login_field with "root"1809[Nov 03 2022 06:16:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1810[Nov 03 2022 06:16:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"1811[Nov 03 2022 06:16:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1812[Nov 03 2022 06:16:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1813[Nov 03 2022 06:16:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1814[Nov 03 2022 06:16:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/pipeline-independent-relationship-1258ac8a6b5401f91815[Nov 03 2022 06:16:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1816[Nov 03 2022 06:16:19 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:sleep_interval=>0.5}' arguments1817[Nov 03 2022 06:16:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'pipeline-independent-relationship-1258ac8a6b5401f9'1818[Nov 03 2022 06:16:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f pipeline-independent-relationship-1258ac8a6b5401f9`1819 parent pipelines passes if child passes1820Plan1821 Epics roadmap1822[Nov 03 2022 06:16:32 UTC (QA Tests)] INFO -- Starting test: Plan Epics roadmap presents epic on roadmap1823[Nov 03 2022 06:16:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1824[Nov 03 2022 06:16:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1825[Nov 03 2022 06:16:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1826[Nov 03 2022 06:16:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1827[Nov 03 2022 06:16:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1828[Nov 03 2022 06:16:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1829[Nov 03 2022 06:16:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1830[Nov 03 2022 06:16:39 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.26 seconds1831 presents epic on roadmap1832Plan1833 Project issue boards1834 Label issue board1835[Nov 03 2022 06:16:40 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Label issue board shows the just created board with a "Testing" (label) list, and an issue on it1836[Nov 03 2022 06:16:45 UTC (QA Tests)] INFO -- filling :login_field with "root"1837[Nov 03 2022 06:16:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1838[Nov 03 2022 06:16:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1839[Nov 03 2022 06:16:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1840[Nov 03 2022 06:16:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1841[Nov 03 2022 06:16:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1842[Nov 03 2022 06:16:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.1 seconds1843[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-7e1419af920be75d' via api in 0.63 seconds1844[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.17 seconds1845[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '13' via api in 0.1 seconds1846[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '5' via api in 1.01 seconds1847[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.28 seconds1848[Nov 03 2022 06:16:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-7e1419af920be75d1849[Nov 03 2022 06:16:49 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1850[Nov 03 2022 06:16:49 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1851 shows the just created board with a "Testing" (label) list, and an issue on it1852 Assignee issue board1853[Nov 03 2022 06:16:51 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Assignee issue board shows the just created board with an assignee list, and an issue on it1854[Nov 03 2022 06:16:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1855[Nov 03 2022 06:16:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1856[Nov 03 2022 06:16:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1857[Nov 03 2022 06:16:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1858[Nov 03 2022 06:16:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1859[Nov 03 2022 06:16:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1860[Nov 03 2022 06:16:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1861[Nov 03 2022 06:16:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1862[Nov 03 2022 06:16:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-assignee-issue-board-list-f66539261bcda4c3' via api in 0.65 seconds1863[Nov 03 2022 06:16:58 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-assignee-issue-board-list-f66539261bcda4c3 QA::Resource::Project1864[Nov 03 2022 06:16:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.25 seconds1865[Nov 03 2022 06:16:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.11 seconds1866[Nov 03 2022 06:16:59 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::AssigneeBoardList with id '8' via api in 0.21 seconds1867[Nov 03 2022 06:16:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-assignee-issue-board-list-f66539261bcda4c31868[Nov 03 2022 06:16:59 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1869[Nov 03 2022 06:17:00 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1870 shows the just created board with an assignee list, and an issue on it1871 Milestone issue board1872[Nov 03 2022 06:17:01 UTC (QA Tests)] INFO -- Starting test: Plan Project issue boards Milestone issue board shows the just created board with a "1.0" (milestone) list, and an issue on it1873[Nov 03 2022 06:17:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1874[Nov 03 2022 06:17:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1875[Nov 03 2022 06:17:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1876[Nov 03 2022 06:17:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1877[Nov 03 2022 06:17:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1878[Nov 03 2022 06:17:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1879[Nov 03 2022 06:17:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1880[Nov 03 2022 06:17:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-710933fe92f67cc2' via api in 0.66 seconds1881[Nov 03 2022 06:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.11 seconds1882[Nov 03 2022 06:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.11 seconds1883[Nov 03 2022 06:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::MilestoneBoardList with id '11' via api in 0.98 seconds1884[Nov 03 2022 06:17:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.32 seconds1885[Nov 03 2022 06:17:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-710933fe92f67cc21886[Nov 03 2022 06:17:10 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1887[Nov 03 2022 06:17:10 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1888 shows the just created board with a "1.0" (milestone) list, and an issue on it1889Package1890 Container Registry1891 pushes, pulls image to the registry and deletes tag (PENDING: Test is not compatible with this environment or pipeline)1892Plan1893 Configurable issue board1894[Nov 03 2022 06:17:11 UTC (QA Tests)] INFO -- Starting test: Plan Configurable issue board renames the issue board1895[Nov 03 2022 06:17:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1896[Nov 03 2022 06:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1897[Nov 03 2022 06:17:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1898[Nov 03 2022 06:17:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1899[Nov 03 2022 06:17:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1900[Nov 03 2022 06:17:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1901[Nov 03 2022 06:17:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1902[Nov 03 2022 06:17:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-9003408d8d0ffff1' via api in 0.68 seconds1903[Nov 03 2022 06:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.1 seconds1904[Nov 03 2022 06:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '14' via api in 0.1 seconds1905[Nov 03 2022 06:17:19 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '14' via api in 0.99 seconds1906[Nov 03 2022 06:17:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-board-list-9003408d8d0ffff11907[Nov 03 2022 06:17:20 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1908[Nov 03 2022 06:17:20 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1909[Nov 03 2022 06:17:21 UTC (QA Tests)] INFO -- clicking :boards_config_button1910[Nov 03 2022 06:17:21 UTC (QA Tests)] INFO -- clicking :save_changes_button1911 renames the issue board1912Create1913 Git push to canary Gitaly node over HTTP1914 pushes to a project using a canary specific Gitaly repository storage (PENDING: Test is not compatible with this environment or pipeline)1915Create1916 Link to line in Web IDE1917[Nov 03 2022 06:17:22 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE1918[Nov 03 2022 06:17:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1919[Nov 03 2022 06:17:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1920[Nov 03 2022 06:17:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1921[Nov 03 2022 06:17:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1922[Nov 03 2022 06:17:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1923[Nov 03 2022 06:17:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1924[Nov 03 2022 06:17:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1925[Nov 03 2022 06:17:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-74f469dfd2ab8902' via api in 5.75 seconds1926[Nov 03 2022 06:17:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-74f469dfd2ab89021927[Nov 03 2022 06:17:36 UTC (QA Tests)] INFO -- clicking :file_name_content1928[Nov 03 2022 06:17:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.1 seconds1929[Nov 03 2022 06:17:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content1930[Nov 03 2022 06:17:43 UTC (QA Tests)] INFO -- clicking :sign_out_link1931[Nov 03 2022 06:17:45 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1932[Nov 03 2022 06:17:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1933[Nov 03 2022 06:17:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1934[Nov 03 2022 06:17:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1935[Nov 03 2022 06:17:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1936[Nov 03 2022 06:17:48 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-74f469dfd2ab8902'1937 can link to a specific line of code in Web IDE1938Verify1939 Code coverage statistics1940[Nov 03 2022 06:17:48 UTC (QA Tests)] INFO -- Starting test: Verify Code coverage statistics creates an MR with code coverage statistics1941[Nov 03 2022 06:17:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1942[Nov 03 2022 06:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1943[Nov 03 2022 06:17:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1944[Nov 03 2022 06:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1945[Nov 03 2022 06:17:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1946[Nov 03 2022 06:17:55 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1947[Nov 03 2022 06:17:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1948[Nov 03 2022 06:17:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds1949[Nov 03 2022 06:17:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-ci-cd-30c1534d00494fa7' via api in 0.65 seconds1950[Nov 03 2022 06:17:56 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1951[Nov 03 2022 06:17:56 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1667456275 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1667456275 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-1667456275 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list e2e-test --executor shell && gitlab-runner run" `1952[Nov 03 2022 06:17:57 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1667456275`1953[Nov 03 2022 06:17:57 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1954[Nov 03 2022 06:17:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-1667456275' via api in 2.01 seconds1955[Nov 03 2022 06:17:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.35 seconds1956[Nov 03 2022 06:17:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds1957[Nov 03 2022 06:17:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.57 seconds1958[Nov 03 2022 06:17:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-ci-cd-30c1534d00494fa7/-/merge_requests/11959[Nov 03 2022 06:18:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-1667456275'1960[Nov 03 2022 06:18:10 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1667456275`1961 creates an MR with code coverage statistics1962Fulfillment1963 Purchase1964 User Registration1965 when adding and removing a group member1966[Nov 03 2022 06:18:11 UTC (QA Tests)] INFO -- Starting test: Fulfillment Purchase User Registration when adding and removing a group member consumes a seat on the license1967[Nov 03 2022 06:18:11 UTC (QA Tests)] INFO -- Setting application settings: {:signup_enabled=>true}1968[Nov 03 2022 06:18:11 UTC (QA Tests)] INFO -- Setting application settings: {:require_admin_approval_after_user_signup=>true}1969[Nov 03 2022 06:18:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1970[Nov 03 2022 06:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1971[Nov 03 2022 06:18:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1972[Nov 03 2022 06:18:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1973[Nov 03 2022 06:18:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1974[Nov 03 2022 06:18:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1975[Nov 03 2022 06:18:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1976[Nov 03 2022 06:18:30 UTC (QA Tests)] INFO -- Adding user qa-test-23417d to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690 QA::Resource::Group1977[Nov 03 2022 06:18:31 UTC (QA Tests)] INFO -- Removing user qa-test-23417d from gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690 QA::Resource::Group1978[Nov 03 2022 06:18:32 UTC (QA Tests)] INFO -- Setting application settings: {:signup_enabled=>true}1979[Nov 03 2022 06:18:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-test-23417d'1980 consumes a seat on the license1981Plan1982 filter issue comments activities1983[Nov 03 2022 06:18:32 UTC (QA Tests)] INFO -- Starting test: Plan filter issue comments activities filters comments and activities in an issue1984[Nov 03 2022 06:18:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1985[Nov 03 2022 06:18:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1986[Nov 03 2022 06:18:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1987[Nov 03 2022 06:18:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1988[Nov 03 2022 06:18:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1989[Nov 03 2022 06:18:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1990[Nov 03 2022 06:18:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds1991[Nov 03 2022 06:18:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-for-issues-103ea232a522d993' via api in 0.64 seconds1992[Nov 03 2022 06:18:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.91 seconds1993[Nov 03 2022 06:18:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-for-issues-103ea232a522d993/-/issues/11994[Nov 03 2022 06:18:41 UTC (QA Tests)] INFO -- clicking :title_content1995[Nov 03 2022 06:18:41 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown1996[Nov 03 2022 06:18:41 UTC (QA Tests)] INFO -- filling :comment_field with "/confidential1997"1998[Nov 03 2022 06:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1999[Nov 03 2022 06:18:42 UTC (QA Tests)] INFO -- clicking :comment_button2000[Nov 03 2022 06:18:42 UTC (QA Tests)] INFO -- clicking :title_content2001[Nov 03 2022 06:18:43 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2002[Nov 03 2022 06:18:43 UTC (QA Tests)] INFO -- filling :comment_field with "My own comment2003"2004[Nov 03 2022 06:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2005[Nov 03 2022 06:18:43 UTC (QA Tests)] INFO -- clicking :comment_button2006[Nov 03 2022 06:18:44 UTC (QA Tests)] INFO -- clicking :title_content2007[Nov 03 2022 06:18:44 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2008[Nov 03 2022 06:18:45 UTC (QA Tests)] INFO -- clicking :title_content2009[Nov 03 2022 06:18:45 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2010 filters comments and activities in an issue2011Create2012 Open Web IDE from Diff Tab2013[Nov 03 2022 06:18:45 UTC (QA Tests)] INFO -- Starting test: Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab2014[Nov 03 2022 06:18:50 UTC (QA Tests)] INFO -- filling :login_field with "root"2015[Nov 03 2022 06:18:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2016[Nov 03 2022 06:18:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"2017[Nov 03 2022 06:18:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2018[Nov 03 2022 06:18:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2019[Nov 03 2022 06:18:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2020[Nov 03 2022 06:18:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds2021[Nov 03 2022 06:18:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-b6d072c71a9ed73e' via api in 1.04 seconds2022[Nov 03 2022 06:18:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds2023[Nov 03 2022 06:18:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.79 seconds2024[Nov 03 2022 06:18:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-b6d072c71a9ed73e/-/merge_requests/12025[Nov 03 2022 06:18:56 UTC (QA Tests)] INFO -- clicking :diffs_tab2026[Nov 03 2022 06:18:56 UTC (QA Tests)] INFO -- clicking :dropdown_button2027[Nov 03 2022 06:18:56 UTC (QA Tests)] INFO -- clicking :edit_in_ide_button2028[Nov 03 2022 06:18:58 UTC (QA Tests)] INFO -- clicking :file_row_container2029[Nov 03 2022 06:18:58 UTC (QA Tests)] INFO -- clicking :file_row_container2030[Nov 03 2022 06:18:58 UTC (QA Tests)] INFO -- clicking :file_row_container2031[Nov 03 2022 06:18:59 UTC (QA Tests)] INFO -- clicking :file_name_content2032[Nov 03 2022 06:18:59 UTC (QA Tests)] INFO -- clicking :dropdown_button2033[Nov 03 2022 06:18:59 UTC (QA Tests)] INFO -- clicking :delete_button2034[Nov 03 2022 06:18:59 UTC (QA Tests)] INFO -- clicking :begin_commit_button2035[Nov 03 2022 06:19:00 UTC (QA Tests)] INFO -- clicking :commit_button2036[Nov 03 2022 06:19:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-b6d072c71a9ed73e/-/merge_requests/12037[Nov 03 2022 06:19:02 UTC (QA Tests)] INFO -- clicking :diffs_tab2038 opens and edits a multi-file merge request in Web IDE from Diff Tab2039Manage2040 User with minimal access to group2041[Nov 03 2022 06:19:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-302950a8411c5cfd' via api in 0.22 seconds2042[Nov 03 2022 06:19:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2043[Nov 03 2022 06:19:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-90696ccda39dd2c2' via api in 0.3 seconds2044[Nov 03 2022 06:19:03 UTC (QA Tests)] INFO -- Adding user qa-user-302950a8411c5cfd to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox2045[Nov 03 2022 06:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-90696ccda39dd2c2/project-for-minimal-access-559e577e3a2ce3e2' via api in 0.85 seconds2046[Nov 03 2022 06:19:04 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to create a file via the API2047[Nov 03 2022 06:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2048[Nov 03 2022 06:19:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds2049[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-with-new-file-8432354904944332' via api in 1.13 seconds2050[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-302950a8411c5cfd2051[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- Caching token for username: qa-user-302950a8411c5cfd, last six chars of token:azdvK72052[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-302950a8411c5cfd-87st45xg' via api in 0.06 seconds2053 is not allowed to create a file via the API2054[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to commit via the API2055 is not allowed to commit via the API2056[Nov 03 2022 06:19:05 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to push code via the CLI2057 is not allowed to push code via the CLI2058[Nov 03 2022 06:19:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-302950a8411c5cfd'2059[Nov 03 2022 06:19:06 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-90696ccda39dd2c2/project-for-minimal-access-559e577e3a2ce3e2'2060[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/group-for-minimal-access-90696ccda39dd2c2'2061Manage2062 Gitlab migration2063[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- Starting test: Manage Gitlab migration imports group epics and iterations2064[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2065[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-a962ea8f4ce622bc' via api in 0.22 seconds2066[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- Adding user qa-user-a962ea8f4ce622bc to gitlab-qa-sandbox-group-5 QA::Resource::Sandbox2067[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-a962ea8f4ce622bc2068[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- Caching token for username: qa-user-a962ea8f4ce622bc, last six chars of token:F7y_uD2069[Nov 03 2022 06:19:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-a962ea8f4ce622bc-svl1y69v' via api in 0.07 seconds2070[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/source-group-for-import-af2783c6' via api in 0.67 seconds2071[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-80da53c03bac1eab' via api in 0.23 seconds2072[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- Adding user qa-user-80da53c03bac1eab to gitlab-qa-sandbox-group-5/source-group-for-import-af2783c6 QA::Resource::Group2073[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-80da53c03bac1eab2074[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- Caching token for username: qa-user-80da53c03bac1eab, last six chars of token:zo-BcL2075[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-80da53c03bac1eab-07tol8x8' via api in 0.06 seconds2076[Nov 03 2022 06:19:08 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '2' via api in 0.21 seconds2077[Nov 03 2022 06:19:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '3' via api in 0.17 seconds2078[Nov 03 2022 06:19:09 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupIteration with id '4' via api in 0.15 seconds2079[Nov 03 2022 06:19:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/destination-group-for-import-627b750c' via api in 0.26 seconds2080[Nov 03 2022 06:19:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::BulkImportGroup with full_path 'gitlab-qa-sandbox-group-5/destination-group-for-import-627b750c/source-group-for-import-af2783c6' via api in 0.18 seconds2081[Nov 03 2022 06:19:09 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:max_duration=>300, :sleep_interval=>2}' arguments2082[Nov 03 2022 06:19:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a962ea8f4ce622bc'2083[Nov 03 2022 06:19:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-80da53c03bac1eab'2084 imports group epics and iterations2085Create2086 Setup an MR with codeowners file2087[Nov 03 2022 06:19:49 UTC (QA Tests)] INFO -- Starting test: Create Setup an MR with codeowners file creates a merge request with codeowners file and squashing commits enabled2088[Nov 03 2022 06:19:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2089[Nov 03 2022 06:19:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.12 seconds2090[Nov 03 2022 06:19:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-1dbb4b3d5ad96512' via api in 1.03 seconds2091[Nov 03 2022 06:19:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds2092[Nov 03 2022 06:19:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds2093[Nov 03 2022 06:19:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2094[Nov 03 2022 06:19:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2095[Nov 03 2022 06:19:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2096[Nov 03 2022 06:19:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"2097[Nov 03 2022 06:19:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2098[Nov 03 2022 06:19:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2099[Nov 03 2022 06:19:59 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch2100[Nov 03 2022 06:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.14 seconds2101[Nov 03 2022 06:19:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.15 seconds2102[Nov 03 2022 06:20:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.55 seconds2103[Nov 03 2022 06:20:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/the_awesome_project-1dbb4b3d5ad96512/-/merge_requests/12104[Nov 03 2022 06:20:02 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}2105[Nov 03 2022 06:20:02 UTC (QA Tests)] INFO -- clicking :merge_button2106 creates a merge request with codeowners file and squashing commits enabled2107Plan2108 Multiple assignees per issue2109[Nov 03 2022 06:20:05 UTC (QA Tests)] INFO -- Starting test: Plan Multiple assignees per issue shows four assignees in the issues list2110[Nov 03 2022 06:20:09 UTC (QA Tests)] INFO -- filling :login_field with "root"2111[Nov 03 2022 06:20:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2112[Nov 03 2022 06:20:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"2113[Nov 03 2022 06:20:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2114[Nov 03 2022 06:20:10 UTC (QA Tests)] INFO -- clicking :sign_in_button2115[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds2116[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds2117[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user3' via api in 0.23 seconds2118[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user4' via api in 0.22 seconds2119[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2120[Nov 03 2022 06:20:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690' via api in 0.11 seconds2121[Nov 03 2022 06:20:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea' via api in 0.65 seconds2122[Nov 03 2022 06:20:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea QA::Resource::Project2123[Nov 03 2022 06:20:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea QA::Resource::Project2124[Nov 03 2022 06:20:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user3 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea QA::Resource::Project2125[Nov 03 2022 06:20:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user4 to gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea QA::Resource::Project2126[Nov 03 2022 06:20:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.35 seconds2127[Nov 03 2022 06:20:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2022-11-03-05-54-24-29fab21b545c7690/project-to-test-issue-with-multiple-assignees-8d75d891093b8bea2128[Nov 03 2022 06:20:15 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link2129 shows four assignees in the issues list2130[Nov 03 2022 06:20:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ReusableProject with full_path 'gitlab-qa-sandbox-group-5/reusable_group/reusable_project'2131[Nov 03 2022 06:20:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::ReusableGroup with full_path 'gitlab-qa-sandbox-group-5/reusable_group'2132[Nov 03 2022 06:20:16 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2133{2134 "qa/specs/features/browser_ui/1_manage/user/follow_user_activity_spec.rb": 17.356946442999742,2135 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 38.03934155399975,2136 "qa/specs/features/api/3_create/repository/storage_size_spec.rb": 12.223330222000186,2137 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 63.79818971300028,2138 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb": 24.655848418000005,2139 "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb": 31.04256225900008,2140 "qa/specs/features/api/1_manage/user_inherited_access_spec.rb": 17.540545844999997,2141 "qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb": 20.701659596000354,2142 "qa/specs/features/ee/browser_ui/1_manage/user/minimal_access_user_spec.rb": 10.02576635100013,2143 "qa/specs/features/browser_ui/4_verify/pipeline/trigger_child_pipeline_with_manual_spec.rb": 39.04725517299994,2144 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb": 14.958581831000174,2145 "qa/specs/features/ee/browser_ui/4_verify/user_cancel_merge_request_in_merge_train_spec.rb": 67.48218224300035,2146 "qa/specs/features/ee/browser_ui/10_govern/group/group_audit_logs_2_spec.rb": 120.8845696139997,2147 "qa/specs/features/browser_ui/4_verify/runner/register_runner_spec.rb": 12.730480218999219,2148 "qa/specs/features/browser_ui/3_create/merge_request/merge_when_pipeline_succeeds_spec.rb": 42.331788258000415,2149 "qa/specs/features/browser_ui/3_create/repository/file/file_with_unusual_name_spec.rb": 11.828003437000007,2150 "qa/specs/features/browser_ui/4_verify/pipeline/merge_mr_when_pipline_is_blocked_spec.rb": 24.41357796200009,2151 "qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb": 181.60399175400016,2152 "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb": 6.654573058000096,2153 "qa/specs/features/ee/browser_ui/1_manage/group/restrict_by_ip_address_spec.rb": 91.01307978499972,2154 "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb": 96.51089411900011,2155 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 12.568549176000488,2156 "qa/specs/features/ee/browser_ui/2_plan/issues_weight/issue_weight_visualization_spec.rb": 11.876516363000519,2157 "qa/specs/features/browser_ui/1_manage/integrations/jenkins/jenkins_build_status_spec.rb": 61.34395792000032,2158 "qa/specs/features/browser_ui/3_create/repository/license_detection_spec.rb": 5.288840638000693,2159 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb": 13.421876725000402,2160 "qa/specs/features/browser_ui/4_verify/pipeline/update_ci_file_with_pipeline_editor_spec.rb": 24.909037076999994,2161 "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb": 23.7539649979999,2162 "qa/specs/features/ee/browser_ui/6_release/pipeline_status_on_operation_dashboard_spec.rb": 27.773498902999563,2163 "qa/specs/features/ee/browser_ui/2_plan/iterations/assign_group_iteration_spec.rb": 73.73680046800018,2164 "qa/specs/features/browser_ui/1_manage/login/log_in_with_2fa_spec.rb": 75.68185093600005,2165 "qa/specs/features/browser_ui/2_plan/issue_boards/focus_mode_spec.rb": 9.99363639100011,2166 "qa/specs/features/browser_ui/4_verify/pipeline/parent_child_pipelines_independent_relationship_spec.rb": 49.66253163000056,2167 "qa/specs/features/ee/browser_ui/2_plan/epic/roadmap_spec.rb": 8.04332859400074,2168 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/project_issue_boards_spec.rb": 31.25500729000032,2169 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configurable_issue_board_spec.rb": 10.346612242999981,2170 "qa/specs/features/browser_ui/3_create/web_ide/link_to_line_in_web_ide_spec.rb": 26.598714738000126,2171 "qa/specs/features/browser_ui/4_verify/testing/view_code_coverage_spec.rb": 22.473778771999605,2172 "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/user_registration_billing_spec.rb": 21.00384863599993,2173 "qa/specs/features/browser_ui/2_plan/issue/filter_issue_comments_spec.rb": 13.491151160999834,2174 "qa/specs/features/browser_ui/3_create/web_ide/open_web_ide_from_diff_tab_spec.rb": 16.882295649000298,2175 "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb": 4.381535206999615,2176 "qa/specs/features/ee/api/1_manage/gitlab_migration_group_spec.rb": 42.70279619400026,2177 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb": 15.314098837999154,2178 "qa/specs/features/ee/browser_ui/2_plan/multiple_assignees_for_issues/four_assignees_spec.rb": 11.0543660399998772179}2180[Nov 03 2022 06:20:16 UTC (QA Tests)] INFO -- 2181Knapsack global time execution for tests: 25m 58s2182Pending: (Failures listed here are expected and do not affect your suite's status)2183 1) Fulfillment Utilization in usage quotas user seat data is displayed correctly2184 # Test is not compatible with this environment or pipeline2185 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:582186 2) Fulfillment Purchase CI minutes with an active subscription adds additional minutes to group namespace2187 # Test is not compatible with this environment or pipeline2188 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:672189 3) Fulfillment Purchase CI minutes with existing CI minutes packs adds additional minutes to group namespace2190 # Test is not compatible with this environment or pipeline2191 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:932192 4) Fulfillment Purchase CI minutes without active subscription adds additional minutes to group namespace2193 # Test is not compatible with this environment or pipeline2194 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:492195 5) Verify Cancelling merge request in merge train when system cancels the merge request creates a TODO task2196 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3241222197 # ./qa/specs/features/ee/browser_ui/4_verify/system_cancel_merge_request_in_merge_train_spec.rb:162198 6) Manage Gitlab migration with merge request successfully imports merge request2199 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3648392200 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_mr_spec.rb:542201 7) Manage Project import imports large Github repo via api2202 # Test is not compatible with this environment or pipeline2203 # ./qa/specs/features/api/1_manage/import/import_large_github_repo_spec.rb:2632204 8) Manage basic user remains logged in when redirected from canary to non-canary node2205 # Test is not compatible with this environment or pipeline2206 # ./qa/specs/features/browser_ui/1_manage/login/maintain_log_in_mixed_env_spec.rb:62207 9) Package Container Registry pushes, pulls image to the registry and deletes tag2208 # Test is not compatible with this environment or pipeline2209 # ./qa/specs/features/api/5_package/container_registry_spec.rb:832210 10) Create Git push to canary Gitaly node over HTTP pushes to a project using a canary specific Gitaly repository storage2211 # Test is not compatible with this environment or pipeline2212 # ./qa/specs/features/browser_ui/3_create/repository/push_to_canary_gitaly_spec.rb:62213Finished in 25 minutes 59 seconds (files took 30.27 seconds to load)221483 examples, 0 failures, 10 pending2215Randomized with seed 214342216[Nov 03 2022 06:20:17 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2217[Nov 03 2022 06:20:17 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2218[Nov 03 2022 06:20:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=praefect`2219[Nov 03 2022 06:20:18 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f praefect`2220[Nov 03 2022 06:20:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=postgres`2221[Nov 03 2022 06:20:18 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f postgres`2222[Nov 03 2022 06:20:18 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitaly1`2223[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitaly1`2224[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitaly2`2225[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitaly2`2226[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitaly3`2227[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitaly3`2228[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=telegraf`2229[Nov 03 2022 06:20:19 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f telegraf`2231Running after script...2232$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2233$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2400Not uploading cache qa-e2e-ruby-2.7-f27a445f8b39eb266c04c2304e1e8ecf-16 due to policy2402Uploading artifacts...2403gitlab-qa-run-*: found 524 matching files and directories 2404Uploading artifacts as "archive" to coordinator... 201 Created id=3266878653 responseStatus=201 Created token=KfaTyGQx2405Uploading artifacts...2406gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 2407Uploading artifacts as "junit" to coordinator... 201 Created id=3266878653 responseStatus=201 Created token=KfaTyGQx2409Job succeeded