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:809b5040fa88e70f0387e0e9f2f4167654e1739972ac987bdb5289ade2223b0d 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:0b6fac5a6819905a0448b295c5b8b3a437b5d929c1582de098a2c366bb5585f5 ...15Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1672768091-aeb5c439-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: 180488, done. 21remote: Counting objects: 100% (180488/180488), done. 22remote: Compressing objects: 100% (103888/103888), done. 23remote: Total 180488 (delta 95900), reused 131737 (delta 70039), pack-reused 0 24Receiving objects: 100% (180488/180488), 135.00 MiB | 41.10 MiB/s, done.25Resolving deltas: 100% (95900/95900), done.27 * [new ref] refs/pipelines/737235874 -> refs/pipelines/73723587428 * [new branch] master -> origin/master29Checking out 3fb1df80 as master...30Skipping Git submodules setup32Checking cache for qa-e2e-ruby-2.7-ff83be0e0c413b7d8ed20521d5760b72-16...33cache.zip is up to date 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (3548693226)...37Downloading artifacts from coordinator... ok id=3548693226 responseStatus=200 OK token=64_VDMWy39Using docker image sha256:809b5040fa88e70f0387e0e9f2f4167654e1739972ac987bdb5289ade2223b0d 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:0b6fac5a6819905a0448b295c5b8b3a437b5d929c1582de098a2c366bb5585f5 ...40$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")41$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command42Bundle complete! 36 Gemfile dependencies, 122 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:3fb1df807ba7030313a4dcf3694f8ed3bf25efb2 -- --format QA::Support::JsonFormatter --out tmp/rspec-3548693242.json --format RspecJunitFormatter --out tmp/rspec-3548693242.xml --format html --out tmp/rspec-$(echo ee:praefect-parallel 4/5 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jan 03 2023 19:42:38 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`50[Jan 03 2023 19:42:43 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`51[Jan 03 2023 19:42:44 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jan 03 2023 19:42:44 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jan 03 2023 19:42:44 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`54[Jan 03 2023 19:42:46 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`55[Jan 03 2023 19:42:46 UTC (Gitlab QA)] ERROR -- Shell command output:56psql: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: No such file or directory57 Is the server running locally and accepting connections on that socket?58[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`59[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres -d template1 -c \"CREATE DATABASE praefect_production OWNER postgres\""`60[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster61[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:nightly`62[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`63[Jan 03 2023 19:42:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:3fb1df807ba7030313a4dcf3694f8ed3bf25efb2`64[Jan 03 2023 19:43:37 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`65[Jan 03 2023 19:43:37 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`66[Jan 03 2023 19:43:37 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`67[Jan 03 2023 19:43:37 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`68[Jan 03 2023 19:43:37 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/certs20230103-24-20q6mz/gitlab:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/qa/tmp/certs20230103-24-20q6mz/authority:/etc/gitlab/trusted-certs:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-01-03-19-42-38-0e015dca/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:3fb1df807ba7030313a4dcf3694f8ed3bf25efb2`69[Jan 03 2023 19:43:37 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly1 --net test --hostname gitaly1.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-01-03-19-42-38-0e015dca/gitaly1/logs:/var/log/gitlab:Z gitlab/gitlab-ee:nightly`70[Jan 03 2023 19:44:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-01-03 19:42:3871# Gitlab::QA::Runtime::OmnibusConfigurations::Default72gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme73gitlab_rails['gitlab_disable_animations'] = true # Disable animations74gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry75gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password76external_url 'http://gitlab-gitaly-cluster.test';77git_data_dirs({78 'default' => {79 'gitaly_address' => 'tcp://praefect.test:2305',80 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'81 },82 'gitaly' => {83 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',84 'path' => '/var/opt/gitlab/git-data'85 }86});87gitaly['enable'] = true;88gitaly['listen_addr'] = '0.0.0.0:8075';89gitaly['auth_token'] = 'secret-token';90gitaly['storage'] = [91 {92 'name' => 'gitaly',93 'path' => '/var/opt/gitlab/git-data/repositories'94 }95];96gitlab_rails['gitaly_token'] = 'secret-token';97gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';98prometheus['scrape_configs'] = [99 {100 'job_name' => 'praefect',101 'static_configs' => [102 'targets' => [103 'praefect.test:9652'104 ]105 ]106 },107 {108 'job_name' => 'praefect-gitaly',109 'static_configs' => [110 'targets' => [111 'gitaly1.test:9236',112 'gitaly2.test:9236',113 'gitaly3.test:9236'114 ]115 ]116 }117];118grafana['disable_login_form'] = false;119grafana['admin_password'] = 'GRAFANA_ADMIN_PASSWORD';120gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com'}\" > /etc/gitlab/gitlab.rb;"`121[Jan 03 2023 19:44:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"postgresql['enable'] = false;122redis['enable'] = false;123nginx['enable'] = false;124grafana['enable'] = false;125puma['enable'] = false;126sidekiq['enable'] = false;127gitlab_workhorse['enable'] = false;128gitlab_rails['rake_cache_clear'] = false;129gitlab_rails['auto_migrate'] = false;130gitlab_exporter['enable'] = false;131praefect['enable'] = false;132prometheus['enable'] = true;133gitaly['enable'] = true;134gitaly['listen_addr'] = '0.0.0.0:8075';135gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';136gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';137gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';138gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';139git_data_dirs({140 'gitaly1' => {141 'path' => '/var/opt/gitlab/git-data'142 },143 'gitaly2' => {144 'path' => '/var/opt/gitlab/git-data'145 },146 'gitaly3' => {147 'path' => '/var/opt/gitlab/git-data'148 }149});150\" > /etc/gitlab/gitlab.rb;"`151[Jan 03 2023 19:44:05 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`152[Jan 03 2023 19:44:05 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`153[Jan 03 2023 19:45:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`154[Jan 03 2023 19:45:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo '#!/usr/bin/env bash155if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then156 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'157 exit 1158fi159' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`160[Jan 03 2023 19:45:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`161[Jan 03 2023 19:45:03 UTC (Gitlab QA)] INFO -- Running exec_commands...162[Jan 03 2023 19:45:03 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c ""`163[Jan 03 2023 19:45:04 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:nightly`164[Jan 03 2023 19:45:04 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`165[Jan 03 2023 19:45:04 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`166[Jan 03 2023 19:45:04 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly2 --net test --hostname gitaly2.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-01-03-19-42-38-0e015dca/gitaly2/logs:/var/log/gitlab:Z gitlab/gitlab-ee:nightly`167[Jan 03 2023 19:45:06 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo \"postgresql['enable'] = false;168redis['enable'] = false;169nginx['enable'] = false;170grafana['enable'] = false;171puma['enable'] = false;172sidekiq['enable'] = false;173gitlab_workhorse['enable'] = false;174gitlab_rails['rake_cache_clear'] = false;175gitlab_rails['auto_migrate'] = false;176gitlab_exporter['enable'] = false;177praefect['enable'] = false;178prometheus['enable'] = true;179gitaly['enable'] = true;180gitaly['listen_addr'] = '0.0.0.0:8075';181gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';182gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';183gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';184gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';185git_data_dirs({186 'gitaly1' => {187 'path' => '/var/opt/gitlab/git-data'188 },189 'gitaly2' => {190 'path' => '/var/opt/gitlab/git-data'191 },192 'gitaly3' => {193 'path' => '/var/opt/gitlab/git-data'194 }195});196\" > /etc/gitlab/gitlab.rb;"`197[Jan 03 2023 19:45:06 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`198[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`199[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo '#!/usr/bin/env bash200if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then201 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'202 exit 1203fi204' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`205[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`206[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Running exec_commands...207[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c ""`208[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:nightly`209[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`210[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`211[Jan 03 2023 19:46:05 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitaly3 --net test --hostname gitaly3.test -p 8075 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-01-03-19-42-38-0e015dca/gitaly3/logs:/var/log/gitlab:Z gitlab/gitlab-ee:nightly`212[Jan 03 2023 19:46:07 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo \"postgresql['enable'] = false;213redis['enable'] = false;214nginx['enable'] = false;215grafana['enable'] = false;216puma['enable'] = false;217sidekiq['enable'] = false;218gitlab_workhorse['enable'] = false;219gitlab_rails['rake_cache_clear'] = false;220gitlab_rails['auto_migrate'] = false;221gitlab_exporter['enable'] = false;222praefect['enable'] = false;223prometheus['enable'] = true;224gitaly['enable'] = true;225gitaly['listen_addr'] = '0.0.0.0:8075';226gitaly['prometheus_listen_addr'] = '0.0.0.0:9236';227gitaly['auth_token'] = 'PRAEFECT_INTERNAL_TOKEN';228gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';229gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';230git_data_dirs({231 'gitaly1' => {232 'path' => '/var/opt/gitlab/git-data'233 },234 'gitaly2' => {235 'path' => '/var/opt/gitlab/git-data'236 },237 'gitaly3' => {238 'path' => '/var/opt/gitlab/git-data'239 }240});241\" > /etc/gitlab/gitlab.rb;"`242[Jan 03 2023 19:46:07 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`243[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`244[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo '#!/usr/bin/env bash245if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then246 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'247 exit 1248fi249' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`250[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`251[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Running exec_commands...252[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c ""`253[Jan 03 2023 19:47:05 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q gitlab/gitlab-ee:nightly`254[Jan 03 2023 19:47:06 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`255[Jan 03 2023 19:47:06 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`256[Jan 03 2023 19:47:06 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name praefect --net test --hostname praefect.test -p 2305 --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-01-03-19-42-38-0e015dca/praefect/logs:/var/log/gitlab:Z gitlab/gitlab-ee:nightly`257[Jan 03 2023 19:47:07 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "echo \"postgresql['enable'] = false;258redis['enable'] = false;259nginx['enable'] = false;260grafana['enable'] = false;261puma['enable'] = false;262sidekiq['enable'] = false;263gitlab_workhorse['enable'] = false;264gitlab_rails['rake_cache_clear'] = false;265gitlab_rails['auto_migrate'] = false;266gitlab_exporter['enable'] = false;267gitaly['enable'] = false;268prometheus['enable'] = true;269praefect['enable'] = true;270praefect['listen_addr'] = '0.0.0.0:2305';271praefect['prometheus_listen_addr'] = '0.0.0.0:9652';272praefect['auth_token'] = 'PRAEFECT_EXTERNAL_TOKEN';273praefect['reconciliation_scheduling_interval'] = '10s';274praefect['database_host'] = 'postgres.test';275praefect['database_user'] = 'postgres';276praefect['database_port'] = 5432;277praefect['database_password'] = 'SQL_PASSWORD';278praefect['database_dbname'] = 'praefect_production';279praefect['database_sslmode'] = 'disable';280praefect['database_direct_host'] = 'postgres.test';281praefect['database_direct_port'] = 5432;282praefect['virtual_storages'] = {283 'default' => {284 'nodes' => {285 'gitaly1' => {286 'address' => 'tcp://gitaly1.test:8075',287 'token' => 'PRAEFECT_INTERNAL_TOKEN'288 },289 'gitaly2' => {290 'address' => 'tcp://gitaly2.test:8075',291 'token' => 'PRAEFECT_INTERNAL_TOKEN'292 },293 'gitaly3' => {294 'address' => 'tcp://gitaly3.test:8075',295 'token' => 'PRAEFECT_INTERNAL_TOKEN'296 }297 }298 }299};300\" > /etc/gitlab/gitlab.rb;"`301[Jan 03 2023 19:47:07 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`302[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...303[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`304[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`305[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:49153`!306[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-8.14.1/support/data gitlab-gitaly-cluster:/tmp/data-seeds`307[Jan 03 2023 19:47:42 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"`308[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo '#!/usr/bin/env bash309if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then310 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'311 exit 1312fi313' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`314[Jan 03 2023 19:47:42 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/*"`315[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Running exec_commands...316[Jan 03 2023 19:47:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`317[Jan 03 2023 19:48:06 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "praefect -config /var/opt/gitlab/praefect/cluster_config.toml check || true"`318[Jan 03 2023 19:48:07 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' praefect`319[Jan 03 2023 19:48:07 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready320[Jan 03 2023 19:48:32 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c ""`321[Jan 03 2023 19:48:32 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!322[Jan 03 2023 19:48:32 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`323[Jan 03 2023 19:48:32 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:3fb1df807ba7030313a4dcf3694f8ed3bf25efb2`324[Jan 03 2023 19:49:15 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee325[Jan 03 2023 19:49:15 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_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_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_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_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_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --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_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_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_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_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --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-2023-01-03-19-42-38-0e015dca/gitlab-ee-qa-e4707c2c:/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-e4707c2c registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:3fb1df807ba7030313a4dcf3694f8ed3bf25efb2 Test::Instance::All http://gitlab-gitaly-cluster.test -- --format QA::Support::JsonFormatter --out tmp/rspec-3548693242.json --format RspecJunitFormatter --out tmp/rspec-3548693242.xml --format html --out tmp/rspec-ee:praefect-parallel_4_5.htm --color --format documentation`326[Jan 03 2023 19:49:32 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'ee-praefect-parallel' to 'knapsack/ee-praefect-parallel.json'327[Jan 03 2023 19:49:32 UTC (QA Tests)] INFO -- Report already exists, skipping!3282023-01-03 19:49:33 / CONF :: 329 ==> Base URL: http://gitlab-gitaly-cluster.test330 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fc564aa48e0>331 ==> Libraries: Chemlab::Vendor332[Jan 03 2023 19:49:33 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA333[Jan 03 2023 19:49:33 UTC (QA Tests)] INFO -- Performing sanity check for environment!334[Jan 03 2023 19:49:34 UTC (QA Tests)] INFO -- Performing initial license fabrication!335[Jan 03 2023 19:49:36 UTC (QA Tests)] INFO -- filling :login_field with "root"336[Jan 03 2023 19:49:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field337[Jan 03 2023 19:49:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"338[Jan 03 2023 19:49:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field339[Jan 03 2023 19:49:36 UTC (QA Tests)] INFO -- clicking :sign_in_button340[Jan 03 2023 19:49:38 UTC (QA Tests)] INFO -- clicking :navbar_dropdown341[Jan 03 2023 19:49:38 UTC (QA Tests)] INFO -- clicking :admin_area_link342[Jan 03 2023 19:49:41 UTC (QA Tests)] INFO -- clicking :admin_subscription_menu_link343[Jan 03 2023 19:49:53 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link344[Jan 03 2023 19:49:53 UTC (QA Tests)] INFO -- clicking :admin_settings_general_link345[Jan 03 2023 19:49:55 UTC (QA Tests)] INFO -- clicking :expand_add_license_button346[Jan 03 2023 19:49:55 UTC (QA Tests)] INFO -- filling :license_key_field with "*****"347[Jan 03 2023 19:49:55 UTC (QA Tests)] INFO -- clicking the coordinates of :license_key_field348[Jan 03 2023 19:49:55 UTC (QA Tests)] INFO -- checking :accept_eula_checkbox with args {}349[Jan 03 2023 19:49:55 UTC (QA Tests)] INFO -- clicking :license_upload_button350[Jan 03 2023 19:50:01 UTC (QA Tests)] INFO -- clicking :user_avatar_content351[Jan 03 2023 19:50:01 UTC (QA Tests)] INFO -- clicking :sign_out_link352[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License via browser_ui in 28.38 seconds353[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====354[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- Report specs:355[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/instance/instance_audit_logs_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb", "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/new_discussion_not_dropping_merge_trains_mr_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb", "qa/specs/features/browser_ui/1_manage/project/invite_group_to_project_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/10_govern/create_merge_request_with_secure_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb", "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/mr_event_rule_pipeline_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb", "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb", "qa/specs/features/api/1_manage/user_inherited_access_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/ee/browser_ui/4_verify/pipeline_subscription_with_group_owned_project_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb", "qa/specs/features/browser_ui/1_manage/user/user_inherited_access_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/3_create/web_ide/review_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb", "qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb", "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb", "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb", "qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb", "qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/custom_email/custom_email_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb", "qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/api/1_manage/project_access_token_spec.rb", "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb", "qa/specs/features/api/1_manage/rate_limits_spec.rb"]356[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- Leftover specs:357[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- ["qa/specs/features/api/12_systems/gitaly/gitaly_mtls_spec.rb", "qa/specs/features/api/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb", "qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb", "qa/specs/features/browser_ui/1_manage/import/import_github_repo_spec.rb", "qa/specs/features/browser_ui/1_manage/login/log_into_mattermost_via_gitlab_spec.rb", "qa/specs/features/browser_ui/2_plan/transient/comment_on_discussion_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/open_fork_in_web_ide_spec.rb", "qa/specs/features/browser_ui/5_package/container_registry/online_garbage_collection_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/generic_repository_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/npm/npm_instance_level_spec.rb", "qa/specs/features/browser_ui/5_package/package_registry/rubygems_registry_spec.rb", "qa/specs/features/ee/api/1_manage/integrations/group_webhook_events_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/commit_index/commit_index_spec.rb", "qa/specs/features/ee/api/9_data_stores/elasticsearch/index_tests/user_index/user_index_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb", "qa/specs/features/ee/browser_ui/11_fulfillment/utilization/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"]358[Jan 03 2023 19:50:02 UTC (QA Tests)] INFO -- Knapsack report generator started!359Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}360Randomized with seed 52251361Verify362 Cancelling merge request in merge train363 when system cancels the merge request364 creates a TODO task (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/324122)365Plan366 Epics milestone dates API367[Jan 03 2023 19:52:28 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when updating milestones368[Jan 03 2023 19:52:28 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA369[Jan 03 2023 19:52:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-xmyixaxz' via cache in 0.0 seconds370[Jan 03 2023 19:52:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.8 seconds371[Jan 03 2023 19:52:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-faf077780b8ec3d7' via api in 1.57 seconds372[Jan 03 2023 19:52:31 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '1' via api in 0.9 seconds373[Jan 03 2023 19:52:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-faf077780b8ec3d7/epic-milestone-project-86f94c69c7c60f64-b225703dc395a161' via api in 2.03 seconds374[Jan 03 2023 19:52:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.16 seconds375[Jan 03 2023 19:52:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '1' via api in 1.1 seconds376 updates epic dates when updating milestones377[Jan 03 2023 19:52:36 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when deleting milestones378[Jan 03 2023 19:52:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds379[Jan 03 2023 19:52:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-fcd21dc8df102306' via api in 0.54 seconds380[Jan 03 2023 19:52:37 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '2' via api in 0.16 seconds381[Jan 03 2023 19:52:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-fcd21dc8df102306/epic-milestone-project-5269e708f0c5714d-ddd8492f8be87977' via api in 1.56 seconds382[Jan 03 2023 19:52:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '2' via api in 0.14 seconds383[Jan 03 2023 19:52:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '2' via api in 0.24 seconds384[Jan 03 2023 19:52:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectMilestone with id '2'385 updates epic dates when deleting milestones386[Jan 03 2023 19:52:40 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when adding another issue387[Jan 03 2023 19:52:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.27 seconds388[Jan 03 2023 19:52:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-7bb82c6136e54394' via api in 0.59 seconds389[Jan 03 2023 19:52:41 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '3' via api in 0.11 seconds390[Jan 03 2023 19:52:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-7bb82c6136e54394/epic-milestone-project-6b45fb305ef44755-6053028657d7fe4a' via api in 0.55 seconds391[Jan 03 2023 19:52:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '3' via api in 0.11 seconds392[Jan 03 2023 19:52:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '3' via api in 0.39 seconds393[Jan 03 2023 19:52:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '4' via api in 0.1 seconds394[Jan 03 2023 19:52:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '4' via api in 1.43 seconds395 updates epic dates when adding another issue396[Jan 03 2023 19:52:44 UTC (QA Tests)] INFO -- Starting test: Plan Epics milestone dates API updates epic dates when removing issue397[Jan 03 2023 19:52:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds398[Jan 03 2023 19:52:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-2035897444936226' via api in 0.61 seconds399[Jan 03 2023 19:52:45 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Epic with id '4' via api in 0.17 seconds400[Jan 03 2023 19:52:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/epic-milestone-group-2035897444936226/epic-milestone-project-d45bd14ad544f713-324cebac50ebcc2a' via api in 0.65 seconds401[Jan 03 2023 19:52:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '5' via api in 0.11 seconds402[Jan 03 2023 19:52:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '5' via api in 0.29 seconds403 updates epic dates when removing issue404Create405 File management406[Jan 03 2023 19:52:47 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web407[Jan 03 2023 19:52:52 UTC (QA Tests)] INFO -- filling :login_field with "root"408[Jan 03 2023 19:52:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field409[Jan 03 2023 19:52:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"410[Jan 03 2023 19:52:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field411[Jan 03 2023 19:52:52 UTC (QA Tests)] INFO -- clicking :sign_in_button412[Jan 03 2023 19:52:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds413[Jan 03 2023 19:52:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.4 seconds414[Jan 03 2023 19:52:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-d24ec43cce150562' via api in 1.95 seconds415[Jan 03 2023 19:52:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.67 seconds416[Jan 03 2023 19:52:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-d24ec43cce150562/-/blob/main/QA+Test+-+File+name417[Jan 03 2023 19:52:58 UTC (QA Tests)] INFO -- clicking :edit_menu_item418[Jan 03 2023 19:52:58 UTC (QA Tests)] INFO -- clicking :edit_button419[Jan 03 2023 19:52:59 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"420[Jan 03 2023 19:52:59 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field421[Jan 03 2023 19:53:00 UTC (QA Tests)] INFO -- clicking :commit_button422 user edits a file via the Web423Plan424 Custom email425[Jan 03 2023 19:53:02 UTC (QA Tests)] INFO -- Starting test: Plan Custom email customizes email with additional text426[Jan 03 2023 19:53:07 UTC (QA Tests)] INFO -- filling :login_field with "root"427[Jan 03 2023 19:53:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field428[Jan 03 2023 19:53:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"429[Jan 03 2023 19:53:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field430[Jan 03 2023 19:53:07 UTC (QA Tests)] INFO -- clicking :sign_in_button431[Jan 03 2023 19:53:09 UTC (QA Tests)] INFO -- clicking :navbar_dropdown432[Jan 03 2023 19:53:09 UTC (QA Tests)] INFO -- clicking :admin_area_link433[Jan 03 2023 19:53:10 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link434[Jan 03 2023 19:53:11 UTC (QA Tests)] INFO -- clicking :admin_settings_preferences_link435[Jan 03 2023 19:53:12 UTC (QA Tests)] INFO -- filling :additional_text_textarea_field with "Testing custom email - aa66a3373aeac614"436[Jan 03 2023 19:53:12 UTC (QA Tests)] INFO -- clicking the coordinates of :additional_text_textarea_field437[Jan 03 2023 19:53:13 UTC (QA Tests)] INFO -- clicking :save_changes_button438 customizes email with additional text439Monitor440 Alert settings441 when using HTTP endpoint integration442 behaves like sends test alert using authorization key443[Jan 03 2023 19:53:14 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using HTTP endpoint integration behaves like sends test alert using authorization key creates new alert444[Jan 03 2023 19:53:18 UTC (QA Tests)] INFO -- filling :login_field with "root"445[Jan 03 2023 19:53:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field446[Jan 03 2023 19:53:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"447[Jan 03 2023 19:53:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field448[Jan 03 2023 19:53:19 UTC (QA Tests)] INFO -- clicking :sign_in_button449[Jan 03 2023 19:53:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds450[Jan 03 2023 19:53:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds451[Jan 03 2023 19:53:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-for-alerts-c5273755df7714ba' via api in 0.77 seconds452[Jan 03 2023 19:53:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-for-alerts-c5273755df7714ba453[Jan 03 2023 19:53:24 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link454[Jan 03 2023 19:53:24 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link455[Jan 03 2023 19:53:26 UTC (QA Tests)] INFO -- clicking :add_integration_button456[Jan 03 2023 19:53:26 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown457[Jan 03 2023 19:53:26 UTC (QA Tests)] INFO -- clicking :integration_name_field458[Jan 03 2023 19:53:26 UTC (QA Tests)] INFO -- filling :integration_name_field with "eius"459[Jan 03 2023 19:53:26 UTC (QA Tests)] INFO -- clicking the coordinates of :integration_name_field460[Jan 03 2023 19:53:27 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button461[Jan 03 2023 19:53:28 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link462[Jan 03 2023 19:53:28 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link463 creates new alert464 when using Prometheus integration465 behaves like sends test alert using authorization key466[Jan 03 2023 19:53:29 UTC (QA Tests)] INFO -- Starting test: Monitor Alert settings when using Prometheus integration behaves like sends test alert using authorization key creates new alert467[Jan 03 2023 19:53:33 UTC (QA Tests)] INFO -- filling :login_field with "root"468[Jan 03 2023 19:53:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field469[Jan 03 2023 19:53:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"470[Jan 03 2023 19:53:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field471[Jan 03 2023 19:53:34 UTC (QA Tests)] INFO -- clicking :sign_in_button472[Jan 03 2023 19:53:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds473[Jan 03 2023 19:53:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds474[Jan 03 2023 19:53:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-for-alerts-61ec240e2dbba3c5' via api in 0.88 seconds475[Jan 03 2023 19:53:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-for-alerts-61ec240e2dbba3c5476[Jan 03 2023 19:53:38 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link477[Jan 03 2023 19:53:38 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link478[Jan 03 2023 19:53:40 UTC (QA Tests)] INFO -- clicking :add_integration_button479[Jan 03 2023 19:53:40 UTC (QA Tests)] INFO -- clicking :integration_type_dropdown480[Jan 03 2023 19:53:40 UTC (QA Tests)] INFO -- clicking :prometheus_url_field481[Jan 03 2023 19:53:40 UTC (QA Tests)] INFO -- filling :prometheus_url_field with "http://gitlab-gitaly-cluster.test"482[Jan 03 2023 19:53:40 UTC (QA Tests)] INFO -- clicking the coordinates of :prometheus_url_field483[Jan 03 2023 19:53:41 UTC (QA Tests)] INFO -- clicking :save_and_create_alert_button484[Jan 03 2023 19:53:42 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link485[Jan 03 2023 19:53:42 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link486 creates new alert487Create488 Push Rules489 using non signed commits490[Jan 03 2023 19:53:47 UTC (QA Tests)] INFO -- filling :login_field with "root"491[Jan 03 2023 19:53:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field492[Jan 03 2023 19:53:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"493[Jan 03 2023 19:53:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field494[Jan 03 2023 19:53:48 UTC (QA Tests)] INFO -- clicking :sign_in_button495[Jan 03 2023 19:53:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds496[Jan 03 2023 19:53:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds497[Jan 03 2023 19:53:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.22 seconds498[Jan 03 2023 19:53:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-f593596b57a10ec9' via api in 1.08 seconds499[Jan 03 2023 19:53:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.14 seconds500[Jan 03 2023 19:53:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-f593596b57a10ec9501[Jan 03 2023 19:53:54 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link502[Jan 03 2023 19:53:55 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link503[Jan 03 2023 19:53:57 UTC (QA Tests)] INFO -- filling :file_name_field with "denied_file"504[Jan 03 2023 19:53:57 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field505[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- filling :file_size_field with "1"506[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :file_size_field507[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- filling :author_email_field with "(admin@example\.com|root@gitlab.com)"508[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :author_email_field509[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- filling :branch_name_field with "main"510[Jan 03 2023 19:53:58 UTC (QA Tests)] INFO -- clicking the coordinates of :branch_name_field511[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- filling :commit_message_field with "allowed commit"512[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field513[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- filling :deny_commit_message_field with "denied commit"514[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- clicking the coordinates of :deny_commit_message_field515[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- checking via JS :prevent_secrets_checkbox with args {}516[Jan 03 2023 19:53:59 UTC (QA Tests)] INFO -- checking via JS :deny_delete_tag_checkbox with args {}517[Jan 03 2023 19:54:00 UTC (QA Tests)] INFO -- clicking :submit_settings_button518[Jan 03 2023 19:54:01 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts commit by message format519[Jan 03 2023 19:54:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.29 seconds520 restricts commit by message format521[Jan 03 2023 19:54:10 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts branches by branch name522 restricts branches by branch name523[Jan 03 2023 19:54:13 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts users by email format524[Jan 03 2023 19:54:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.28 seconds525[Jan 03 2023 19:54:13 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-f593596b57a10ec9 QA::Resource::Project526 restricts users by email format527[Jan 03 2023 19:54:16 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts removal of tag528[Jan 03 2023 19:54:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Tag with name 'test_tag_db927bf8e25dafcc' via api in 0.38 seconds529 restricts removal of tag530[Jan 03 2023 19:54:19 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts committing files with secrets531 restricts committing files with secrets532[Jan 03 2023 19:54:22 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits restricts files by name and size533 restricts files by name and size534[Jan 03 2023 19:54:30 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using non signed commits allows an unrestricted push535[Jan 03 2023 19:54:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.78 seconds536 allows an unrestricted push537 using signed commits538[Jan 03 2023 19:54:32 UTC (QA Tests)] INFO -- Starting test: Create Push Rules using signed commits restricts to signed commits539[Jan 03 2023 19:54:36 UTC (QA Tests)] INFO -- filling :login_field with "root"540[Jan 03 2023 19:54:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[Jan 03 2023 19:54:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[Jan 03 2023 19:54:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[Jan 03 2023 19:54:37 UTC (QA Tests)] INFO -- clicking :sign_in_button544[Jan 03 2023 19:54:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds545[Jan 03 2023 19:54:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds546[Jan 03 2023 19:54:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds547[Jan 03 2023 19:54:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-348ba28a431672b3' via api in 0.79 seconds548[Jan 03 2023 19:54:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.04 seconds549[Jan 03 2023 19:54:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-348ba28a431672b3550[Jan 03 2023 19:54:42 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link551[Jan 03 2023 19:54:43 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link552[Jan 03 2023 19:54:45 UTC (QA Tests)] INFO -- checking via JS :reject_unsigned_commits_checkbox with args {}553[Jan 03 2023 19:54:45 UTC (QA Tests)] INFO -- clicking :submit_settings_button554[Jan 03 2023 19:54:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::UserGPG with id '1' via api in 1.0 seconds555[Jan 03 2023 19:54:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.93 seconds556 restricts to signed commits557 with commits restricted by author email to existing GitLab users558[Jan 03 2023 19:54:53 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted by author email to existing GitLab users rejects non-member users559[Jan 03 2023 19:54:57 UTC (QA Tests)] INFO -- filling :login_field with "root"560[Jan 03 2023 19:54:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field561[Jan 03 2023 19:54:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"562[Jan 03 2023 19:54:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field563[Jan 03 2023 19:54:58 UTC (QA Tests)] INFO -- clicking :sign_in_button564[Jan 03 2023 19:55:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.05 seconds565[Jan 03 2023 19:55:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds566[Jan 03 2023 19:55:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds567[Jan 03 2023 19:55:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-029eab65fcf3c768' via api in 0.92 seconds568[Jan 03 2023 19:55:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.08 seconds569[Jan 03 2023 19:55:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-029eab65fcf3c768570[Jan 03 2023 19:55:04 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link571[Jan 03 2023 19:55:04 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link572[Jan 03 2023 19:55:06 UTC (QA Tests)] INFO -- checking via JS :restrict_author_checkbox with args {}573[Jan 03 2023 19:55:06 UTC (QA Tests)] INFO -- clicking :submit_settings_button574 rejects non-member users575 with commits restricted to verified emails576[Jan 03 2023 19:55:10 UTC (QA Tests)] INFO -- Starting test: Create Push Rules with commits restricted to verified emails rejects unverified emails577[Jan 03 2023 19:55:15 UTC (QA Tests)] INFO -- filling :login_field with "root"578[Jan 03 2023 19:55:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field579[Jan 03 2023 19:55:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"580[Jan 03 2023 19:55:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field581[Jan 03 2023 19:55:15 UTC (QA Tests)] INFO -- clicking :sign_in_button582[Jan 03 2023 19:55:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds583[Jan 03 2023 19:55:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds584[Jan 03 2023 19:55:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds585[Jan 03 2023 19:55:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-f10c14d8f5e13206' via api in 0.92 seconds586[Jan 03 2023 19:55:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.01 seconds587[Jan 03 2023 19:55:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/push_rules-f10c14d8f5e13206588[Jan 03 2023 19:55:21 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link589[Jan 03 2023 19:55:21 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link590[Jan 03 2023 19:55:23 UTC (QA Tests)] INFO -- checking via JS :committer_restriction_checkbox with args {}591[Jan 03 2023 19:55:24 UTC (QA Tests)] INFO -- clicking :submit_settings_button592[Jan 03 2023 19:55:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.92 seconds593 rejects unverified emails594Create595 Setup an MR with codeowners file596[Jan 03 2023 19:55:29 UTC (QA Tests)] INFO -- Starting test: Create Setup an MR with codeowners file creates a merge request with codeowners file and squashing commits enabled597[Jan 03 2023 19:55:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds598[Jan 03 2023 19:55:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds599[Jan 03 2023 19:55:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-5d2bfe395efc834c' via api in 1.14 seconds600[Jan 03 2023 19:55:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds601[Jan 03 2023 19:55:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds602[Jan 03 2023 19:55:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds603[Jan 03 2023 19:55:37 UTC (QA Tests)] INFO -- filling :login_field with "root"604[Jan 03 2023 19:55:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field605[Jan 03 2023 19:55:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"606[Jan 03 2023 19:55:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field607[Jan 03 2023 19:55:37 UTC (QA Tests)] INFO -- clicking :sign_in_button608[Jan 03 2023 19:55:39 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch609[Jan 03 2023 19:55:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.16 seconds610[Jan 03 2023 19:55:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds611[Jan 03 2023 19:55:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.68 seconds612[Jan 03 2023 19:55:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-5d2bfe395efc834c/-/merge_requests/1613[Jan 03 2023 19:55:43 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}614[Jan 03 2023 19:55:43 UTC (QA Tests)] INFO -- clicking :merge_button615 creates a merge request with codeowners file and squashing commits enabled616Verify617 Pipeline with protected variable618[Jan 03 2023 19:55:46 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable exposes variable on protected branch619[Jan 03 2023 19:55:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds620[Jan 03 2023 19:55:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds621[Jan 03 2023 19:55:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f' via api in 0.76 seconds622[Jan 03 2023 19:55:47 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`623[Jan 03 2023 19:55:50 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`624[Jan 03 2023 19:55:51 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-0baw9sec --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-0baw9sec 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-0baw9sec --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-0baw9sec --executor shell && gitlab-runner run" `625[Jan 03 2023 19:55:54 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-0baw9sec`626[Jan 03 2023 19:55:54 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`627[Jan 03 2023 19:55:54 UTC (QA Tests)] INFO -- Looking for list of runners via API...628[Jan 03 2023 19:55:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-0baw9sec' via api in 7.58 seconds629[Jan 03 2023 19:55:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds630[Jan 03 2023 19:55:59 UTC (QA Tests)] INFO -- filling :login_field with "root"631[Jan 03 2023 19:55:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field632[Jan 03 2023 19:56:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"633[Jan 03 2023 19:56:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field634[Jan 03 2023 19:56:00 UTC (QA Tests)] INFO -- clicking :sign_in_button635[Jan 03 2023 19:56:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f636[Jan 03 2023 19:56:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.25 seconds637[Jan 03 2023 19:56:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f QA::Resource::Project638[Jan 03 2023 19:56:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds639[Jan 03 2023 19:56:03 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f QA::Resource::Project640[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.15 seconds641[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds642[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.71 seconds643[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user1644[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:N4HjWT645[Jan 03 2023 19:56:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-9oeo18e8' via api in 0.09 seconds646[Jan 03 2023 19:56:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds647[Jan 03 2023 19:56:09 UTC (QA Tests)] INFO -- clicking :user_avatar_content648[Jan 03 2023 19:56:09 UTC (QA Tests)] INFO -- clicking :sign_out_link649[Jan 03 2023 19:56:12 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"650[Jan 03 2023 19:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field651[Jan 03 2023 19:56:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"652[Jan 03 2023 19:56:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field653[Jan 03 2023 19:56:13 UTC (QA Tests)] INFO -- clicking :sign_in_button654[Jan 03 2023 19:56:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f655[Jan 03 2023 19:56:15 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link656[Jan 03 2023 19:56:17 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present657[Jan 03 2023 19:56:18 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user2658[Jan 03 2023 19:56:18 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:txAdeA659[Jan 03 2023 19:56:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-4qmnsqkh' via api in 0.08 seconds660[Jan 03 2023 19:56:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds661[Jan 03 2023 19:56:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content662[Jan 03 2023 19:56:23 UTC (QA Tests)] INFO -- clicking :sign_out_link663[Jan 03 2023 19:56:25 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"664[Jan 03 2023 19:56:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field665[Jan 03 2023 19:56:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"666[Jan 03 2023 19:56:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field667[Jan 03 2023 19:56:26 UTC (QA Tests)] INFO -- clicking :sign_in_button668[Jan 03 2023 19:56:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-11dac17c8112769f669[Jan 03 2023 19:56:28 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link670[Jan 03 2023 19:56:30 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present671[Jan 03 2023 19:56:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-0baw9sec'672[Jan 03 2023 19:56:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-0baw9sec`673 exposes variable on protected branch674[Jan 03 2023 19:56:33 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline with protected variable does not expose variable on unprotected branch675[Jan 03 2023 19:56:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds676[Jan 03 2023 19:56:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds677[Jan 03 2023 19:56:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e' via api in 0.79 seconds678[Jan 03 2023 19:56:33 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`679[Jan 03 2023 19:56:34 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`680[Jan 03 2023 19:56:34 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-qxt2t9um --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-qxt2t9um 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-qxt2t9um --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-qxt2t9um --executor shell && gitlab-runner run" `681[Jan 03 2023 19:56:34 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-qxt2t9um`682[Jan 03 2023 19:56:35 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`683[Jan 03 2023 19:56:35 UTC (QA Tests)] INFO -- Looking for list of runners via API...684[Jan 03 2023 19:56:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-qxt2t9um' via api in 1.42 seconds685[Jan 03 2023 19:56:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds686[Jan 03 2023 19:56:40 UTC (QA Tests)] INFO -- filling :login_field with "root"687[Jan 03 2023 19:56:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field688[Jan 03 2023 19:56:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"689[Jan 03 2023 19:56:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field690[Jan 03 2023 19:56:40 UTC (QA Tests)] INFO -- clicking :sign_in_button691[Jan 03 2023 19:56:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e692[Jan 03 2023 19:56:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds693[Jan 03 2023 19:56:43 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e QA::Resource::Project694[Jan 03 2023 19:56:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds695[Jan 03 2023 19:56:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e QA::Resource::Project696[Jan 03 2023 19:56:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::CiVariable via api in 0.14 seconds697[Jan 03 2023 19:56:44 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user1, last six chars of token:N4HjWT698[Jan 03 2023 19:56:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-wswwt48j' via cache in 0.0 seconds699[Jan 03 2023 19:56:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds700[Jan 03 2023 19:56:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.18 seconds701[Jan 03 2023 19:56:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content702[Jan 03 2023 19:56:50 UTC (QA Tests)] INFO -- clicking :sign_out_link703[Jan 03 2023 19:56:52 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"704[Jan 03 2023 19:56:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field705[Jan 03 2023 19:56:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"706[Jan 03 2023 19:56:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field707[Jan 03 2023 19:56:53 UTC (QA Tests)] INFO -- clicking :sign_in_button708[Jan 03 2023 19:56:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e709[Jan 03 2023 19:56:55 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link710[Jan 03 2023 19:56:57 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present711[Jan 03 2023 19:56:58 UTC (QA Tests)] INFO -- Retrieved cached token for username: gitlab-qa-user2, last six chars of token:txAdeA712[Jan 03 2023 19:56:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-lnl6dwkt' via cache in 0.0 seconds713[Jan 03 2023 19:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds714[Jan 03 2023 19:56:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '2' via api in 1.13 seconds715[Jan 03 2023 19:57:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content716[Jan 03 2023 19:57:04 UTC (QA Tests)] INFO -- clicking :sign_out_link717[Jan 03 2023 19:57:06 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"718[Jan 03 2023 19:57:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field719[Jan 03 2023 19:57:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"720[Jan 03 2023 19:57:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field721[Jan 03 2023 19:57:07 UTC (QA Tests)] INFO -- clicking :sign_in_button722[Jan 03 2023 19:57:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-ci-variables-e47f058354de718e723[Jan 03 2023 19:57:09 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link724[Jan 03 2023 19:57:11 UTC (QA Tests)] INFO -- clicking :job_link and ensuring QA::Page::Project::Job::Show is present725[Jan 03 2023 19:57:12 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-qxt2t9um'726[Jan 03 2023 19:57:12 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-qxt2t9um`727 does not expose variable on unprotected branch728Govern729 Instance730 for add and delete email731 behaves like audit event732[Jan 03 2023 19:57:13 UTC (QA Tests)] INFO -- Starting test: Govern Instance for add and delete email behaves like audit event logs audit events for UI operations733[Jan 03 2023 19:57:17 UTC (QA Tests)] INFO -- filling :login_field with "root"734[Jan 03 2023 19:57:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field735[Jan 03 2023 19:57:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"736[Jan 03 2023 19:57:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field737[Jan 03 2023 19:57:18 UTC (QA Tests)] INFO -- clicking :sign_in_button738[Jan 03 2023 19:57:22 UTC (QA Tests)] INFO -- clicking :user_avatar_content739[Jan 03 2023 19:57:22 UTC (QA Tests)] INFO -- clicking :edit_profile_link740[Jan 03 2023 19:57:23 UTC (QA Tests)] INFO -- clicking :profile_emails_link741[Jan 03 2023 19:57:23 UTC (QA Tests)] INFO -- clicking :add_email_address_button742[Jan 03 2023 19:57:24 UTC (QA Tests)] INFO -- clicking :delete_email_link743[Jan 03 2023 19:57:24 UTC (QA Tests)] INFO -- clicking :confirm_ok_button744[Jan 03 2023 19:57:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content745[Jan 03 2023 19:57:29 UTC (QA Tests)] INFO -- clicking :sign_out_link746[Jan 03 2023 19:57:31 UTC (QA Tests)] INFO -- filling :login_field with "root"747[Jan 03 2023 19:57:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field748[Jan 03 2023 19:57:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"749[Jan 03 2023 19:57:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field750[Jan 03 2023 19:57:32 UTC (QA Tests)] INFO -- clicking :sign_in_button751[Jan 03 2023 19:57:34 UTC (QA Tests)] INFO -- clicking :navbar_dropdown752[Jan 03 2023 19:57:34 UTC (QA Tests)] INFO -- clicking :admin_area_link753[Jan 03 2023 19:57:35 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link754[Jan 03 2023 19:57:36 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link755 logs audit events for UI operations756 for failed sign in757 behaves like audit event758[Jan 03 2023 19:57:37 UTC (QA Tests)] INFO -- Starting test: Govern Instance for failed sign in behaves like audit event logs audit events for UI operations759[Jan 03 2023 19:57:39 UTC (QA Tests)] INFO -- filling :login_field with "bad_user_name"760[Jan 03 2023 19:57:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field761[Jan 03 2023 19:57:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"762[Jan 03 2023 19:57:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field763[Jan 03 2023 19:57:40 UTC (QA Tests)] INFO -- clicking :sign_in_button764[Jan 03 2023 19:57:43 UTC (QA Tests)] INFO -- filling :login_field with "root"765[Jan 03 2023 19:57:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field766[Jan 03 2023 19:57:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"767[Jan 03 2023 19:57:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field768[Jan 03 2023 19:57:43 UTC (QA Tests)] INFO -- clicking :sign_in_button769[Jan 03 2023 19:57:49 UTC (QA Tests)] INFO -- clicking :user_avatar_content770[Jan 03 2023 19:57:49 UTC (QA Tests)] INFO -- clicking :sign_out_link771[Jan 03 2023 19:57:52 UTC (QA Tests)] INFO -- filling :login_field with "root"772[Jan 03 2023 19:57:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field773[Jan 03 2023 19:57:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"774[Jan 03 2023 19:57:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field775[Jan 03 2023 19:57:53 UTC (QA Tests)] INFO -- clicking :sign_in_button776[Jan 03 2023 19:57:54 UTC (QA Tests)] INFO -- clicking :navbar_dropdown777[Jan 03 2023 19:57:54 UTC (QA Tests)] INFO -- clicking :admin_area_link778[Jan 03 2023 19:57:56 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link779[Jan 03 2023 19:57:56 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link780 logs audit events for UI operations781 for start and stop user impersonation782 behaves like audit event783[Jan 03 2023 19:57:57 UTC (QA Tests)] INFO -- Starting test: Govern Instance for start and stop user impersonation behaves like audit event logs audit events for UI operations784[Jan 03 2023 19:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-6ef7fcbef11d8221' via api in 0.25 seconds785[Jan 03 2023 19:58:02 UTC (QA Tests)] INFO -- filling :login_field with "root"786[Jan 03 2023 19:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field787[Jan 03 2023 19:58:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"788[Jan 03 2023 19:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field789[Jan 03 2023 19:58:02 UTC (QA Tests)] INFO -- clicking :sign_in_button790[Jan 03 2023 19:58:04 UTC (QA Tests)] INFO -- clicking :navbar_dropdown791[Jan 03 2023 19:58:04 UTC (QA Tests)] INFO -- clicking :admin_area_link792[Jan 03 2023 19:58:06 UTC (QA Tests)] INFO -- clicking :admin_overview_users_link793[Jan 03 2023 19:58:08 UTC (QA Tests)] INFO -- clicking :impersonate_user_link794[Jan 03 2023 19:58:08 UTC (QA Tests)] INFO -- clicking :stop_impersonation_link795[Jan 03 2023 19:58:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content796[Jan 03 2023 19:58:13 UTC (QA Tests)] INFO -- clicking :sign_out_link797[Jan 03 2023 19:58:16 UTC (QA Tests)] INFO -- filling :login_field with "root"798[Jan 03 2023 19:58:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field799[Jan 03 2023 19:58:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"800[Jan 03 2023 19:58:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field801[Jan 03 2023 19:58:17 UTC (QA Tests)] INFO -- clicking :sign_in_button802[Jan 03 2023 19:58:18 UTC (QA Tests)] INFO -- clicking :navbar_dropdown803[Jan 03 2023 19:58:18 UTC (QA Tests)] INFO -- clicking :admin_area_link804[Jan 03 2023 19:58:20 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link805[Jan 03 2023 19:58:20 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link806[Jan 03 2023 19:58:21 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-6ef7fcbef11d8221'807 logs audit events for UI operations808 for add SSH key809 behaves like audit event810[Jan 03 2023 19:58:21 UTC (QA Tests)] INFO -- Starting test: Govern Instance for add SSH key behaves like audit event logs audit events for UI operations811[Jan 03 2023 19:58:26 UTC (QA Tests)] INFO -- filling :login_field with "root"812[Jan 03 2023 19:58:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field813[Jan 03 2023 19:58:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"814[Jan 03 2023 19:58:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field815[Jan 03 2023 19:58:27 UTC (QA Tests)] INFO -- clicking :sign_in_button816[Jan 03 2023 19:58:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content817[Jan 03 2023 19:58:30 UTC (QA Tests)] INFO -- clicking :edit_profile_link818[Jan 03 2023 19:58:32 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230103-40-1cztn20/id_rsa -N `819[Jan 03 2023 19:58:33 UTC (QA Tests)] INFO -- filling :key_public_key_field with "*****"820[Jan 03 2023 19:58:33 UTC (QA Tests)] INFO -- clicking the coordinates of :key_public_key_field821[Jan 03 2023 19:58:33 UTC (QA Tests)] INFO -- filling :key_title_field with "*****"822[Jan 03 2023 19:58:33 UTC (QA Tests)] INFO -- clicking the coordinates of :key_title_field823[Jan 03 2023 19:58:34 UTC (QA Tests)] INFO -- filling :expiry_date_field with "2023-01-05"824[Jan 03 2023 19:58:34 UTC (QA Tests)] INFO -- clicking the coordinates of :expiry_date_field825[Jan 03 2023 19:58:34 UTC (QA Tests)] INFO -- clicking :add_key_button826[Jan 03 2023 19:58:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey via browser_ui in 6.5 seconds827[Jan 03 2023 19:58:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content828[Jan 03 2023 19:58:39 UTC (QA Tests)] INFO -- clicking :sign_out_link829[Jan 03 2023 19:58:42 UTC (QA Tests)] INFO -- filling :login_field with "root"830[Jan 03 2023 19:58:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field831[Jan 03 2023 19:58:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"832[Jan 03 2023 19:58:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field833[Jan 03 2023 19:58:42 UTC (QA Tests)] INFO -- clicking :sign_in_button834[Jan 03 2023 19:58:44 UTC (QA Tests)] INFO -- clicking :navbar_dropdown835[Jan 03 2023 19:58:44 UTC (QA Tests)] INFO -- clicking :admin_area_link836[Jan 03 2023 19:58:46 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link837[Jan 03 2023 19:58:46 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link838[Jan 03 2023 19:58:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'839 logs audit events for UI operations840 for change password841 behaves like audit event842[Jan 03 2023 19:58:47 UTC (QA Tests)] INFO -- Starting test: Govern Instance for change password behaves like audit event logs audit events for UI operations843[Jan 03 2023 19:58:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'user_ef1190d4' via api in 0.26 seconds844[Jan 03 2023 19:58:49 UTC (QA Tests)] INFO -- filling :login_field with "user_ef1190d4"845[Jan 03 2023 19:58:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field846[Jan 03 2023 19:58:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"847[Jan 03 2023 19:58:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field848[Jan 03 2023 19:58:50 UTC (QA Tests)] INFO -- clicking :sign_in_button849[Jan 03 2023 19:58:53 UTC (QA Tests)] INFO -- clicking :user_avatar_content850[Jan 03 2023 19:58:53 UTC (QA Tests)] INFO -- clicking :edit_profile_link851[Jan 03 2023 19:58:54 UTC (QA Tests)] INFO -- clicking :profile_password_link852[Jan 03 2023 19:58:55 UTC (QA Tests)] INFO -- clicking :save_password_button853[Jan 03 2023 19:58:58 UTC (QA Tests)] INFO -- filling :login_field with "root"854[Jan 03 2023 19:58:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field855[Jan 03 2023 19:58:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"856[Jan 03 2023 19:58:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field857[Jan 03 2023 19:58:58 UTC (QA Tests)] INFO -- clicking :sign_in_button858[Jan 03 2023 19:59:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content859[Jan 03 2023 19:59:04 UTC (QA Tests)] INFO -- clicking :sign_out_link860[Jan 03 2023 19:59:07 UTC (QA Tests)] INFO -- filling :login_field with "root"861[Jan 03 2023 19:59:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field862[Jan 03 2023 19:59:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"863[Jan 03 2023 19:59:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field864[Jan 03 2023 19:59:08 UTC (QA Tests)] INFO -- clicking :sign_in_button865[Jan 03 2023 19:59:09 UTC (QA Tests)] INFO -- clicking :navbar_dropdown866[Jan 03 2023 19:59:09 UTC (QA Tests)] INFO -- clicking :admin_area_link867[Jan 03 2023 19:59:11 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link868[Jan 03 2023 19:59:11 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link869 logs audit events for UI operations870 for successful sign in871 behaves like audit event872[Jan 03 2023 19:59:12 UTC (QA Tests)] INFO -- Starting test: Govern Instance for successful sign in behaves like audit event logs audit events for UI operations873[Jan 03 2023 19:59:16 UTC (QA Tests)] INFO -- filling :login_field with "root"874[Jan 03 2023 19:59:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field875[Jan 03 2023 19:59:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"876[Jan 03 2023 19:59:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field877[Jan 03 2023 19:59:17 UTC (QA Tests)] INFO -- clicking :sign_in_button878[Jan 03 2023 19:59:23 UTC (QA Tests)] INFO -- clicking :user_avatar_content879[Jan 03 2023 19:59:23 UTC (QA Tests)] INFO -- clicking :sign_out_link880[Jan 03 2023 19:59:26 UTC (QA Tests)] INFO -- filling :login_field with "root"881[Jan 03 2023 19:59:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field882[Jan 03 2023 19:59:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"883[Jan 03 2023 19:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field884[Jan 03 2023 19:59:27 UTC (QA Tests)] INFO -- clicking :sign_in_button885[Jan 03 2023 19:59:28 UTC (QA Tests)] INFO -- clicking :navbar_dropdown886[Jan 03 2023 19:59:28 UTC (QA Tests)] INFO -- clicking :admin_area_link887[Jan 03 2023 19:59:30 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_monitoring_menu_link"],.qa-admin-monitoring-menu-link888[Jan 03 2023 19:59:31 UTC (QA Tests)] INFO -- clicking :admin_monitoring_audit_logs_link889 logs audit events for UI operations890Plan891 Configure issue board by label892[Jan 03 2023 19:59:31 UTC (QA Tests)] INFO -- Starting test: Plan Configure issue board by label shows only issues that match the configured label893[Jan 03 2023 19:59:36 UTC (QA Tests)] INFO -- filling :login_field with "root"894[Jan 03 2023 19:59:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field895[Jan 03 2023 19:59:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"896[Jan 03 2023 19:59:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field897[Jan 03 2023 19:59:37 UTC (QA Tests)] INFO -- clicking :sign_in_button898[Jan 03 2023 19:59:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.08 seconds899[Jan 03 2023 19:59:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.38 seconds900[Jan 03 2023 19:59:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-board-list-2f40f344e5590981' via api in 1.08 seconds901[Jan 03 2023 19:59:39 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::ProjectBoard with name 'Downstream' via api in 0.17 seconds902[Jan 03 2023 19:59:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.12 seconds903[Jan 03 2023 19:59:40 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::Board::BoardList::Project::LabelBoardList with id '3' via api in 1.6 seconds904[Jan 03 2023 19:59:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '6' via api in 0.36 seconds905[Jan 03 2023 19:59:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '7' via api in 0.37 seconds906[Jan 03 2023 19:59:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-board-list-2f40f344e5590981907[Jan 03 2023 19:59:41 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link908[Jan 03 2023 19:59:42 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link909[Jan 03 2023 19:59:42 UTC (QA Tests)] INFO -- clicking :boards_config_button910[Jan 03 2023 19:59:43 UTC (QA Tests)] INFO -- clicking :labels_edit_button911[Jan 03 2023 19:59:45 UTC (QA Tests)] INFO -- clicking :labels_edit_button912[Jan 03 2023 19:59:45 UTC (QA Tests)] INFO -- clicking :close_labels_dropdown_button913[Jan 03 2023 19:59:45 UTC (QA Tests)] INFO -- clicking :save_changes_button914 shows only issues that match the configured label915Plan916 Burndown chart917[Jan 03 2023 19:59:46 UTC (QA Tests)] INFO -- Starting test: Plan Burndown chart shows burndown chart on milestone page918[Jan 03 2023 19:59:51 UTC (QA Tests)] INFO -- filling :login_field with "root"919[Jan 03 2023 19:59:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field920[Jan 03 2023 19:59:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"921[Jan 03 2023 19:59:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field922[Jan 03 2023 19:59:51 UTC (QA Tests)] INFO -- clicking :sign_in_button923[Jan 03 2023 19:59:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds924[Jan 03 2023 19:59:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds925[Jan 03 2023 19:59:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-milestone-e09b45ecfd80525f' via api in 0.78 seconds926[Jan 03 2023 19:59:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '6' via api in 0.92 seconds927[Jan 03 2023 19:59:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '8' via api in 0.39 seconds928[Jan 03 2023 19:59:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '9' via api in 0.28 seconds929[Jan 03 2023 19:59:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectMilestone at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-milestone-e09b45ecfd80525f/-/milestones/1930[Jan 03 2023 19:59:56 UTC (QA Tests)] INFO -- clicking :weight_button931 shows burndown chart on milestone page932Create933 Merge request push options934[Jan 03 2023 19:59:56 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets a target branch935[Jan 03 2023 19:59:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds936[Jan 03 2023 19:59:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds937[Jan 03 2023 19:59:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/merge-request-push-options-e35b6f9f465ad8eb' via api in 1.19 seconds938[Jan 03 2023 19:59:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.66 seconds939[Jan 03 2023 20:00:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.52 seconds940[Jan 03 2023 20:00:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.15 seconds941 sets a target branch942Govern943 Security Reports in a Merge Request Widget944[Jan 03 2023 20:00:04 UTC (QA Tests)] INFO -- Starting test: Govern Security Reports in a Merge Request Widget displays vulnerabilities in merge request widget945[Jan 03 2023 20:00:09 UTC (QA Tests)] INFO -- filling :login_field with "root"946[Jan 03 2023 20:00:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field947[Jan 03 2023 20:00:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"948[Jan 03 2023 20:00:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field949[Jan 03 2023 20:00:09 UTC (QA Tests)] INFO -- clicking :sign_in_button950[Jan 03 2023 20:00:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds951[Jan 03 2023 20:00:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds952[Jan 03 2023 20:00:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-secure-5f8979d3179f9ab6' via api in 1.18 seconds953[Jan 03 2023 20:00:12 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`954[Jan 03 2023 20:00:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`955[Jan 03 2023 20:00:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-1672776004 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-1672776004 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-1672776004 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list secure_report --executor shell && gitlab-runner run" `956[Jan 03 2023 20:00:13 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-1672776004`957[Jan 03 2023 20:00:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`958[Jan 03 2023 20:00:13 UTC (QA Tests)] INFO -- Looking for list of runners via API...959[Jan 03 2023 20:00:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-1672776004' via api in 1.25 seconds960[Jan 03 2023 20:00:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.85 seconds961[Jan 03 2023 20:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.77 seconds962[Jan 03 2023 20:00:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-secure-5f8979d3179f9ab6963[Jan 03 2023 20:00:18 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link964[Jan 03 2023 20:00:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-secure-5f8979d3179f9ab6/-/merge_requests/1965[Jan 03 2023 20:00:45 UTC (QA Tests)] INFO -- clicking :expand_report_button966[Jan 03 2023 20:00:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-1672776004'967[Jan 03 2023 20:00:46 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-1672776004`968 displays vulnerabilities in merge request widget969Create970 Project snippet creation971[Jan 03 2023 20:00:46 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet972[Jan 03 2023 20:00:51 UTC (QA Tests)] INFO -- filling :login_field with "root"973[Jan 03 2023 20:00:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field974[Jan 03 2023 20:00:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"975[Jan 03 2023 20:00:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field976[Jan 03 2023 20:00:51 UTC (QA Tests)] INFO -- clicking :sign_in_button977[Jan 03 2023 20:00:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds978[Jan 03 2023 20:00:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds979[Jan 03 2023 20:00:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-604e28024f9e86f1' via api in 0.87 seconds980[Jan 03 2023 20:00:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-604e28024f9e86f1981[Jan 03 2023 20:00:55 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link982[Jan 03 2023 20:01:07 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link983[Jan 03 2023 20:01:08 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"984[Jan 03 2023 20:01:08 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field985[Jan 03 2023 20:01:08 UTC (QA Tests)] INFO -- clicking :description_placeholder986[Jan 03 2023 20:01:08 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "987[Jan 03 2023 20:01:08 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field988[Jan 03 2023 20:01:09 UTC (QA Tests)] INFO -- clicking :visibility_content989[Jan 03 2023 20:01:09 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"990[Jan 03 2023 20:01:09 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field991[Jan 03 2023 20:01:09 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button992[Jan 03 2023 20:01:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via browser_ui in 18.31 seconds993 user creates a project snippet994Package995 Container Registry Online Garbage Collection996 runs the online garbage collector tool (PENDING: Test is not compatible with this environment or pipeline)997Verify998 In merge trains999 new thread discussion1000[Jan 03 2023 20:01:12 UTC (QA Tests)] INFO -- Starting test: Verify In merge trains new thread discussion does not drop MR1001[Jan 03 2023 20:01:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1002[Jan 03 2023 20:01:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1003[Jan 03 2023 20:01:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/pipeline-for-merge-trains-80c798e5b3198a3c' via api in 0.89 seconds1004[Jan 03 2023 20:01:13 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1005[Jan 03 2023 20:01:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1006[Jan 03 2023 20:01:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-nzfd3mxb --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-nzfd3mxb 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-nzfd3mxb --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-nzfd3mxb --executor shell && gitlab-runner run" `1007[Jan 03 2023 20:01:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-nzfd3mxb`1008[Jan 03 2023 20:01:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1009[Jan 03 2023 20:01:14 UTC (QA Tests)] INFO -- Looking for list of runners via API...1010[Jan 03 2023 20:01:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-nzfd3mxb' via api in 1.35 seconds1011[Jan 03 2023 20:01:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1012[Jan 03 2023 20:01:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1013[Jan 03 2023 20:01:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1014[Jan 03 2023 20:01:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1015[Jan 03 2023 20:01:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1016[Jan 03 2023 20:01:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/pipeline-for-merge-trains-80c798e5b3198a3c1017[Jan 03 2023 20:01:22 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1018[Jan 03 2023 20:01:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1019[Jan 03 2023 20:01:23 UTC (QA Tests)] INFO -- checking via JS :merged_results_pipeline_checkbox with args {}1020[Jan 03 2023 20:01:24 UTC (QA Tests)] INFO -- checking via JS :merge_trains_checkbox with args {}1021[Jan 03 2023 20:01:24 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1022[Jan 03 2023 20:01:25 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1023[Jan 03 2023 20:01:35 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1024[Jan 03 2023 20:01:36 UTC (QA Tests)] INFO -- checking via JS :allow_merge_if_all_discussions_are_resolved_checkbox with args {}1025[Jan 03 2023 20:01:36 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1026[Jan 03 2023 20:01:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds1027[Jan 03 2023 20:01:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1028[Jan 03 2023 20:01:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.22 seconds1029[Jan 03 2023 20:01:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/pipeline-for-merge-trains-80c798e5b3198a3c/-/merge_requests/11030[Jan 03 2023 20:01:57 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/pipeline-for-merge-trains-80c798e5b3198a3c/-/merge_requests/11031[Jan 03 2023 20:02:04 UTC (QA Tests)] INFO -- clicking :merge_button1032[Jan 03 2023 20:02:07 UTC (QA Tests)] INFO -- clicking :notes_tab1033[Jan 03 2023 20:02:07 UTC (QA Tests)] INFO -- filling :comment_field with "Facere ratione dolores nesciunt."1034[Jan 03 2023 20:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field1035[Jan 03 2023 20:02:08 UTC (QA Tests)] INFO -- clicking :discussion_menu_item1036[Jan 03 2023 20:02:08 UTC (QA Tests)] INFO -- clicking :comment_button1037[Jan 03 2023 20:02:25 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/pipeline-for-merge-trains-80c798e5b3198a3c/-/merge_requests/11038[Jan 03 2023 20:02:32 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-nzfd3mxb'1039[Jan 03 2023 20:02:32 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-nzfd3mxb`1040 does not drop MR1041Create1042 Create a new merge request from the event notification after a push1043[Jan 03 2023 20:02:33 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the git CLI1044[Jan 03 2023 20:02:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1045[Jan 03 2023 20:02:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1046[Jan 03 2023 20:02:38 UTC (QA Tests)] INFO -- filling :password_field with "*****"1047[Jan 03 2023 20:02:38 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1048[Jan 03 2023 20:02:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1049[Jan 03 2023 20:02:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1050[Jan 03 2023 20:02:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1051[Jan 03 2023 20:02:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-df05e481110fbdd0' via api in 1.26 seconds1052[Jan 03 2023 20:02:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.38 seconds1053[Jan 03 2023 20:02:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-df05e481110fbdd01054[Jan 03 2023 20:02:45 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1055[Jan 03 2023 20:02:46 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test d9eca144e356a8d6"1056[Jan 03 2023 20:02:46 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1057[Jan 03 2023 20:02:47 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1058 creates a merge request after a push via the git CLI1059[Jan 03 2023 20:02:50 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the API1060[Jan 03 2023 20:02:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1061[Jan 03 2023 20:02:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1062[Jan 03 2023 20:02:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1063[Jan 03 2023 20:02:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1064[Jan 03 2023 20:02:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1065[Jan 03 2023 20:02:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1066[Jan 03 2023 20:02:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1067[Jan 03 2023 20:02:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-76579066b0a7b2f7' via api in 1.19 seconds1068[Jan 03 2023 20:02:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1069[Jan 03 2023 20:02:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-76579066b0a7b2f71070[Jan 03 2023 20:03:00 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1071[Jan 03 2023 20:03:01 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test 8279b1671e552b7f"1072[Jan 03 2023 20:03:01 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1073[Jan 03 2023 20:03:01 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1074 creates a merge request after a push via the API1075Create1076 Project templates1077 when group level1078[Jan 03 2023 20:03:04 UTC (QA Tests)] INFO -- Starting test: Create Project templates when group level successfully imports the project using template1079[Jan 03 2023 20:03:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1080[Jan 03 2023 20:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-9efc141aadc3d844' via api in 0.39 seconds1081[Jan 03 2023 20:03:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-9efc141aadc3d844/template-project-1-45ddf29bbe252180' via api in 0.59 seconds1082[Jan 03 2023 20:03:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.88 seconds1083[Jan 03 2023 20:03:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1084[Jan 03 2023 20:03:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1085[Jan 03 2023 20:03:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1086[Jan 03 2023 20:03:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1087[Jan 03 2023 20:03:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1088[Jan 03 2023 20:03:14 UTC (QA Tests)] INFO -- clicking :navbar_dropdown1089[Jan 03 2023 20:03:14 UTC (QA Tests)] INFO -- clicking :groups_dropdown1090[Jan 03 2023 20:03:14 UTC (QA Tests)] INFO -- clicking :menu_item_link1091[Jan 03 2023 20:03:17 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1092[Jan 03 2023 20:03:20 UTC (QA Tests)] INFO -- Searching and selecting: instance-template-container-group-9efc141aadc3d8441093[Jan 03 2023 20:03:21 UTC (QA Tests)] INFO -- clicking :save_changes_button1094[Jan 03 2023 20:03:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1095[Jan 03 2023 20:03:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1096[Jan 03 2023 20:03:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1097[Jan 03 2023 20:03:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a81098[Jan 03 2023 20:03:25 UTC (QA Tests)] INFO -- clicking :new_project_button1099[Jan 03 2023 20:03:26 UTC (QA Tests)] INFO -- clicking :panel_link1100[Jan 03 2023 20:03:26 UTC (QA Tests)] INFO -- clicking :group_templates_tab1101[Jan 03 2023 20:03:26 UTC (QA Tests)] INFO -- clicking :use_template_button1102[Jan 03 2023 20:03:27 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1103[Jan 03 2023 20:03:27 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3"1104[Jan 03 2023 20:03:27 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1105 successfully imports the project using template1106 when built-in1107[Jan 03 2023 20:03:35 UTC (QA Tests)] INFO -- Starting test: Create Project templates when built-in successfully imports the project using template1108[Jan 03 2023 20:03:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1109[Jan 03 2023 20:03:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-8fbf2b242bed64a5' via api in 0.38 seconds1110[Jan 03 2023 20:03:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-8fbf2b242bed64a5/template-project-1-1112d91eed27f83b' via api in 0.55 seconds1111[Jan 03 2023 20:03:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.75 seconds1112[Jan 03 2023 20:03:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1113[Jan 03 2023 20:03:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1114[Jan 03 2023 20:03:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1115[Jan 03 2023 20:03:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1116[Jan 03 2023 20:03:43 UTC (QA Tests)] INFO -- clicking :sign_in_button1117[Jan 03 2023 20:03:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1118[Jan 03 2023 20:03:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1119[Jan 03 2023 20:03:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a81120[Jan 03 2023 20:03:46 UTC (QA Tests)] INFO -- clicking :new_project_button1121[Jan 03 2023 20:03:47 UTC (QA Tests)] INFO -- clicking :panel_link1122[Jan 03 2023 20:03:47 UTC (QA Tests)] INFO -- clicking :use_template_button1123[Jan 03 2023 20:03:47 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1124[Jan 03 2023 20:03:47 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8"1125[Jan 03 2023 20:03:47 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1126 successfully imports the project using template1127 when instance level1128[Jan 03 2023 20:03:56 UTC (QA Tests)] INFO -- Starting test: Create Project templates when instance level successfully imports the project using template1129[Jan 03 2023 20:03:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1130[Jan 03 2023 20:03:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-62ed0e92a6c6fe89' via api in 0.4 seconds1131[Jan 03 2023 20:03:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/instance-template-container-group-62ed0e92a6c6fe89/template-project-1-4988e669b8d370b5' via api in 0.63 seconds1132[Jan 03 2023 20:03:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.72 seconds1133[Jan 03 2023 20:04:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1134[Jan 03 2023 20:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1135[Jan 03 2023 20:04:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1136[Jan 03 2023 20:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1137[Jan 03 2023 20:04:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1138[Jan 03 2023 20:04:06 UTC (QA Tests)] INFO -- clicking :navbar_dropdown1139[Jan 03 2023 20:04:06 UTC (QA Tests)] INFO -- clicking :admin_area_link1140[Jan 03 2023 20:04:08 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link1141[Jan 03 2023 20:04:08 UTC (QA Tests)] INFO -- clicking :admin_settings_templates_link1142[Jan 03 2023 20:04:11 UTC (QA Tests)] INFO -- Searching and selecting: instance-template-container-group-62ed0e92a6c6fe891143[Jan 03 2023 20:04:11 UTC (QA Tests)] INFO -- clicking :save_changes_button1144[Jan 03 2023 20:04:12 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="admin_settings_menu_link"],.qa-admin-settings-menu-link1145[Jan 03 2023 20:04:13 UTC (QA Tests)] INFO -- clicking :admin_settings_templates_link1146[Jan 03 2023 20:04:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1147[Jan 03 2023 20:04:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.23 seconds1148[Jan 03 2023 20:04:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a81149[Jan 03 2023 20:04:16 UTC (QA Tests)] INFO -- clicking :new_project_button1150[Jan 03 2023 20:04:16 UTC (QA Tests)] INFO -- clicking :panel_link1151[Jan 03 2023 20:04:16 UTC (QA Tests)] INFO -- clicking :instance_templates_tab1152[Jan 03 2023 20:04:17 UTC (QA Tests)] INFO -- clicking :use_template_button1153[Jan 03 2023 20:04:17 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1154[Jan 03 2023 20:04:17 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8"1155[Jan 03 2023 20:04:17 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field1156 successfully imports the project using template1157Create1158 Push over HTTP using Git protocol version 21159[Jan 03 2023 20:04:25 UTC (QA Tests)] INFO -- Starting test: Create Push over HTTP using Git protocol version 2 user pushes to the repository1160[Jan 03 2023 20:04:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1161[Jan 03 2023 20:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1162[Jan 03 2023 20:04:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1163[Jan 03 2023 20:04:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1164[Jan 03 2023 20:04:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1165[Jan 03 2023 20:04:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1166[Jan 03 2023 20:04:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1167[Jan 03 2023 20:04:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/git-protocol-project-22e36f42156bb9da' via api in 0.85 seconds1168[Jan 03 2023 20:04:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/git-protocol-project-22e36f42156bb9da1169 user pushes to the repository1170Create1171 Version control for project snippets1172[Jan 03 2023 20:04:36 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over SSH, deletes via UI1173[Jan 03 2023 20:04:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1174[Jan 03 2023 20:04:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1175[Jan 03 2023 20:04:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1176[Jan 03 2023 20:04:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1177[Jan 03 2023 20:04:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1178[Jan 03 2023 20:04:43 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230103-40-1t742ib/id_rsa -N `1179[Jan 03 2023 20:04:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.79 seconds1180[Jan 03 2023 20:04:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1181[Jan 03 2023 20:04:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1182[Jan 03 2023 20:04:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-c707e10964a6224d' via api in 0.83 seconds1183[Jan 03 2023 20:04:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.37 seconds1184[Jan 03 2023 20:04:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-c707e10964a6224d/-/snippets/21185[Jan 03 2023 20:04:47 UTC (QA Tests)] INFO -- clicking :clone_button1186[Jan 03 2023 20:04:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.3 seconds1187[Jan 03 2023 20:04:49 UTC (QA Tests)] INFO -- clicking :snippet_action_button1188[Jan 03 2023 20:04:49 UTC (QA Tests)] INFO -- clicking :delete_snippet_button1189[Jan 03 2023 20:04:51 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'1190 clones, pushes, and pulls a project snippet over SSH, deletes via UI1191[Jan 03 2023 20:04:51 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over HTTP, edits via UI1192[Jan 03 2023 20:04:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1193[Jan 03 2023 20:04:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1194[Jan 03 2023 20:04:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1195[Jan 03 2023 20:04:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1196[Jan 03 2023 20:04:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1197[Jan 03 2023 20:04:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1198[Jan 03 2023 20:04:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1199[Jan 03 2023 20:04:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-cbe2da61639fbf76' via api in 0.89 seconds1200[Jan 03 2023 20:04:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.44 seconds1201[Jan 03 2023 20:04:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-cbe2da61639fbf76/-/snippets/31202[Jan 03 2023 20:05:00 UTC (QA Tests)] INFO -- clicking :clone_button1203[Jan 03 2023 20:05:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.47 seconds1204[Jan 03 2023 20:05:03 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1205[Jan 03 2023 20:05:14 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1206[Jan 03 2023 20:05:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectSnippet with id '3'1207[Jan 03 2023 20:05:17 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230103-40-1oy78uh/id_rsa -N `1208[Jan 03 2023 20:05:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.53 seconds1209[Jan 03 2023 20:05:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1210 clones, pushes, and pulls a project snippet over HTTP, edits via UI1211Create1212 Web IDE file templates1213[Jan 03 2023 20:05:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1214[Jan 03 2023 20:05:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1215[Jan 03 2023 20:05:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13' via api in 1.24 seconds1216[Jan 03 2023 20:05:19 UTC (QA Tests)] INFO -- Disabling feature: vscode_web_ide for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13"1217[Jan 03 2023 20:05:19 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: vscode_web_ide1218[Jan 03 2023 20:05:19 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python1219[Jan 03 2023 20:05:24 UTC (QA Tests)] INFO -- filling :login_field with "root"1220[Jan 03 2023 20:05:24 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1221[Jan 03 2023 20:05:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"1222[Jan 03 2023 20:05:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1223[Jan 03 2023 20:05:24 UTC (QA Tests)] INFO -- clicking :sign_in_button1224[Jan 03 2023 20:05:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b131225[Jan 03 2023 20:05:28 UTC (QA Tests)] INFO -- clicking :web_ide_button1226[Jan 03 2023 20:05:29 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1227[Jan 03 2023 20:05:30 UTC (QA Tests)] INFO -- clicking :file_template_dropdown1228[Jan 03 2023 20:05:30 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Python"1229[Jan 03 2023 20:05:30 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input1230[Jan 03 2023 20:05:31 UTC (QA Tests)] INFO -- clicking :file_name_content1231[Jan 03 2023 20:05:31 UTC (QA Tests)] INFO -- clicking :dropdown_button1232[Jan 03 2023 20:05:31 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1233[Jan 03 2023 20:05:31 UTC (QA Tests)] INFO -- filling :file_name_field with "ab41ad0641bf9199/Dockerfile"1234[Jan 03 2023 20:05:31 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1235[Jan 03 2023 20:05:32 UTC (QA Tests)] INFO -- clicking :begin_commit_button1236[Jan 03 2023 20:05:33 UTC (QA Tests)] INFO -- clicking :commit_button1237[Jan 03 2023 20:05:34 UTC (QA Tests)] ERROR -- Interceptor Api Errors1238[422] POST /gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13/ide_terminals/check_config -- Correlation Id: 01GNWKTEE2EAW0GW05HNZ21FZY1239 user adds Dockerfile via file template Python1240[Jan 03 2023 20:05:34 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.01241[Jan 03 2023 20:05:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1242[Jan 03 2023 20:05:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1243[Jan 03 2023 20:05:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1244[Jan 03 2023 20:05:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1245[Jan 03 2023 20:05:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1246[Jan 03 2023 20:05:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b131247[Jan 03 2023 20:05:42 UTC (QA Tests)] INFO -- clicking :web_ide_button1248[Jan 03 2023 20:05:43 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1249[Jan 03 2023 20:05:44 UTC (QA Tests)] INFO -- clicking :file_template_dropdown1250[Jan 03 2023 20:05:44 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Mozilla Public License 2.0"1251[Jan 03 2023 20:05:44 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input1252[Jan 03 2023 20:05:45 UTC (QA Tests)] INFO -- clicking :file_name_content1253[Jan 03 2023 20:05:45 UTC (QA Tests)] INFO -- clicking :dropdown_button1254[Jan 03 2023 20:05:45 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1255[Jan 03 2023 20:05:46 UTC (QA Tests)] INFO -- filling :file_name_field with "d297ab20515c0b12/LICENSE"1256[Jan 03 2023 20:05:46 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1257[Jan 03 2023 20:05:47 UTC (QA Tests)] INFO -- clicking :begin_commit_button1258[Jan 03 2023 20:05:47 UTC (QA Tests)] INFO -- clicking :commit_button1259[Jan 03 2023 20:05:49 UTC (QA Tests)] ERROR -- Interceptor Api Errors1260[422] POST /gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13/ide_terminals/check_config -- Correlation Id: 01GNWKTWRR03CSCRHMB1AJCDE71261 user adds LICENSE via file template Mozilla Public License 2.01262[Jan 03 2023 20:05:49 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android1263[Jan 03 2023 20:05:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1264[Jan 03 2023 20:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1265[Jan 03 2023 20:05:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1266[Jan 03 2023 20:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1267[Jan 03 2023 20:05:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1268[Jan 03 2023 20:05:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b131269[Jan 03 2023 20:05:57 UTC (QA Tests)] INFO -- clicking :web_ide_button1270[Jan 03 2023 20:05:58 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1271[Jan 03 2023 20:05:59 UTC (QA Tests)] INFO -- clicking :file_template_dropdown1272[Jan 03 2023 20:06:00 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Android"1273[Jan 03 2023 20:06:00 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input1274[Jan 03 2023 20:06:01 UTC (QA Tests)] INFO -- clicking :file_name_content1275[Jan 03 2023 20:06:01 UTC (QA Tests)] INFO -- clicking :dropdown_button1276[Jan 03 2023 20:06:01 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1277[Jan 03 2023 20:06:01 UTC (QA Tests)] INFO -- filling :file_name_field with "41164e8a3e1ecfa4/.gitignore"1278[Jan 03 2023 20:06:01 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1279[Jan 03 2023 20:06:02 UTC (QA Tests)] INFO -- clicking :begin_commit_button1280[Jan 03 2023 20:06:03 UTC (QA Tests)] INFO -- clicking :commit_button1281[Jan 03 2023 20:06:04 UTC (QA Tests)] ERROR -- Interceptor Api Errors1282[422] POST /gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13/ide_terminals/check_config -- Correlation Id: 01GNWKVBHRJJMBW80RZ6H8PCBF1283 user adds .gitignore via file template Android1284[Jan 03 2023 20:06:04 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia1285[Jan 03 2023 20:06:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1286[Jan 03 2023 20:06:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1287[Jan 03 2023 20:06:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1288[Jan 03 2023 20:06:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1289[Jan 03 2023 20:06:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1290[Jan 03 2023 20:06:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b131291[Jan 03 2023 20:06:13 UTC (QA Tests)] INFO -- clicking :web_ide_button1292[Jan 03 2023 20:06:13 UTC (QA Tests)] INFO -- clicking :new_file_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1293[Jan 03 2023 20:06:14 UTC (QA Tests)] INFO -- clicking :file_template_dropdown1294[Jan 03 2023 20:06:14 UTC (QA Tests)] INFO -- filling :dropdown_filter_input with "Julia"1295[Jan 03 2023 20:06:14 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_filter_input1296[Jan 03 2023 20:06:16 UTC (QA Tests)] INFO -- clicking :file_name_content1297[Jan 03 2023 20:06:16 UTC (QA Tests)] INFO -- clicking :dropdown_button1298[Jan 03 2023 20:06:16 UTC (QA Tests)] INFO -- clicking :rename_move_button and ensuring QA::Page::Component::WebIDE::Modal::CreateNewFile is present1299[Jan 03 2023 20:06:17 UTC (QA Tests)] INFO -- filling :file_name_field with "e4c2a5c685bd2e38/.gitlab-ci.yml"1300[Jan 03 2023 20:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1301[Jan 03 2023 20:06:17 UTC (QA Tests)] INFO -- clicking :begin_commit_button1302[Jan 03 2023 20:06:18 UTC (QA Tests)] INFO -- clicking :commit_button1303[Jan 03 2023 20:06:19 UTC (QA Tests)] ERROR -- Interceptor Api Errors1304[422] POST /gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13/ide_terminals/check_config -- Correlation Id: 01GNWKVTHBYA7K1TEKV7AQ37KV1305 user adds .gitlab-ci.yml via file template Julia1306[Jan 03 2023 20:06:20 UTC (QA Tests)] INFO -- Enabling feature: vscode_web_ide for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file-template-project-916e456ba27f8b13"1307[Jan 03 2023 20:06:20 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: vscode_web_ide1308Manage1309 Project access token1310[Jan 03 2023 20:06:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1311[Jan 03 2023 20:06:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1312[Jan 03 2023 20:06:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-1e0cc29bcef8af13' via api in 1.22 seconds1313[Jan 03 2023 20:06:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectAccessToken with name 'api-project-access-token-xqf94bti', token's bot username 'project_34_bot' via api in 0.31 seconds1314 for a different project1315[Jan 03 2023 20:06:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1316[Jan 03 2023 20:06:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1317[Jan 03 2023 20:06:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3321945c96ece9e1' via api in 0.93 seconds1318[Jan 03 2023 20:06:22 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to create a file via the project API1319[Jan 03 2023 20:06:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1320[Jan 03 2023 20:06:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1321[Jan 03 2023 20:06:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-5eae483ec390e43e' via api in 1.22 seconds1322 cannot be used to create a file via the project API1323[Jan 03 2023 20:06:24 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for a different project cannot be used to commit via the API1324 cannot be used to commit via the API1325[Jan 03 2023 20:06:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3321945c96ece9e1'1326 for the same project1327[Jan 03 2023 20:06:24 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to commit via the API1328[Jan 03 2023 20:06:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds1329 can be used to commit via the API1330[Jan 03 2023 20:06:25 UTC (QA Tests)] INFO -- Starting test: Manage Project access token for the same project can be used to create a file via the project API1331[Jan 03 2023 20:06:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1332[Jan 03 2023 20:06:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1333[Jan 03 2023 20:06:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-d832e05086fe5da1' via api in 1.2 seconds1334[Jan 03 2023 20:06:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'text-308bf541a95a2b42.txt' via api in 0.44 seconds1335 can be used to create a file via the project API1336Create1337 Codeowners1338[Jan 03 2023 20:06:27 UTC (QA Tests)] INFO -- Starting test: Create Codeowners merge request assigns code owners as approvers1339[Jan 03 2023 20:06:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1340[Jan 03 2023 20:06:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.21 seconds1341[Jan 03 2023 20:06:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f' via api in 1.26 seconds1342[Jan 03 2023 20:06:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1343[Jan 03 2023 20:06:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f QA::Resource::Project1344[Jan 03 2023 20:06:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1345[Jan 03 2023 20:06:28 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f QA::Resource::Project1346[Jan 03 2023 20:06:33 UTC (QA Tests)] INFO -- filling :login_field with "root"1347[Jan 03 2023 20:06:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1348[Jan 03 2023 20:06:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1349[Jan 03 2023 20:06:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1350[Jan 03 2023 20:06:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1351[Jan 03 2023 20:06:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f1352[Jan 03 2023 20:06:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1353[Jan 03 2023 20:06:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1354[Jan 03 2023 20:06:38 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f1355[Jan 03 2023 20:06:39 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1356[Jan 03 2023 20:06:39 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1357[Jan 03 2023 20:06:41 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1358[Jan 03 2023 20:06:42 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown1359[Jan 03 2023 20:06:42 UTC (QA Tests)] INFO -- clicking :allowed_to_merge_dropdown1360[Jan 03 2023 20:06:42 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown1361[Jan 03 2023 20:06:42 UTC (QA Tests)] INFO -- clicking :allowed_to_push_dropdown1362[Jan 03 2023 20:06:42 UTC (QA Tests)] INFO -- clicking :protect_button1363[Jan 03 2023 20:06:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 6.81 seconds1364[Jan 03 2023 20:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.36 seconds1365[Jan 03 2023 20:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.71 seconds1366[Jan 03 2023 20:06:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/assign-approvers-caad77e07e32123f/-/merge_requests/11367[Jan 03 2023 20:06:48 UTC (QA Tests)] INFO -- clicking :edit_button1368 merge request assigns code owners as approvers1369Plan1370 Contribution Analytics1371[Jan 03 2023 20:06:49 UTC (QA Tests)] INFO -- Starting test: Plan Contribution Analytics tests contributions1372[Jan 03 2023 20:06:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1373[Jan 03 2023 20:06:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1374[Jan 03 2023 20:06:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1375[Jan 03 2023 20:06:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1376[Jan 03 2023 20:06:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1377[Jan 03 2023 20:06:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1378[Jan 03 2023 20:06:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/contribution_analytics-ffcccf74d6b0a84a' via api in 0.39 seconds1379[Jan 03 2023 20:06:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/contribution_analytics-ffcccf74d6b0a84a/contribution_analytics-cc3fa22f3a366963' via api in 0.62 seconds1380[Jan 03 2023 20:06:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '10' via api in 0.26 seconds1381[Jan 03 2023 20:06:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/contribution_analytics-ffcccf74d6b0a84a/contribution_analytics-cc3fa22f3a366963/-/issues/11382[Jan 03 2023 20:07:00 UTC (QA Tests)] INFO -- clicking :close_issue_button1383[Jan 03 2023 20:07:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1384[Jan 03 2023 20:07:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1385[Jan 03 2023 20:07:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.87 seconds1386[Jan 03 2023 20:07:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/contribution_analytics-ffcccf74d6b0a84a/contribution_analytics-cc3fa22f3a366963/-/merge_requests/11387[Jan 03 2023 20:07:13 UTC (QA Tests)] INFO -- clicking :merge_button1388[Jan 03 2023 20:07:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/contribution_analytics-ffcccf74d6b0a84a1389[Jan 03 2023 20:07:17 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1390[Jan 03 2023 20:07:17 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1391 tests contributions1392Manage1393 2FA1394[Jan 03 2023 20:07:18 UTC (QA Tests)] INFO -- Starting test: Manage 2FA allows using 2FA recovery code once only1395[Jan 03 2023 20:07:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-8ab2dbe5c451a259' via api in 0.26 seconds1396[Jan 03 2023 20:07:19 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-8ab2dbe5c451a2591397[Jan 03 2023 20:07:19 UTC (QA Tests)] INFO -- Caching token for username: qa-user-8ab2dbe5c451a259, last six chars of token:HZZQHk1398[Jan 03 2023 20:07:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-8ab2dbe5c451a259-ogng3jde' via api in 0.09 seconds1399[Jan 03 2023 20:07:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-2fa-recovery-sandbox-group-a9c2d5fb' via api in 0.38 seconds1400[Jan 03 2023 20:07:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-2fa-recovery-sandbox-group-a9c2d5fb/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.34 seconds1401[Jan 03 2023 20:07:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-ab28046af334609d' via api in 0.28 seconds1402[Jan 03 2023 20:07:20 UTC (QA Tests)] INFO -- Adding user qa-user-ab28046af334609d to gitlab-qa-2fa-recovery-sandbox-group-a9c2d5fb/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8 QA::Resource::Group1403[Jan 03 2023 20:07:25 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ab28046af334609d"1404[Jan 03 2023 20:07:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1405[Jan 03 2023 20:07:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"1406[Jan 03 2023 20:07:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1407[Jan 03 2023 20:07:25 UTC (QA Tests)] INFO -- clicking :sign_in_button1408[Jan 03 2023 20:07:30 UTC (QA Tests)] INFO -- filling :pin_code_field with "518207"1409[Jan 03 2023 20:07:30 UTC (QA Tests)] INFO -- clicking the coordinates of :pin_code_field1410[Jan 03 2023 20:07:31 UTC (QA Tests)] INFO -- filling :current_password_field with "*****"1411[Jan 03 2023 20:07:31 UTC (QA Tests)] INFO -- clicking the coordinates of :current_password_field1412[Jan 03 2023 20:07:31 UTC (QA Tests)] INFO -- clicking :register_2fa_app_button1413[Jan 03 2023 20:07:33 UTC (QA Tests)] INFO -- clicking :copy_button1414[Jan 03 2023 20:07:33 UTC (QA Tests)] INFO -- clicking :proceed_button1415[Jan 03 2023 20:07:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content1416[Jan 03 2023 20:07:36 UTC (QA Tests)] INFO -- clicking :sign_out_link1417[Jan 03 2023 20:07:39 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ab28046af334609d"1418[Jan 03 2023 20:07:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1419[Jan 03 2023 20:07:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1420[Jan 03 2023 20:07:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1421[Jan 03 2023 20:07:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1422[Jan 03 2023 20:07:40 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "54e68dda328e6243"1423[Jan 03 2023 20:07:40 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1424[Jan 03 2023 20:07:41 UTC (QA Tests)] INFO -- clicking :verify_code_button1425[Jan 03 2023 20:07:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content1426[Jan 03 2023 20:07:46 UTC (QA Tests)] INFO -- clicking :sign_out_link1427[Jan 03 2023 20:07:48 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-ab28046af334609d"1428[Jan 03 2023 20:07:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1429[Jan 03 2023 20:07:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1430[Jan 03 2023 20:07:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1431[Jan 03 2023 20:07:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1432[Jan 03 2023 20:07:49 UTC (QA Tests)] INFO -- filling :two_fa_code_field with "54e68dda328e6243"1433[Jan 03 2023 20:07:49 UTC (QA Tests)] INFO -- clicking the coordinates of :two_fa_code_field1434[Jan 03 2023 20:07:50 UTC (QA Tests)] INFO -- clicking :verify_code_button1435 allows using 2FA recovery code once only1436Verify1437 Pipeline subscription with a group owned project1438 when upstream project new tag pipeline finishes1439[Jan 03 2023 20:07:51 UTC (QA Tests)] INFO -- Starting test: Verify Pipeline subscription with a group owned project when upstream project new tag pipeline finishes triggers pipeline in downstream project1440[Jan 03 2023 20:07:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1441[Jan 03 2023 20:07:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866' via api in 0.48 seconds1442[Jan 03 2023 20:07:51 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`1443[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1444[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-6e91cd --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-6e91cd 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-6e91cd --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-6e91cd --executor shell && gitlab-runner run" `1445[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-6e91cd`1446[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`1447[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- Looking for list of runners via API...1448[Jan 03 2023 20:07:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-6e91cd' via api in 1.14 seconds1449[Jan 03 2023 20:07:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/project-with-pipeline-subscription-20679257bb6aa1f5' via api in 0.65 seconds1450[Jan 03 2023 20:07:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/upstream-project-for-subscription-156c6ad25be707a8' via api in 0.61 seconds1451[Jan 03 2023 20:07:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.53 seconds1452[Jan 03 2023 20:07:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.68 seconds1453[Jan 03 2023 20:07:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1454[Jan 03 2023 20:07:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1455[Jan 03 2023 20:08:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1456[Jan 03 2023 20:08:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1457[Jan 03 2023 20:08:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1458[Jan 03 2023 20:08:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/project-with-pipeline-subscription-20679257bb6aa1f51459[Jan 03 2023 20:08:03 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1460[Jan 03 2023 20:08:04 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1461[Jan 03 2023 20:08:06 UTC (QA Tests)] INFO -- filling :upstream_project_path_field with "gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/upstream-project-for-subscription-156c6ad25be707a8"1462[Jan 03 2023 20:08:06 UTC (QA Tests)] INFO -- clicking the coordinates of :upstream_project_path_field1463[Jan 03 2023 20:08:07 UTC (QA Tests)] INFO -- clicking :subscribe_button1464[Jan 03 2023 20:08:08 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::PipelineSubscriptions via browser_ui in 4.93 seconds1465[Jan 03 2023 20:08:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Tag with name 'awesome-tag-a468cb' via api in 0.31 seconds1466[Jan 03 2023 20:08:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/project-with-pipeline-subscription-20679257bb6aa1f51467[Jan 03 2023 20:08:10 UTC (QA Tests)] INFO -- Waiting for upstream pipeline to succeed.1468[Jan 03 2023 20:08:13 UTC (QA Tests)] INFO -- Waiting for upstream pipeline to succeed.1469[Jan 03 2023 20:08:13 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1470[Jan 03 2023 20:08:14 UTC (QA Tests)] INFO -- Running eventually matcher with 'equal' operator with: '{:sleep_interval=>0.5}' arguments1471[Jan 03 2023 20:08:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-6e91cd'1472[Jan 03 2023 20:08:25 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-6e91cd`1473[Jan 03 2023 20:08:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/upstream-project-for-subscription-156c6ad25be707a8'1474[Jan 03 2023 20:08:25 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866/project-with-pipeline-subscription-20679257bb6aa1f5'1475[Jan 03 2023 20:08:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-pipeline-subscriptions-1ea866'1476 triggers pipeline in downstream project1477Create1478 push after setting the file size limit via admin/application_settings1479[Jan 03 2023 20:08:26 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit1480[Jan 03 2023 20:08:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1481[Jan 03 2023 20:08:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1482[Jan 03 2023 20:08:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-test-push-limit-20c06e00b8fd8e10' via api in 1.24 seconds1483 push fails when the file size is above the limit1484[Jan 03 2023 20:08:31 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit1485[Jan 03 2023 20:08:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1486[Jan 03 2023 20:08:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1487[Jan 03 2023 20:08:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-test-push-limit-02797fc4bc31d850' via api in 1.25 seconds1488[Jan 03 2023 20:08:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 2.07 seconds1489 push successful when the file size is under the limit1490Verify1491 Include local config file paths with wildcard1492[Jan 03 2023 20:08:35 UTC (QA Tests)] INFO -- Starting test: Verify Include local config file paths with wildcard runs the pipeline with composed config1493[Jan 03 2023 20:08:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1494[Jan 03 2023 20:08:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1495[Jan 03 2023 20:08:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1496[Jan 03 2023 20:08:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1497[Jan 03 2023 20:08:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1498[Jan 03 2023 20:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1499[Jan 03 2023 20:08:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1500[Jan 03 2023 20:08:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-pipeline-aafc29b0f0067563' via api in 0.77 seconds1501[Jan 03 2023 20:08:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.54 seconds1502[Jan 03 2023 20:08:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-pipeline-aafc29b0f00675631503[Jan 03 2023 20:08:44 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1504[Jan 03 2023 20:08:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-pipeline-aafc29b0f0067563'1505 runs the pipeline with composed config1506Create1507 File Locking1508[Jan 03 2023 20:08:46 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user1509[Jan 03 2023 20:08:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1510[Jan 03 2023 20:08:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1511[Jan 03 2023 20:08:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1512[Jan 03 2023 20:08:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1513[Jan 03 2023 20:08:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1514[Jan 03 2023 20:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1515[Jan 03 2023 20:08:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1516[Jan 03 2023 20:08:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-1ceb889426ebea93' via api in 1.22 seconds1517[Jan 03 2023 20:08:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.64 seconds1518[Jan 03 2023 20:08:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1519[Jan 03 2023 20:08:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.19 seconds1520[Jan 03 2023 20:08:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1521[Jan 03 2023 20:08:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1522[Jan 03 2023 20:08:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1523[Jan 03 2023 20:08:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.15 seconds1524[Jan 03 2023 20:09:02 UTC (QA Tests)] INFO -- clicking :user_avatar_content1525[Jan 03 2023 20:09:02 UTC (QA Tests)] INFO -- clicking :sign_out_link1526[Jan 03 2023 20:09:15 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1527[Jan 03 2023 20:09:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1528[Jan 03 2023 20:09:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1529[Jan 03 2023 20:09:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1530[Jan 03 2023 20:09:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1531[Jan 03 2023 20:09:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-1ceb889426ebea931532[Jan 03 2023 20:09:19 UTC (QA Tests)] INFO -- clicking :file_name_link1533[Jan 03 2023 20:09:19 UTC (QA Tests)] INFO -- clicking :lock_button1534[Jan 03 2023 20:09:19 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1535[Jan 03 2023 20:09:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.54 seconds1536 locks a file and tries to push as a second user1537[Jan 03 2023 20:09:24 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list1538[Jan 03 2023 20:09:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1539[Jan 03 2023 20:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1540[Jan 03 2023 20:09:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1541[Jan 03 2023 20:09:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1542[Jan 03 2023 20:09:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1543[Jan 03 2023 20:09:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1544[Jan 03 2023 20:09:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1545[Jan 03 2023 20:09:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-032abff6cf6f5980' via api in 1.24 seconds1546[Jan 03 2023 20:09:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.66 seconds1547[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1548[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1549[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1550[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1551[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1552[Jan 03 2023 20:09:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.13 seconds1553[Jan 03 2023 20:09:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content1554[Jan 03 2023 20:09:40 UTC (QA Tests)] INFO -- clicking :sign_out_link1555[Jan 03 2023 20:09:53 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1556[Jan 03 2023 20:09:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1557[Jan 03 2023 20:09:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1558[Jan 03 2023 20:09:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1559[Jan 03 2023 20:09:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1560[Jan 03 2023 20:09:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-032abff6cf6f59801561[Jan 03 2023 20:09:57 UTC (QA Tests)] INFO -- clicking :file_name_link1562[Jan 03 2023 20:09:57 UTC (QA Tests)] INFO -- clicking :lock_button1563[Jan 03 2023 20:09:57 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1564[Jan 03 2023 20:09:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-032abff6cf6f59801565[Jan 03 2023 20:09:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1566[Jan 03 2023 20:10:00 UTC (QA Tests)] INFO -- clicking :unlock_button1567[Jan 03 2023 20:10:00 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1568[Jan 03 2023 20:10:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.44 seconds1569 locks a file and unlocks in list1570[Jan 03 2023 20:10:02 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user1571[Jan 03 2023 20:10:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1572[Jan 03 2023 20:10:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1573[Jan 03 2023 20:10:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1574[Jan 03 2023 20:10:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1575[Jan 03 2023 20:10:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1576[Jan 03 2023 20:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1577[Jan 03 2023 20:10:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1578[Jan 03 2023 20:10:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-746a3f42b4103c5c' via api in 1.34 seconds1579[Jan 03 2023 20:10:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.67 seconds1580[Jan 03 2023 20:10:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1581[Jan 03 2023 20:10:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1582[Jan 03 2023 20:10:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds1583[Jan 03 2023 20:10:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1584[Jan 03 2023 20:10:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1585[Jan 03 2023 20:10:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.17 seconds1586[Jan 03 2023 20:10:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.41 seconds1587[Jan 03 2023 20:10:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content1588[Jan 03 2023 20:10:19 UTC (QA Tests)] INFO -- clicking :sign_out_link1589[Jan 03 2023 20:10:33 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1590[Jan 03 2023 20:10:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1591[Jan 03 2023 20:10:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1592[Jan 03 2023 20:10:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1593[Jan 03 2023 20:10:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1594[Jan 03 2023 20:10:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-746a3f42b4103c5c1595[Jan 03 2023 20:10:36 UTC (QA Tests)] INFO -- clicking :file_name_link1596[Jan 03 2023 20:10:36 UTC (QA Tests)] INFO -- clicking :lock_button1597[Jan 03 2023 20:10:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1598[Jan 03 2023 20:10:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds1599 locks a directory and tries to push as a second user1600[Jan 03 2023 20:10:42 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge1601[Jan 03 2023 20:10:46 UTC (QA Tests)] INFO -- filling :login_field with "root"1602[Jan 03 2023 20:10:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1603[Jan 03 2023 20:10:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1604[Jan 03 2023 20:10:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1605[Jan 03 2023 20:10:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1606[Jan 03 2023 20:10:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1607[Jan 03 2023 20:10:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds1608[Jan 03 2023 20:10:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-b8ebc1167cf837d8' via api in 1.24 seconds1609[Jan 03 2023 20:10:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.86 seconds1610[Jan 03 2023 20:10:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.21 seconds1611[Jan 03 2023 20:10:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.23 seconds1612[Jan 03 2023 20:10:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1613[Jan 03 2023 20:10:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.15 seconds1614[Jan 03 2023 20:10:53 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1615[Jan 03 2023 20:10:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.15 seconds1616[Jan 03 2023 20:10:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.38 seconds1617[Jan 03 2023 20:10:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.66 seconds1618[Jan 03 2023 20:10:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-b8ebc1167cf837d81619[Jan 03 2023 20:10:57 UTC (QA Tests)] INFO -- clicking :file_name_link1620[Jan 03 2023 20:10:57 UTC (QA Tests)] INFO -- clicking :lock_button1621[Jan 03 2023 20:10:57 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1622[Jan 03 2023 20:11:02 UTC (QA Tests)] INFO -- clicking :user_avatar_content1623[Jan 03 2023 20:11:02 UTC (QA Tests)] INFO -- clicking :sign_out_link1624[Jan 03 2023 20:11:16 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1625[Jan 03 2023 20:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1626[Jan 03 2023 20:11:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1627[Jan 03 2023 20:11:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1628[Jan 03 2023 20:11:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1629[Jan 03 2023 20:11:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-b8ebc1167cf837d8/-/merge_requests/11630[Jan 03 2023 20:11:20 UTC (QA Tests)] INFO -- clicking :merge_button1631[Jan 03 2023 20:11:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1632 creates a merge request and fails to merge1633[Jan 03 2023 20:11:23 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled1634[Jan 03 2023 20:11:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1635[Jan 03 2023 20:11:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1636[Jan 03 2023 20:11:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1637[Jan 03 2023 20:11:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1638[Jan 03 2023 20:11:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1639[Jan 03 2023 20:11:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1640[Jan 03 2023 20:11:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1641[Jan 03 2023 20:11:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-f0b928d59dae3147' via api in 1.24 seconds1642[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.68 seconds1643[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1644[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1645[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.12 seconds1646[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.15 seconds1647[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1648[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.13 seconds1649[Jan 03 2023 20:11:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-f0b928d59dae31471650[Jan 03 2023 20:11:34 UTC (QA Tests)] INFO -- clicking :file_name_link1651[Jan 03 2023 20:11:35 UTC (QA Tests)] INFO -- clicking :lock_button1652[Jan 03 2023 20:11:35 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1653[Jan 03 2023 20:11:40 UTC (QA Tests)] INFO -- clicking :user_avatar_content1654[Jan 03 2023 20:11:40 UTC (QA Tests)] INFO -- clicking :sign_out_link1655[Jan 03 2023 20:11:54 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1656[Jan 03 2023 20:11:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1657[Jan 03 2023 20:11:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1658[Jan 03 2023 20:11:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1659[Jan 03 2023 20:11:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1660[Jan 03 2023 20:11:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/file_locking-f0b928d59dae31471661[Jan 03 2023 20:11:57 UTC (QA Tests)] INFO -- clicking :file_name_link1662 checks file locked by other user to be disabled1663Fulfillment1664 Purchase CI minutes1665 without active subscription1666 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1667 with an active subscription1668 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1669 with existing CI minutes packs1670 adds additional minutes to group namespace (PENDING: Test is not compatible with this environment or pipeline)1671Plan1672 Group Iterations1673[Jan 03 2023 20:11:57 UTC (QA Tests)] INFO -- Starting test: Plan Group Iterations creates a group iteration automatically through an iteration cadence1674[Jan 03 2023 20:11:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1675[Jan 03 2023 20:11:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-to-test-creating-iteration-cadences-20b730b2d94a2965' via api in 0.38 seconds1676[Jan 03 2023 20:12:02 UTC (QA Tests)] INFO -- filling :login_field with "root"1677[Jan 03 2023 20:12:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1678[Jan 03 2023 20:12:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1679[Jan 03 2023 20:12:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1680[Jan 03 2023 20:12:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1681[Jan 03 2023 20:12:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-3/group-to-test-creating-iteration-cadences-20b730b2d94a29651682[Jan 03 2023 20:12:06 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1683[Jan 03 2023 20:12:06 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1684[Jan 03 2023 20:12:07 UTC (QA Tests)] INFO -- clicking :create_new_cadence_button1685[Jan 03 2023 20:12:07 UTC (QA Tests)] INFO -- filling :iteration_cadence_title_field with "Group iteration cadence created via GUI 22b0608fbe7eb929"1686[Jan 03 2023 20:12:07 UTC (QA Tests)] INFO -- clicking the coordinates of :iteration_cadence_title_field1687[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- filling :iteration_cadence_start_date_field with "2023/01/03"1688[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- clicking the coordinates of :iteration_cadence_start_date_field1689[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- selecting "2" in :iteration_cadence_duration_field1690[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- selecting "2" in :iteration_cadence_upcoming_iterations_field1691[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- clicking :save_iteration_cadence_button1692[Jan 03 2023 20:12:08 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::GroupCadence via browser_ui in 3.3 seconds1693[Jan 03 2023 20:12:09 UTC (QA Tests)] INFO -- clicking :iteration_item1694 creates a group iteration automatically through an iteration cadence1695Create1696 Approval rules1697[Jan 03 2023 20:12:09 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups1698[Jan 03 2023 20:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1699[Jan 03 2023 20:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1700[Jan 03 2023 20:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2' via api in 0.9 seconds1701[Jan 03 2023 20:12:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.11 seconds1702[Jan 03 2023 20:12:10 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2 QA::Resource::Project1703[Jan 03 2023 20:12:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.11 seconds1704[Jan 03 2023 20:12:11 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8 QA::Resource::Group1705[Jan 03 2023 20:12:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1706[Jan 03 2023 20:12:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1707[Jan 03 2023 20:12:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1708[Jan 03 2023 20:12:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1709[Jan 03 2023 20:12:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1710[Jan 03 2023 20:12:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1711[Jan 03 2023 20:12:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1712[Jan 03 2023 20:12:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc21713[Jan 03 2023 20:12:20 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1714[Jan 03 2023 20:12:21 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"1715[Jan 03 2023 20:12:21 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1716[Jan 03 2023 20:12:22 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"1717[Jan 03 2023 20:12:22 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1718[Jan 03 2023 20:12:22 UTC (QA Tests)] INFO -- clicking :add_approvers_button1719[Jan 03 2023 20:12:23 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"1720[Jan 03 2023 20:12:23 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1721[Jan 03 2023 20:12:24 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1722[Jan 03 2023 20:12:24 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1723[Jan 03 2023 20:12:25 UTC (QA Tests)] INFO -- clicking :add_approvers_button1724[Jan 03 2023 20:12:26 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"1725[Jan 03 2023 20:12:26 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1726[Jan 03 2023 20:12:27 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1727[Jan 03 2023 20:12:27 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1728[Jan 03 2023 20:12:28 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1729[Jan 03 2023 20:12:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 13.17 seconds1730[Jan 03 2023 20:12:36 UTC (QA Tests)] INFO -- clicking :user_avatar_content1731[Jan 03 2023 20:12:37 UTC (QA Tests)] INFO -- clicking :sign_out_link1732[Jan 03 2023 20:12:39 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1733[Jan 03 2023 20:12:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1734[Jan 03 2023 20:12:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1735[Jan 03 2023 20:12:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1736[Jan 03 2023 20:12:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1737[Jan 03 2023 20:12:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2/-/merge_requests/11738[Jan 03 2023 20:12:43 UTC (QA Tests)] INFO -- clicking :approve_button1739[Jan 03 2023 20:12:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content1740[Jan 03 2023 20:12:51 UTC (QA Tests)] INFO -- clicking :sign_out_link1741[Jan 03 2023 20:12:54 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"1742[Jan 03 2023 20:12:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1743[Jan 03 2023 20:12:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1744[Jan 03 2023 20:12:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1745[Jan 03 2023 20:12:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1746[Jan 03 2023 20:12:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2/-/merge_requests/11747[Jan 03 2023 20:12:59 UTC (QA Tests)] INFO -- clicking :approve_button1748[Jan 03 2023 20:13:05 UTC (QA Tests)] INFO -- clicking :user_avatar_content1749[Jan 03 2023 20:13:06 UTC (QA Tests)] INFO -- clicking :sign_out_link1750[Jan 03 2023 20:13:08 UTC (QA Tests)] INFO -- filling :login_field with "root"1751[Jan 03 2023 20:13:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1752[Jan 03 2023 20:13:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1753[Jan 03 2023 20:13:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1754[Jan 03 2023 20:13:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1755[Jan 03 2023 20:13:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2/-/merge_requests/11756[Jan 03 2023 20:13:12 UTC (QA Tests)] INFO -- clicking :merge_button1757[Jan 03 2023 20:13:15 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8 QA::Resource::Group1758[Jan 03 2023 20:13:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/approval-rules-de049b6764b1fcc2'1759 allows multiple approval rules with users and groups1760Create1761 Merge request squashing1762[Jan 03 2023 20:13:16 UTC (QA Tests)] INFO -- Starting test: Create Merge request squashing user squashes commits while merging1763[Jan 03 2023 20:13:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1764[Jan 03 2023 20:13:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1765[Jan 03 2023 20:13:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1766[Jan 03 2023 20:13:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1767[Jan 03 2023 20:13:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1768[Jan 03 2023 20:13:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1769[Jan 03 2023 20:13:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1770[Jan 03 2023 20:13:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/squash-before-merge-c6984a639d432d0a' via api in 0.84 seconds1771[Jan 03 2023 20:13:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1772[Jan 03 2023 20:13:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds1773[Jan 03 2023 20:13:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.67 seconds1774[Jan 03 2023 20:13:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.73 seconds1775[Jan 03 2023 20:13:27 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/squash-before-merge-c6984a639d432d0a/-/merge_requests/11776[Jan 03 2023 20:13:29 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}1777[Jan 03 2023 20:13:30 UTC (QA Tests)] INFO -- clicking :merge_button1778 user squashes commits while merging1779Manage1780 User1781 when added to sub-group1782[Jan 03 2023 20:13:33 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to edit the parent group project files1783[Jan 03 2023 20:13:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1784[Jan 03 2023 20:13:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-ac6ea2db79be0746' via api in 0.4 seconds1785[Jan 03 2023 20:13:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-project-to-test-user-access-eeefa24e7121a7b8' via api in 0.99 seconds1786[Jan 03 2023 20:13:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-8b33668bbd6dc5e8' via api in 0.25 seconds1787[Jan 03 2023 20:13:35 UTC (QA Tests)] INFO -- Adding user qa-user-8b33668bbd6dc5e8 to gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-ac6ea2db79be0746 QA::Resource::Group1788[Jan 03 2023 20:13:39 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-8b33668bbd6dc5e8"1789[Jan 03 2023 20:13:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1790[Jan 03 2023 20:13:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"1791[Jan 03 2023 20:13:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1792[Jan 03 2023 20:13:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1793[Jan 03 2023 20:13:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/sub-group-project-to-test-user-access-eeefa24e7121a7b81794[Jan 03 2023 20:13:42 UTC (QA Tests)] INFO -- clicking :file_name_link1795[Jan 03 2023 20:13:43 UTC (QA Tests)] INFO -- clicking :edit_menu_item1796[Jan 03 2023 20:13:43 UTC (QA Tests)] INFO -- clicking :edit_button1797 is not allowed to edit the parent group project files1798 when added to parent group1799[Jan 03 2023 20:13:43 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to edit the sub-group project files1800[Jan 03 2023 20:13:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1801[Jan 03 2023 20:13:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-639cbb5065b6c6f6' via api in 0.39 seconds1802[Jan 03 2023 20:13:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-b4460a98356cbb79' via api in 0.23 seconds1803[Jan 03 2023 20:13:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-639cbb5065b6c6f6/sub-group-project-to-test-user-access-d00a78fec07444ae' via api in 0.97 seconds1804[Jan 03 2023 20:13:45 UTC (QA Tests)] INFO -- Adding user qa-user-b4460a98356cbb79 to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox1805[Jan 03 2023 20:13:49 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-b4460a98356cbb79"1806[Jan 03 2023 20:13:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1807[Jan 03 2023 20:13:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"1808[Jan 03 2023 20:13:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1809[Jan 03 2023 20:13:50 UTC (QA Tests)] INFO -- clicking :sign_in_button1810[Jan 03 2023 20:13:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-639cbb5065b6c6f6/sub-group-project-to-test-user-access-d00a78fec07444ae1811[Jan 03 2023 20:13:53 UTC (QA Tests)] INFO -- clicking :file_name_link1812[Jan 03 2023 20:13:54 UTC (QA Tests)] INFO -- clicking :edit_menu_item1813[Jan 03 2023 20:13:54 UTC (QA Tests)] INFO -- clicking :edit_button1814 is allowed to edit the sub-group project files1815Manage1816 Gitlab migration1817 migrates large gitlab group via api (PENDING: Test is not compatible with this environment or pipeline)1818Create1819 Testing project wiki file upload1820[Jan 03 2023 20:13:55 UTC (QA Tests)] INFO -- Starting test: Create Testing project wiki file upload by creating a formatted page with an image uploaded1821[Jan 03 2023 20:13:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1822[Jan 03 2023 20:13:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1823[Jan 03 2023 20:14:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1824[Jan 03 2023 20:14:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1825[Jan 03 2023 20:14:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1826[Jan 03 2023 20:14:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1827[Jan 03 2023 20:14:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.16 seconds1828[Jan 03 2023 20:14:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/wiki_testing-4a68612a7f1d6345' via api in 0.82 seconds1829[Jan 03 2023 20:14:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Wiki::ProjectPage via api in 1.31 seconds1830[Jan 03 2023 20:14:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Wiki::ProjectPage at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/wiki_testing-4a68612a7f1d6345/-/wikis/Home1831[Jan 03 2023 20:14:04 UTC (QA Tests)] INFO -- clicking :new_page_button1832[Jan 03 2023 20:14:05 UTC (QA Tests)] INFO -- filling :wiki_title_textbox with "Content Editor Page"1833[Jan 03 2023 20:14:05 UTC (QA Tests)] INFO -- clicking the coordinates of :wiki_title_textbox1834[Jan 03 2023 20:14:06 UTC (QA Tests)] INFO -- clicking :editing_mode_switcher1835[Jan 03 2023 20:14:08 UTC (QA Tests)] INFO -- clicking :text_style_dropdown1836[Jan 03 2023 20:14:08 UTC (QA Tests)] INFO -- clicking :text_style_menu_item1837[Jan 03 2023 20:14:10 UTC (QA Tests)] INFO -- clicking :wiki_submit_button1838[Jan 03 2023 20:14:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/wiki_testing-4a68612a7f1d6345'1839 by creating a formatted page with an image uploaded1840Manage1841 rate limits1842[Jan 03 2023 20:14:11 UTC (QA Tests)] INFO -- Starting test: Manage rate limits throttles authenticated api requests by user1843[Jan 03 2023 20:14:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-6edb766de8ea0055' via api in 0.27 seconds1844[Jan 03 2023 20:14:12 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-6edb766de8ea00551845[Jan 03 2023 20:14:12 UTC (QA Tests)] INFO -- Caching token for username: qa-user-6edb766de8ea0055, last six chars of token:X8GuKP1846[Jan 03 2023 20:14:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-6edb766de8ea0055-rdwc1uz0' via api in 0.08 seconds1847[Jan 03 2023 20:14:12 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>5, :throttle_authenticated_api_period_in_seconds=>60, :throttle_authenticated_api_enabled=>true}1848[Jan 03 2023 20:14:13 UTC (QA Tests)] INFO -- Setting application settings: {:throttle_authenticated_api_requests_per_period=>7200, :throttle_authenticated_api_period_in_seconds=>3600, :throttle_authenticated_api_enabled=>false}1849[Jan 03 2023 20:14:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-6edb766de8ea0055'1850 throttles authenticated api requests by user1851Manage1852 Invite group1853 to personal namespace project1854 behaves like invites group to project1855[Jan 03 2023 20:14:13 UTC (QA Tests)] INFO -- Starting test: Manage Invite group to personal namespace project behaves like invites group to project verifies group is added and members can access project with correct access level1856[Jan 03 2023 20:14:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1857[Jan 03 2023 20:14:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1858[Jan 03 2023 20:14:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1859[Jan 03 2023 20:14:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1860[Jan 03 2023 20:14:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1861[Jan 03 2023 20:14:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1862[Jan 03 2023 20:14:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-personal-project-391f47eb961a915e' via api in 0.42 seconds1863[Jan 03 2023 20:14:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1864[Jan 03 2023 20:14:21 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/group-for-personal-project-391f47eb961a915e QA::Resource::Group1865[Jan 03 2023 20:14:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'root/personal-namespace-project-9a19ca89115edb4e' via api in 0.56 seconds1866[Jan 03 2023 20:14:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/root/personal-namespace-project-9a19ca89115edb4e1867[Jan 03 2023 20:14:22 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1868[Jan 03 2023 20:14:22 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1869[Jan 03 2023 20:14:23 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1870[Jan 03 2023 20:14:24 UTC (QA Tests)] INFO -- filling :group_select_dropdown_search_field with "group-for-personal-project-391f47eb961a915e"1871[Jan 03 2023 20:14:24 UTC (QA Tests)] INFO -- clicking the coordinates of :group_select_dropdown_search_field1872[Jan 03 2023 20:14:24 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1873[Jan 03 2023 20:14:24 UTC (QA Tests)] INFO -- clicking :invite_button1874[Jan 03 2023 20:14:26 UTC (QA Tests)] INFO -- clicking :groups_list_tab1875[Jan 03 2023 20:14:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content1876[Jan 03 2023 20:14:31 UTC (QA Tests)] INFO -- clicking :sign_out_link1877[Jan 03 2023 20:14:33 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1878[Jan 03 2023 20:14:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1879[Jan 03 2023 20:14:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1880[Jan 03 2023 20:14:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1881[Jan 03 2023 20:14:34 UTC (QA Tests)] INFO -- clicking :sign_in_button1882[Jan 03 2023 20:14:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/root/personal-namespace-project-9a19ca89115edb4e1883 verifies group is added and members can access project with correct access level1884 to group project1885 behaves like invites group to project1886[Jan 03 2023 20:14:36 UTC (QA Tests)] INFO -- Starting test: Manage Invite group to group project behaves like invites group to project verifies group is added and members can access project with correct access level1887[Jan 03 2023 20:14:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1888[Jan 03 2023 20:14:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1889[Jan 03 2023 20:14:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1890[Jan 03 2023 20:14:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1891[Jan 03 2023 20:14:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1892[Jan 03 2023 20:14:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1893[Jan 03 2023 20:14:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-group-project-50c6d19caed16639' via api in 0.36 seconds1894[Jan 03 2023 20:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1895[Jan 03 2023 20:14:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/group-for-group-project-50c6d19caed16639 QA::Resource::Group1896[Jan 03 2023 20:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1897[Jan 03 2023 20:14:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds1898[Jan 03 2023 20:14:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/group-project-02fc91fa2733379d' via api in 0.87 seconds1899[Jan 03 2023 20:14:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/group-project-02fc91fa2733379d1900[Jan 03 2023 20:14:46 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1901[Jan 03 2023 20:14:46 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1902[Jan 03 2023 20:14:47 UTC (QA Tests)] INFO -- clicking :invite_a_group_button1903[Jan 03 2023 20:14:47 UTC (QA Tests)] INFO -- filling :group_select_dropdown_search_field with "group-for-group-project-50c6d19caed16639"1904[Jan 03 2023 20:14:47 UTC (QA Tests)] INFO -- clicking the coordinates of :group_select_dropdown_search_field1905[Jan 03 2023 20:14:48 UTC (QA Tests)] INFO -- selecting "Developer" in :access_level_dropdown1906[Jan 03 2023 20:14:48 UTC (QA Tests)] INFO -- clicking :invite_button1907[Jan 03 2023 20:14:49 UTC (QA Tests)] INFO -- clicking :groups_list_tab1908[Jan 03 2023 20:14:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content1909[Jan 03 2023 20:14:54 UTC (QA Tests)] INFO -- clicking :sign_out_link1910[Jan 03 2023 20:14:57 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1911[Jan 03 2023 20:14:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1912[Jan 03 2023 20:14:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1913[Jan 03 2023 20:14:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1914[Jan 03 2023 20:14:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1915[Jan 03 2023 20:14:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/group-project-02fc91fa2733379d1916 verifies group is added and members can access project with correct access level1917Fulfillment1918 Utilization1919 in usage quotas1920 user seat data is displayed correctly (PENDING: Test is not compatible with this environment or pipeline)1921Create1922 Merge request rebasing1923[Jan 03 2023 20:15:00 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request1924[Jan 03 2023 20:15:05 UTC (QA Tests)] INFO -- filling :login_field with "root"1925[Jan 03 2023 20:15:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1926[Jan 03 2023 20:15:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"1927[Jan 03 2023 20:15:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1928[Jan 03 2023 20:15:05 UTC (QA Tests)] INFO -- clicking :sign_in_button1929[Jan 03 2023 20:15:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds1930[Jan 03 2023 20:15:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.2 seconds1931[Jan 03 2023 20:15:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86' via api in 1.25 seconds1932[Jan 03 2023 20:15:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1933[Jan 03 2023 20:15:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.51 seconds1934[Jan 03 2023 20:15:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c861935[Jan 03 2023 20:15:11 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link1936[Jan 03 2023 20:15:11 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link1937[Jan 03 2023 20:15:12 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1938[Jan 03 2023 20:15:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds1939[Jan 03 2023 20:15:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86/-/merge_requests/11940[Jan 03 2023 20:15:17 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86/-/merge_requests/11941[Jan 03 2023 20:15:30 UTC (QA Tests)] INFO -- clicking :mr_rebase_button1942[Jan 03 2023 20:15:30 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}' arguments1943[Jan 03 2023 20:15:30 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86/-/merge_requests/11944[Jan 03 2023 20:15:43 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86/-/merge_requests/11945[Jan 03 2023 20:15:45 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-merge-request-e7460829f43a2c86/-/merge_requests/11946[Jan 03 2023 20:15:47 UTC (QA Tests)] INFO -- clicking :merge_button1947 user rebases source branch of merge request1948Plan1949 Issues list1950[Jan 03 2023 20:15:50 UTC (QA Tests)] INFO -- Starting test: Plan Issues list successfully exports issues list as CSV1951[Jan 03 2023 20:15:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1952[Jan 03 2023 20:15:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1953[Jan 03 2023 20:15:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1954[Jan 03 2023 20:15:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1955[Jan 03 2023 20:15:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1956[Jan 03 2023 20:15:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1957[Jan 03 2023 20:15:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds1958[Jan 03 2023 20:15:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-to-test-export-issues-as-csv-eedf84a5831c849b' via api in 0.86 seconds1959[Jan 03 2023 20:15:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '11' via api in 0.25 seconds1960[Jan 03 2023 20:15:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '12' via api in 0.26 seconds1961[Jan 03 2023 20:15:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-to-test-export-issues-as-csv-eedf84a5831c849b1962[Jan 03 2023 20:15:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_link1963[Jan 03 2023 20:16:00 UTC (QA Tests)] INFO -- clicking :export_as_csv_button1964[Jan 03 2023 20:16:00 UTC (QA Tests)] INFO -- clicking :export_issues_button1965 successfully exports issues list as CSV1966Create1967 Open a fork in Web IDE1968 when a user does not have permissions to commit to the project1969 when a fork is already created1970 opens the fork when a user clicks Web IDE in the main project (PENDING: No reason given)1971 when no fork is present1972 suggests to create a fork when a user clicks Web IDE in the main project (PENDING: No reason given)1973Manage1974 User1975 when added to sub-group1976[Jan 03 2023 20:16:01 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 CLI1977[Jan 03 2023 20:16:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1978[Jan 03 2023 20:16:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-0a66cd1a6963e35d' via api in 0.37 seconds1979[Jan 03 2023 20:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-project-to-test-user-access-fca8de16a513e421' via api in 0.94 seconds1980[Jan 03 2023 20:16:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-4b96b92f3b4f7100' via api in 0.25 seconds1981[Jan 03 2023 20:16:03 UTC (QA Tests)] INFO -- Adding user qa-user-4b96b92f3b4f7100 to gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-0a66cd1a6963e35d QA::Resource::Group1982 is not allowed to push code to parent group project via the CLI1983[Jan 03 2023 20:16:04 UTC (QA Tests)] INFO -- Starting test: Manage User when added to sub-group is not allowed to commit to parent group project via the API1984[Jan 03 2023 20:16:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds1985[Jan 03 2023 20:16:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-aa704f3a80335f7d' via api in 0.41 seconds1986[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-project-to-test-user-access-0e5eef47564347bd' via api in 0.93 seconds1987[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-84e47e7205018df5' via api in 0.33 seconds1988[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- Adding user qa-user-84e47e7205018df5 to gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-aa704f3a80335f7d QA::Resource::Group1989[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-84e47e7205018df51990[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- Caching token for username: qa-user-84e47e7205018df5, last six chars of token:L3QRGY1991[Jan 03 2023 20:16:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-84e47e7205018df5-y05nkypj' via api in 0.09 seconds1992 is not allowed to commit to parent group project via the API1993[Jan 03 2023 20:16:06 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 API1994[Jan 03 2023 20:16:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds1995[Jan 03 2023 20:16:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-bf03521a755a3366' via api in 0.49 seconds1996[Jan 03 2023 20:16:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-project-to-test-user-access-9d2c32af6eea991d' via api in 0.96 seconds1997[Jan 03 2023 20:16:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-fc5029d67365003a' via api in 0.28 seconds1998[Jan 03 2023 20:16:08 UTC (QA Tests)] INFO -- Adding user qa-user-fc5029d67365003a to gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-bf03521a755a3366 QA::Resource::Group1999[Jan 03 2023 20:16:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2000[Jan 03 2023 20:16:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.19 seconds2001[Jan 03 2023 20:16:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-aba219ae1c34ceae' via api in 1.32 seconds2002[Jan 03 2023 20:16:10 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-fc5029d67365003a2003[Jan 03 2023 20:16:10 UTC (QA Tests)] INFO -- Caching token for username: qa-user-fc5029d67365003a, last six chars of token:bovWs72004[Jan 03 2023 20:16:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-fc5029d67365003a-dkds6xf5' via api in 0.08 seconds2005 is not allowed to create a file in parent group project via the API2006 when added to parent group2007[Jan 03 2023 20:16:10 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 API2008[Jan 03 2023 20:16:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2009[Jan 03 2023 20:16:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-bb04dc5bf02ed1bc' via api in 0.39 seconds2010[Jan 03 2023 20:16:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-2f7923b7cb4f8162' via api in 0.25 seconds2011[Jan 03 2023 20:16:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-bb04dc5bf02ed1bc/sub-group-project-to-test-user-access-7a1a0563aefeb757' via api in 0.98 seconds2012[Jan 03 2023 20:16:12 UTC (QA Tests)] INFO -- Adding user qa-user-2f7923b7cb4f8162 to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2013[Jan 03 2023 20:16:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2014[Jan 03 2023 20:16:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2015[Jan 03 2023 20:16:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-91bb88b982c44029' via api in 1.22 seconds2016[Jan 03 2023 20:16:13 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-2f7923b7cb4f81622017[Jan 03 2023 20:16:13 UTC (QA Tests)] INFO -- Caching token for username: qa-user-2f7923b7cb4f8162, last six chars of token:S2A31D2018[Jan 03 2023 20:16:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-2f7923b7cb4f8162-1tcvdnw5' via api in 0.08 seconds2019[Jan 03 2023 20:16:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'test.txt' via api in 0.47 seconds2020 is allowed to create a file in sub-group project via the API2021[Jan 03 2023 20:16:14 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to push code to sub-group project via the CLI2022[Jan 03 2023 20:16:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2023[Jan 03 2023 20:16:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-a00a69bca0e9433c' via api in 0.45 seconds2024[Jan 03 2023 20:16:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-485f7502056dadea' via api in 0.25 seconds2025[Jan 03 2023 20:16:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-a00a69bca0e9433c/sub-group-project-to-test-user-access-8f654a5b58cffed5' via api in 1.02 seconds2026[Jan 03 2023 20:16:16 UTC (QA Tests)] INFO -- Adding user qa-user-485f7502056dadea to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2027[Jan 03 2023 20:16:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.28 seconds2028 is allowed to push code to sub-group project via the CLI2029[Jan 03 2023 20:16:17 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to commit to sub-group project via the API2030[Jan 03 2023 20:16:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2031[Jan 03 2023 20:16:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-959db88205eb3ada' via api in 0.39 seconds2032[Jan 03 2023 20:16:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-da9b9c11c48f3a8c' via api in 0.24 seconds2033[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-959db88205eb3ada/sub-group-project-to-test-user-access-053c54e8e715b6ae' via api in 1.02 seconds2034[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- Adding user qa-user-da9b9c11c48f3a8c to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2035[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-da9b9c11c48f3a8c2036[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- Caching token for username: qa-user-da9b9c11c48f3a8c, last six chars of token:vFydyn2037[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-da9b9c11c48f3a8c-c7l5ni9y' via api in 0.08 seconds2038[Jan 03 2023 20:16:19 UTC (QA Tests)] ERROR -- Full failure message: Fabrication of QA::Resource::Repository::Commit using the API failed (403) with `{"message":"403 Forbidden - You are not allowed to push into this branch"}`.2039Correlation Id: 01GNWME5AZGNP1YD05DC7VKW162040[Jan 03 2023 20:16:19 UTC (QA Tests)] WARN -- WARN: Screenshot could not be saved. `page.current_path` is empty.2041[Jan 03 2023 20:16:19 UTC (QA Tests)] INFO -- Starting test: Manage User when added to parent group is allowed to commit to sub-group project via the API2042[Jan 03 2023 20:16:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2043[Jan 03 2023 20:16:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-9ff1c2bb25fc8f73' via api in 0.41 seconds2044[Jan 03 2023 20:16:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-606c38c68456f366' via api in 0.23 seconds2045[Jan 03 2023 20:16:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/sub-group-to-test-user-access-9ff1c2bb25fc8f73/sub-group-project-to-test-user-access-8ccc2da91f211ef3' via api in 0.96 seconds2046[Jan 03 2023 20:16:21 UTC (QA Tests)] INFO -- Adding user qa-user-606c38c68456f366 to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2047[Jan 03 2023 20:16:21 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-606c38c68456f3662048[Jan 03 2023 20:16:22 UTC (QA Tests)] INFO -- Caching token for username: qa-user-606c38c68456f366, last six chars of token:gxPzde2049[Jan 03 2023 20:16:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-606c38c68456f366-7nlm6b2j' via api in 0.08 seconds2050[Jan 03 2023 20:16:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2051 is allowed to commit to sub-group project via the API20531st Try error in ./qa/specs/features/api/1_manage/user_inherited_access_spec.rb:74:2054expected no Exception, got #<QA::Resource::Errors::ResourceFabricationFailedError: Fabrication of QA::Resource::Repository::Comm...idden - You are not allowed to push into this branch"}`.2055Correlation Id: 01GNWME5AZGNP1YD05DC7VKW16> with backtrace:2056 # ./qa/resource/api_fabricator.rb:145:in `api_post_to'2057 # ./qa/resource/api_fabricator.rb:122:in `api_post'2058 # ./qa/resource/api_fabricator.rb:27:in `fabricate_via_api!'2059 # ./qa/resource/repository/commit.rb:34:in `fabricate_via_api!'2060 # ./qa/resource/base.rb:65:in `block (2 levels) in fabricate_via_api!'2061 # ./qa/resource/base.rb:96:in `log_and_record_fabrication'2062 # ./qa/resource/base.rb:65:in `block in fabricate_via_api!'2063 # ./qa/resource/base.rb:86:in `do_fabricate!'2064 # ./qa/resource/base.rb:64:in `fabricate_via_api!'2065 # ./qa/specs/features/api/1_manage/user_inherited_access_spec.rb:76:in `block (5 levels) in <module:QA>'2066 # ./qa/specs/features/api/1_manage/user_inherited_access_spec.rb:75:in `block (4 levels) in <module:QA>'2067 # ./qa/specs/spec_helper.rb:120:in `block (2 levels) in <top (required)>'2068 # ./qa/specs/knapsack_runner.rb:15:in `run'2069 # ./qa/specs/runner.rb:57:in `perform'2070 # ./qa/scenario/template.rb:10:in `block in perform'2071 # ./qa/scenario/template.rb:8:in `tap'2072 # ./qa/scenario/template.rb:8:in `perform'2073 # ./qa/scenario/template.rb:50:in `perform'2074 # ./qa/scenario/template.rb:10:in `block in perform'2075 # ./qa/scenario/template.rb:8:in `tap'2076 # ./qa/scenario/template.rb:8:in `perform'2077 # ./qa/scenario/bootable.rb:52:in `launch!'2079RSpec::Retry: 2nd try ./qa/specs/features/api/1_manage/user_inherited_access_spec.rb:742080Plan2081 mention2082[Jan 03 2023 20:16:22 UTC (QA Tests)] INFO -- Starting test: Plan mention mentions another user in an issue2083[Jan 03 2023 20:16:26 UTC (QA Tests)] INFO -- filling :login_field with "root"2084[Jan 03 2023 20:16:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2085[Jan 03 2023 20:16:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"2086[Jan 03 2023 20:16:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2087[Jan 03 2023 20:16:27 UTC (QA Tests)] INFO -- clicking :sign_in_button2088[Jan 03 2023 20:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2089[Jan 03 2023 20:16:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2090[Jan 03 2023 20:16:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3974db23f0305841' via api in 0.83 seconds2091[Jan 03 2023 20:16:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3974db23f03058412092[Jan 03 2023 20:16:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2093[Jan 03 2023 20:16:31 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3974db23f0305841 QA::Resource::Project2094[Jan 03 2023 20:16:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Issue with id '13' via api in 0.25 seconds2095[Jan 03 2023 20:16:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Issue at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/the_awesome_project-3974db23f0305841/-/issues/12096[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- clicking :title_content2097[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2098[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- clicking :title_content2099[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- clicking :discussion_preferences_dropdown2100[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- filling :comment_field with "@gitlab-qa-user12101"2102[Jan 03 2023 20:16:33 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2103[Jan 03 2023 20:16:34 UTC (QA Tests)] INFO -- clicking :comment_button2104 mentions another user in an issue2105Create2106 Reverting a commit2107[Jan 03 2023 20:16:35 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request2108[Jan 03 2023 20:16:39 UTC (QA Tests)] INFO -- filling :login_field with "root"2109[Jan 03 2023 20:16:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2110[Jan 03 2023 20:16:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2111[Jan 03 2023 20:16:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2112[Jan 03 2023 20:16:40 UTC (QA Tests)] INFO -- clicking :sign_in_button2113[Jan 03 2023 20:16:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds2114[Jan 03 2023 20:16:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds2115[Jan 03 2023 20:16:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-392f678e6af4d443' via api in 1.29 seconds2116[Jan 03 2023 20:16:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds2117[Jan 03 2023 20:16:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-392f678e6af4d443/-/commit/20cdbb28c13b652f219eae4dd7acd6717350b51a2118[Jan 03 2023 20:16:45 UTC (QA Tests)] INFO -- clicking :options_button2119[Jan 03 2023 20:16:45 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present2120[Jan 03 2023 20:16:45 UTC (QA Tests)] INFO -- clicking :submit_commit_button2121[Jan 03 2023 20:16:47 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2122[Jan 03 2023 20:16:50 UTC (QA Tests)] INFO -- clicking :diffs_tab2123[Jan 03 2023 20:17:01 UTC (QA Tests)] INFO -- clicking :file_tree_button2124[Jan 03 2023 20:17:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-392f678e6af4d443'2125 creates a merge request2126Manage2127 User with minimal access to group2128[Jan 03 2023 20:17:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'qa-user-a43b34d0b00d9256' via api in 0.29 seconds2129[Jan 03 2023 20:17:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2130[Jan 03 2023 20:17:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-5b64fbee7f55df6b' via api in 0.39 seconds2131[Jan 03 2023 20:17:02 UTC (QA Tests)] INFO -- Adding user qa-user-a43b34d0b00d9256 to gitlab-qa-sandbox-group-3 QA::Resource::Sandbox2132[Jan 03 2023 20:17:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-5b64fbee7f55df6b/project-for-minimal-access-78a98a8ba99dcbe8' via api in 0.98 seconds2133[Jan 03 2023 20:17:03 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to commit via the API2134[Jan 03 2023 20:17:04 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-a43b34d0b00d92562135[Jan 03 2023 20:17:04 UTC (QA Tests)] INFO -- Caching token for username: qa-user-a43b34d0b00d9256, last six chars of token:-whGsf2136[Jan 03 2023 20:17:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-a43b34d0b00d9256-x25xztgh' via api in 0.08 seconds2137 is not allowed to commit via the API2138[Jan 03 2023 20:17:04 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to push code via the CLI2139 is not allowed to push code via the CLI2140[Jan 03 2023 20:17:05 UTC (QA Tests)] INFO -- Starting test: Manage User with minimal access to group is not allowed to create a file via the API2141[Jan 03 2023 20:17:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2142[Jan 03 2023 20:17:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.2 seconds2143[Jan 03 2023 20:17:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-new-file-37c3f849ad35c536' via api in 1.29 seconds2144 is not allowed to create a file via the API2145[Jan 03 2023 20:17:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-a43b34d0b00d9256'2146[Jan 03 2023 20:17:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-5b64fbee7f55df6b/project-for-minimal-access-78a98a8ba99dcbe8'2147[Jan 03 2023 20:17:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/group-for-minimal-access-5b64fbee7f55df6b'2148Create2149 Adding comments on snippets2150 behaves like comments on snippets2151[Jan 03 2023 20:17:07 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a project_snippet2152[Jan 03 2023 20:17:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2153[Jan 03 2023 20:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2154[Jan 03 2023 20:17:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"2155[Jan 03 2023 20:17:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2156[Jan 03 2023 20:17:12 UTC (QA Tests)] INFO -- clicking :sign_in_button2157[Jan 03 2023 20:17:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.07 seconds2158[Jan 03 2023 20:17:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2159[Jan 03 2023 20:17:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-1eb000f4a0bce37b' via api in 0.95 seconds2160[Jan 03 2023 20:17:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '4' via api in 1.52 seconds2161[Jan 03 2023 20:17:19 UTC (QA Tests)] INFO -- clicking :user_avatar_content2162[Jan 03 2023 20:17:19 UTC (QA Tests)] INFO -- clicking :sign_out_link2163[Jan 03 2023 20:17:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2164[Jan 03 2023 20:17:22 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2165[Jan 03 2023 20:17:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2166[Jan 03 2023 20:17:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2167[Jan 03 2023 20:17:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2168[Jan 03 2023 20:17:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2169[Jan 03 2023 20:17:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-snippets-1eb000f4a0bce37b/-/snippets/42170[Jan 03 2023 20:17:25 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"2171[Jan 03 2023 20:17:25 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field2172[Jan 03 2023 20:17:26 UTC (QA Tests)] INFO -- clicking :comment_button2173[Jan 03 2023 20:17:26 UTC (QA Tests)] INFO -- clicking :edit_comment_button2174[Jan 03 2023 20:17:26 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"2175[Jan 03 2023 20:17:26 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field2176[Jan 03 2023 20:17:27 UTC (QA Tests)] INFO -- clicking :save_comment_button2177[Jan 03 2023 20:17:27 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2178[Jan 03 2023 20:17:27 UTC (QA Tests)] INFO -- clicking :delete_comment_button2179[Jan 03 2023 20:17:27 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2180 adds, edits, and deletes a comment on a project_snippet2181 behaves like comments on snippets2182[Jan 03 2023 20:17:28 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a personal_snippet2183[Jan 03 2023 20:17:33 UTC (QA Tests)] INFO -- filling :login_field with "root"2184[Jan 03 2023 20:17:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2185[Jan 03 2023 20:17:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"2186[Jan 03 2023 20:17:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2187[Jan 03 2023 20:17:33 UTC (QA Tests)] INFO -- clicking :sign_in_button2188[Jan 03 2023 20:17:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.48 seconds2189[Jan 03 2023 20:17:39 UTC (QA Tests)] INFO -- clicking :user_avatar_content2190[Jan 03 2023 20:17:39 UTC (QA Tests)] INFO -- clicking :sign_out_link2191[Jan 03 2023 20:17:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2192[Jan 03 2023 20:17:42 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2193[Jan 03 2023 20:17:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2194[Jan 03 2023 20:17:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"2195[Jan 03 2023 20:17:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2196[Jan 03 2023 20:17:43 UTC (QA Tests)] INFO -- clicking :sign_in_button2197[Jan 03 2023 20:17:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/52198[Jan 03 2023 20:17:45 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"2199[Jan 03 2023 20:17:45 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field2200[Jan 03 2023 20:17:45 UTC (QA Tests)] INFO -- clicking :comment_button2201[Jan 03 2023 20:17:46 UTC (QA Tests)] INFO -- clicking :edit_comment_button2202[Jan 03 2023 20:17:46 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"2203[Jan 03 2023 20:17:46 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field2204[Jan 03 2023 20:17:46 UTC (QA Tests)] INFO -- clicking :save_comment_button2205[Jan 03 2023 20:17:47 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2206[Jan 03 2023 20:17:47 UTC (QA Tests)] INFO -- clicking :delete_comment_button2207[Jan 03 2023 20:17:47 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2208 adds, edits, and deletes a comment on a personal_snippet2209Manage2210 Project activity2211[Jan 03 2023 20:17:47 UTC (QA Tests)] INFO -- Starting test: Manage Project activity user creates an event in the activity page upon Git push2212[Jan 03 2023 20:17:52 UTC (QA Tests)] INFO -- filling :login_field with "root"2213[Jan 03 2023 20:17:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2214[Jan 03 2023 20:17:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"2215[Jan 03 2023 20:17:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2216[Jan 03 2023 20:17:53 UTC (QA Tests)] INFO -- clicking :sign_in_button2217[Jan 03 2023 20:17:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.11 seconds2218[Jan 03 2023 20:17:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.23 seconds2219[Jan 03 2023 20:17:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-code-230fc693c3fc0ce9' via api in 0.88 seconds2220[Jan 03 2023 20:17:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.61 seconds2221[Jan 03 2023 20:17:57 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/project-with-code-230fc693c3fc0ce92222[Jan 03 2023 20:17:58 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link2223[Jan 03 2023 20:17:59 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link2224 user creates an event in the activity page upon Git push2225Create2226 Add batch suggestions to a Merge Request2227[Jan 03 2023 20:18:00 UTC (QA Tests)] INFO -- Starting test: Create Add batch suggestions to a Merge Request applies multiple suggestions2228[Jan 03 2023 20:18:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2229[Jan 03 2023 20:18:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2230[Jan 03 2023 20:18:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/suggestions_project-f2f51b4237f11666' via api in 0.82 seconds2231[Jan 03 2023 20:18:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds2232[Jan 03 2023 20:18:01 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/suggestions_project-f2f51b4237f11666 QA::Resource::Project2233[Jan 03 2023 20:18:05 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2234[Jan 03 2023 20:18:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2235[Jan 03 2023 20:18:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"2236[Jan 03 2023 20:18:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2237[Jan 03 2023 20:18:06 UTC (QA Tests)] INFO -- clicking :sign_in_button2238[Jan 03 2023 20:18:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds2239[Jan 03 2023 20:18:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds2240[Jan 03 2023 20:18:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.73 seconds2241[Jan 03 2023 20:18:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/suggestions_project-f2f51b4237f11666/-/merge_requests/12242[Jan 03 2023 20:18:11 UTC (QA Tests)] INFO -- clicking :diffs_tab2243[Jan 03 2023 20:18:12 UTC (QA Tests)] INFO -- clicking :diff_comment_button2244[Jan 03 2023 20:18:12 UTC (QA Tests)] INFO -- clicking :suggestion_button2245[Jan 03 2023 20:18:12 UTC (QA Tests)] INFO -- filling :reply_field with ""2246[Jan 03 2023 20:18:12 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2247[Jan 03 2023 20:18:13 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+02248This is the suggestion for line number 4!2249```"2250[Jan 03 2023 20:18:13 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2251[Jan 03 2023 20:18:13 UTC (QA Tests)] INFO -- clicking :comment_now_button2252[Jan 03 2023 20:18:15 UTC (QA Tests)] INFO -- clicking :diff_comment_button2253[Jan 03 2023 20:18:15 UTC (QA Tests)] INFO -- clicking :suggestion_button2254[Jan 03 2023 20:18:15 UTC (QA Tests)] INFO -- filling :reply_field with ""2255[Jan 03 2023 20:18:15 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2256[Jan 03 2023 20:18:16 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+02257This is the suggestion for line number 6!2258```"2259[Jan 03 2023 20:18:16 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2260[Jan 03 2023 20:18:16 UTC (QA Tests)] INFO -- clicking :comment_now_button2261[Jan 03 2023 20:18:17 UTC (QA Tests)] INFO -- clicking :diff_comment_button2262[Jan 03 2023 20:18:17 UTC (QA Tests)] INFO -- clicking :suggestion_button2263[Jan 03 2023 20:18:18 UTC (QA Tests)] INFO -- filling :reply_field with ""2264[Jan 03 2023 20:18:18 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2265[Jan 03 2023 20:18:18 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+02266This is the suggestion for line number 10!2267```"2268[Jan 03 2023 20:18:18 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2269[Jan 03 2023 20:18:19 UTC (QA Tests)] INFO -- clicking :comment_now_button2270[Jan 03 2023 20:18:20 UTC (QA Tests)] INFO -- clicking :diff_comment_button2271[Jan 03 2023 20:18:20 UTC (QA Tests)] INFO -- clicking :suggestion_button2272[Jan 03 2023 20:18:21 UTC (QA Tests)] INFO -- filling :reply_field with ""2273[Jan 03 2023 20:18:21 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2274[Jan 03 2023 20:18:21 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+02275This is the suggestion for line number 13!2276```"2277[Jan 03 2023 20:18:21 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2278[Jan 03 2023 20:18:21 UTC (QA Tests)] INFO -- clicking :comment_now_button2279[Jan 03 2023 20:18:28 UTC (QA Tests)] INFO -- clicking :user_avatar_content2280[Jan 03 2023 20:18:28 UTC (QA Tests)] INFO -- clicking :sign_out_link2281[Jan 03 2023 20:18:30 UTC (QA Tests)] INFO -- filling :login_field with "root"2282[Jan 03 2023 20:18:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2283[Jan 03 2023 20:18:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"2284[Jan 03 2023 20:18:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2285[Jan 03 2023 20:18:31 UTC (QA Tests)] INFO -- clicking :sign_in_button2286[Jan 03 2023 20:18:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/suggestions_project-f2f51b4237f11666/-/merge_requests/12287[Jan 03 2023 20:18:35 UTC (QA Tests)] INFO -- clicking :diffs_tab2288[Jan 03 2023 20:18:36 UTC (QA Tests)] INFO -- filling :commit_message_field with "Custom commit message"2289[Jan 03 2023 20:18:36 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field2290[Jan 03 2023 20:18:37 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button2291 applies multiple suggestions2292Plan2293 Group issue boards2294[Jan 03 2023 20:18:39 UTC (QA Tests)] INFO -- Starting test: Plan Group issue boards creates a group issue board via the GUI2295[Jan 03 2023 20:18:43 UTC (QA Tests)] INFO -- filling :login_field with "root"2296[Jan 03 2023 20:18:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2297[Jan 03 2023 20:18:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"2298[Jan 03 2023 20:18:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2299[Jan 03 2023 20:18:44 UTC (QA Tests)] INFO -- clicking :sign_in_button2300[Jan 03 2023 20:18:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2301[Jan 03 2023 20:18:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.17 seconds2302[Jan 03 2023 20:18:46 UTC (QA Tests)] INFO -- clicking :navbar_dropdown2303[Jan 03 2023 20:18:46 UTC (QA Tests)] INFO -- clicking :groups_dropdown2304[Jan 03 2023 20:18:46 UTC (QA Tests)] INFO -- clicking :menu_item_link2305[Jan 03 2023 20:18:49 UTC (QA Tests)] INFO -- scrolling to :[data-qa-selector="sidebar_menu_link"],.qa-sidebar-menu-link2306[Jan 03 2023 20:18:49 UTC (QA Tests)] INFO -- clicking :sidebar_menu_item_link2307[Jan 03 2023 20:18:51 UTC (QA Tests)] INFO -- clicking :create_new_board_button2308[Jan 03 2023 20:18:51 UTC (QA Tests)] INFO -- clicking :save_changes_button2309 creates a group issue board via the GUI2310Create2311 Review a merge request in Web IDE2312[Jan 03 2023 20:18:52 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2313[Jan 03 2023 20:18:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.05 seconds2314[Jan 03 2023 20:18:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2315[Jan 03 2023 20:18:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/review-merge-request-spec-project-41ac9f812bff1e3a' via api in 1.19 seconds2316[Jan 03 2023 20:18:53 UTC (QA Tests)] INFO -- Disabling feature: vscode_web_ide for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/review-merge-request-spec-project-41ac9f812bff1e3a"2317[Jan 03 2023 20:18:53 UTC (QA Tests)] INFO -- Successfully disabled and verified feature flag: vscode_web_ide2318[Jan 03 2023 20:18:58 UTC (QA Tests)] INFO -- filling :login_field with "root"2319[Jan 03 2023 20:18:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2320[Jan 03 2023 20:18:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"2321[Jan 03 2023 20:18:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2322[Jan 03 2023 20:18:58 UTC (QA Tests)] INFO -- clicking :sign_in_button2323[Jan 03 2023 20:19:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2324[Jan 03 2023 20:19:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.21 seconds2325[Jan 03 2023 20:19:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/review-merge-request-spec-project-41ac9f812bff1e3a/-/merge_requests/12326[Jan 03 2023 20:19:03 UTC (QA Tests)] INFO -- clicking :mr_code_dropdown2327[Jan 03 2023 20:19:03 UTC (QA Tests)] INFO -- clicking :open_in_web_ide_button2328[Jan 03 2023 20:19:07 UTC (QA Tests)] INFO -- clicking :begin_commit_button2329[Jan 03 2023 20:19:08 UTC (QA Tests)] INFO -- clicking :commit_button2330[Jan 03 2023 20:19:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/review-merge-request-spec-project-41ac9f812bff1e3a/-/merge_requests/12331[Jan 03 2023 20:19:10 UTC (QA Tests)] INFO -- clicking :diffs_tab2332[Jan 03 2023 20:19:11 UTC (QA Tests)] INFO -- Enabling feature: vscode_web_ide for scope "project: gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/review-merge-request-spec-project-41ac9f812bff1e3a"2333[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- Successfully enabled and verified feature flag: vscode_web_ide2334 opens and edits a merge request in Web IDE2335Verify2336 when job is configured to only run on merge_request_events2337[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- Starting test: Verify when job is configured to only run on merge_request_events only runs the job configured to run on merge requests2338[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-3' via api in 0.06 seconds2339[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8' via api in 0.18 seconds2340[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/merge-request-only-job-82a7f9ade78c8641' via api in 0.85 seconds2341[Jan 03 2023 20:19:12 UTC (QA Tests)] INFO -- Executing: `docker pull gitlab/gitlab-runner:alpine`2342[Jan 03 2023 20:19:13 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2343[Jan 03 2023 20:19:13 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name qa-runner-u145pe2j --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach qa-runner-u145pe2j 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-u145pe2j --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list qa-runner-u145pe2j --executor shell && gitlab-runner run" `2344[Jan 03 2023 20:19:14 UTC (QA Tests)] INFO -- Executing: `docker logs qa-runner-u145pe2j`2345[Jan 03 2023 20:19:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2346[Jan 03 2023 20:19:14 UTC (QA Tests)] INFO -- Looking for list of runners via API...2347[Jan 03 2023 20:19:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Runner with name 'qa-runner-u145pe2j' via api in 1.51 seconds2348[Jan 03 2023 20:19:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2349[Jan 03 2023 20:19:19 UTC (QA Tests)] INFO -- filling :login_field with "root"2350[Jan 03 2023 20:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2351[Jan 03 2023 20:19:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"2352[Jan 03 2023 20:19:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2353[Jan 03 2023 20:19:20 UTC (QA Tests)] INFO -- clicking :sign_in_button2354[Jan 03 2023 20:19:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.37 seconds2355[Jan 03 2023 20:19:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.01 seconds2356[Jan 03 2023 20:19:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/merge-request-only-job-82a7f9ade78c8641/-/merge_requests/12357[Jan 03 2023 20:19:25 UTC (QA Tests)] INFO -- clicking :pipeline_link2358[Jan 03 2023 20:19:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-3/qa-test-2023-01-03-19-52-28-d9dd449f1d94d7a8/merge-request-only-job-82a7f9ade78c8641/-/merge_requests/12359[Jan 03 2023 20:19:38 UTC (QA Tests)] INFO -- clicking :pipeline_link2360[Jan 03 2023 20:19:40 UTC (QA Tests)] INFO -- Removed a QA::Resource::Runner with name 'qa-runner-u145pe2j'2361[Jan 03 2023 20:19:40 UTC (QA Tests)] INFO -- Executing: `docker rm -f qa-runner-u145pe2j`2362 only runs the job configured to run on merge requests2363[Jan 03 2023 20:19:40 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2364{2365 "qa/specs/features/ee/api/2_plan/epics_milestone_dates_spec.rb": 19.198615244000393,2366 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 15.079760484000872,2367 "qa/specs/features/ee/browser_ui/2_plan/custom_email/custom_email_spec.rb": 11.554009172000406,2368 "qa/specs/features/browser_ui/8_monitor/alert_management/create_alert_using_authorization_key_spec.rb": 29.175734404999275,2369 "qa/specs/features/ee/browser_ui/3_create/repository/push_rules_spec.rb": 106.65569904499989,2370 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb": 16.623489532999884,2371 "qa/specs/features/browser_ui/4_verify/ci_variable/pipeline_with_protected_variable_spec.rb": 86.7710531749999,2372 "qa/specs/features/ee/browser_ui/10_govern/instance/instance_audit_logs_spec.rb": 138.49641795000025,2373 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/configure_issue_board_by_label_spec.rb": 14.811684928000432,2374 "qa/specs/features/ee/browser_ui/2_plan/burndown_chart/burndown_chart_spec.rb": 10.088412361000337,2375 "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb": 7.842356504000236,2376 "qa/specs/features/ee/browser_ui/10_govern/create_merge_request_with_secure_spec.rb": 42.12167719399986,2377 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb": 25.75764105200051,2378 "qa/specs/features/ee/browser_ui/4_verify/new_discussion_not_dropping_merge_trains_mr_spec.rb": 80.74397624999983,2379 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb": 31.204928957000448,2380 "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb": 81.33551124600035,2381 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb": 11.145540497000184,2382 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb": 41.33025783300036,2383 "qa/specs/features/browser_ui/3_create/web_ide/add_file_template_spec.rb": 61.895961526000065,2384 "qa/specs/features/api/1_manage/project_access_token_spec.rb": 6.871014112999546,2385 "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb": 22.71397621399956,2386 "qa/specs/features/ee/browser_ui/2_plan/contribution_analytics_spec.rb": 29.099688112000877,2387 "qa/specs/features/browser_ui/1_manage/login/2fa_recovery_spec.rb": 32.36605142899862,2388 "qa/specs/features/ee/browser_ui/4_verify/pipeline_subscription_with_group_owned_project_spec.rb": 35.108703260000766,2389 "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb": 8.789945284001078,2390 "qa/specs/features/browser_ui/4_verify/pipeline/include_local_config_file_paths_with_wildcard_spec.rb": 11.88520340300056,2391 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 191.01514751300056,2392 "qa/specs/features/ee/browser_ui/2_plan/iterations/create_group_iteration_spec.rb": 11.89241197299998,2393 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 66.78665995699885,2394 "qa/specs/features/browser_ui/3_create/merge_request/squash_merge_request_spec.rb": 16.721847921000517,2395 "qa/specs/features/browser_ui/1_manage/user/user_inherited_access_spec.rb": 21.995583738000278,2396 "qa/specs/features/browser_ui/3_create/project_wiki/project_based_file_upload_spec.rb": 16.55151351099994,2397 "qa/specs/features/api/1_manage/rate_limits_spec.rb": 1.4031837840011576,2398 "qa/specs/features/browser_ui/1_manage/project/invite_group_to_project_spec.rb": 47.24593475999973,2399 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 49.52618315200016,2400 "qa/specs/features/browser_ui/2_plan/issue/export_as_csv_spec.rb": 11.500415843000155,2401 "qa/specs/features/api/1_manage/user_inherited_access_spec.rb": 20.80223354500049,2402 "qa/specs/features/browser_ui/2_plan/issue/mentions_spec.rb": 12.760215140000582,2403 "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb": 26.869482317999427,2404 "qa/specs/features/ee/api/1_manage/user/minimal_access_user_spec.rb": 5.426239840000562,2405 "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb": 40.40598923899961,2406 "qa/specs/features/browser_ui/1_manage/project/view_project_activity_spec.rb": 12.201768967001044,2407 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/batch_suggestion_spec.rb": 39.16343256300024,2408 "qa/specs/features/ee/browser_ui/2_plan/issue_boards/create_group_issue_board_spec.rb": 13.041469220999716,2409 "qa/specs/features/browser_ui/3_create/web_ide/review_merge_request_spec.rb": 19.79648995200114,2410 "qa/specs/features/browser_ui/4_verify/pipeline/mr_event_rule_pipeline_spec.rb": 28.554373579001552411}2412[Jan 03 2023 20:19:40 UTC (QA Tests)] INFO -- 2413Knapsack global time execution for tests: 27m 12s2414Pending: (Failures listed here are expected and do not affect your suite's status)2415 1) Verify Cancelling merge request in merge train when system cancels the merge request creates a TODO task2416 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3241222417 # ./qa/specs/features/ee/browser_ui/4_verify/system_cancel_merge_request_in_merge_train_spec.rb:162418 2) Package Container Registry Online Garbage Collection runs the online garbage collector tool2419 # Test is not compatible with this environment or pipeline2420 # ./qa/specs/features/browser_ui/5_package/container_registry/online_garbage_collection_spec.rb:952421 3) Fulfillment Purchase CI minutes without active subscription adds additional minutes to group namespace2422 # Test is not compatible with this environment or pipeline2423 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:492424 4) Fulfillment Purchase CI minutes with an active subscription adds additional minutes to group namespace2425 # Test is not compatible with this environment or pipeline2426 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:702427 5) Fulfillment Purchase CI minutes with existing CI minutes packs adds additional minutes to group namespace2428 # Test is not compatible with this environment or pipeline2429 # ./qa/specs/features/ee/browser_ui/11_fulfillment/purchase/purchase_ci_spec.rb:992430 6) Manage Gitlab migration migrates large gitlab group via api2431 # Test is not compatible with this environment or pipeline2432 # ./qa/specs/features/api/1_manage/migration/gitlab_migration_large_project_spec.rb:1262433 7) Fulfillment Utilization in usage quotas user seat data is displayed correctly2434 # Test is not compatible with this environment or pipeline2435 # ./qa/specs/features/ee/browser_ui/11_fulfillment/utilization/usage_quotas_seats_spec.rb:582436 8) Create Open a fork in Web IDE when a user does not have permissions to commit to the project when a fork is already created opens the fork when a user clicks Web IDE in the main project2437 # No reason given2438 # ./qa/specs/features/browser_ui/3_create/web_ide/open_fork_in_web_ide_spec.rb:492439 9) Create Open a fork in Web IDE when a user does not have permissions to commit to the project when no fork is present suggests to create a fork when a user clicks Web IDE in the main project2440 # No reason given2441 # ./qa/specs/features/browser_ui/3_create/web_ide/open_fork_in_web_ide_spec.rb:292442Finished in 29 minutes 38 seconds (files took 31.45 seconds to load)244399 examples, 0 failures, 9 pending2444Randomized with seed 522512445[Jan 03 2023 20:19:41 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2446[Jan 03 2023 20:19:41 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2448Running after script...2449$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2450$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2643Not uploading cache qa-e2e-ruby-2.7-ff83be0e0c413b7d8ed20521d5760b72-16 due to policy2645Uploading artifacts...2646gitlab-qa-run-*: found 565 matching files and directories 2647Uploading artifacts as "archive" to coordinator... 201 Created id=3548693242 responseStatus=201 Created token=64_VDMWy2648Uploading artifacts...2649gitlab-qa-run-*/**/rspec-*.xml: found 1 matching files and directories 2650Uploading artifacts as "junit" to coordinator... 201 Created id=3548693242 responseStatus=201 Created token=64_VDMWy2652Job succeeded