praefect 1/2
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 15.11.0 (436955cb)2 on gitlab-org-qa-runner ss7o3c7p, system ID: s_6a73791243695Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...6Starting service docker:23.0.1-dind ...7Pulling docker image docker:23.0.1-dind ...8Using docker image sha256:0965b14b96d892eee2a963801769af5328817a64ed1af67ec4d76364ddd62706 for docker:23.0.1-dind with digest docker@sha256:d9a0fd8bdd156aae6e9be5db0264e0bc99e000e89e92055d4567e27ff13daff0 ...9Waiting for services to be up and running (timeout 30 seconds)...10Authenticating with credentials from job payload (GitLab Registry)11Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 ...12Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...14Running on runner-ss7o3c7p-project-278964-concurrent-0 via runner-ss7o3c7p-gitlab-org-qa-1690498633-abe1fc4c-gcp...16Fetching changes with git depth set to 20...17Initialized empty Git repository in /builds/gitlab-org/gitlab/.git/18Created fresh repository.19remote: Enumerating objects: 166113, done. 20remote: Counting objects: 100% (166113/166113), done. 21remote: Compressing objects: 100% (105949/105949), done. 22remote: Total 166113 (delta 80917), reused 112862 (delta 54033), pack-reused 0 23Receiving objects: 100% (166113/166113), 130.59 MiB | 44.51 MiB/s, done.24Resolving deltas: 100% (80917/80917), done.26 * [new ref] refs/pipelines/948042359 -> refs/pipelines/94804235927 * [new branch] master -> origin/master28Checking out 02432547 as detached HEAD (ref is master)...29Skipping Git submodules setup31Checking cache for qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16...32Downloading cache.zip from https://storage.googleapis.com/gitlab-qa-runner-cache-1/project/278964/qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 33WARNING: .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: chmod .gems/gems/deprecation_toolkit-2.0.3/gemfiles/test/deprecations: no such file or directory (suppressing repeats) 34Successfully extracted cache36Downloading artifacts for download-knapsack-report (4757155917)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4757155917 responseStatus=200 OK token=64_S2evA39Using docker image sha256:f5a02bf774aef64cc33176a18c75da35bad4d7ec9e4ba0e202ce873eb1cf0e76 for registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0:bundler-2.3-docker-23.0.1 with digest registry.gitlab.com/gitlab-org/gitlab-build-images/debian-bullseye-ruby-3.0@sha256:cfd42d69a6aa3fb6ec4a7e9abb60d75a4a8374b6e6e5e331022117152aef1e99 ...40$ echo "SUITE_RAN=true" > $QA_SUITE_STATUS_ENV_FILE41$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")42$ if [ "$RUN_WITH_BUNDLE" == "true" ]; then # collapsed multi-line command43Bundle complete! 37 Gemfile dependencies, 135 gems now 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:02432547837727b720f206748675bf26536e87cd -- --format QA::Support::JsonFormatter --out tmp/rspec-4757155927.json --format RspecJunitFormatter --out tmp/rspec-4757155927.xml --format html --out tmp/rspec-$(echo praefect 1/2 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 28 2023 02:09:16 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`50[Jul 28 2023 02:09:20 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`51[Jul 28 2023 02:09:20 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 28 2023 02:09:20 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 28 2023 02:09:20 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`54[Jul 28 2023 02:09:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`55[Jul 28 2023 02:09:22 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[Jul 28 2023 02:09:27 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`59[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres -d template1 -c \"CREATE DATABASE praefect_production OWNER postgres\""`60[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster61[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-61240eb1$`62[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`63[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-61240eb1 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`64[Jul 28 2023 02:09:28 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`65[Jul 28 2023 02:09:34 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-61240eb1:/etc/gitlab/trusted-certs`66[Jul 28 2023 02:09:34 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-61240eb1:/etc/gitlab/ssl`67[Jul 28 2023 02:09:35 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-61240eb1`68[Jul 28 2023 02:09:35 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-61240eb1`69[Jul 28 2023 02:09:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`70[Jul 28 2023 02:09:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`71[Jul 28 2023 02:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`72[Jul 28 2023 02:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`73[Jul 28 2023 02:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`74[Jul 28 2023 02:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`75[Jul 28 2023 02:10:04 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-07-28-02-09-16-697dd5ee/gitaly1/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`76[Jul 28 2023 02:10:04 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name gitlab-gitaly-cluster --net test --hostname gitlab-gitaly-cluster.test -p 80 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-09-16-697dd5ee/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`77[Jul 28 2023 02:10:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-28 02:09:1678# Gitlab::QA::Runtime::OmnibusConfigurations::Default79gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme80gitlab_rails['gitlab_disable_animations'] = true # Disable animations81gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry82gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password83external_url 'http://gitlab-gitaly-cluster.test';84git_data_dirs({85 'default' => {86 'gitaly_address' => 'tcp://praefect.test:2305',87 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'88 },89 'gitaly' => {90 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',91 'path' => '/var/opt/gitlab/git-data'92 }93});94gitaly['enable'] = true;95gitaly['configuration'] = {96 auth: {97 token: 'secret-token',98 },99 listen_addr: '0.0.0.0:8075',100 tls: {101 certificate_path: '/etc/gitlab/ssl/gitaly.test.crt',102 key_path: '/etc/gitlab/ssl/gitaly.test.key',103 },104 storage: [105 {106 name: 'gitaly',107 path: '/var/opt/gitlab/git-data/repositories',108 },109 ],110};111gitlab_rails['gitaly_token'] = 'secret-token';112gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';113prometheus['scrape_configs'] = [114 {115 'job_name' => 'praefect',116 'static_configs' => [117 'targets' => [118 'praefect.test:9652'119 ]120 ]121 },122 {123 'job_name' => 'praefect-gitaly',124 'static_configs' => [125 'targets' => [126 'gitaly1.test:9236',127 'gitaly2.test:9236',128 'gitaly3.test:9236'129 ]130 ]131 }132];133gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`134[Jul 28 2023 02:10:24 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"postgresql['enable'] = false;135redis['enable'] = false;136nginx['enable'] = false;137puma['enable'] = false;138sidekiq['enable'] = false;139gitlab_workhorse['enable'] = false;140gitlab_rails['rake_cache_clear'] = false;141gitlab_rails['auto_migrate'] = false;142gitlab_exporter['enable'] = false;143gitlab_kas['enable'] = false;144praefect['enable'] = false;145prometheus['enable'] = true;146gitaly['enable'] = true;147gitaly['configuration'] = {148 'listen_addr': '0.0.0.0:8075',149 'prometheus_listen_addr': '0.0.0.0:9236',150 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'151}152gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';153gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';154git_data_dirs({155 'gitaly1' => {156 'path' => '/var/opt/gitlab/git-data'157 },158 'gitaly2' => {159 'path' => '/var/opt/gitlab/git-data'160 },161 'gitaly3' => {162 'path' => '/var/opt/gitlab/git-data'163 }164});165\" > /etc/gitlab/gitlab.rb;"`166[Jul 28 2023 02:10:24 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`167[Jul 28 2023 02:10:24 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`168[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`169[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo '#!/usr/bin/env bash170if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then171 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'172 exit 1173fi174' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`175[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`176[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`177[Jul 28 2023 02:11:08 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`178[Jul 28 2023 02:11:09 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`179[Jul 28 2023 02:11:09 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`180[Jul 28 2023 02:11:09 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-07-28-02-09-16-697dd5ee/gitaly2/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`181[Jul 28 2023 02:11:12 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo \"postgresql['enable'] = false;182redis['enable'] = false;183nginx['enable'] = false;184puma['enable'] = false;185sidekiq['enable'] = false;186gitlab_workhorse['enable'] = false;187gitlab_rails['rake_cache_clear'] = false;188gitlab_rails['auto_migrate'] = false;189gitlab_exporter['enable'] = false;190gitlab_kas['enable'] = false;191praefect['enable'] = false;192prometheus['enable'] = true;193gitaly['enable'] = true;194gitaly['configuration'] = {195 'listen_addr': '0.0.0.0:8075',196 'prometheus_listen_addr': '0.0.0.0:9236',197 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'198}199gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';200gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';201git_data_dirs({202 'gitaly1' => {203 'path' => '/var/opt/gitlab/git-data'204 },205 'gitaly2' => {206 'path' => '/var/opt/gitlab/git-data'207 },208 'gitaly3' => {209 'path' => '/var/opt/gitlab/git-data'210 }211});212\" > /etc/gitlab/gitlab.rb;"`213[Jul 28 2023 02:11:12 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`214[Jul 28 2023 02:11:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`215[Jul 28 2023 02:11:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "echo '#!/usr/bin/env bash216if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then217 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'218 exit 1219fi220' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`221[Jul 28 2023 02:11:55 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly2 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`222[Jul 28 2023 02:11:55 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`223[Jul 28 2023 02:11:56 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`224[Jul 28 2023 02:11:56 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`225[Jul 28 2023 02:11:56 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`226[Jul 28 2023 02:11:56 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-07-28-02-09-16-697dd5ee/gitaly3/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`227[Jul 28 2023 02:11:58 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo \"postgresql['enable'] = false;228redis['enable'] = false;229nginx['enable'] = false;230puma['enable'] = false;231sidekiq['enable'] = false;232gitlab_workhorse['enable'] = false;233gitlab_rails['rake_cache_clear'] = false;234gitlab_rails['auto_migrate'] = false;235gitlab_exporter['enable'] = false;236gitlab_kas['enable'] = false;237praefect['enable'] = false;238prometheus['enable'] = true;239gitaly['enable'] = true;240gitaly['configuration'] = {241 'listen_addr': '0.0.0.0:8075',242 'prometheus_listen_addr': '0.0.0.0:9236',243 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'244}245gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';246gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';247git_data_dirs({248 'gitaly1' => {249 'path' => '/var/opt/gitlab/git-data'250 },251 'gitaly2' => {252 'path' => '/var/opt/gitlab/git-data'253 },254 'gitaly3' => {255 'path' => '/var/opt/gitlab/git-data'256 }257});258\" > /etc/gitlab/gitlab.rb;"`259[Jul 28 2023 02:11:59 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`260[Jul 28 2023 02:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "mkdir -p /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d"`261[Jul 28 2023 02:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "echo '#!/usr/bin/env bash262if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then263 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'264 exit 1265fi266' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`267[Jul 28 2023 02:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly3 bash -c "chmod +x /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/*"`268[Jul 28 2023 02:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`269[Jul 28 2023 02:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`270[Jul 28 2023 02:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`271[Jul 28 2023 02:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`272[Jul 28 2023 02:12:43 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-07-28-02-09-16-697dd5ee/praefect/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:02432547837727b720f206748675bf26536e87cd`273[Jul 28 2023 02:12:45 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "echo \"postgresql['enable'] = false;274redis['enable'] = false;275nginx['enable'] = false;276puma['enable'] = false;277sidekiq['enable'] = false;278gitlab_workhorse['enable'] = false;279gitlab_rails['rake_cache_clear'] = false;280gitlab_rails['auto_migrate'] = false;281gitlab_exporter['enable'] = false;282gitlab_kas['enable'] = false;283gitaly['enable'] = false;284prometheus['enable'] = true;285praefect['enable'] = true;286praefect['configuration'] = {287 listen_addr: '0.0.0.0:2305',288 prometheus_listen_addr: '0.0.0.0:9652',289 auth: {290 token: 'PRAEFECT_EXTERNAL_TOKEN'291 },292 reconciliation: {293 scheduling_interval: '10s'294 },295 database: {296 host: 'postgres.test',297 port: 5432,298 user: 'postgres',299 password: 'SQL_PASSWORD',300 dbname: 'praefect_production',301 sslmode: 'disable'302 },303 virtual_storage: [304 {305 name: 'default',306 node: [307 {308 'storage': 'gitaly1',309 'address': 'tcp://gitaly1.test:8075',310 'token': 'PRAEFECT_INTERNAL_TOKEN'311 },312 {313 'storage': 'gitaly2',314 'address': 'tcp://gitaly2.test:8075',315 'token': 'PRAEFECT_INTERNAL_TOKEN'316 },317 {318 'storage': 'gitaly3',319 'address': 'tcp://gitaly3.test:8075',320 'token': 'PRAEFECT_INTERNAL_TOKEN'321 }322 ],323 }324 ]325}326\" > /etc/gitlab/gitlab.rb;"`327[Jul 28 2023 02:12:46 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`328[Jul 28 2023 02:13:28 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "praefect -config /var/opt/gitlab/praefect/cluster_config.toml check || true"`329[Jul 28 2023 02:13:29 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' praefect`330[Jul 28 2023 02:13:29 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready331[Jul 28 2023 02:13:51 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...332[Jul 28 2023 02:13:51 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`333[Jul 28 2023 02:13:51 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`334[Jul 28 2023 02:13:51 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!335[Jul 28 2023 02:13:51 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"`336[Jul 28 2023 02:13:51 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo '#!/usr/bin/env bash337if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then338 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'339 exit 1340fi341' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`342[Jul 28 2023 02:13:52 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/*"`343[Jul 28 2023 02:13:52 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/support/data gitlab-gitaly-cluster:/tmp/data-seeds`344[Jul 28 2023 02:13:52 UTC (Gitlab QA)] INFO -- Running exec_commands...345[Jul 28 2023 02:13:52 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`346[Jul 28 2023 02:14:40 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!347[Jul 28 2023 02:14:40 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`348[Jul 28 2023 02:14:40 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:02432547837727b720f206748675bf26536e87cd`349[Jul 28 2023 02:15:37 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee350[Jul 28 2023 02:15:37 UTC (Gitlab QA)] INFO -- Shell command: `docker run -t --rm --net=test --env QA_AWS_S3_REGION="$QA_AWS_S3_REGION" --env QA_FACEBOOK_OAUTH_APP_ID="$QA_FACEBOOK_OAUTH_APP_ID" --env QA_GOOGLE_CDN_JSON_KEY="$QA_GOOGLE_CDN_JSON_KEY" --env QA_SUITE_STATUS_ENV_FILE="$QA_SUITE_STATUS_ENV_FILE" --env QA_THIRD_PARTY_DOCKER_REGISTRY="$QA_THIRD_PARTY_DOCKER_REGISTRY" --env QA_SAVE_TEST_METRICS="$QA_SAVE_TEST_METRICS" --env QA_GOOGLE_CDN_SIGNURL_KEY_NAME="$QA_GOOGLE_CDN_SIGNURL_KEY_NAME" --env QA_1P_PASSWORD="$QA_1P_PASSWORD" --env QA_REMOTE_GRID_USERNAME="$QA_REMOTE_GRID_USERNAME" --env QA_GOOGLE_CDN_SIGNURL_KEY="$QA_GOOGLE_CDN_SIGNURL_KEY" --env QA_TEST_CASE_PROJECT_TOKEN="$QA_TEST_CASE_PROJECT_TOKEN" --env QA_GITHUB_USERNAME="$QA_GITHUB_USERNAME" --env QA_SLOW_CONNECTION_THROUGHPUT_KBPS="$QA_SLOW_CONNECTION_THROUGHPUT_KBPS" --env QA_GITHUB_PASSWORD="$QA_GITHUB_PASSWORD" --env QA_ARTIFACTS_DIR="$QA_ARTIFACTS_DIR" --env QA_GITLAB_TLS_CERTIFICATE="$QA_GITLAB_TLS_CERTIFICATE" --env QA_RUN_TYPE="$QA_RUN_TYPE" --env QA_JIRA_ADMIN_PASSWORD="$QA_JIRA_ADMIN_PASSWORD" --env QA_KNAPSACK_REPORT_PATH="$QA_KNAPSACK_REPORT_PATH" --env QA_GITHUB_OAUTH_APP_SECRET="$QA_GITHUB_OAUTH_APP_SECRET" --env QA_PATH="$QA_PATH" --env QA_JIRA_ADMIN_USERNAME="$QA_JIRA_ADMIN_USERNAME" --env QA_ADMIN_ACCESS_TOKEN="$QA_ADMIN_ACCESS_TOKEN" --env QA_COMMAND="$QA_COMMAND" --env QA_EE_LICENSE="$QA_EE_LICENSE" --env QA_1P_EMAIL="$QA_1P_EMAIL" --env QA_EE_ACTIVATION_CODE="$QA_EE_ACTIVATION_CODE" --env QA_GOOGLE_CLIENT_EMAIL="$QA_GOOGLE_CLIENT_EMAIL" --env QA_ALLURE_AWS_SECRET_ACCESS_KEY="$QA_ALLURE_AWS_SECRET_ACCESS_KEY" --env QA_GCS_BUCKET_NAME="$QA_GCS_BUCKET_NAME" --env QA_FACEBOOK_OAUTH_APP_SECRET="$QA_FACEBOOK_OAUTH_APP_SECRET" --env QA_GOOGLE_PROJECT="$QA_GOOGLE_PROJECT" --env QA_KNAPSACK_REPORT_GCS_CREDENTIALS="$QA_KNAPSACK_REPORT_GCS_CREDENTIALS" --env QA_AWS_S3_KEY_ID="$QA_AWS_S3_KEY_ID" --env QA_RUN_ALL_TESTS="$QA_RUN_ALL_TESTS" --env QA_GITLAB_CI_TOKEN="$QA_GITLAB_CI_TOKEN" --env QA_REMOTE_GRID_ACCESS_KEY="$QA_REMOTE_GRID_ACCESS_KEY" --env QA_FRAMEWORK_CHANGES="$QA_FRAMEWORK_CHANGES" --env QA_INTERCEPT_REQUESTS="$QA_INTERCEPT_REQUESTS" --env QA_INFLUXDB_URL="$QA_INFLUXDB_URL" --env QA_THIRD_PARTY_DOCKER_USER="$QA_THIRD_PARTY_DOCKER_USER" --env QA_THIRD_PARTY_DOCKER_PASSWORD="$QA_THIRD_PARTY_DOCKER_PASSWORD" --env QA_1P_SECRET="$QA_1P_SECRET" --env QA_AWS_S3_ACCESS_KEY="$QA_AWS_S3_ACCESS_KEY" --env QA_LOG_LEVEL="$QA_LOG_LEVEL" --env QA_GITHUB_OAUTH_APP_ID="$QA_GITHUB_OAUTH_APP_ID" --env QA_EXPORT_TEST_METRICS="$QA_EXPORT_TEST_METRICS" --env QA_GOOGLE_CDN_LB="$QA_GOOGLE_CDN_LB" --env QA_1P_GITHUB_UUID="$QA_1P_GITHUB_UUID" --env QA_FACEBOOK_PASSWORD="$QA_FACEBOOK_PASSWORD" --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_TRIGGER_AUTO_QUARANTINE="$QA_TRIGGER_AUTO_QUARANTINE" --env QA_SUITES="$QA_SUITES" --env QA_RUN_ALL_E2E_LABEL="$QA_RUN_ALL_E2E_LABEL" --env QA_ALLURE_AWS_ACCESS_KEY_ID="$QA_ALLURE_AWS_ACCESS_KEY_ID" --env QA_AWS_S3_BUCKET_NAME="$QA_AWS_S3_BUCKET_NAME" --env QA_GENERATE_ALLURE_REPORT="$QA_GENERATE_ALLURE_REPORT" --env QA_CAN_TEST_PRAEFECT="$QA_CAN_TEST_PRAEFECT" --env QA_RUN_TESTS_ON_GDK="$QA_RUN_TESTS_ON_GDK" --env QA_INFLUXDB_TOKEN="$QA_INFLUXDB_TOKEN" --env QA_TEST_LICENSE_MODE="$QA_TEST_LICENSE_MODE" --env QA_TEST_SESSION_TOKEN="$QA_TEST_SESSION_TOKEN" --env QA_SLOW_CONNECTION_LATENCY_MS="$QA_SLOW_CONNECTION_LATENCY_MS" --env QA_RESULTS_ISSUE_PROJECT_TOKEN="$QA_RESULTS_ISSUE_PROJECT_TOKEN" --env QA_GITHUB_ACCESS_TOKEN="$QA_GITHUB_ACCESS_TOKEN" --env QA_FACEBOOK_USERNAME="$QA_FACEBOOK_USERNAME" --env QA_THIRD_PARTY_DOCKER_REPOSITORY="$QA_THIRD_PARTY_DOCKER_REPOSITORY" --env QA_SELENOID_BROWSER_VERSION="111.0" --env QA_VIDEO_RECORDER_IMAGE="presidenten/selenoid-manual-video-recorder" --env QA_VIDEO_RECORDER_VERSION="latest" --env QA_SELENOID_BROWSER_IMAGE="selenoid/chrome" --env GITLAB_QA_ADMIN_ACCESS_TOKEN="$GITLAB_QA_ADMIN_ACCESS_TOKEN" --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 KNAPSACK_TEST_FILE_PATTERN="$KNAPSACK_TEST_FILE_PATTERN" --env CI="$CI" --env CI_JOB_NAME="$CI_JOB_NAME" --env CI_JOB_NAME_SLUG="$CI_JOB_NAME_SLUG" --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_NAME="$CI_PROJECT_NAME" --env CI_PROJECT_PATH="$CI_PROJECT_PATH" --env CI_PIPELINE_SOURCE="$CI_PIPELINE_SOURCE" --env CI_PIPELINE_URL="$CI_PIPELINE_URL" --env CI_PIPELINE_CREATED_AT="$CI_PIPELINE_CREATED_AT" --env GITLAB_CI="$GITLAB_CI" --env GITLAB_QA_USER_AGENT="$GITLAB_QA_USER_AGENT" --env GITLAB_INITIAL_ROOT_PASSWORD="5iveL!fe" --env COLORIZED_LOGS="$COLORIZED_LOGS" --env RELEASE="$RELEASE" --env RELEASE_REGISTRY_URL="registry.gitlab.com" --env RELEASE_REGISTRY_USERNAME="gitlab-ci-token" --env RELEASE_REGISTRY_PASSWORD="[MASKED]" --env SELENOID_DIRECTORY="/builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-09-16-697dd5ee/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --env QA_PRAEFECT_REPOSITORY_STORAGE="default" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-28-02-09-16-697dd5ee/gitlab-ee-qa-2e8bfc19:/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-2e8bfc19 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:02432547837727b720f206748675bf26536e87cd Test::Instance::All http://gitlab-gitaly-cluster.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4757155927.json --format RspecJunitFormatter --out tmp/rspec-4757155927.xml --format html --out tmp/rspec-praefect_1_2.htm --color --format documentation`3512023-07-28 02:15:42 / CONF :: 352 ==> Base URL: http://gitlab-gitaly-cluster.test353 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f3b306d3ab8>354 ==> Libraries: Chemlab::Vendor355[Jul 28 2023 02:15:42 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA356[Jul 28 2023 02:15:42 UTC (QA Tests)] INFO -- Browser: chrome357[Jul 28 2023 02:15:42 UTC (QA Tests)] INFO -- Performing sanity check for environment!358[Jul 28 2023 02:15:43 UTC (QA Tests)] INFO -- Performing initial license fabrication!359[Jul 28 2023 02:15:43 UTC (QA Tests)] INFO -- Successfully added license key. Details:360{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}361[Jul 28 2023 02:15:43 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.37 seconds362[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'363[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Report already exists, skipping!364[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====365[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Report specs:366[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/merge_with_code_owner_in_root_group_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_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/rebase_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb", "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_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/add_new_branch_rule_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb"]367[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Leftover specs:368[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- ["qa/specs/features/api/3_create/snippet/snippet_repository_storage_move_spec.rb", "qa/specs/features/browser_ui/3_create/repository/move_project_create_fork_spec.rb", "qa/specs/features/ee/api/3_create/wiki/group_wiki_repository_storage_move_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb"]369[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Knapsack report generator started!370[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'371[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Report already exists, skipping!372Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}373Randomized with seed 29482374[Jul 28 2023 02:15:44 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter375Create376 Default branch name instance setting377[Jul 28 2023 02:15:44 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}378[Jul 28 2023 02:15:45 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project379[Jul 28 2023 02:15:45 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA380[Jul 28 2023 02:15:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-9zqe1buo' via cache in 0.0 seconds381[Jul 28 2023 02:15:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.84 seconds382[Jul 28 2023 02:15:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 1.94 seconds383[Jul 28 2023 02:15:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/default-branch-name-890f3c681a204bb7' via api in 4.46 seconds384 sets the default branch name for a new project385[Jul 28 2023 02:15:50 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name386[Jul 28 2023 02:15:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.17 seconds387[Jul 28 2023 02:15:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.45 seconds388[Jul 28 2023 02:15:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/default-branch-name-via-cli-5570948141aecc3f' via api in 0.74 seconds389 allows a project to be created via the CLI with a different default branch name390[Jul 28 2023 02:15:54 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}391Create392 Push mirror a repository over HTTP393[Jul 28 2023 02:15:55 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository394[Jul 28 2023 02:15:56 UTC (QA Tests)] INFO -- filling :login_field with "root"395[Jul 28 2023 02:15:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field396[Jul 28 2023 02:15:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"397[Jul 28 2023 02:15:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field398[Jul 28 2023 02:15:56 UTC (QA Tests)] INFO -- clicking :sign_in_button399[Jul 28 2023 02:15:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.847s400[Jul 28 2023 02:15:59 UTC (QA Tests)] INFO -- Enabling super sidebar!401[Jul 28 2023 02:15:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled402[Jul 28 2023 02:16:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.13 seconds403[Jul 28 2023 02:16:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.25 seconds404[Jul 28 2023 02:16:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/push-mirror-target-project-99225d974652d791' via api in 1.71 seconds405[Jul 28 2023 02:16:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds406[Jul 28 2023 02:16:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds407[Jul 28 2023 02:16:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-7ac7249f5660820d' via api in 1.48 seconds408[Jul 28 2023 02:16:05 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"409[Jul 28 2023 02:16:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.96 seconds410[Jul 28 2023 02:16:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-7ac7249f5660820d411[Jul 28 2023 02:16:08 UTC (QA Tests)] INFO -- clicking :menu_section_button412[Jul 28 2023 02:16:08 UTC (QA Tests)] INFO -- clicking :nav_item_link413[Jul 28 2023 02:16:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.294s414[Jul 28 2023 02:16:11 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/push-mirror-target-project-99225d974652d791.git"415[Jul 28 2023 02:16:11 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field416[Jul 28 2023 02:16:12 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field417[Jul 28 2023 02:16:13 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field418[Jul 28 2023 02:16:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"419[Jul 28 2023 02:16:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field420[Jul 28 2023 02:16:13 UTC (QA Tests)] INFO -- clicking :mirror_repository_button421[Jul 28 2023 02:16:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.957s422[Jul 28 2023 02:16:16 UTC (QA Tests)] INFO -- clicking :update_now_button423[Jul 28 2023 02:16:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.726s424[Jul 28 2023 02:16:17 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-7ac7249f5660820d/-/settings/repository#js-push-remote-settings425[Jul 28 2023 02:16:39 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-7ac7249f5660820d/-/settings/repository#js-push-remote-settings426[Jul 28 2023 02:16:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/push-mirror-target-project-99225d974652d791427[Jul 28 2023 02:16:44 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments428 configures and syncs LFS objects for a (push) mirrored repository429Create430 Merge request push options431[Jul 28 2023 02:16:44 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets merge when pipeline succeeds432[Jul 28 2023 02:16:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds433[Jul 28 2023 02:16:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds434[Jul 28 2023 02:16:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/merge-request-push-options-167bb02da9e15bc8' via api in 1.52 seconds435[Jul 28 2023 02:16:46 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.436[Jul 28 2023 02:16:46 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`437[Jul 28 2023 02:16:49 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`438[Jul 28 2023 02:16:49 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-167bb02da9e15bc8 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-167bb02da9e15bc8 sh -c "printf 'concurrent = 1\ncheck_interval = 0\n\n[session_server]\n session_timeout = 1800' > /etc/gitlab-runner/config.toml && gitlab-runner register --non-interactive --name runner-for-merge-request-push-options-167bb02da9e15bc8 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list runner-for-merge-request-push-options-167bb02da9e15bc8 --executor shell && gitlab-runner run" `439[Jul 28 2023 02:16:52 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-167bb02da9e15bc8`440[Jul 28 2023 02:16:52 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`441[Jul 28 2023 02:16:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-167bb02da9e15bc8' via api in 7.55 seconds442[Jul 28 2023 02:16:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.11 seconds443[Jul 28 2023 02:16:56 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"444[Jul 28 2023 02:16:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.71 seconds445[Jul 28 2023 02:16:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.13 seconds446[Jul 28 2023 02:16:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-167bb02da9e15bc8'447[Jul 28 2023 02:16:57 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-167bb02da9e15bc8`448[Jul 28 2023 02:16:57 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/merge-request-push-options-167bb02da9e15bc8'449 sets merge when pipeline succeeds450 merges when pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/346425)451Create452 Pull mirror a repository over SSH with a private key453[Jul 28 2023 02:16:57 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over SSH with a private key configures and syncs a (pull) mirrored repository454[Jul 28 2023 02:16:58 UTC (QA Tests)] INFO -- filling :login_field with "root"455[Jul 28 2023 02:16:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field456[Jul 28 2023 02:16:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"457[Jul 28 2023 02:16:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field458[Jul 28 2023 02:16:59 UTC (QA Tests)] INFO -- clicking :sign_in_button459[Jul 28 2023 02:17:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.928s460[Jul 28 2023 02:17:00 UTC (QA Tests)] INFO -- Enabling super sidebar!461[Jul 28 2023 02:17:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled462[Jul 28 2023 02:17:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds463[Jul 28 2023 02:17:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds464[Jul 28 2023 02:17:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-edf321b7cabd54b0' via api in 1.48 seconds465[Jul 28 2023 02:17:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-edf321b7cabd54b0466[Jul 28 2023 02:17:04 UTC (QA Tests)] INFO -- clicking :menu_section_button467[Jul 28 2023 02:17:04 UTC (QA Tests)] INFO -- clicking :nav_item_link468[Jul 28 2023 02:17:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.2s469[Jul 28 2023 02:17:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.09 seconds470[Jul 28 2023 02:17:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.21 seconds471[Jul 28 2023 02:17:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-source-project-1127f6feba509959' via api in 0.78 seconds472[Jul 28 2023 02:17:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"473[Jul 28 2023 02:17:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.64 seconds474[Jul 28 2023 02:17:10 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "ssh://git@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-source-project-1127f6feba509959.git"475[Jul 28 2023 02:17:10 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field476[Jul 28 2023 02:17:10 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field477[Jul 28 2023 02:17:11 UTC (QA Tests)] INFO -- selecting "SSH public key" in :authentication_method_field478[Jul 28 2023 02:17:11 UTC (QA Tests)] INFO -- clicking :detect_host_keys479[Jul 28 2023 02:17:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.053s480[Jul 28 2023 02:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.883s481[Jul 28 2023 02:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.268s482[Jul 28 2023 02:17:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element fingerprints_list' took 2.634s483[Jul 28 2023 02:17:14 UTC (QA Tests)] INFO -- clicking :mirror_repository_button484[Jul 28 2023 02:17:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.584s485[Jul 28 2023 02:17:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey with id '1' via api in 0.14 seconds486[Jul 28 2023 02:17:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-edf321b7cabd54b0487[Jul 28 2023 02:17:17 UTC (QA Tests)] INFO -- clicking :menu_section_button488[Jul 28 2023 02:17:17 UTC (QA Tests)] INFO -- clicking :nav_item_link489[Jul 28 2023 02:17:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.806s490[Jul 28 2023 02:17:20 UTC (QA Tests)] INFO -- clicking :update_now_button491[Jul 28 2023 02:17:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 0.981s492[Jul 28 2023 02:17:22 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-edf321b7cabd54b0/-/settings/repository#js-push-remote-settings493[Jul 28 2023 02:17:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-edf321b7cabd54b0494[Jul 28 2023 02:17:25 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments495 configures and syncs a (pull) mirrored repository496Create497 Adding comments on snippets498 behaves like comments on snippets499[Jul 28 2023 02:17:25 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_snippet500[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- filling :login_field with "root"501[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field502[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"503[Jul 28 2023 02:17:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field504[Jul 28 2023 02:17:27 UTC (QA Tests)] INFO -- clicking :sign_in_button505[Jul 28 2023 02:17:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.944s506[Jul 28 2023 02:17:28 UTC (QA Tests)] INFO -- Enabling super sidebar!507[Jul 28 2023 02:17:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled508[Jul 28 2023 02:17:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds509[Jul 28 2023 02:17:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.16 seconds510[Jul 28 2023 02:17:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-1ec5fdff7ff2f288' via api in 0.69 seconds511[Jul 28 2023 02:17:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '1' via api in 1.65 seconds512[Jul 28 2023 02:17:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.064s513[Jul 28 2023 02:17:33 UTC (QA Tests)] INFO -- clicking :user_avatar_content514[Jul 28 2023 02:17:33 UTC (QA Tests)] INFO -- clicking :sign_out_link515[Jul 28 2023 02:17:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.29 seconds516[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"517[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field518[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"519[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field520[Jul 28 2023 02:17:34 UTC (QA Tests)] INFO -- clicking :sign_in_button521[Jul 28 2023 02:17:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.811s522[Jul 28 2023 02:17:35 UTC (QA Tests)] INFO -- Enabling super sidebar!523[Jul 28 2023 02:17:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled524[Jul 28 2023 02:17:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-1ec5fdff7ff2f288/-/snippets/1525[Jul 28 2023 02:17:38 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"526[Jul 28 2023 02:17:38 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field527[Jul 28 2023 02:17:38 UTC (QA Tests)] INFO -- clicking :comment_button528[Jul 28 2023 02:17:39 UTC (QA Tests)] INFO -- clicking :edit_comment_button529[Jul 28 2023 02:17:39 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"530[Jul 28 2023 02:17:39 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field531[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- clicking :save_comment_button532[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown533[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- clicking :delete_comment_button534[Jul 28 2023 02:17:40 UTC (QA Tests)] INFO -- clicking :confirm_ok_button535 adds, edits, and deletes a comment on a project_snippet536 behaves like comments on snippets537[Jul 28 2023 02:17:41 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_snippet538[Jul 28 2023 02:17:41 UTC (QA Tests)] INFO -- filling :login_field with "root"539[Jul 28 2023 02:17:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field540[Jul 28 2023 02:17:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"541[Jul 28 2023 02:17:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field542[Jul 28 2023 02:17:42 UTC (QA Tests)] INFO -- clicking :sign_in_button543[Jul 28 2023 02:17:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.782s544[Jul 28 2023 02:17:43 UTC (QA Tests)] INFO -- Enabling super sidebar!545[Jul 28 2023 02:17:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled546[Jul 28 2023 02:17:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.47 seconds547[Jul 28 2023 02:17:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.032s548[Jul 28 2023 02:17:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content549[Jul 28 2023 02:17:47 UTC (QA Tests)] INFO -- clicking :sign_out_link550[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds551[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"552[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field553[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"554[Jul 28 2023 02:17:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field555[Jul 28 2023 02:17:49 UTC (QA Tests)] INFO -- clicking :sign_in_button556[Jul 28 2023 02:17:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.649s557[Jul 28 2023 02:17:49 UTC (QA Tests)] INFO -- Enabling super sidebar!558[Jul 28 2023 02:17:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled559[Jul 28 2023 02:17:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/2560[Jul 28 2023 02:17:51 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"561[Jul 28 2023 02:17:51 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field562[Jul 28 2023 02:17:52 UTC (QA Tests)] INFO -- clicking :comment_button563[Jul 28 2023 02:17:52 UTC (QA Tests)] INFO -- clicking :edit_comment_button564[Jul 28 2023 02:17:53 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"565[Jul 28 2023 02:17:53 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field566[Jul 28 2023 02:17:53 UTC (QA Tests)] INFO -- clicking :save_comment_button567[Jul 28 2023 02:17:53 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown568[Jul 28 2023 02:17:54 UTC (QA Tests)] INFO -- clicking :delete_comment_button569[Jul 28 2023 02:17:54 UTC (QA Tests)] INFO -- clicking :confirm_ok_button570 adds, edits, and deletes a comment on a personal_snippet571Create572 Git push over HTTP573[Jul 28 2023 02:17:54 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP pushes to a project using a specific Praefect repository storage574[Jul 28 2023 02:17:55 UTC (QA Tests)] INFO -- filling :login_field with "root"575[Jul 28 2023 02:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field576[Jul 28 2023 02:17:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"577[Jul 28 2023 02:17:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field578[Jul 28 2023 02:17:55 UTC (QA Tests)] INFO -- clicking :sign_in_button579[Jul 28 2023 02:17:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.973s580[Jul 28 2023 02:17:57 UTC (QA Tests)] INFO -- Enabling super sidebar!581[Jul 28 2023 02:17:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled582[Jul 28 2023 02:17:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds583[Jul 28 2023 02:17:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.21 seconds584[Jul 28 2023 02:17:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/specific-repository-storage-6101704868c2e1d7' via api in 0.87 seconds585[Jul 28 2023 02:18:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.89 seconds586[Jul 28 2023 02:18:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/specific-repository-storage-6101704868c2e1d7587 pushes to a project using a specific Praefect repository storage588[Jul 28 2023 02:18:02 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository589[Jul 28 2023 02:18:03 UTC (QA Tests)] INFO -- filling :login_field with "root"590[Jul 28 2023 02:18:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field591[Jul 28 2023 02:18:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"592[Jul 28 2023 02:18:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field593[Jul 28 2023 02:18:03 UTC (QA Tests)] INFO -- clicking :sign_in_button594[Jul 28 2023 02:18:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.933s595[Jul 28 2023 02:18:05 UTC (QA Tests)] INFO -- Enabling super sidebar!596[Jul 28 2023 02:18:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled597[Jul 28 2023 02:18:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds598[Jul 28 2023 02:18:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds599[Jul 28 2023 02:18:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-b714622a20ecefdf' via api in 0.73 seconds600[Jul 28 2023 02:18:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"601[Jul 28 2023 02:18:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.17 seconds602[Jul 28 2023 02:18:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-b714622a20ecefdf603 user pushes code to the repository604Create605 PostReceive idempotent606[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times607[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.11 seconds608[Jul 28 2023 02:18:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.22 seconds609[Jul 28 2023 02:18:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/push-postreceive-idempotent-56f6e4732be605f8' via api in 1.13 seconds610[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 9fcb7e2ce88e900e"611[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.37 seconds612[Jul 28 2023 02:18:12 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"613[Jul 28 2023 02:18:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 1c6d28af0ad38c67"614[Jul 28 2023 02:18:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.31 seconds615[Jul 28 2023 02:18:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"616[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 9e493a04779229ce"617[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.31 seconds618[Jul 28 2023 02:18:15 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"619[Jul 28 2023 02:18:16 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/push-postreceive-idempotent-56f6e4732be605f8'620 pushes and creates a single push event three times621Create622 Snippet index page623 behaves like displaying details on index page624[Jul 28 2023 02:18:16 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_multiple_files including file number625[Jul 28 2023 02:18:16 UTC (QA Tests)] INFO -- filling :login_field with "root"626[Jul 28 2023 02:18:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field627[Jul 28 2023 02:18:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"628[Jul 28 2023 02:18:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field629[Jul 28 2023 02:18:17 UTC (QA Tests)] INFO -- clicking :sign_in_button630[Jul 28 2023 02:18:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.832s631[Jul 28 2023 02:18:18 UTC (QA Tests)] INFO -- Enabling super sidebar!632[Jul 28 2023 02:18:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled633[Jul 28 2023 02:18:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds634[Jul 28 2023 02:18:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds635[Jul 28 2023 02:18:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-1939d9180db2cad2' via api in 0.7 seconds636[Jul 28 2023 02:18:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '3' via api in 1.28 seconds637[Jul 28 2023 02:18:21 UTC (QA Tests)] INFO -- clicking :nav_item_link638[Jul 28 2023 02:18:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? snippet_file_count_content' took 6.046s639[Jul 28 2023 02:18:29 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/dashboard/snippets640 shows correct details of project_snippet_with_multiple_files including file number641 behaves like displaying details on index page642[Jul 28 2023 02:18:29 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_multiple_files including file number643[Jul 28 2023 02:18:30 UTC (QA Tests)] INFO -- filling :login_field with "root"644[Jul 28 2023 02:18:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field645[Jul 28 2023 02:18:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"646[Jul 28 2023 02:18:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field647[Jul 28 2023 02:18:31 UTC (QA Tests)] INFO -- clicking :sign_in_button648[Jul 28 2023 02:18:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.848s649[Jul 28 2023 02:18:32 UTC (QA Tests)] INFO -- Enabling super sidebar!650[Jul 28 2023 02:18:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled651[Jul 28 2023 02:18:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.48 seconds652[Jul 28 2023 02:18:34 UTC (QA Tests)] INFO -- clicking :nav_item_link653 shows correct details of personal_snippet_with_multiple_files including file number654 behaves like displaying details on index page655[Jul 28 2023 02:18:35 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of personal_snippet_with_single_file including file number656[Jul 28 2023 02:18:35 UTC (QA Tests)] INFO -- filling :login_field with "root"657[Jul 28 2023 02:18:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field658[Jul 28 2023 02:18:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"659[Jul 28 2023 02:18:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field660[Jul 28 2023 02:18:36 UTC (QA Tests)] INFO -- clicking :sign_in_button661[Jul 28 2023 02:18:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.878s662[Jul 28 2023 02:18:37 UTC (QA Tests)] INFO -- Enabling super sidebar!663[Jul 28 2023 02:18:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled664[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.45 seconds665[Jul 28 2023 02:18:39 UTC (QA Tests)] INFO -- clicking :nav_item_link666 shows correct details of personal_snippet_with_single_file including file number667 behaves like displaying details on index page668[Jul 28 2023 02:18:40 UTC (QA Tests)] INFO -- Starting test: Create Snippet index page behaves like displaying details on index page shows correct details of project_snippet_with_single_file including file number669[Jul 28 2023 02:18:40 UTC (QA Tests)] INFO -- filling :login_field with "root"670[Jul 28 2023 02:18:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field671[Jul 28 2023 02:18:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"672[Jul 28 2023 02:18:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field673[Jul 28 2023 02:18:41 UTC (QA Tests)] INFO -- clicking :sign_in_button674[Jul 28 2023 02:18:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.805s675[Jul 28 2023 02:18:42 UTC (QA Tests)] INFO -- Enabling super sidebar!676[Jul 28 2023 02:18:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled677[Jul 28 2023 02:18:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds678[Jul 28 2023 02:18:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds679[Jul 28 2023 02:18:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-ecae4d13acd634c1' via api in 0.71 seconds680[Jul 28 2023 02:18:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '6' via api in 1.29 seconds681[Jul 28 2023 02:18:45 UTC (QA Tests)] INFO -- clicking :nav_item_link682 shows correct details of project_snippet_with_single_file including file number683Create684 Git clone over HTTP685[Jul 28 2023 02:18:46 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone686[Jul 28 2023 02:18:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds687[Jul 28 2023 02:18:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds688[Jul 28 2023 02:18:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-aa581b666a8e9010' via api in 0.76 seconds689[Jul 28 2023 02:18:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"690 user performs a shallow clone691[Jul 28 2023 02:18:48 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone692[Jul 28 2023 02:18:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.11 seconds693[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.23 seconds694[Jul 28 2023 02:18:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-246cd15f9d993c0b' via api in 0.76 seconds695[Jul 28 2023 02:18:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"696 user performs a deep clone697Create698 Project snippet creation699[Jul 28 2023 02:18:51 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet700[Jul 28 2023 02:18:51 UTC (QA Tests)] INFO -- filling :login_field with "root"701[Jul 28 2023 02:18:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field702[Jul 28 2023 02:18:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"703[Jul 28 2023 02:18:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field704[Jul 28 2023 02:18:52 UTC (QA Tests)] INFO -- clicking :sign_in_button705[Jul 28 2023 02:18:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s706[Jul 28 2023 02:18:54 UTC (QA Tests)] INFO -- Enabling super sidebar!707[Jul 28 2023 02:18:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled708[Jul 28 2023 02:18:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds709[Jul 28 2023 02:18:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.22 seconds710[Jul 28 2023 02:18:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-af76e7574b58c019' via api in 0.9 seconds711[Jul 28 2023 02:18:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-af76e7574b58c019712[Jul 28 2023 02:18:57 UTC (QA Tests)] INFO -- clicking :menu_section_button713[Jul 28 2023 02:18:57 UTC (QA Tests)] INFO -- clicking :nav_item_link714[Jul 28 2023 02:18:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.733s715[Jul 28 2023 02:18:58 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link716[Jul 28 2023 02:18:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 1.052s717[Jul 28 2023 02:18:59 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"718[Jul 28 2023 02:18:59 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field719[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- clicking :description_placeholder720[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "721[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field722[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- clicking :visibility_content723[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"724[Jul 28 2023 02:19:00 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field725[Jul 28 2023 02:19:01 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button726[Jul 28 2023 02:19:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.648s727[Jul 28 2023 02:19:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.656s728[Jul 28 2023 02:19:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '7' via browser_ui in 7.63 seconds729 user creates a project snippet730Create731 Cherry picking from a merge request732[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking from a merge request creates a merge request733[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- filling :login_field with "root"734[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field735[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"736[Jul 28 2023 02:19:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field737[Jul 28 2023 02:19:05 UTC (QA Tests)] INFO -- clicking :sign_in_button738[Jul 28 2023 02:19:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.939s739[Jul 28 2023 02:19:06 UTC (QA Tests)] INFO -- Enabling super sidebar!740[Jul 28 2023 02:19:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled741[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds742[Jul 28 2023 02:19:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds743[Jul 28 2023 02:19:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-72e33661934ca85e' via api in 1.07 seconds744[Jul 28 2023 02:19:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds745[Jul 28 2023 02:19:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds746[Jul 28 2023 02:19:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.64 seconds747[Jul 28 2023 02:19:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-72e33661934ca85e/-/merge_requests/1748[Jul 28 2023 02:19:26 UTC (QA Tests)] INFO -- clicking :close_button749[Jul 28 2023 02:19:26 UTC (QA Tests)] INFO -- clicking :merge_button750[Jul 28 2023 02:19:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.812s751[Jul 28 2023 02:19:29 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present752[Jul 28 2023 02:19:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element cherry_pick_button' took 0.611s753[Jul 28 2023 02:19:30 UTC (QA Tests)] INFO -- clicking :submit_commit_button754[Jul 28 2023 02:19:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 2.813s755[Jul 28 2023 02:19:33 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present756[Jul 28 2023 02:19:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.346s757[Jul 28 2023 02:19:36 UTC (QA Tests)] INFO -- clicking :diffs_tab758 creates a merge request759Create760 Commit data761[Jul 28 2023 02:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds762[Jul 28 2023 02:19:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds763[Jul 28 2023 02:19:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds764[Jul 28 2023 02:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-ba069eccd3a3d93b' via api in 0.71 seconds765[Jul 28 2023 02:19:38 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"766[Jul 28 2023 02:19:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.16 seconds767[Jul 28 2023 02:19:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds768[Jul 28 2023 02:19:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds769[Jul 28 2023 02:19:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-new-file-41b0eda5a61806db' via api in 1.08 seconds770[Jul 28 2023 02:19:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.56 seconds771[Jul 28 2023 02:19:40 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch772[Jul 28 2023 02:19:41 UTC (QA Tests)] INFO -- filling :login_field with "root"773[Jul 28 2023 02:19:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field774[Jul 28 2023 02:19:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"775[Jul 28 2023 02:19:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field776[Jul 28 2023 02:19:42 UTC (QA Tests)] INFO -- clicking :sign_in_button777[Jul 28 2023 02:19:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.114s778[Jul 28 2023 02:19:43 UTC (QA Tests)] INFO -- Enabling super sidebar!779[Jul 28 2023 02:19:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled780[Jul 28 2023 02:19:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-ba069eccd3a3d93b781[Jul 28 2023 02:19:48 UTC (QA Tests)] INFO -- clicking :options_button782 user views raw email patch783[Jul 28 2023 02:19:48 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff784[Jul 28 2023 02:19:49 UTC (QA Tests)] INFO -- filling :login_field with "root"785[Jul 28 2023 02:19:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field786[Jul 28 2023 02:19:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"787[Jul 28 2023 02:19:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field788[Jul 28 2023 02:19:50 UTC (QA Tests)] INFO -- clicking :sign_in_button789[Jul 28 2023 02:19:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.962s790[Jul 28 2023 02:19:51 UTC (QA Tests)] INFO -- Enabling super sidebar!791[Jul 28 2023 02:19:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled792[Jul 28 2023 02:19:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-ba069eccd3a3d93b793[Jul 28 2023 02:19:55 UTC (QA Tests)] INFO -- clicking :options_button794 user views raw commit diff795Create796 Merge request custom templates797[Jul 28 2023 02:19:56 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template798[Jul 28 2023 02:19:56 UTC (QA Tests)] INFO -- filling :login_field with "root"799[Jul 28 2023 02:19:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field800[Jul 28 2023 02:19:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"801[Jul 28 2023 02:19:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field802[Jul 28 2023 02:19:57 UTC (QA Tests)] INFO -- clicking :sign_in_button803[Jul 28 2023 02:19:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.965s804[Jul 28 2023 02:19:59 UTC (QA Tests)] INFO -- Enabling super sidebar!805[Jul 28 2023 02:19:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled806[Jul 28 2023 02:20:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds807[Jul 28 2023 02:20:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds808[Jul 28 2023 02:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/custom-mr-template-project-19a65ec9080789c5' via api in 1.22 seconds809[Jul 28 2023 02:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds810[Jul 28 2023 02:20:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds811[Jul 28 2023 02:20:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/custom-mr-template-project-19a65ec9080789c5812[Jul 28 2023 02:20:06 UTC (QA Tests)] INFO -- clicking :create_merge_request_button813[Jul 28 2023 02:20:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.24s814[Jul 28 2023 02:20:07 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"815[Jul 28 2023 02:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field816[Jul 28 2023 02:20:07 UTC (QA Tests)] INFO -- clicking :template_dropdown817[Jul 28 2023 02:20:08 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present818[Jul 28 2023 02:20:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.819s819[Jul 28 2023 02:20:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 8.29 seconds820 creates a merge request via custom template821Create822 Link to line in Web IDE823[Jul 28 2023 02:20:11 UTC (QA Tests)] INFO -- Starting test: Create Link to line in Web IDE can link to a specific line of code in Web IDE824[Jul 28 2023 02:20:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds825[Jul 28 2023 02:20:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.16 seconds826[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/the_awesome_project-b88cd15224e6138b' via api in 6.91 seconds827[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/the_awesome_project-b88cd15224e6138b'828 can link to a specific line of code in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)829Create830 Codeowners831 when the project is in the root group832 and the code owner is the root group833 behaves like code owner merge request834[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- Starting test: Create Codeowners when the project is in the root group and the code owner is the root group behaves like code owner merge request is approved and merged835[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds836[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3e1dcd8d4d01c884' via api in 0.24 seconds837[Jul 28 2023 02:20:18 UTC (QA Tests)] INFO -- Adding user qa-user-3e1dcd8d4d01c884 to gitlab-qa-sandbox-group-6 QA::Resource::Sandbox838[Jul 28 2023 02:20:19 UTC (QA Tests)] INFO -- filling :login_field with "root"839[Jul 28 2023 02:20:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field840[Jul 28 2023 02:20:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"841[Jul 28 2023 02:20:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field842[Jul 28 2023 02:20:20 UTC (QA Tests)] INFO -- clicking :sign_in_button843[Jul 28 2023 02:20:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.954s844[Jul 28 2023 02:20:21 UTC (QA Tests)] INFO -- Enabling super sidebar!845[Jul 28 2023 02:20:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled846[Jul 28 2023 02:20:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-3d9a9b5475c99348' via api in 0.84 seconds847[Jul 28 2023 02:20:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-3d9a9b5475c99348848[Jul 28 2023 02:20:27 UTC (QA Tests)] INFO -- clicking :menu_section_button849[Jul 28 2023 02:20:27 UTC (QA Tests)] INFO -- clicking :nav_item_link850[Jul 28 2023 02:20:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.977s851[Jul 28 2023 02:20:28 UTC (QA Tests)] INFO -- filling :approvals_number_field with "1"852[Jul 28 2023 02:20:28 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_number_field853[Jul 28 2023 02:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds854[Jul 28 2023 02:20:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProtectedBranch via api in 0.08 seconds855[Jul 28 2023 02:20:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.95 seconds856[Jul 28 2023 02:20:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.43 seconds857[Jul 28 2023 02:20:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.071s858[Jul 28 2023 02:20:32 UTC (QA Tests)] INFO -- clicking :user_avatar_content859[Jul 28 2023 02:20:32 UTC (QA Tests)] INFO -- clicking :sign_out_link860[Jul 28 2023 02:20:33 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3e1dcd8d4d01c884"861[Jul 28 2023 02:20:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field862[Jul 28 2023 02:20:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"863[Jul 28 2023 02:20:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field864[Jul 28 2023 02:20:33 UTC (QA Tests)] INFO -- clicking :sign_in_button865[Jul 28 2023 02:20:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.132s866[Jul 28 2023 02:20:35 UTC (QA Tests)] INFO -- Enabling super sidebar!867[Jul 28 2023 02:20:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled868[Jul 28 2023 02:20:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-3d9a9b5475c99348/-/merge_requests/1869[Jul 28 2023 02:20:40 UTC (QA Tests)] INFO -- clicking :close_button870[Jul 28 2023 02:20:40 UTC (QA Tests)] INFO -- clicking :approve_button871[Jul 28 2023 02:20:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.883s872[Jul 28 2023 02:20:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.91s873[Jul 28 2023 02:20:42 UTC (QA Tests)] INFO -- clicking :merge_button874[Jul 28 2023 02:20:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.644s875[Jul 28 2023 02:20:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.074s876[Jul 28 2023 02:20:46 UTC (QA Tests)] INFO -- clicking :user_avatar_content877[Jul 28 2023 02:20:46 UTC (QA Tests)] INFO -- clicking :sign_out_link878[Jul 28 2023 02:20:46 UTC (QA Tests)] INFO -- Removing user qa-user-3e1dcd8d4d01c884 from gitlab-qa-sandbox-group-6 QA::Resource::Sandbox879[Jul 28 2023 02:20:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-3e1dcd8d4d01c884'880[Jul 28 2023 02:20:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-3d9a9b5475c99348'881 is approved and merged882 and the code owner is a user883 behaves like code owner merge request884[Jul 28 2023 02:20:48 UTC (QA Tests)] INFO -- Starting test: Create Codeowners when the project is in the root group and the code owner is a user behaves like code owner merge request is approved and merged885[Jul 28 2023 02:20:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds886[Jul 28 2023 02:20:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5' via api in 0.82 seconds887[Jul 28 2023 02:20:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-261a92d84fc60c09' via api in 0.32 seconds888[Jul 28 2023 02:20:49 UTC (QA Tests)] INFO -- Adding user qa-user-261a92d84fc60c09 to gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5 QA::Resource::Project889[Jul 28 2023 02:20:50 UTC (QA Tests)] INFO -- filling :login_field with "root"890[Jul 28 2023 02:20:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field891[Jul 28 2023 02:20:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"892[Jul 28 2023 02:20:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field893[Jul 28 2023 02:20:50 UTC (QA Tests)] INFO -- clicking :sign_in_button894[Jul 28 2023 02:20:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.985s895[Jul 28 2023 02:20:52 UTC (QA Tests)] INFO -- Enabling super sidebar!896[Jul 28 2023 02:20:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled897[Jul 28 2023 02:20:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5898[Jul 28 2023 02:20:55 UTC (QA Tests)] INFO -- clicking :menu_section_button899[Jul 28 2023 02:20:55 UTC (QA Tests)] INFO -- clicking :nav_item_link900[Jul 28 2023 02:20:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.914s901[Jul 28 2023 02:20:56 UTC (QA Tests)] INFO -- filling :approvals_number_field with "1"902[Jul 28 2023 02:20:56 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_number_field903[Jul 28 2023 02:20:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds904[Jul 28 2023 02:20:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProtectedBranch via api in 0.07 seconds905[Jul 28 2023 02:20:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.91 seconds906[Jul 28 2023 02:20:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.45 seconds907[Jul 28 2023 02:21:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s908[Jul 28 2023 02:21:00 UTC (QA Tests)] INFO -- clicking :user_avatar_content909[Jul 28 2023 02:21:00 UTC (QA Tests)] INFO -- clicking :sign_out_link910[Jul 28 2023 02:21:01 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-261a92d84fc60c09"911[Jul 28 2023 02:21:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field912[Jul 28 2023 02:21:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"913[Jul 28 2023 02:21:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field914[Jul 28 2023 02:21:02 UTC (QA Tests)] INFO -- clicking :sign_in_button915[Jul 28 2023 02:21:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.807s916[Jul 28 2023 02:21:03 UTC (QA Tests)] INFO -- Enabling super sidebar!917[Jul 28 2023 02:21:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled918[Jul 28 2023 02:21:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5/-/merge_requests/1919[Jul 28 2023 02:21:08 UTC (QA Tests)] INFO -- clicking :close_button920[Jul 28 2023 02:21:08 UTC (QA Tests)] INFO -- clicking :approve_button921[Jul 28 2023 02:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.696s922[Jul 28 2023 02:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.722s923[Jul 28 2023 02:21:09 UTC (QA Tests)] INFO -- clicking :merge_button924[Jul 28 2023 02:21:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.567s925[Jul 28 2023 02:21:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.026s926[Jul 28 2023 02:21:13 UTC (QA Tests)] INFO -- clicking :user_avatar_content927[Jul 28 2023 02:21:13 UTC (QA Tests)] INFO -- clicking :sign_out_link928[Jul 28 2023 02:21:14 UTC (QA Tests)] INFO -- Removing user qa-user-261a92d84fc60c09 from gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5 QA::Resource::Project929[Jul 28 2023 02:21:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-261a92d84fc60c09'930[Jul 28 2023 02:21:14 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/code-owner-approve-and-merge-cff2fda83073a0c5'931 is approved and merged932Create933 Create, Retrieve and Delete branches via API934[Jul 28 2023 02:21:14 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches935[Jul 28 2023 02:21:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds936[Jul 28 2023 02:21:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds937[Jul 28 2023 02:21:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-qa-test-a8492605632e1110' via api in 0.8 seconds938[Jul 28 2023 02:21:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"939[Jul 28 2023 02:21:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.41 seconds940[Jul 28 2023 02:21:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.09 seconds941[Jul 28 2023 02:21:17 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'942 creates, retrieves and deletes branches943Create944 Repository tags945 when protected946 behaves like successful tag creation947[Jul 28 2023 02:21:18 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like successful tag creation can be created by maintainer_user948[Jul 28 2023 02:21:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds949[Jul 28 2023 02:21:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds950[Jul 28 2023 02:21:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-7c83d65684badb76' via api in 1.12 seconds951[Jul 28 2023 02:21:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds952[Jul 28 2023 02:21:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-7c83d65684badb76 QA::Resource::Project953[Jul 28 2023 02:21:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.27 seconds954[Jul 28 2023 02:21:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-7c83d65684badb76 QA::Resource::Project955[Jul 28 2023 02:21:20 UTC (QA Tests)] INFO -- filling :login_field with "root"956[Jul 28 2023 02:21:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field957[Jul 28 2023 02:21:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"958[Jul 28 2023 02:21:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field959[Jul 28 2023 02:21:21 UTC (QA Tests)] INFO -- clicking :sign_in_button960[Jul 28 2023 02:21:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.998s961[Jul 28 2023 02:21:22 UTC (QA Tests)] INFO -- Enabling super sidebar!962[Jul 28 2023 02:21:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled963[Jul 28 2023 02:21:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-7c83d65684badb76964[Jul 28 2023 02:21:26 UTC (QA Tests)] INFO -- clicking :menu_section_button965[Jul 28 2023 02:21:26 UTC (QA Tests)] INFO -- clicking :nav_item_link966[Jul 28 2023 02:21:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.832s967[Jul 28 2023 02:21:28 UTC (QA Tests)] INFO -- clicking :tags_dropdown968[Jul 28 2023 02:21:28 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown969[Jul 28 2023 02:21:29 UTC (QA Tests)] INFO -- clicking :protect_tag_button970[Jul 28 2023 02:21:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.075s971[Jul 28 2023 02:21:31 UTC (QA Tests)] INFO -- clicking :user_avatar_content972[Jul 28 2023 02:21:32 UTC (QA Tests)] INFO -- clicking :sign_out_link973[Jul 28 2023 02:21:32 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"974[Jul 28 2023 02:21:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field975[Jul 28 2023 02:21:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"976[Jul 28 2023 02:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field977[Jul 28 2023 02:21:33 UTC (QA Tests)] INFO -- clicking :sign_in_button978[Jul 28 2023 02:21:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.699s979[Jul 28 2023 02:21:34 UTC (QA Tests)] INFO -- Enabling super sidebar!980[Jul 28 2023 02:21:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled981[Jul 28 2023 02:21:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-7c83d65684badb76982[Jul 28 2023 02:21:37 UTC (QA Tests)] INFO -- clicking :menu_section_button983[Jul 28 2023 02:21:37 UTC (QA Tests)] INFO -- clicking :nav_item_link984[Jul 28 2023 02:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.726s985[Jul 28 2023 02:21:38 UTC (QA Tests)] INFO -- clicking :new_tag_button986[Jul 28 2023 02:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.643s987[Jul 28 2023 02:21:38 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"988[Jul 28 2023 02:21:38 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field989[Jul 28 2023 02:21:39 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"990[Jul 28 2023 02:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field991[Jul 28 2023 02:21:39 UTC (QA Tests)] INFO -- clicking :create_tag_button992[Jul 28 2023 02:21:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.103s993 can be created by maintainer_user994 behaves like unsuccessful tag creation995[Jul 28 2023 02:21:41 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like unsuccessful tag creation cannot be created by an unauthorized developer_user996[Jul 28 2023 02:21:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds997[Jul 28 2023 02:21:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.16 seconds998[Jul 28 2023 02:21:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-e5b60f017accad8e' via api in 1.03 seconds999[Jul 28 2023 02:21:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1000[Jul 28 2023 02:21:42 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-e5b60f017accad8e QA::Resource::Project1001[Jul 28 2023 02:21:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1002[Jul 28 2023 02:21:42 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-e5b60f017accad8e QA::Resource::Project1003[Jul 28 2023 02:21:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1004[Jul 28 2023 02:21:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1005[Jul 28 2023 02:21:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1006[Jul 28 2023 02:21:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1007[Jul 28 2023 02:21:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1008[Jul 28 2023 02:21:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.025s1009[Jul 28 2023 02:21:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1010[Jul 28 2023 02:21:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1011[Jul 28 2023 02:21:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-e5b60f017accad8e1012[Jul 28 2023 02:21:48 UTC (QA Tests)] INFO -- clicking :menu_section_button1013[Jul 28 2023 02:21:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1014[Jul 28 2023 02:21:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.796s1015[Jul 28 2023 02:21:51 UTC (QA Tests)] INFO -- clicking :tags_dropdown1016[Jul 28 2023 02:21:51 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown1017[Jul 28 2023 02:21:51 UTC (QA Tests)] INFO -- clicking :protect_tag_button1018[Jul 28 2023 02:21:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.042s1019[Jul 28 2023 02:21:54 UTC (QA Tests)] INFO -- clicking :user_avatar_content1020[Jul 28 2023 02:21:54 UTC (QA Tests)] INFO -- clicking :sign_out_link1021[Jul 28 2023 02:21:55 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1022[Jul 28 2023 02:21:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1023[Jul 28 2023 02:21:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1024[Jul 28 2023 02:21:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1025[Jul 28 2023 02:21:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1026[Jul 28 2023 02:21:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.658s1027[Jul 28 2023 02:21:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1028[Jul 28 2023 02:21:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1029[Jul 28 2023 02:21:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-e5b60f017accad8e1030[Jul 28 2023 02:21:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1031[Jul 28 2023 02:21:59 UTC (QA Tests)] INFO -- clicking :nav_item_link1032[Jul 28 2023 02:22:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.691s1033[Jul 28 2023 02:22:00 UTC (QA Tests)] INFO -- clicking :new_tag_button1034[Jul 28 2023 02:22:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.718s1035[Jul 28 2023 02:22:01 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"1036[Jul 28 2023 02:22:01 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field1037[Jul 28 2023 02:22:01 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"1038[Jul 28 2023 02:22:01 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field1039[Jul 28 2023 02:22:02 UTC (QA Tests)] INFO -- clicking :create_tag_button1040[Jul 28 2023 02:22:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 0.807s1041 cannot be created by an unauthorized developer_user1042 when not protected1043 behaves like successful tag creation1044[Jul 28 2023 02:22:03 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by maintainer_user1045[Jul 28 2023 02:22:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1046[Jul 28 2023 02:22:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1047[Jul 28 2023 02:22:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-237f0538185bfd2d' via api in 1.13 seconds1048[Jul 28 2023 02:22:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1049[Jul 28 2023 02:22:04 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-237f0538185bfd2d QA::Resource::Project1050[Jul 28 2023 02:22:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1051[Jul 28 2023 02:22:04 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-237f0538185bfd2d QA::Resource::Project1052[Jul 28 2023 02:22:05 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"1053[Jul 28 2023 02:22:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1054[Jul 28 2023 02:22:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1055[Jul 28 2023 02:22:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1056[Jul 28 2023 02:22:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1057[Jul 28 2023 02:22:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.779s1058[Jul 28 2023 02:22:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1059[Jul 28 2023 02:22:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1060[Jul 28 2023 02:22:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-237f0538185bfd2d1061[Jul 28 2023 02:22:10 UTC (QA Tests)] INFO -- clicking :menu_section_button1062[Jul 28 2023 02:22:10 UTC (QA Tests)] INFO -- clicking :nav_item_link1063[Jul 28 2023 02:22:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.698s1064[Jul 28 2023 02:22:11 UTC (QA Tests)] INFO -- clicking :new_tag_button1065[Jul 28 2023 02:22:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.825s1066[Jul 28 2023 02:22:12 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"1067[Jul 28 2023 02:22:12 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field1068[Jul 28 2023 02:22:12 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"1069[Jul 28 2023 02:22:12 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field1070[Jul 28 2023 02:22:13 UTC (QA Tests)] INFO -- clicking :create_tag_button1071[Jul 28 2023 02:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.072s1072 can be created by maintainer_user1073 behaves like successful tag creation1074[Jul 28 2023 02:22:14 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by developer_user1075[Jul 28 2023 02:22:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1076[Jul 28 2023 02:22:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1077[Jul 28 2023 02:22:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-c63e83286ae83d0d' via api in 1.1 seconds1078[Jul 28 2023 02:22:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1079[Jul 28 2023 02:22:15 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-c63e83286ae83d0d QA::Resource::Project1080[Jul 28 2023 02:22:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1081[Jul 28 2023 02:22:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-c63e83286ae83d0d QA::Resource::Project1082[Jul 28 2023 02:22:16 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1083[Jul 28 2023 02:22:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1084[Jul 28 2023 02:22:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1085[Jul 28 2023 02:22:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1086[Jul 28 2023 02:22:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1087[Jul 28 2023 02:22:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.793s1088[Jul 28 2023 02:22:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1089[Jul 28 2023 02:22:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1090[Jul 28 2023 02:22:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-for-tags-c63e83286ae83d0d1091[Jul 28 2023 02:22:21 UTC (QA Tests)] INFO -- clicking :menu_section_button1092[Jul 28 2023 02:22:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1093[Jul 28 2023 02:22:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.699s1094[Jul 28 2023 02:22:22 UTC (QA Tests)] INFO -- clicking :new_tag_button1095[Jul 28 2023 02:22:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.67s1096[Jul 28 2023 02:22:23 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"1097[Jul 28 2023 02:22:23 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field1098[Jul 28 2023 02:22:23 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"1099[Jul 28 2023 02:22:23 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field1100[Jul 28 2023 02:22:24 UTC (QA Tests)] INFO -- clicking :create_tag_button1101[Jul 28 2023 02:22:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.105s1102 can be created by developer_user1103Create1104 Personal snippet creation1105[Jul 28 2023 02:22:25 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet1106[Jul 28 2023 02:22:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1107[Jul 28 2023 02:22:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1108[Jul 28 2023 02:22:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1109[Jul 28 2023 02:22:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1110[Jul 28 2023 02:22:26 UTC (QA Tests)] INFO -- clicking :sign_in_button1111[Jul 28 2023 02:22:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.057s1112[Jul 28 2023 02:22:28 UTC (QA Tests)] INFO -- Enabling super sidebar!1113[Jul 28 2023 02:22:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled1114[Jul 28 2023 02:22:30 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1115[Jul 28 2023 02:22:30 UTC (QA Tests)] INFO -- clicking :create_menu_item1116[Jul 28 2023 02:22:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.738s1117[Jul 28 2023 02:22:31 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"1118[Jul 28 2023 02:22:31 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1119[Jul 28 2023 02:22:31 UTC (QA Tests)] INFO -- clicking :description_placeholder1120[Jul 28 2023 02:22:31 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1121[Jul 28 2023 02:22:31 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1122[Jul 28 2023 02:22:32 UTC (QA Tests)] INFO -- clicking :visibility_content1123[Jul 28 2023 02:22:32 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"1124[Jul 28 2023 02:22:32 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1125[Jul 28 2023 02:22:32 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1126[Jul 28 2023 02:22:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.058s1127[Jul 28 2023 02:22:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.066s1128[Jul 28 2023 02:22:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '8' via browser_ui in 4.08 seconds1129[Jul 28 2023 02:22:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '8'1130 user creates a personal snippet1131Create1132 Pull mirror a repository over HTTP1133[Jul 28 2023 02:22:34 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth1134[Jul 28 2023 02:22:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1135[Jul 28 2023 02:22:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1136[Jul 28 2023 02:22:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1137[Jul 28 2023 02:22:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1138[Jul 28 2023 02:22:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1139[Jul 28 2023 02:22:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.022s1140[Jul 28 2023 02:22:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1141[Jul 28 2023 02:22:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1142[Jul 28 2023 02:22:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1143[Jul 28 2023 02:22:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1144[Jul 28 2023 02:22:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-source-project-338fe98157e9ea1f' via api in 0.71 seconds1145[Jul 28 2023 02:22:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1146[Jul 28 2023 02:22:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.16 seconds1147[Jul 28 2023 02:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1148[Jul 28 2023 02:22:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1149[Jul 28 2023 02:22:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-700f649113007ba9' via api in 0.72 seconds1150[Jul 28 2023 02:22:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-700f649113007ba91151[Jul 28 2023 02:22:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1152[Jul 28 2023 02:22:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1153[Jul 28 2023 02:22:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s1154[Jul 28 2023 02:22:45 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-source-project-338fe98157e9ea1f.git"1155[Jul 28 2023 02:22:45 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1156[Jul 28 2023 02:22:46 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field1157[Jul 28 2023 02:22:47 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field1158[Jul 28 2023 02:22:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1159[Jul 28 2023 02:22:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1160[Jul 28 2023 02:22:47 UTC (QA Tests)] INFO -- clicking :mirror_repository_button1161[Jul 28 2023 02:22:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.354s1162[Jul 28 2023 02:22:49 UTC (QA Tests)] INFO -- clicking :update_now_button1163[Jul 28 2023 02:22:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 0.909s1164[Jul 28 2023 02:22:50 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-700f649113007ba9/-/settings/repository#js-push-remote-settings1165[Jul 28 2023 02:22:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/pull-mirror-target-project-700f649113007ba91166[Jul 28 2023 02:22:53 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1167 configures and syncs a (pull) mirrored repository with password auth1168Create1169 Codeowners1170[Jul 28 2023 02:22:53 UTC (QA Tests)] INFO -- Starting test: Create Codeowners displays owners specified in CODEOWNERS file1171[Jul 28 2023 02:22:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1172[Jul 28 2023 02:22:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1173[Jul 28 2023 02:22:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"1174[Jul 28 2023 02:22:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1175[Jul 28 2023 02:22:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1176[Jul 28 2023 02:22:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s1177[Jul 28 2023 02:22:56 UTC (QA Tests)] INFO -- Enabling super sidebar!1178[Jul 28 2023 02:22:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled1179[Jul 28 2023 02:22:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1180[Jul 28 2023 02:22:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1181[Jul 28 2023 02:22:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/codeowners-733d6584fcc4f9bd' via api in 0.71 seconds1182[Jul 28 2023 02:22:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.22 seconds1183[Jul 28 2023 02:22:59 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/codeowners-733d6584fcc4f9bd QA::Resource::Project1184[Jul 28 2023 02:22:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1185[Jul 28 2023 02:22:59 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/codeowners-733d6584fcc4f9bd QA::Resource::Project1186[Jul 28 2023 02:23:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.6 seconds1187[Jul 28 2023 02:23:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/codeowners-733d6584fcc4f9bd1188[Jul 28 2023 02:23:01 UTC (QA Tests)] INFO -- clicking :file_name_link1189[Jul 28 2023 02:23:02 UTC (QA Tests)] INFO -- clicking :collapse_toggle1190[Jul 28 2023 02:23:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/codeowners-733d6584fcc4f9bd1191[Jul 28 2023 02:23:04 UTC (QA Tests)] INFO -- clicking :file_name_link1192[Jul 28 2023 02:23:04 UTC (QA Tests)] INFO -- clicking :collapse_toggle1193 displays owners specified in CODEOWNERS file1194Create1195 Cherry picking a commit1196[Jul 28 2023 02:23:05 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking a commit creates a merge request1197[Jul 28 2023 02:23:06 UTC (QA Tests)] INFO -- filling :login_field with "root"1198[Jul 28 2023 02:23:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1199[Jul 28 2023 02:23:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1200[Jul 28 2023 02:23:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1201[Jul 28 2023 02:23:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1202[Jul 28 2023 02:23:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.023s1203[Jul 28 2023 02:23:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1204[Jul 28 2023 02:23:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled1205[Jul 28 2023 02:23:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1206[Jul 28 2023 02:23:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1207[Jul 28 2023 02:23:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-4889ec1347fd669d' via api in 1.11 seconds1208[Jul 28 2023 02:23:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1209[Jul 28 2023 02:23:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-4889ec1347fd669d/-/commit/335997c97da3dacdfecaf26f59a43a273f4a90211210[Jul 28 2023 02:23:13 UTC (QA Tests)] INFO -- clicking :options_button1211[Jul 28 2023 02:23:13 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present1212[Jul 28 2023 02:23:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element cherry_pick_button' took 0.504s1213[Jul 28 2023 02:23:13 UTC (QA Tests)] INFO -- clicking :submit_commit_button1214[Jul 28 2023 02:23:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.754s1215[Jul 28 2023 02:23:15 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1216[Jul 28 2023 02:23:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.656s1217[Jul 28 2023 02:23:18 UTC (QA Tests)] INFO -- clicking :diffs_tab1218[Jul 28 2023 02:23:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.056s1219[Jul 28 2023 02:23:29 UTC (QA Tests)] INFO -- clicking :file_tree_button1220 creates a merge request1221Create1222 Restricted protected branch push and merge1223 when only one group is allowed to merge and push to a protected branch1224 behaves like unselected maintainer1225[Jul 28 2023 02:23:29 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one group is allowed to merge and push to a protected branch behaves like unselected maintainer user fails to push1226[Jul 28 2023 02:23:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1227[Jul 28 2023 02:23:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1228[Jul 28 2023 02:23:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1229[Jul 28 2023 02:23:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1230[Jul 28 2023 02:23:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1231[Jul 28 2023 02:23:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.037s1232[Jul 28 2023 02:23:32 UTC (QA Tests)] INFO -- Enabling super sidebar!1233[Jul 28 2023 02:23:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1234[Jul 28 2023 02:23:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1235[Jul 28 2023 02:23:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-dbffeb62a2c7eab7' via api in 0.39 seconds1236[Jul 28 2023 02:23:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.18 seconds1237[Jul 28 2023 02:23:35 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/access-to-protected-branch-dbffeb62a2c7eab7 QA::Resource::Group1238[Jul 28 2023 02:23:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1239[Jul 28 2023 02:23:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.16 seconds1240[Jul 28 2023 02:23:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-a965ca1d132c1bbe' via api in 1.06 seconds1241[Jul 28 2023 02:23:36 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-dbffeb62a2c7eab71242[Jul 28 2023 02:23:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1243[Jul 28 2023 02:23:36 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-a965ca1d132c1bbe QA::Resource::Project1244[Jul 28 2023 02:23:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1245[Jul 28 2023 02:23:37 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1246[Jul 28 2023 02:23:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-a965ca1d132c1bbe1247[Jul 28 2023 02:23:39 UTC (QA Tests)] INFO -- clicking :menu_section_button1248[Jul 28 2023 02:23:39 UTC (QA Tests)] INFO -- clicking :nav_item_link1249[Jul 28 2023 02:23:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.822s1250[Jul 28 2023 02:23:41 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1251[Jul 28 2023 02:23:42 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1252[Jul 28 2023 02:23:42 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-dbffeb62a2c7eab7"1253[Jul 28 2023 02:23:42 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1254[Jul 28 2023 02:23:42 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1255[Jul 28 2023 02:23:43 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1256[Jul 28 2023 02:23:43 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-dbffeb62a2c7eab7"1257[Jul 28 2023 02:23:43 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1258[Jul 28 2023 02:23:43 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1259[Jul 28 2023 02:23:43 UTC (QA Tests)] INFO -- clicking :protect_button1260[Jul 28 2023 02:23:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.197s1261[Jul 28 2023 02:23:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.05 seconds1262[Jul 28 2023 02:23:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-a965ca1d132c1bbe'1263[Jul 28 2023 02:23:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-dbffeb62a2c7eab7'1264 user fails to push1265 behaves like selected developer1266[Jul 28 2023 02:23:47 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one group is allowed to merge and push to a protected branch behaves like selected developer user pushes and merges1267[Jul 28 2023 02:23:48 UTC (QA Tests)] INFO -- filling :login_field with "root"1268[Jul 28 2023 02:23:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1269[Jul 28 2023 02:23:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1270[Jul 28 2023 02:23:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1271[Jul 28 2023 02:23:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1272[Jul 28 2023 02:23:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s1273[Jul 28 2023 02:23:50 UTC (QA Tests)] INFO -- Enabling super sidebar!1274[Jul 28 2023 02:23:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled1275[Jul 28 2023 02:23:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1276[Jul 28 2023 02:23:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-eb531a950b38de5b' via api in 0.33 seconds1277[Jul 28 2023 02:23:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1278[Jul 28 2023 02:23:52 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/access-to-protected-branch-eb531a950b38de5b QA::Resource::Group1279[Jul 28 2023 02:23:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1280[Jul 28 2023 02:23:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1281[Jul 28 2023 02:23:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-45bfec8e29976017' via api in 1.07 seconds1282[Jul 28 2023 02:23:54 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-eb531a950b38de5b1283[Jul 28 2023 02:23:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1284[Jul 28 2023 02:23:54 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-45bfec8e29976017 QA::Resource::Project1285[Jul 28 2023 02:23:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1286[Jul 28 2023 02:23:55 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1287[Jul 28 2023 02:23:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-45bfec8e299760171288[Jul 28 2023 02:23:57 UTC (QA Tests)] INFO -- clicking :menu_section_button1289[Jul 28 2023 02:23:57 UTC (QA Tests)] INFO -- clicking :nav_item_link1290[Jul 28 2023 02:23:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.856s1291[Jul 28 2023 02:24:00 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1292[Jul 28 2023 02:24:00 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1293[Jul 28 2023 02:24:00 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-eb531a950b38de5b"1294[Jul 28 2023 02:24:00 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1295[Jul 28 2023 02:24:01 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1296[Jul 28 2023 02:24:01 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1297[Jul 28 2023 02:24:01 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-eb531a950b38de5b"1298[Jul 28 2023 02:24:01 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1299[Jul 28 2023 02:24:01 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1300[Jul 28 2023 02:24:02 UTC (QA Tests)] INFO -- clicking :protect_button1301[Jul 28 2023 02:24:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.153s1302[Jul 28 2023 02:24:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.75 seconds1303[Jul 28 2023 02:24:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.0 seconds1304[Jul 28 2023 02:24:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.39 seconds1305[Jul 28 2023 02:24:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-45bfec8e29976017/-/merge_requests/11306[Jul 28 2023 02:24:07 UTC (QA Tests)] INFO -- clicking :merge_button1307[Jul 28 2023 02:24:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.52s1308[Jul 28 2023 02:24:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/group-with-access-to-protected-branch-45bfec8e29976017'1309[Jul 28 2023 02:24:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/access-to-protected-branch-eb531a950b38de5b'1310 user pushes and merges1311 when only one user is allowed to merge and push to a protected branch1312 behaves like unselected maintainer1313[Jul 28 2023 02:24:10 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one user is allowed to merge and push to a protected branch behaves like unselected maintainer user fails to push1314[Jul 28 2023 02:24:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1315[Jul 28 2023 02:24:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds1316[Jul 28 2023 02:24:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-91bc0f869b144d3f' via api in 1.07 seconds1317[Jul 28 2023 02:24:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1318[Jul 28 2023 02:24:11 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-91bc0f869b144d3f QA::Resource::Project1319[Jul 28 2023 02:24:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1320[Jul 28 2023 02:24:12 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-91bc0f869b144d3f QA::Resource::Project1321[Jul 28 2023 02:24:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1322[Jul 28 2023 02:24:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1323[Jul 28 2023 02:24:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1324[Jul 28 2023 02:24:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1325[Jul 28 2023 02:24:13 UTC (QA Tests)] INFO -- clicking :sign_in_button1326[Jul 28 2023 02:24:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.076s1327[Jul 28 2023 02:24:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1328[Jul 28 2023 02:24:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1329[Jul 28 2023 02:24:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1330[Jul 28 2023 02:24:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1331[Jul 28 2023 02:24:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-91bc0f869b144d3f1332[Jul 28 2023 02:24:19 UTC (QA Tests)] INFO -- clicking :menu_section_button1333[Jul 28 2023 02:24:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1334[Jul 28 2023 02:24:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.922s1335[Jul 28 2023 02:24:22 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1336[Jul 28 2023 02:24:22 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1337[Jul 28 2023 02:24:22 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1338[Jul 28 2023 02:24:22 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1339[Jul 28 2023 02:24:23 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1340[Jul 28 2023 02:24:23 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1341[Jul 28 2023 02:24:23 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1342[Jul 28 2023 02:24:23 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1343[Jul 28 2023 02:24:24 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1344[Jul 28 2023 02:24:24 UTC (QA Tests)] INFO -- clicking :protect_button1345[Jul 28 2023 02:24:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.543s1346[Jul 28 2023 02:24:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.65 seconds1347[Jul 28 2023 02:24:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-91bc0f869b144d3f'1348 user fails to push1349 behaves like selected developer1350[Jul 28 2023 02:24:28 UTC (QA Tests)] INFO -- Starting test: Create Restricted protected branch push and merge when only one user is allowed to merge and push to a protected branch behaves like selected developer user pushes and merges1351[Jul 28 2023 02:24:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1352[Jul 28 2023 02:24:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1353[Jul 28 2023 02:24:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b' via api in 1.15 seconds1354[Jul 28 2023 02:24:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1355[Jul 28 2023 02:24:29 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b QA::Resource::Project1356[Jul 28 2023 02:24:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1357[Jul 28 2023 02:24:29 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b QA::Resource::Project1358[Jul 28 2023 02:24:30 UTC (QA Tests)] INFO -- filling :login_field with "root"1359[Jul 28 2023 02:24:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1360[Jul 28 2023 02:24:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1361[Jul 28 2023 02:24:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1362[Jul 28 2023 02:24:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1363[Jul 28 2023 02:24:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.021s1364[Jul 28 2023 02:24:32 UTC (QA Tests)] INFO -- Enabling super sidebar!1365[Jul 28 2023 02:24:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1366[Jul 28 2023 02:24:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1367[Jul 28 2023 02:24:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1368[Jul 28 2023 02:24:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b1369[Jul 28 2023 02:24:36 UTC (QA Tests)] INFO -- clicking :menu_section_button1370[Jul 28 2023 02:24:36 UTC (QA Tests)] INFO -- clicking :nav_item_link1371[Jul 28 2023 02:24:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.844s1372[Jul 28 2023 02:24:39 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1373[Jul 28 2023 02:24:39 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1374[Jul 28 2023 02:24:39 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1375[Jul 28 2023 02:24:39 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1376[Jul 28 2023 02:24:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1377[Jul 28 2023 02:24:40 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1378[Jul 28 2023 02:24:40 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1379[Jul 28 2023 02:24:40 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1380[Jul 28 2023 02:24:41 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1381[Jul 28 2023 02:24:41 UTC (QA Tests)] INFO -- clicking :protect_button1382[Jul 28 2023 02:24:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.124s1383[Jul 28 2023 02:24:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 7.9 seconds1384[Jul 28 2023 02:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.94 seconds1385[Jul 28 2023 02:24:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.34 seconds1386[Jul 28 2023 02:24:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b/-/merge_requests/11387[Jul 28 2023 02:24:45 UTC (QA Tests)] INFO -- clicking :merge_button1388[Jul 28 2023 02:24:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.51s1389[Jul 28 2023 02:24:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/user-with-access-to-protected-branch-51c31f034da3081b'1390 user pushes and merges1391Create1392 Group file templates1393[Jul 28 2023 02:24:49 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom Dockerfile file template1394[Jul 28 2023 02:24:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1395[Jul 28 2023 02:24:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/template-group' via api in 0.33 seconds1396[Jul 28 2023 02:24:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-9844184832ae7fb9' via api in 0.83 seconds1397[Jul 28 2023 02:24:51 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds1398[Jul 28 2023 02:24:51 UTC (QA Tests)] INFO -- filling :login_field with "root"1399[Jul 28 2023 02:24:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1400[Jul 28 2023 02:24:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1401[Jul 28 2023 02:24:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1402[Jul 28 2023 02:24:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1403[Jul 28 2023 02:24:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.008s1404[Jul 28 2023 02:24:53 UTC (QA Tests)] INFO -- Enabling super sidebar!1405[Jul 28 2023 02:24:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1406[Jul 28 2023 02:24:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-6/template-group1407[Jul 28 2023 02:24:56 UTC (QA Tests)] INFO -- clicking :menu_section_button1408[Jul 28 2023 02:24:57 UTC (QA Tests)] INFO -- clicking :nav_item_link1409[Jul 28 2023 02:24:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.0s1410[Jul 28 2023 02:25:00 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-9844184832ae7fb9"1411[Jul 28 2023 02:25:01 UTC (QA Tests)] INFO -- clicking :save_changes_button1412[Jul 28 2023 02:25:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.079s1413[Jul 28 2023 02:25:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-99b02b6f6aa55cc0' via api in 0.88 seconds1414[Jul 28 2023 02:25:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-99b02b6f6aa55cc01415[Jul 28 2023 02:25:05 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1416[Jul 28 2023 02:25:05 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1417[Jul 28 2023 02:25:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.223s1418[Jul 28 2023 02:25:06 UTC (QA Tests)] INFO -- filling :file_name_field with "5606320d91a7d296/Dockerfile"1419[Jul 28 2023 02:25:06 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1420[Jul 28 2023 02:25:06 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown1421[Jul 28 2023 02:25:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.15s1422[Jul 28 2023 02:25:08 UTC (QA Tests)] INFO -- clicking :commit_button1423[Jul 28 2023 02:25:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.387s1424[Jul 28 2023 02:25:10 UTC (QA Tests)] ERROR -- Interceptor Api Errors1425[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6D50VA3PNJ36GR5GM5TTAQT1426error-messages: Variable $refType of type RefType was provided invalid value1427 creates file via custom Dockerfile file template1428[Jul 28 2023 02:25:11 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitlab-ci.yml file template1429[Jul 28 2023 02:25:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.11 seconds1430[Jul 28 2023 02:25:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/template-group' via api in 0.24 seconds1431[Jul 28 2023 02:25:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-3097719a0b3a29e3' via api in 0.91 seconds1432[Jul 28 2023 02:25:12 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds1433[Jul 28 2023 02:25:13 UTC (QA Tests)] INFO -- filling :login_field with "root"1434[Jul 28 2023 02:25:13 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1435[Jul 28 2023 02:25:13 UTC (QA Tests)] INFO -- filling :password_field with "*****"1436[Jul 28 2023 02:25:13 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1437[Jul 28 2023 02:25:14 UTC (QA Tests)] INFO -- clicking :sign_in_button1438[Jul 28 2023 02:25:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.036s1439[Jul 28 2023 02:25:15 UTC (QA Tests)] INFO -- Enabling super sidebar!1440[Jul 28 2023 02:25:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled1441[Jul 28 2023 02:25:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-6/template-group1442[Jul 28 2023 02:25:18 UTC (QA Tests)] INFO -- clicking :menu_section_button1443[Jul 28 2023 02:25:18 UTC (QA Tests)] INFO -- clicking :nav_item_link1444[Jul 28 2023 02:25:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.954s1445[Jul 28 2023 02:25:22 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-3097719a0b3a29e3"1446[Jul 28 2023 02:25:23 UTC (QA Tests)] INFO -- clicking :save_changes_button1447[Jul 28 2023 02:25:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.841s1448[Jul 28 2023 02:25:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-6578a718415d9394' via api in 0.9 seconds1449[Jul 28 2023 02:25:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-6578a718415d93941450[Jul 28 2023 02:25:26 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1451[Jul 28 2023 02:25:26 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1452[Jul 28 2023 02:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.143s1453[Jul 28 2023 02:25:27 UTC (QA Tests)] INFO -- filling :file_name_field with "d3a002d22753f7b6/.gitlab-ci.yml"1454[Jul 28 2023 02:25:27 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1455[Jul 28 2023 02:25:28 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown1456[Jul 28 2023 02:25:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.152s1457[Jul 28 2023 02:25:30 UTC (QA Tests)] INFO -- clicking :commit_button1458[Jul 28 2023 02:25:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.632s1459[Jul 28 2023 02:25:32 UTC (QA Tests)] ERROR -- Interceptor Api Errors1460[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6D51GJ0QXWJ8YFT9MTTA4N41461error-messages: Variable $refType of type RefType was provided invalid value1462 creates file via custom .gitlab-ci.yml file template1463[Jul 28 2023 02:25:32 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom LICENSE file template1464[Jul 28 2023 02:25:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1465[Jul 28 2023 02:25:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/template-group' via api in 0.18 seconds1466[Jul 28 2023 02:25:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-f893619599513a8c' via api in 0.85 seconds1467[Jul 28 2023 02:25:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds1468[Jul 28 2023 02:25:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1469[Jul 28 2023 02:25:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1470[Jul 28 2023 02:25:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1471[Jul 28 2023 02:25:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1472[Jul 28 2023 02:25:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1473[Jul 28 2023 02:25:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.119s1474[Jul 28 2023 02:25:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1475[Jul 28 2023 02:25:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1476[Jul 28 2023 02:25:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-6/template-group1477[Jul 28 2023 02:25:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1478[Jul 28 2023 02:25:40 UTC (QA Tests)] INFO -- clicking :nav_item_link1479[Jul 28 2023 02:25:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.992s1480[Jul 28 2023 02:25:44 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-f893619599513a8c"1481[Jul 28 2023 02:25:45 UTC (QA Tests)] INFO -- clicking :save_changes_button1482[Jul 28 2023 02:25:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.111s1483[Jul 28 2023 02:25:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-f7f774eeac7b5d48' via api in 0.91 seconds1484[Jul 28 2023 02:25:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-f7f774eeac7b5d481485[Jul 28 2023 02:25:48 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1486[Jul 28 2023 02:25:48 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1487[Jul 28 2023 02:25:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.115s1488[Jul 28 2023 02:25:50 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"1489[Jul 28 2023 02:25:50 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1490[Jul 28 2023 02:25:50 UTC (QA Tests)] INFO -- clicking :license_dropdown1491[Jul 28 2023 02:25:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.141s1492[Jul 28 2023 02:25:52 UTC (QA Tests)] INFO -- clicking :commit_button1493[Jul 28 2023 02:25:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.313s1494[Jul 28 2023 02:25:54 UTC (QA Tests)] ERROR -- Interceptor Api Errors1495[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6D525VC7CN42B2PBWETJDPP1496error-messages: Variable $refType of type RefType was provided invalid value1497 creates file via custom LICENSE file template1498[Jul 28 2023 02:25:54 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitignore file template1499[Jul 28 2023 02:25:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1500[Jul 28 2023 02:25:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/template-group' via api in 0.16 seconds1501[Jul 28 2023 02:25:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-ea17fd09714ad301' via api in 0.83 seconds1502[Jul 28 2023 02:25:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1503[Jul 28 2023 02:25:56 UTC (QA Tests)] INFO -- filling :login_field with "root"1504[Jul 28 2023 02:25:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1505[Jul 28 2023 02:25:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1506[Jul 28 2023 02:25:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1507[Jul 28 2023 02:25:57 UTC (QA Tests)] INFO -- clicking :sign_in_button1508[Jul 28 2023 02:25:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.073s1509[Jul 28 2023 02:25:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1510[Jul 28 2023 02:25:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1511[Jul 28 2023 02:26:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-6/template-group1512[Jul 28 2023 02:26:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1513[Jul 28 2023 02:26:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1514[Jul 28 2023 02:26:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.765s1515[Jul 28 2023 02:26:05 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-ea17fd09714ad301"1516[Jul 28 2023 02:26:06 UTC (QA Tests)] INFO -- clicking :save_changes_button1517[Jul 28 2023 02:26:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.87s1518[Jul 28 2023 02:26:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-8c4881eda457c0cf' via api in 0.89 seconds1519[Jul 28 2023 02:26:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/template-group/group-file-template-project-2-8c4881eda457c0cf1520[Jul 28 2023 02:26:10 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1521[Jul 28 2023 02:26:10 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1522[Jul 28 2023 02:26:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.15s1523[Jul 28 2023 02:26:11 UTC (QA Tests)] INFO -- filling :file_name_field with "36c8fec567c92c5e/.gitignore"1524[Jul 28 2023 02:26:11 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1525[Jul 28 2023 02:26:11 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown1526[Jul 28 2023 02:26:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.151s1527[Jul 28 2023 02:26:13 UTC (QA Tests)] INFO -- clicking :commit_button1528[Jul 28 2023 02:26:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.31s1529[Jul 28 2023 02:26:15 UTC (QA Tests)] ERROR -- Interceptor Api Errors1530[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6D52TMCSH7ZXKKF3ZSKHYB21531error-messages: Variable $refType of type RefType was provided invalid value1532 creates file via custom .gitignore file template1533Create1534 File management1535[Jul 28 2023 02:26:15 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web1536[Jul 28 2023 02:26:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1537[Jul 28 2023 02:26:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1538[Jul 28 2023 02:26:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1539[Jul 28 2023 02:26:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1540[Jul 28 2023 02:26:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1541[Jul 28 2023 02:26:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s1542[Jul 28 2023 02:26:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1543[Jul 28 2023 02:26:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1544[Jul 28 2023 02:26:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1545[Jul 28 2023 02:26:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1546[Jul 28 2023 02:26:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-new-file-b376b3913b712111' via api in 1.15 seconds1547[Jul 28 2023 02:26:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.52 seconds1548[Jul 28 2023 02:26:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-new-file-b376b3913b712111/-/blob/main/QA+Test+-+File+name1549[Jul 28 2023 02:26:23 UTC (QA Tests)] INFO -- clicking :action_dropdown1550[Jul 28 2023 02:26:23 UTC (QA Tests)] INFO -- clicking :edit_menu_item1551[Jul 28 2023 02:26:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.281s15522023-07-28 02:26:25 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:15542023-07-28 02:26:25 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1555[Jul 28 2023 02:26:25 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"1556[Jul 28 2023 02:26:25 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1557[Jul 28 2023 02:26:25 UTC (QA Tests)] INFO -- clicking :commit_button1558[Jul 28 2023 02:26:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.288s1559[Jul 28 2023 02:26:27 UTC (QA Tests)] ERROR -- Interceptor Api Errors1560[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6D536SQYYSBNVFFZER47E551561error-messages: Variable $refType of type RefType was provided invalid value1562 user edits a file via the Web1563Create1564 Create a new project from a template1565[Jul 28 2023 02:26:27 UTC (QA Tests)] INFO -- Starting test: Create Create a new project from a template commits via the api1566[Jul 28 2023 02:26:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1567[Jul 28 2023 02:26:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1568[Jul 28 2023 02:26:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/templated-project-0aa26caa51fbb514' via api in 5.96 seconds1569[Jul 28 2023 02:26:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.56 seconds1570 commits via the api1571Create1572 with merge request suggestions1573[Jul 28 2023 02:26:34 UTC (QA Tests)] INFO -- Starting test: Create with merge request suggestions applies a single suggestion with a custom message1574[Jul 28 2023 02:26:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1575[Jul 28 2023 02:26:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.21 seconds1576[Jul 28 2023 02:26:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/suggestions_project-6c074a64dfb1cd78' via api in 0.83 seconds1577[Jul 28 2023 02:26:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1578[Jul 28 2023 02:26:35 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/suggestions_project-6c074a64dfb1cd78 QA::Resource::Project1579[Jul 28 2023 02:26:35 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1580[Jul 28 2023 02:26:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1581[Jul 28 2023 02:26:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1582[Jul 28 2023 02:26:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1583[Jul 28 2023 02:26:36 UTC (QA Tests)] INFO -- clicking :sign_in_button1584[Jul 28 2023 02:26:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.813s1585[Jul 28 2023 02:26:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1586[Jul 28 2023 02:26:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1587[Jul 28 2023 02:26:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1588[Jul 28 2023 02:26:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1589[Jul 28 2023 02:26:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.43 seconds1590[Jul 28 2023 02:26:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/suggestions_project-6c074a64dfb1cd78/-/merge_requests/11591[Jul 28 2023 02:26:42 UTC (QA Tests)] INFO -- clicking :diffs_tab1592[Jul 28 2023 02:26:43 UTC (QA Tests)] INFO -- clicking :diff_comment_button1593[Jul 28 2023 02:26:43 UTC (QA Tests)] INFO -- clicking :suggestion_button1594[Jul 28 2023 02:26:44 UTC (QA Tests)] INFO -- filling :reply_field with ""1595[Jul 28 2023 02:26:44 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1596[Jul 28 2023 02:26:44 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01597This is the suggestion for line number 4!1598```"1599[Jul 28 2023 02:26:44 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1600[Jul 28 2023 02:26:45 UTC (QA Tests)] INFO -- clicking :comment_now_button1601[Jul 28 2023 02:26:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.918s1602[Jul 28 2023 02:26:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.016s1603[Jul 28 2023 02:26:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content1604[Jul 28 2023 02:26:48 UTC (QA Tests)] INFO -- clicking :sign_out_link1605[Jul 28 2023 02:26:49 UTC (QA Tests)] INFO -- filling :login_field with "root"1606[Jul 28 2023 02:26:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1607[Jul 28 2023 02:26:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1608[Jul 28 2023 02:26:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1609[Jul 28 2023 02:26:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1610[Jul 28 2023 02:26:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.067s1611[Jul 28 2023 02:26:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1612[Jul 28 2023 02:26:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1613[Jul 28 2023 02:26:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/suggestions_project-6c074a64dfb1cd78/-/merge_requests/11614[Jul 28 2023 02:26:55 UTC (QA Tests)] INFO -- clicking :diffs_tab1615[Jul 28 2023 02:26:55 UTC (QA Tests)] INFO -- filling :commit_message_field with "Applying suggested change for testing purposes."1616[Jul 28 2023 02:26:55 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1617[Jul 28 2023 02:26:56 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button1618[Jul 28 2023 02:26:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.325s1619[Jul 28 2023 02:26:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying_badge' took 1.344s1620[Jul 28 2023 02:26:57 UTC (QA Tests)] INFO -- clicking :commits_tab1621 applies a single suggestion with a custom message1622Create1623 Version control for project snippets1624[Jul 28 2023 02:26:58 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over SSH, deletes via UI1625[Jul 28 2023 02:26:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1626[Jul 28 2023 02:26:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1627[Jul 28 2023 02:26:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1628[Jul 28 2023 02:26:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1629[Jul 28 2023 02:27:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1630[Jul 28 2023 02:27:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.043s1631[Jul 28 2023 02:27:01 UTC (QA Tests)] INFO -- Enabling super sidebar!1632[Jul 28 2023 02:27:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled1633[Jul 28 2023 02:27:03 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-a9g7ga/id_rsa -N `1634[Jul 28 2023 02:27:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.44 seconds1635[Jul 28 2023 02:27:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1636[Jul 28 2023 02:27:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1637[Jul 28 2023 02:27:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-83f2b9b7d87c001f' via api in 0.71 seconds1638[Jul 28 2023 02:27:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '9' via api in 1.28 seconds1639[Jul 28 2023 02:27:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-83f2b9b7d87c001f/-/snippets/91640[Jul 28 2023 02:27:06 UTC (QA Tests)] INFO -- clicking :clone_button1641[Jul 28 2023 02:27:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.05 seconds1642[Jul 28 2023 02:27:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.022s1643[Jul 28 2023 02:27:08 UTC (QA Tests)] INFO -- clicking :snippet_action_button1644[Jul 28 2023 02:27:08 UTC (QA Tests)] INFO -- clicking :delete_snippet_button1645[Jul 28 2023 02:27:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.696s1646[Jul 28 2023 02:27:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.705s1647[Jul 28 2023 02:27:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'1648 clones, pushes, and pulls a project snippet over SSH, deletes via UI1649[Jul 28 2023 02:27:10 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over HTTP, edits via UI1650[Jul 28 2023 02:27:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1651[Jul 28 2023 02:27:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1652[Jul 28 2023 02:27:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1653[Jul 28 2023 02:27:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1654[Jul 28 2023 02:27:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1655[Jul 28 2023 02:27:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.034s1656[Jul 28 2023 02:27:13 UTC (QA Tests)] INFO -- Enabling super sidebar!1657[Jul 28 2023 02:27:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled1658[Jul 28 2023 02:27:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1659[Jul 28 2023 02:27:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1660[Jul 28 2023 02:27:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-84b0654805efaa59' via api in 0.73 seconds1661[Jul 28 2023 02:27:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '10' via api in 1.3 seconds1662[Jul 28 2023 02:27:16 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-84b0654805efaa59/-/snippets/101663[Jul 28 2023 02:27:17 UTC (QA Tests)] INFO -- clicking :clone_button1664[Jul 28 2023 02:27:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.06 seconds1665[Jul 28 2023 02:27:19 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1666[Jul 28 2023 02:27:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.338s1667[Jul 28 2023 02:27:31 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1668[Jul 28 2023 02:27:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.416s1669[Jul 28 2023 02:27:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.429s1670[Jul 28 2023 02:27:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectSnippet with id '10'1671[Jul 28 2023 02:27:33 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230728-39-tcdaw8/id_rsa -N `1672[Jul 28 2023 02:27:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.61 seconds1673[Jul 28 2023 02:27:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1674 clones, pushes, and pulls a project snippet over HTTP, edits via UI1675Create1676 File Locking1677[Jul 28 2023 02:27:34 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list1678[Jul 28 2023 02:27:35 UTC (QA Tests)] INFO -- filling :login_field with "root"1679[Jul 28 2023 02:27:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1680[Jul 28 2023 02:27:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1681[Jul 28 2023 02:27:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1682[Jul 28 2023 02:27:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1683[Jul 28 2023 02:27:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.036s1684[Jul 28 2023 02:27:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1685[Jul 28 2023 02:27:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1686[Jul 28 2023 02:27:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1687[Jul 28 2023 02:27:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1688[Jul 28 2023 02:27:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-eb0351aa451512c8' via api in 1.15 seconds1689[Jul 28 2023 02:27:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1690[Jul 28 2023 02:27:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.44 seconds1691[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1692[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1693[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1694[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1695[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1696[Jul 28 2023 02:27:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1697[Jul 28 2023 02:27:42 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1698[Jul 28 2023 02:27:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds1699[Jul 28 2023 02:27:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s1700[Jul 28 2023 02:27:44 UTC (QA Tests)] INFO -- clicking :user_avatar_content1701[Jul 28 2023 02:27:44 UTC (QA Tests)] INFO -- clicking :sign_out_link1702[Jul 28 2023 02:27:45 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1703[Jul 28 2023 02:27:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1704[Jul 28 2023 02:27:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1705[Jul 28 2023 02:27:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1706[Jul 28 2023 02:27:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1707[Jul 28 2023 02:27:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.827s1708[Jul 28 2023 02:27:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1709[Jul 28 2023 02:27:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1710[Jul 28 2023 02:27:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-eb0351aa451512c81711[Jul 28 2023 02:27:50 UTC (QA Tests)] INFO -- clicking :file_name_link1712[Jul 28 2023 02:27:50 UTC (QA Tests)] INFO -- clicking :lock_button1713[Jul 28 2023 02:27:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.535s1714[Jul 28 2023 02:27:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.627s1715[Jul 28 2023 02:27:50 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1716[Jul 28 2023 02:27:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-eb0351aa451512c81717[Jul 28 2023 02:27:52 UTC (QA Tests)] INFO -- clicking :menu_section_button1718[Jul 28 2023 02:27:52 UTC (QA Tests)] INFO -- clicking :nav_item_link1719[Jul 28 2023 02:27:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.692s1720[Jul 28 2023 02:27:53 UTC (QA Tests)] INFO -- clicking :unlock_button1721[Jul 28 2023 02:27:53 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1722[Jul 28 2023 02:27:55 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1723[Jul 28 2023 02:27:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.08 seconds1724 locks a file and unlocks in list1725[Jul 28 2023 02:27:55 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled1726[Jul 28 2023 02:27:55 UTC (QA Tests)] INFO -- filling :login_field with "root"1727[Jul 28 2023 02:27:55 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1728[Jul 28 2023 02:27:56 UTC (QA Tests)] INFO -- filling :password_field with "*****"1729[Jul 28 2023 02:27:56 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1730[Jul 28 2023 02:27:56 UTC (QA Tests)] INFO -- clicking :sign_in_button1731[Jul 28 2023 02:27:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.024s1732[Jul 28 2023 02:27:58 UTC (QA Tests)] INFO -- Enabling super sidebar!1733[Jul 28 2023 02:27:58 UTC (QA Tests)] INFO -- Super sidebar is already enabled1734[Jul 28 2023 02:28:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds1735[Jul 28 2023 02:28:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1736[Jul 28 2023 02:28:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-63f4994882bd74f9' via api in 1.13 seconds1737[Jul 28 2023 02:28:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1738[Jul 28 2023 02:28:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds1739[Jul 28 2023 02:28:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1740[Jul 28 2023 02:28:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1741[Jul 28 2023 02:28:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1742[Jul 28 2023 02:28:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1743[Jul 28 2023 02:28:03 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1744[Jul 28 2023 02:28:03 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1745[Jul 28 2023 02:28:03 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1746[Jul 28 2023 02:28:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.18 seconds1747[Jul 28 2023 02:28:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-63f4994882bd74f91748[Jul 28 2023 02:28:05 UTC (QA Tests)] INFO -- clicking :file_name_link1749[Jul 28 2023 02:28:05 UTC (QA Tests)] INFO -- clicking :lock_button1750[Jul 28 2023 02:28:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.609s1751[Jul 28 2023 02:28:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.704s1752[Jul 28 2023 02:28:05 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1753[Jul 28 2023 02:28:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.03s1754[Jul 28 2023 02:28:07 UTC (QA Tests)] INFO -- clicking :user_avatar_content1755[Jul 28 2023 02:28:08 UTC (QA Tests)] INFO -- clicking :sign_out_link1756[Jul 28 2023 02:28:08 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1757[Jul 28 2023 02:28:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1758[Jul 28 2023 02:28:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1759[Jul 28 2023 02:28:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1760[Jul 28 2023 02:28:09 UTC (QA Tests)] INFO -- clicking :sign_in_button1761[Jul 28 2023 02:28:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.863s1762[Jul 28 2023 02:28:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1763[Jul 28 2023 02:28:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1764[Jul 28 2023 02:28:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-63f4994882bd74f91765[Jul 28 2023 02:28:13 UTC (QA Tests)] INFO -- clicking :file_name_link1766[Jul 28 2023 02:28:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? disabled_lock_button' took 0.551s1767 checks file locked by other user to be disabled1768[Jul 28 2023 02:28:14 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge1769[Jul 28 2023 02:28:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1770[Jul 28 2023 02:28:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1771[Jul 28 2023 02:28:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1772[Jul 28 2023 02:28:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1773[Jul 28 2023 02:28:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1774[Jul 28 2023 02:28:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.151s1775[Jul 28 2023 02:28:17 UTC (QA Tests)] INFO -- Enabling super sidebar!1776[Jul 28 2023 02:28:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled1777[Jul 28 2023 02:28:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1778[Jul 28 2023 02:28:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1779[Jul 28 2023 02:28:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-6777358dedbb2e3b' via api in 1.17 seconds1780[Jul 28 2023 02:28:21 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1781[Jul 28 2023 02:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.5 seconds1782[Jul 28 2023 02:28:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1783[Jul 28 2023 02:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1784[Jul 28 2023 02:28:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1785[Jul 28 2023 02:28:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1786[Jul 28 2023 02:28:23 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1787[Jul 28 2023 02:28:23 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1788[Jul 28 2023 02:28:23 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1789[Jul 28 2023 02:28:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1790[Jul 28 2023 02:28:24 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1791[Jul 28 2023 02:28:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.16 seconds1792[Jul 28 2023 02:28:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.27 seconds1793[Jul 28 2023 02:28:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-6777358dedbb2e3b1794[Jul 28 2023 02:28:26 UTC (QA Tests)] INFO -- clicking :file_name_link1795[Jul 28 2023 02:28:26 UTC (QA Tests)] INFO -- clicking :lock_button1796[Jul 28 2023 02:28:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.692s1797[Jul 28 2023 02:28:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.796s1798[Jul 28 2023 02:28:27 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1799[Jul 28 2023 02:28:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.027s1800[Jul 28 2023 02:28:29 UTC (QA Tests)] INFO -- clicking :user_avatar_content1801[Jul 28 2023 02:28:29 UTC (QA Tests)] INFO -- clicking :sign_out_link1802[Jul 28 2023 02:28:29 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1803[Jul 28 2023 02:28:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1804[Jul 28 2023 02:28:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"1805[Jul 28 2023 02:28:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1806[Jul 28 2023 02:28:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1807[Jul 28 2023 02:28:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.791s1808[Jul 28 2023 02:28:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1809[Jul 28 2023 02:28:32 UTC (QA Tests)] INFO -- Super sidebar is already enabled1810[Jul 28 2023 02:28:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-6777358dedbb2e3b/-/merge_requests/11811[Jul 28 2023 02:28:35 UTC (QA Tests)] INFO -- clicking :close_button1812[Jul 28 2023 02:28:35 UTC (QA Tests)] INFO -- clicking :merge_button1813[Jul 28 2023 02:28:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.045s1814[Jul 28 2023 02:28:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.282s1815[Jul 28 2023 02:28:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_error_content' took 2.31s1816[Jul 28 2023 02:28:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1817 creates a merge request and fails to merge1818[Jul 28 2023 02:28:38 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user1819[Jul 28 2023 02:28:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1820[Jul 28 2023 02:28:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1821[Jul 28 2023 02:28:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1822[Jul 28 2023 02:28:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1823[Jul 28 2023 02:28:39 UTC (QA Tests)] INFO -- clicking :sign_in_button1824[Jul 28 2023 02:28:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.05s1825[Jul 28 2023 02:28:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1826[Jul 28 2023 02:28:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1827[Jul 28 2023 02:28:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds1828[Jul 28 2023 02:28:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds1829[Jul 28 2023 02:28:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-55840b47483111d0' via api in 1.12 seconds1830[Jul 28 2023 02:28:45 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1831[Jul 28 2023 02:28:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.4 seconds1832[Jul 28 2023 02:28:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1833[Jul 28 2023 02:28:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1834[Jul 28 2023 02:28:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1835[Jul 28 2023 02:28:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.2 seconds1836[Jul 28 2023 02:28:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1837[Jul 28 2023 02:28:46 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1838[Jul 28 2023 02:28:46 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1839[Jul 28 2023 02:28:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1840[Jul 28 2023 02:28:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.029s1841[Jul 28 2023 02:28:48 UTC (QA Tests)] INFO -- clicking :user_avatar_content1842[Jul 28 2023 02:28:48 UTC (QA Tests)] INFO -- clicking :sign_out_link1843[Jul 28 2023 02:28:48 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1844[Jul 28 2023 02:28:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1845[Jul 28 2023 02:28:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"1846[Jul 28 2023 02:28:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1847[Jul 28 2023 02:28:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1848[Jul 28 2023 02:28:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.87s1849[Jul 28 2023 02:28:51 UTC (QA Tests)] INFO -- Enabling super sidebar!1850[Jul 28 2023 02:28:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled1851[Jul 28 2023 02:28:52 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-55840b47483111d01852[Jul 28 2023 02:28:54 UTC (QA Tests)] INFO -- clicking :file_name_link1853[Jul 28 2023 02:28:54 UTC (QA Tests)] INFO -- clicking :lock_button1854[Jul 28 2023 02:28:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.58s1855[Jul 28 2023 02:28:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.676s1856[Jul 28 2023 02:28:55 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1857[Jul 28 2023 02:28:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1858[Jul 28 2023 02:28:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.15 seconds1859 locks a file and tries to push as a second user1860[Jul 28 2023 02:28:59 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user1861[Jul 28 2023 02:28:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1862[Jul 28 2023 02:28:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1863[Jul 28 2023 02:29:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1864[Jul 28 2023 02:29:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1865[Jul 28 2023 02:29:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1866[Jul 28 2023 02:29:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.141s1867[Jul 28 2023 02:29:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1868[Jul 28 2023 02:29:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1869[Jul 28 2023 02:29:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1870[Jul 28 2023 02:29:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds1871[Jul 28 2023 02:29:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-230d0b68bbec832f' via api in 1.19 seconds1872[Jul 28 2023 02:29:06 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1873[Jul 28 2023 02:29:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.45 seconds1874[Jul 28 2023 02:29:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1875[Jul 28 2023 02:29:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1876[Jul 28 2023 02:29:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.17 seconds1877[Jul 28 2023 02:29:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1878[Jul 28 2023 02:29:07 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1879[Jul 28 2023 02:29:07 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1880[Jul 28 2023 02:29:07 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1881[Jul 28 2023 02:29:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1882[Jul 28 2023 02:29:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1883[Jul 28 2023 02:29:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.12 seconds1884[Jul 28 2023 02:29:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.02s1885[Jul 28 2023 02:29:10 UTC (QA Tests)] INFO -- clicking :user_avatar_content1886[Jul 28 2023 02:29:10 UTC (QA Tests)] INFO -- clicking :sign_out_link1887[Jul 28 2023 02:29:11 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1888[Jul 28 2023 02:29:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1889[Jul 28 2023 02:29:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1890[Jul 28 2023 02:29:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1891[Jul 28 2023 02:29:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1892[Jul 28 2023 02:29:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.848s1893[Jul 28 2023 02:29:13 UTC (QA Tests)] INFO -- Enabling super sidebar!1894[Jul 28 2023 02:29:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled1895[Jul 28 2023 02:29:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/file_locking-230d0b68bbec832f1896[Jul 28 2023 02:29:16 UTC (QA Tests)] INFO -- clicking :file_name_link1897[Jul 28 2023 02:29:16 UTC (QA Tests)] INFO -- clicking :lock_button1898[Jul 28 2023 02:29:16 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1899[Jul 28 2023 02:29:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? lock_button' took 1.376s1900[Jul 28 2023 02:29:21 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1901[Jul 28 2023 02:29:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.18 seconds1902 locks a directory and tries to push as a second user1903Create1904 Branch with unusual name1905 when branch name contains slash, hash, double dash, and capital letter1906[Jul 28 2023 02:29:22 UTC (QA Tests)] INFO -- Starting test: Create Branch with unusual name when branch name contains slash, hash, double dash, and capital letter renders repository file tree correctly1907[Jul 28 2023 02:29:22 UTC (QA Tests)] INFO -- filling :login_field with "root"1908[Jul 28 2023 02:29:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1909[Jul 28 2023 02:29:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1910[Jul 28 2023 02:29:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1911[Jul 28 2023 02:29:23 UTC (QA Tests)] INFO -- clicking :sign_in_button1912[Jul 28 2023 02:29:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.068s1913[Jul 28 2023 02:29:25 UTC (QA Tests)] INFO -- Enabling super sidebar!1914[Jul 28 2023 02:29:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled1915[Jul 28 2023 02:29:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1916[Jul 28 2023 02:29:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds1917[Jul 28 2023 02:29:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/unusually-named-branch-project-42fb8164e1412517' via api in 1.19 seconds1918[Jul 28 2023 02:29:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds1919[Jul 28 2023 02:29:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/unusually-named-branch-project-42fb8164e14125171920[Jul 28 2023 02:29:32 UTC (QA Tests)] INFO -- clicking :file_name_link1921[Jul 28 2023 02:29:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.816s1922[Jul 28 2023 02:29:33 UTC (QA Tests)] INFO -- clicking :file_name_link1923 renders repository file tree correctly1924Create1925 Multiple file snippet1926[Jul 28 2023 02:29:34 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a project snippet with multiple files1927[Jul 28 2023 02:29:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1928[Jul 28 2023 02:29:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1929[Jul 28 2023 02:29:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"1930[Jul 28 2023 02:29:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1931[Jul 28 2023 02:29:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1932[Jul 28 2023 02:29:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.062s1933[Jul 28 2023 02:29:37 UTC (QA Tests)] INFO -- Enabling super sidebar!1934[Jul 28 2023 02:29:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled1935[Jul 28 2023 02:29:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1936[Jul 28 2023 02:29:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds1937[Jul 28 2023 02:29:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-338e23405e8609ef' via api in 0.71 seconds1938[Jul 28 2023 02:29:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-338e23405e8609ef1939[Jul 28 2023 02:29:40 UTC (QA Tests)] INFO -- clicking :menu_section_button1940[Jul 28 2023 02:29:40 UTC (QA Tests)] INFO -- clicking :nav_item_link1941[Jul 28 2023 02:29:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.756s1942[Jul 28 2023 02:29:41 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1943[Jul 28 2023 02:29:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 0.924s1944[Jul 28 2023 02:29:42 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet with multiple files"1945[Jul 28 2023 02:29:42 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1946[Jul 28 2023 02:29:42 UTC (QA Tests)] INFO -- clicking :description_placeholder1947[Jul 28 2023 02:29:43 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1948[Jul 28 2023 02:29:43 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1949[Jul 28 2023 02:29:43 UTC (QA Tests)] INFO -- clicking :visibility_content1950[Jul 28 2023 02:29:43 UTC (QA Tests)] INFO -- filling :file_name_field with "01 file name"1951[Jul 28 2023 02:29:43 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1952[Jul 28 2023 02:29:44 UTC (QA Tests)] INFO -- clicking :add_file_button1953[Jul 28 2023 02:29:44 UTC (QA Tests)] INFO -- filling :file_name_field with "02 file name"1954[Jul 28 2023 02:29:44 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1955[Jul 28 2023 02:29:44 UTC (QA Tests)] INFO -- clicking :add_file_button1956[Jul 28 2023 02:29:45 UTC (QA Tests)] INFO -- filling :file_name_field with "03 file name"1957[Jul 28 2023 02:29:45 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1958[Jul 28 2023 02:29:45 UTC (QA Tests)] INFO -- clicking :add_file_button1959[Jul 28 2023 02:29:45 UTC (QA Tests)] INFO -- filling :file_name_field with "04 file name"1960[Jul 28 2023 02:29:45 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1961[Jul 28 2023 02:29:46 UTC (QA Tests)] INFO -- clicking :add_file_button1962[Jul 28 2023 02:29:46 UTC (QA Tests)] INFO -- filling :file_name_field with "05 file name"1963[Jul 28 2023 02:29:46 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1964[Jul 28 2023 02:29:46 UTC (QA Tests)] INFO -- clicking :add_file_button1965[Jul 28 2023 02:29:47 UTC (QA Tests)] INFO -- filling :file_name_field with "06 file name"1966[Jul 28 2023 02:29:47 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1967[Jul 28 2023 02:29:47 UTC (QA Tests)] INFO -- clicking :add_file_button1968[Jul 28 2023 02:29:47 UTC (QA Tests)] INFO -- filling :file_name_field with "07 file name"1969[Jul 28 2023 02:29:47 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1970[Jul 28 2023 02:29:48 UTC (QA Tests)] INFO -- clicking :add_file_button1971[Jul 28 2023 02:29:48 UTC (QA Tests)] INFO -- filling :file_name_field with "08 file name"1972[Jul 28 2023 02:29:48 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1973[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- clicking :add_file_button1974[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- filling :file_name_field with "09 file name"1975[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1976[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- clicking :add_file_button1977[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- filling :file_name_field with "10 file name"1978[Jul 28 2023 02:29:49 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1979[Jul 28 2023 02:29:50 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1980[Jul 28 2023 02:29:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.864s1981[Jul 28 2023 02:29:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.872s1982[Jul 28 2023 02:29:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '11' via browser_ui in 13.79 seconds1983 creates a project snippet with multiple files1984Create1985 Merge request rebasing1986[Jul 28 2023 02:29:54 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request1987[Jul 28 2023 02:29:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1988[Jul 28 2023 02:29:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1989[Jul 28 2023 02:29:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1990[Jul 28 2023 02:29:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1991[Jul 28 2023 02:29:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1992[Jul 28 2023 02:29:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.06s1993[Jul 28 2023 02:29:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1994[Jul 28 2023 02:29:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1995[Jul 28 2023 02:29:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds1996[Jul 28 2023 02:29:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds1997[Jul 28 2023 02:30:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180' via api in 1.14 seconds1998[Jul 28 2023 02:30:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1999[Jul 28 2023 02:30:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.08 seconds2000[Jul 28 2023 02:30:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee1802001[Jul 28 2023 02:30:03 UTC (QA Tests)] INFO -- clicking :menu_section_button2002[Jul 28 2023 02:30:03 UTC (QA Tests)] INFO -- clicking :nav_item_link2003[Jul 28 2023 02:30:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.835s2004[Jul 28 2023 02:30:04 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button2005[Jul 28 2023 02:30:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.05s2006[Jul 28 2023 02:30:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds2007[Jul 28 2023 02:30:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180/-/merge_requests/12008[Jul 28 2023 02:30:08 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180/-/merge_requests/12009[Jul 28 2023 02:30:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.727s2010[Jul 28 2023 02:30:10 UTC (QA Tests)] INFO -- clicking :mr_rebase_button2011[Jul 28 2023 02:30:10 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}' arguments2012[Jul 28 2023 02:30:10 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180/-/merge_requests/12013[Jul 28 2023 02:30:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.061s2014[Jul 28 2023 02:30:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.021s2015[Jul 28 2023 02:30:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.029s2016[Jul 28 2023 02:30:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.073s2017[Jul 28 2023 02:30:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.08s2018[Jul 28 2023 02:30:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.025s2019[Jul 28 2023 02:30:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.051s2020[Jul 28 2023 02:30:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.02s2021[Jul 28 2023 02:30:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.066s2022[Jul 28 2023 02:30:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.08s2023[Jul 28 2023 02:30:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.062s2024[Jul 28 2023 02:30:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.066s2025[Jul 28 2023 02:30:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.082s2026[Jul 28 2023 02:30:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.006s2027[Jul 28 2023 02:30:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.087s2028[Jul 28 2023 02:30:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s2029[Jul 28 2023 02:30:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s2030[Jul 28 2023 02:30:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.065s2031[Jul 28 2023 02:30:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.056s2032[Jul 28 2023 02:30:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.059s2033[Jul 28 2023 02:30:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.062s2034[Jul 28 2023 02:30:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.072s2035[Jul 28 2023 02:30:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.005s2036[Jul 28 2023 02:30:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.071s2037[Jul 28 2023 02:30:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.046s2038[Jul 28 2023 02:30:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.052s2039[Jul 28 2023 02:30:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.042s2040[Jul 28 2023 02:30:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.047s2041[Jul 28 2023 02:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.091s2042[Jul 28 2023 02:30:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.064s2043[Jul 28 2023 02:30:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.059s2044[Jul 28 2023 02:30:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.021s2045[Jul 28 2023 02:30:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.012s2046[Jul 28 2023 02:30:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.054s2047[Jul 28 2023 02:30:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.821s2048[Jul 28 2023 02:30:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 41.357s2049[Jul 28 2023 02:31:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_button' took 11.054s2050[Jul 28 2023 02:31:05 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180/-/merge_requests/12051[Jul 28 2023 02:31:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.717s2052[Jul 28 2023 02:31:06 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-7c5a4bee311ee180/-/merge_requests/12053[Jul 28 2023 02:31:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.861s2054[Jul 28 2023 02:31:09 UTC (QA Tests)] INFO -- clicking :merge_button2055[Jul 28 2023 02:31:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.535s2056 user rebases source branch of merge request2057Create2058 Multiple file snippet2059[Jul 28 2023 02:31:11 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a personal snippet with multiple files2060[Jul 28 2023 02:31:12 UTC (QA Tests)] INFO -- filling :login_field with "root"2061[Jul 28 2023 02:31:12 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2062[Jul 28 2023 02:31:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"2063[Jul 28 2023 02:31:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2064[Jul 28 2023 02:31:13 UTC (QA Tests)] INFO -- clicking :sign_in_button2065[Jul 28 2023 02:31:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.102s2066[Jul 28 2023 02:31:14 UTC (QA Tests)] INFO -- Enabling super sidebar!2067[Jul 28 2023 02:31:15 UTC (QA Tests)] INFO -- Super sidebar is already enabled2068[Jul 28 2023 02:31:16 UTC (QA Tests)] INFO -- clicking :new_menu_toggle2069[Jul 28 2023 02:31:16 UTC (QA Tests)] INFO -- clicking :create_menu_item2070[Jul 28 2023 02:31:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.79s2071[Jul 28 2023 02:31:17 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Personal snippet with multiple files"2072[Jul 28 2023 02:31:17 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field2073[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- clicking :description_placeholder2074[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"2075[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field2076[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- clicking :visibility_content2077[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- filling :file_name_field with "First file name"2078[Jul 28 2023 02:31:18 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2079[Jul 28 2023 02:31:19 UTC (QA Tests)] INFO -- clicking :add_file_button2080[Jul 28 2023 02:31:19 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"2081[Jul 28 2023 02:31:19 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2082[Jul 28 2023 02:31:20 UTC (QA Tests)] INFO -- clicking :add_file_button2083[Jul 28 2023 02:31:20 UTC (QA Tests)] INFO -- filling :file_name_field with "Third file name"2084[Jul 28 2023 02:31:20 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2085[Jul 28 2023 02:31:21 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2086[Jul 28 2023 02:31:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.165s2087[Jul 28 2023 02:31:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.173s2088[Jul 28 2023 02:31:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '12' via browser_ui in 5.77 seconds2089 creates a personal snippet with multiple files2090Create2091 Multiple file snippet2092 behaves like copying snippet file contents2093[Jul 28 2023 02:31:23 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them2094[Jul 28 2023 02:31:23 UTC (QA Tests)] INFO -- filling :login_field with "root"2095[Jul 28 2023 02:31:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2096[Jul 28 2023 02:31:24 UTC (QA Tests)] INFO -- filling :password_field with "*****"2097[Jul 28 2023 02:31:24 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2098[Jul 28 2023 02:31:24 UTC (QA Tests)] INFO -- clicking :sign_in_button2099[Jul 28 2023 02:31:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.122s2100[Jul 28 2023 02:31:26 UTC (QA Tests)] INFO -- Enabling super sidebar!2101[Jul 28 2023 02:31:26 UTC (QA Tests)] INFO -- Super sidebar is already enabled2102[Jul 28 2023 02:31:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '13' via api in 0.43 seconds2103[Jul 28 2023 02:31:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/132104[Jul 28 2023 02:31:29 UTC (QA Tests)] INFO -- clicking :copy_contents_button2105[Jul 28 2023 02:31:29 UTC (QA Tests)] INFO -- clicking :comment_button2106[Jul 28 2023 02:31:30 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2107[Jul 28 2023 02:31:30 UTC (QA Tests)] INFO -- clicking :delete_comment_button2108[Jul 28 2023 02:31:30 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2109[Jul 28 2023 02:31:30 UTC (QA Tests)] INFO -- clicking :copy_contents_button2110[Jul 28 2023 02:31:30 UTC (QA Tests)] INFO -- clicking :comment_button2111[Jul 28 2023 02:31:31 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2112[Jul 28 2023 02:31:31 UTC (QA Tests)] INFO -- clicking :delete_comment_button2113[Jul 28 2023 02:31:31 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2114[Jul 28 2023 02:31:31 UTC (QA Tests)] INFO -- clicking :copy_contents_button2115[Jul 28 2023 02:31:32 UTC (QA Tests)] INFO -- clicking :comment_button2116[Jul 28 2023 02:31:32 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2117[Jul 28 2023 02:31:32 UTC (QA Tests)] INFO -- clicking :delete_comment_button2118[Jul 28 2023 02:31:32 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2119 copies file contents of a multi-file personal_snippet to a comment and verifies them2120 behaves like copying snippet file contents2121[Jul 28 2023 02:31:33 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them2122[Jul 28 2023 02:31:33 UTC (QA Tests)] INFO -- filling :login_field with "root"2123[Jul 28 2023 02:31:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2124[Jul 28 2023 02:31:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"2125[Jul 28 2023 02:31:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2126[Jul 28 2023 02:31:34 UTC (QA Tests)] INFO -- clicking :sign_in_button2127[Jul 28 2023 02:31:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.16s2128[Jul 28 2023 02:31:37 UTC (QA Tests)] INFO -- Enabling super sidebar!2129[Jul 28 2023 02:31:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled2130[Jul 28 2023 02:31:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2131[Jul 28 2023 02:31:39 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds2132[Jul 28 2023 02:31:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-7de400a123ef7da9' via api in 0.81 seconds2133[Jul 28 2023 02:31:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '14' via api in 1.36 seconds2134[Jul 28 2023 02:31:40 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-snippets-7de400a123ef7da9/-/snippets/142135[Jul 28 2023 02:31:41 UTC (QA Tests)] INFO -- clicking :copy_contents_button2136[Jul 28 2023 02:31:41 UTC (QA Tests)] INFO -- clicking :comment_button2137[Jul 28 2023 02:31:42 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2138[Jul 28 2023 02:31:42 UTC (QA Tests)] INFO -- clicking :delete_comment_button2139[Jul 28 2023 02:31:42 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2140[Jul 28 2023 02:31:42 UTC (QA Tests)] INFO -- clicking :copy_contents_button2141[Jul 28 2023 02:31:43 UTC (QA Tests)] INFO -- clicking :comment_button2142[Jul 28 2023 02:31:43 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2143[Jul 28 2023 02:31:43 UTC (QA Tests)] INFO -- clicking :delete_comment_button2144[Jul 28 2023 02:31:43 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2145[Jul 28 2023 02:31:44 UTC (QA Tests)] INFO -- clicking :copy_contents_button2146[Jul 28 2023 02:31:44 UTC (QA Tests)] INFO -- clicking :comment_button2147[Jul 28 2023 02:31:44 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown2148[Jul 28 2023 02:31:44 UTC (QA Tests)] INFO -- clicking :delete_comment_button2149[Jul 28 2023 02:31:45 UTC (QA Tests)] INFO -- clicking :confirm_ok_button2150 copies file contents of a multi-file project_snippet to a comment and verifies them2151Create2152 Prereceive hook2153 when creating a tag for a ref2154 when it triggers a prereceive hook configured with a custom error2155[Jul 28 2023 02:31:45 UTC (QA Tests)] INFO -- Starting test: Create Prereceive hook when creating a tag for a ref when it triggers a prereceive hook configured with a custom error returns a custom server hook error2156[Jul 28 2023 02:31:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2157[Jul 28 2023 02:31:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.19 seconds2158[Jul 28 2023 02:31:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/the_awesome_project-1561d9359a63f2b1' via api in 1.17 seconds2159 returns a custom server hook error2160Create2161 Git push over HTTP2162[Jul 28 2023 02:31:47 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository2163[Jul 28 2023 02:31:47 UTC (QA Tests)] INFO -- filling :login_field with "root"2164[Jul 28 2023 02:31:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2165[Jul 28 2023 02:31:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"2166[Jul 28 2023 02:31:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2167[Jul 28 2023 02:31:48 UTC (QA Tests)] INFO -- clicking :sign_in_button2168[Jul 28 2023 02:31:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.072s2169[Jul 28 2023 02:31:50 UTC (QA Tests)] INFO -- Enabling super sidebar!2170[Jul 28 2023 02:31:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled2171[Jul 28 2023 02:31:52 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA2172[Jul 28 2023 02:31:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-e37w2mma' via cache in 0.0 seconds2173[Jul 28 2023 02:31:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds2174[Jul 28 2023 02:31:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds2175[Jul 28 2023 02:31:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-ac79bd8b539b5a38' via api in 0.73 seconds2176[Jul 28 2023 02:31:53 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"2177[Jul 28 2023 02:31:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.07 seconds2178[Jul 28 2023 02:31:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-code-ac79bd8b539b5a382179 user using a personal access token pushes code to the repository2180Create2181 Push over HTTP using Git protocol version 22182[Jul 28 2023 02:31:56 UTC (QA Tests)] INFO -- Starting test: Create Push over HTTP using Git protocol version 2 user pushes to the repository2183[Jul 28 2023 02:31:56 UTC (QA Tests)] INFO -- filling :login_field with "root"2184[Jul 28 2023 02:31:56 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2185[Jul 28 2023 02:31:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"2186[Jul 28 2023 02:31:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2187[Jul 28 2023 02:31:57 UTC (QA Tests)] INFO -- clicking :sign_in_button2188[Jul 28 2023 02:31:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.061s2189[Jul 28 2023 02:31:58 UTC (QA Tests)] INFO -- Enabling super sidebar!2190[Jul 28 2023 02:31:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled2191[Jul 28 2023 02:32:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2192[Jul 28 2023 02:32:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.21 seconds2193[Jul 28 2023 02:32:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/git-protocol-project-92c6327adf7dcbb6' via api in 0.82 seconds2194[Jul 28 2023 02:32:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/git-protocol-project-92c6327adf7dcbb62195[Jul 28 2023 02:32:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2196 user pushes to the repository2197Create2198 Sharing snippets2199 when the snippet is public2200[Jul 28 2023 02:32:05 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users2201[Jul 28 2023 02:32:05 UTC (QA Tests)] INFO -- filling :login_field with "root"2202[Jul 28 2023 02:32:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2203[Jul 28 2023 02:32:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"2204[Jul 28 2023 02:32:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2205[Jul 28 2023 02:32:06 UTC (QA Tests)] INFO -- clicking :sign_in_button2206[Jul 28 2023 02:32:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.199s2207[Jul 28 2023 02:32:08 UTC (QA Tests)] INFO -- Enabling super sidebar!2208[Jul 28 2023 02:32:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled2209[Jul 28 2023 02:32:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '15' via api in 0.45 seconds2210[Jul 28 2023 02:32:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/152211[Jul 28 2023 02:32:11 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown2212[Jul 28 2023 02:32:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.047s2213[Jul 28 2023 02:32:12 UTC (QA Tests)] INFO -- clicking :user_avatar_content2214[Jul 28 2023 02:32:12 UTC (QA Tests)] INFO -- clicking :sign_out_link2215 can be shared with not signed-in users2216 when the snippet is changed to private2217[Jul 28 2023 02:32:14 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown2218[Jul 28 2023 02:32:14 UTC (QA Tests)] INFO -- filling :login_field with "root"2219[Jul 28 2023 02:32:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2220[Jul 28 2023 02:32:14 UTC (QA Tests)] INFO -- filling :password_field with "*****"2221[Jul 28 2023 02:32:14 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2222[Jul 28 2023 02:32:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2223[Jul 28 2023 02:32:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.074s2224[Jul 28 2023 02:32:16 UTC (QA Tests)] INFO -- Enabling super sidebar!2225[Jul 28 2023 02:32:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled2226[Jul 28 2023 02:32:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '16' via api in 0.44 seconds2227[Jul 28 2023 02:32:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/162228[Jul 28 2023 02:32:19 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present2229[Jul 28 2023 02:32:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.968s2230[Jul 28 2023 02:32:20 UTC (QA Tests)] INFO -- clicking :visibility_content2231[Jul 28 2023 02:32:20 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2232[Jul 28 2023 02:32:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.623s2233[Jul 28 2023 02:32:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.636s2234 does not display Embed/Share dropdown2235Create2236 batch comments in merge request2237[Jul 28 2023 02:32:22 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a diff review2238[Jul 28 2023 02:32:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2239[Jul 28 2023 02:32:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2240[Jul 28 2023 02:32:22 UTC (QA Tests)] INFO -- filling :password_field with "*****"2241[Jul 28 2023 02:32:22 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2242[Jul 28 2023 02:32:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2243[Jul 28 2023 02:32:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.113s2244[Jul 28 2023 02:32:25 UTC (QA Tests)] INFO -- Enabling super sidebar!2245[Jul 28 2023 02:32:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled2246[Jul 28 2023 02:32:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.07 seconds2247[Jul 28 2023 02:32:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.2 seconds2248[Jul 28 2023 02:32:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-eb98f32a1ca6eae6' via api in 0.76 seconds2249[Jul 28 2023 02:32:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds2250[Jul 28 2023 02:32:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds2251[Jul 28 2023 02:32:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.47 seconds2252[Jul 28 2023 02:32:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-eb98f32a1ca6eae6/-/merge_requests/12253[Jul 28 2023 02:32:31 UTC (QA Tests)] INFO -- clicking :diffs_tab2254[Jul 28 2023 02:32:32 UTC (QA Tests)] INFO -- clicking :diff_comment_button2255[Jul 28 2023 02:32:32 UTC (QA Tests)] INFO -- clicking :dismiss_suggestion_popover_button2256[Jul 28 2023 02:32:33 UTC (QA Tests)] INFO -- filling :reply_field with "Can you check this line of code?"2257[Jul 28 2023 02:32:33 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2258[Jul 28 2023 02:32:33 UTC (QA Tests)] INFO -- clicking :start_review_button2259[Jul 28 2023 02:32:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.055s2260[Jul 28 2023 02:32:40 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown2261[Jul 28 2023 02:32:40 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown2262[Jul 28 2023 02:32:40 UTC (QA Tests)] INFO -- clicking :submit_review_button2263[Jul 28 2023 02:32:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.925s2264[Jul 28 2023 02:32:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? review_bar_content' took 0.934s2265[Jul 28 2023 02:32:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds2266[Jul 28 2023 02:32:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Update file"2267[Jul 28 2023 02:32:42 UTC (QA Tests)] INFO -- clicking :notes_tab2268[Jul 28 2023 02:32:42 UTC (QA Tests)] INFO -- clicking :resolve_discussion_button2269 user submits a diff review2270[Jul 28 2023 02:32:43 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a non-diff review2271[Jul 28 2023 02:32:44 UTC (QA Tests)] INFO -- filling :login_field with "root"2272[Jul 28 2023 02:32:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2273[Jul 28 2023 02:32:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"2274[Jul 28 2023 02:32:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2275[Jul 28 2023 02:32:45 UTC (QA Tests)] INFO -- clicking :sign_in_button2276[Jul 28 2023 02:32:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.092s2277[Jul 28 2023 02:32:46 UTC (QA Tests)] INFO -- Enabling super sidebar!2278[Jul 28 2023 02:32:46 UTC (QA Tests)] INFO -- Super sidebar is already enabled2279[Jul 28 2023 02:32:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.06 seconds2280[Jul 28 2023 02:32:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.17 seconds2281[Jul 28 2023 02:32:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-b0bcf94580cdef52' via api in 0.77 seconds2282[Jul 28 2023 02:32:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds2283[Jul 28 2023 02:32:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds2284[Jul 28 2023 02:32:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.46 seconds2285[Jul 28 2023 02:32:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/project-with-merge-request-b0bcf94580cdef52/-/merge_requests/12286[Jul 28 2023 02:32:53 UTC (QA Tests)] INFO -- clicking :notes_tab2287[Jul 28 2023 02:32:53 UTC (QA Tests)] INFO -- filling :comment_field with "I'm starting a new discussion"2288[Jul 28 2023 02:32:53 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field2289[Jul 28 2023 02:32:54 UTC (QA Tests)] INFO -- clicking :discussion_menu_item2290[Jul 28 2023 02:32:54 UTC (QA Tests)] INFO -- clicking :comment_button2291[Jul 28 2023 02:32:55 UTC (QA Tests)] INFO -- filling :reply_field with "Could you please check this?"2292[Jul 28 2023 02:32:55 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field2293[Jul 28 2023 02:32:55 UTC (QA Tests)] INFO -- clicking :start_review_button2294[Jul 28 2023 02:33:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.036s2295[Jul 28 2023 02:33:02 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown2296[Jul 28 2023 02:33:02 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown2297[Jul 28 2023 02:33:02 UTC (QA Tests)] INFO -- clicking :submit_review_button2298 user submits a non-diff review2299Create2300 Codeowners2301 merge request assigns code owners as approvers (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416217)2302Create2303 Branch Rules Overview2304[Jul 28 2023 02:33:03 UTC (QA Tests)] INFO -- Starting test: Create Branch Rules Overview adds a new branch rule2305[Jul 28 2023 02:33:04 UTC (QA Tests)] INFO -- filling :login_field with "root"2306[Jul 28 2023 02:33:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2307[Jul 28 2023 02:33:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"2308[Jul 28 2023 02:33:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2309[Jul 28 2023 02:33:04 UTC (QA Tests)] INFO -- clicking :sign_in_button2310[Jul 28 2023 02:33:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.134s2311[Jul 28 2023 02:33:06 UTC (QA Tests)] INFO -- Enabling super sidebar!2312[Jul 28 2023 02:33:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled2313[Jul 28 2023 02:33:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-6' via api in 0.05 seconds2314[Jul 28 2023 02:33:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa' via api in 0.18 seconds2315[Jul 28 2023 02:33:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/branch-rule-project-49f88e59ae6fbcfb' via api in 1.16 seconds2316[Jul 28 2023 02:33:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds2317[Jul 28 2023 02:33:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-6/qa-test-2023-07-28-02-15-45-f33e2b50e23feefa/branch-rule-project-49f88e59ae6fbcfb2318[Jul 28 2023 02:33:11 UTC (QA Tests)] INFO -- clicking :menu_section_button2319[Jul 28 2023 02:33:12 UTC (QA Tests)] INFO -- clicking :nav_item_link2320[Jul 28 2023 02:33:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.873s2321[Jul 28 2023 02:33:14 UTC (QA Tests)] INFO -- clicking :add_branch_rule_button2322[Jul 28 2023 02:33:14 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown2323[Jul 28 2023 02:33:14 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2324[Jul 28 2023 02:33:15 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown2325[Jul 28 2023 02:33:15 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2326[Jul 28 2023 02:33:15 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown2327[Jul 28 2023 02:33:15 UTC (QA Tests)] INFO -- clicking :protect_button2328[Jul 28 2023 02:33:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.077s2329[Jul 28 2023 02:33:18 UTC (QA Tests)] INFO -- clicking :details_button2330[Jul 28 2023 02:33:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element details_button' took 0.667s2331 adds a new branch rule2332[Jul 28 2023 02:33:19 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2333{2334 "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb": 11.213994799998545,2335 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb": 49.22528213899932,2336 "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb": 13.265871505000177,2337 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb": 27.816317492999588,2338 "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb": 28.753563932999896,2339 "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb": 15.861994176000735,2340 "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb": 5.763009135000175,2341 "qa/specs/features/browser_ui/3_create/snippet/snippet_index_page_spec.rb": 30.195695987000363,2342 "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb": 4.91295381099917,2343 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb": 12.778858595000202,2344 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb": 32.75364852799976,2345 "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb": 19.670009008001216,2346 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb": 14.750955908999458,2347 "qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb": 7.238989589000994,2348 "qa/specs/features/ee/browser_ui/3_create/repository/merge_with_code_owner_in_root_group_spec.rb": 56.290117219999956,2349 "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb": 3.39946617699934,2350 "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb": 67.27143864499885,2351 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb": 9.43030960499891,2352 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb": 18.633750953000344,2353 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb": 12.14583204399969,2354 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb": 24.317576876001112,2355 "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb": 79.240886693,2356 "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb": 86.76077236600031,2357 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 11.65351126799942,2358 "qa/specs/features/api/3_create/repository/commit_to_templated_project_spec.rb": 6.53864398100086,2359 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb": 24.564905901999737,2360 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb": 35.80365363300007,2361 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 107.60199542299961,2362 "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb": 12.074128107000433,2363 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_with_multiple_files_spec.rb": 20.183087866000278,2364 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 77.53673264600002,2365 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb": 11.385520853000344,2366 "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb": 22.123504446999505,2367 "qa/specs/features/api/3_create/repository/tag_revision_trigger_prereceive_hook_spec.rb": 1.8711668389987608,2368 "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb": 8.728181926000616,2369 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb": 8.97115054799906,2370 "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb": 17.053405892000228,2371 "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb": 41.47519054199984,2372 "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb": 15.9346990839985662373}2374[Jul 28 2023 02:33:19 UTC (QA Tests)] INFO -- 2375Knapsack global time execution for tests: 17m 35s2376Pending: (Failures listed here are expected and do not affect your suite's status)2377 1) Create Merge request push options merges when pipeline succeeds2378 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3464252379 # ./qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb:842380 2) Create Link to line in Web IDE can link to a specific line of code in Web IDE2381 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442382 # ./qa/specs/features/browser_ui/3_create/web_ide_old/link_to_line_in_web_ide_spec.rb:262383 3) Create Codeowners merge request assigns code owners as approvers2384 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4162172385 # ./qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb:282386Finished in 17 minutes 35 seconds (files took 2.92 seconds to load)238767 examples, 0 failures, 3 pending2388Randomized with seed 294822389[Jul 28 2023 02:33:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-psql -c 'select n_live_tup, n_dead_tup, relname from pg_stat_all_tables order by n_live_tup DESC, n_dead_tup DESC;'"`2390[Jul 28 2023 02:33:20 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2391[Jul 28 2023 02:33:20 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2392[Jul 28 2023 02:33:20 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2394Running after script...2395$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2396$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2397$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2537Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy2539Uploading artifacts...2540gitlab-qa-run-*: found 448 matching artifact files and directories 2541Uploading artifacts as "archive" to coordinator... 201 Created id=4757155927 responseStatus=201 Created token=64_S2evA2542Uploading artifacts...2543gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2544Uploading artifacts as "junit" to coordinator... 201 Created id=4757155927 responseStatus=201 Created token=64_S2evA2545Uploading artifacts...2546/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2547Uploading artifacts as "dotenv" to coordinator... 201 Created id=4757155927 responseStatus=201 Created token=64_S2evA2549Job succeeded