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-1690435943-8ada3848-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: 201165, done. 20remote: Counting objects: 100% (201165/201165), done. 21remote: Compressing objects: 100% (128057/128057), done. 22remote: Total 201165 (delta 102381), reused 135921 (delta 65504), pack-reused 0 23Receiving objects: 100% (201165/201165), 150.23 MiB | 42.24 MiB/s, done.24Resolving deltas: 100% (102381/102381), done.26 * [new ref] refs/pipelines/946853124 -> refs/pipelines/94685312427 * [new branch] master -> origin/master28Checking out 9bb6bea6 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 (4749472769)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4749472769 responseStatus=200 OK token=64_6W3Nb39Using 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:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e -- --format QA::Support::JsonFormatter --out tmp/rspec-4749472778.json --format RspecJunitFormatter --out tmp/rspec-4749472778.xml --format html --out tmp/rspec-$(echo praefect 1/2 | sed 's/[ /]/_/g').htm --color --format documentation'48$ eval "$QA_COMMAND"49[Jul 27 2023 05:43:04 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`50[Jul 27 2023 05:43:08 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`51[Jul 27 2023 05:43:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 27 2023 05:43:08 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 27 2023 05:43:09 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`54[Jul 27 2023 05:43:11 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`55[Jul 27 2023 05:43:11 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 27 2023 05:43:16 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`59[Jul 27 2023 05:43:16 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 27 2023 05:43:16 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster61[Jul 27 2023 05:43:16 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-27b05206$`62[Jul 27 2023 05:43:16 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`63[Jul 27 2023 05:43:16 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-27b05206 --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`64[Jul 27 2023 05:43:17 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`65[Jul 27 2023 05:43:22 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-27b05206:/etc/gitlab/trusted-certs`66[Jul 27 2023 05:43:22 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-27b05206:/etc/gitlab/ssl`67[Jul 27 2023 05:43:23 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-27b05206`68[Jul 27 2023 05:43:23 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-27b05206`69[Jul 27 2023 05:43:28 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`70[Jul 27 2023 05:43:29 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`71[Jul 27 2023 05:43:55 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`72[Jul 27 2023 05:43:55 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`73[Jul 27 2023 05:43:55 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`74[Jul 27 2023 05:43:55 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-27-05-43-04-dcbb04ae/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`75[Jul 27 2023 05:43:55 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`76[Jul 27 2023 05:43:55 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-27-05-43-04-dcbb04ae/gitaly1/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`77[Jul 27 2023 05:44:09 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"postgresql['enable'] = false;78redis['enable'] = false;79nginx['enable'] = false;80puma['enable'] = false;81sidekiq['enable'] = false;82gitlab_workhorse['enable'] = false;83gitlab_rails['rake_cache_clear'] = false;84gitlab_rails['auto_migrate'] = false;85gitlab_exporter['enable'] = false;86gitlab_kas['enable'] = false;87praefect['enable'] = false;88prometheus['enable'] = true;89gitaly['enable'] = true;90gitaly['configuration'] = {91 'listen_addr': '0.0.0.0:8075',92 'prometheus_listen_addr': '0.0.0.0:9236',93 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'94}95gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';96gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';97git_data_dirs({98 'gitaly1' => {99 'path' => '/var/opt/gitlab/git-data'100 },101 'gitaly2' => {102 'path' => '/var/opt/gitlab/git-data'103 },104 'gitaly3' => {105 'path' => '/var/opt/gitlab/git-data'106 }107});108\" > /etc/gitlab/gitlab.rb;"`109[Jul 27 2023 05:44:10 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 05:43:04110# Gitlab::QA::Runtime::OmnibusConfigurations::Default111gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme112gitlab_rails['gitlab_disable_animations'] = true # Disable animations113gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry114gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password115external_url 'http://gitlab-gitaly-cluster.test';116git_data_dirs({117 'default' => {118 'gitaly_address' => 'tcp://praefect.test:2305',119 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'120 },121 'gitaly' => {122 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',123 'path' => '/var/opt/gitlab/git-data'124 }125});126gitaly['enable'] = true;127gitaly['configuration'] = {128 auth: {129 token: 'secret-token',130 },131 listen_addr: '0.0.0.0:8075',132 tls: {133 certificate_path: '/etc/gitlab/ssl/gitaly.test.crt',134 key_path: '/etc/gitlab/ssl/gitaly.test.key',135 },136 storage: [137 {138 name: 'gitaly',139 path: '/var/opt/gitlab/git-data/repositories',140 },141 ],142};143gitlab_rails['gitaly_token'] = 'secret-token';144gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';145prometheus['scrape_configs'] = [146 {147 'job_name' => 'praefect',148 'static_configs' => [149 'targets' => [150 'praefect.test:9652'151 ]152 ]153 },154 {155 'job_name' => 'praefect-gitaly',156 'static_configs' => [157 'targets' => [158 'gitaly1.test:9236',159 'gitaly2.test:9236',160 'gitaly3.test:9236'161 ]162 ]163 }164];165gitlab_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;"`166[Jul 27 2023 05:44:10 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`167[Jul 27 2023 05:44:10 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`168[Jul 27 2023 05:44:52 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 27 2023 05:44:52 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 27 2023 05:44:52 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 27 2023 05:44:52 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`177[Jul 27 2023 05:44:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`178[Jul 27 2023 05:44:53 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`179[Jul 27 2023 05:44:53 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`180[Jul 27 2023 05:44:53 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-27-05-43-04-dcbb04ae/gitaly2/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`181[Jul 27 2023 05:44:56 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 27 2023 05:44:56 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`214[Jul 27 2023 05:45:38 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 27 2023 05:45:38 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 27 2023 05:45:38 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 27 2023 05:45:39 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`223[Jul 27 2023 05:45:39 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`224[Jul 27 2023 05:45:39 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`225[Jul 27 2023 05:45:39 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`226[Jul 27 2023 05:45:39 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-27-05-43-04-dcbb04ae/gitaly3/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`227[Jul 27 2023 05:45:42 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 27 2023 05:45:42 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`260[Jul 27 2023 05:46:26 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 27 2023 05:46:26 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 27 2023 05:46:26 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 27 2023 05:46:27 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`269[Jul 27 2023 05:46:27 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`270[Jul 27 2023 05:46:27 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`271[Jul 27 2023 05:46:27 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`272[Jul 27 2023 05:46:27 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-27-05-43-04-dcbb04ae/praefect/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`273[Jul 27 2023 05:46:29 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 27 2023 05:46:29 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`328[Jul 27 2023 05:47:12 UTC (Gitlab QA)] INFO -- Shell command: `docker exec praefect bash -c "praefect -config /var/opt/gitlab/praefect/cluster_config.toml check || true"`329[Jul 27 2023 05:47:13 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' praefect`330[Jul 27 2023 05:47:13 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready331[Jul 27 2023 05:47:36 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...332[Jul 27 2023 05:47:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`333[Jul 27 2023 05:47:36 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`334[Jul 27 2023 05:47:36 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32769`!335[Jul 27 2023 05:47:36 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 27 2023 05:47:36 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 27 2023 05:47:36 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 27 2023 05:47:36 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 27 2023 05:47:36 UTC (Gitlab QA)] INFO -- Running exec_commands...345[Jul 27 2023 05:47:36 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 27 2023 05:48:23 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!347[Jul 27 2023 05:48:23 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`348[Jul 27 2023 05:48:23 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e`349[Jul 27 2023 05:49:14 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee350[Jul 27 2023 05:49:14 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_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-27-05-43-04-dcbb04ae/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --env QA_PRAEFECT_REPOSITORY_STORAGE="default" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-05-43-04-dcbb04ae/gitlab-ee-qa-806c4f86:/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-806c4f86 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:9bb6bea6d3ff62cb70c3512a0f1728c78bae368e Test::Instance::All http://gitlab-gitaly-cluster.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4749472778.json --format RspecJunitFormatter --out tmp/rspec-4749472778.xml --format html --out tmp/rspec-praefect_1_2.htm --color --format documentation`3512023-07-27 05:49:25 / CONF :: 352 ==> Base URL: http://gitlab-gitaly-cluster.test353 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007f81cc972e58>354 ==> Libraries: Chemlab::Vendor355[Jul 27 2023 05:49:25 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA356[Jul 27 2023 05:49:25 UTC (QA Tests)] INFO -- Browser: chrome357[Jul 27 2023 05:49:25 UTC (QA Tests)] INFO -- Performing sanity check for environment!358[Jul 27 2023 05:49:25 UTC (QA Tests)] INFO -- Performing initial license fabrication!359[Jul 27 2023 05:49:26 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 27 2023 05:49:26 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.42 seconds362[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'363[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Report already exists, skipping!364[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====365[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Report specs:366[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- ["qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_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/create_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_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/merge_request/revert/revert_commit_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_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/merge_request/create_merge_request_from_push_notification_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/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_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/branch_with_unusual_name_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_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_over_http_file_size_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb"]367[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Leftover specs:368[Jul 27 2023 05:49:26 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 27 2023 05:49:26 UTC (QA Tests)] INFO -- Knapsack report generator started!370[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'371[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Report already exists, skipping!372Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}373Randomized with seed 58488374[Jul 27 2023 05:49:26 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter375Create376 First file using Web IDE377[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE378 creates the first file in an empty project via Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)379Create380 Create a new merge request381[Jul 27 2023 05:49:26 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request382[Jul 27 2023 05:49:27 UTC (QA Tests)] INFO -- filling :login_field with "root"383[Jul 27 2023 05:49:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field384[Jul 27 2023 05:49:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"385[Jul 27 2023 05:49:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field386[Jul 27 2023 05:49:28 UTC (QA Tests)] INFO -- clicking :sign_in_button387[Jul 27 2023 05:49:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 2.082s388[Jul 27 2023 05:49:30 UTC (QA Tests)] INFO -- Enabling super sidebar!389[Jul 27 2023 05:49:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled390[Jul 27 2023 05:49:32 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA391[Jul 27 2023 05:49:32 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-i4mir47b' via cache in 0.0 seconds392[Jul 27 2023 05:49:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.45 seconds393[Jul 27 2023 05:49:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.78 seconds394[Jul 27 2023 05:49:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-95a276311272027b' via api in 2.61 seconds395[Jul 27 2023 05:49:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.69 seconds396[Jul 27 2023 05:49:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds397[Jul 27 2023 05:49:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-95a276311272027b398[Jul 27 2023 05:49:39 UTC (QA Tests)] INFO -- clicking :create_merge_request_button399[Jul 27 2023 05:49:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 2.282s400[Jul 27 2023 05:49:42 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"401[Jul 27 2023 05:49:42 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field402[Jul 27 2023 05:49:42 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"403[Jul 27 2023 05:49:42 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field404[Jul 27 2023 05:49:43 UTC (QA Tests)] INFO -- clicking :assign_to_me_link405[Jul 27 2023 05:49:43 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present406[Jul 27 2023 05:49:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 4.178s407[Jul 27 2023 05:49:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 12.91 seconds408 creates a basic merge request409[Jul 27 2023 05:49:47 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a merge request with a milestone and label410[Jul 27 2023 05:49:48 UTC (QA Tests)] INFO -- filling :login_field with "root"411[Jul 27 2023 05:49:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field412[Jul 27 2023 05:49:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"413[Jul 27 2023 05:49:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field414[Jul 27 2023 05:49:49 UTC (QA Tests)] INFO -- clicking :sign_in_button415[Jul 27 2023 05:49:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.874s416[Jul 27 2023 05:49:50 UTC (QA Tests)] INFO -- Enabling super sidebar!417[Jul 27 2023 05:49:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled418[Jul 27 2023 05:49:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds419[Jul 27 2023 05:49:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.27 seconds420[Jul 27 2023 05:49:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-e2fed579b99359de' via api in 2.04 seconds421[Jul 27 2023 05:49:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.45 seconds422[Jul 27 2023 05:49:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.22 seconds423[Jul 27 2023 05:49:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds424[Jul 27 2023 05:49:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds425[Jul 27 2023 05:49:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-e2fed579b99359de426[Jul 27 2023 05:49:57 UTC (QA Tests)] INFO -- clicking :create_merge_request_button427[Jul 27 2023 05:49:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.862s428[Jul 27 2023 05:49:59 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"429[Jul 27 2023 05:49:59 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field430[Jul 27 2023 05:50:00 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"431[Jul 27 2023 05:50:00 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field432[Jul 27 2023 05:50:01 UTC (QA Tests)] INFO -- clicking :assign_to_me_link433[Jul 27 2023 05:50:01 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown434[Jul 27 2023 05:50:01 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown435[Jul 27 2023 05:50:01 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present436[Jul 27 2023 05:50:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.954s437[Jul 27 2023 05:50:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 10.29 seconds438 creates a merge request with a milestone and label439Create440 Web IDE file templates441[Jul 27 2023 05:50:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds442[Jul 27 2023 05:50:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds443[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/file-template-project-636a03bf76a770a8' via api in 1.69 seconds444[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia445 user adds .gitlab-ci.yml via file template Julia (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)446[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android447 user adds .gitignore via file template Android (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)448[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.0449 user adds LICENSE via file template Mozilla Public License 2.0 (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)450[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python451 user adds Dockerfile via file template Python (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)452Create453 Merge request push options454 merges when pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/346425)455[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets merge when pipeline succeeds456[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds457[Jul 27 2023 05:50:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.22 seconds458[Jul 27 2023 05:50:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/merge-request-push-options-58eb9350671bfff7' via api in 1.25 seconds459[Jul 27 2023 05:50:08 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.460[Jul 27 2023 05:50:08 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`461[Jul 27 2023 05:50:11 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`462[Jul 27 2023 05:50:11 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-58eb9350671bfff7 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-58eb9350671bfff7 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-58eb9350671bfff7 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list runner-for-merge-request-push-options-58eb9350671bfff7 --executor shell && gitlab-runner run" `463[Jul 27 2023 05:50:14 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-58eb9350671bfff7`464[Jul 27 2023 05:50:14 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`465[Jul 27 2023 05:50:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-58eb9350671bfff7' via api in 7.24 seconds466[Jul 27 2023 05:50:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.61 seconds467[Jul 27 2023 05:50:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"468[Jul 27 2023 05:50:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds469[Jul 27 2023 05:50:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.16 seconds470[Jul 27 2023 05:50:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-58eb9350671bfff7'471[Jul 27 2023 05:50:18 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-58eb9350671bfff7`472[Jul 27 2023 05:50:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/merge-request-push-options-58eb9350671bfff7'473 sets merge when pipeline succeeds474Create475 Codeowners476[Jul 27 2023 05:50:19 UTC (QA Tests)] INFO -- Starting test: Create Codeowners displays owners specified in CODEOWNERS file477[Jul 27 2023 05:50:19 UTC (QA Tests)] INFO -- filling :login_field with "root"478[Jul 27 2023 05:50:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field479[Jul 27 2023 05:50:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"480[Jul 27 2023 05:50:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field481[Jul 27 2023 05:50:20 UTC (QA Tests)] INFO -- clicking :sign_in_button482[Jul 27 2023 05:50:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.806s483[Jul 27 2023 05:50:21 UTC (QA Tests)] INFO -- Enabling super sidebar!484[Jul 27 2023 05:50:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled485[Jul 27 2023 05:50:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds486[Jul 27 2023 05:50:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.15 seconds487[Jul 27 2023 05:50:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/codeowners-cfcd64b733517eaf' via api in 1.03 seconds488[Jul 27 2023 05:50:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.31 seconds489[Jul 27 2023 05:50:24 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/codeowners-cfcd64b733517eaf QA::Resource::Project490[Jul 27 2023 05:50:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.3 seconds491[Jul 27 2023 05:50:24 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/codeowners-cfcd64b733517eaf QA::Resource::Project492[Jul 27 2023 05:50:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.62 seconds493[Jul 27 2023 05:50:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/codeowners-cfcd64b733517eaf494[Jul 27 2023 05:50:27 UTC (QA Tests)] INFO -- clicking :file_name_link495[Jul 27 2023 05:50:28 UTC (QA Tests)] INFO -- clicking :collapse_toggle496[Jul 27 2023 05:50:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/codeowners-cfcd64b733517eaf497[Jul 27 2023 05:50:30 UTC (QA Tests)] INFO -- clicking :file_name_link498[Jul 27 2023 05:50:30 UTC (QA Tests)] INFO -- clicking :collapse_toggle499 displays owners specified in CODEOWNERS file500Create501 Setup an MR with codeowners file502[Jul 27 2023 05:50:31 UTC (QA Tests)] INFO -- Starting test: Create Setup an MR with codeowners file creates a merge request with codeowners file and squashing commits enabled503[Jul 27 2023 05:50:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds504[Jul 27 2023 05:50:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds505[Jul 27 2023 05:50:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-e3bac0a5b0b972d9' via api in 1.16 seconds506[Jul 27 2023 05:50:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds507[Jul 27 2023 05:50:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds508[Jul 27 2023 05:50:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds509[Jul 27 2023 05:50:34 UTC (QA Tests)] INFO -- filling :login_field with "root"510[Jul 27 2023 05:50:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field511[Jul 27 2023 05:50:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"512[Jul 27 2023 05:50:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field513[Jul 27 2023 05:50:35 UTC (QA Tests)] INFO -- clicking :sign_in_button514[Jul 27 2023 05:50:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.942s515[Jul 27 2023 05:50:36 UTC (QA Tests)] INFO -- Enabling super sidebar!516[Jul 27 2023 05:50:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled517[Jul 27 2023 05:50:38 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch518[Jul 27 2023 05:50:38 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!519[Jul 27 2023 05:50:38 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!520[Jul 27 2023 05:50:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds521[Jul 27 2023 05:50:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.26 seconds522[Jul 27 2023 05:50:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.35 seconds523[Jul 27 2023 05:50:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-e3bac0a5b0b972d9/-/merge_requests/1524[Jul 27 2023 05:50:41 UTC (QA Tests)] INFO -- checking via JS :squash_checkbox with args {}525[Jul 27 2023 05:50:41 UTC (QA Tests)] INFO -- clicking :close_button526[Jul 27 2023 05:50:42 UTC (QA Tests)] INFO -- clicking :merge_button527[Jul 27 2023 05:50:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.581s528 creates a merge request with codeowners file and squashing commits enabled529Create530 Create a new merge request from the event notification after a push531[Jul 27 2023 05:50:44 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the API532[Jul 27 2023 05:50:45 UTC (QA Tests)] INFO -- filling :login_field with "root"533[Jul 27 2023 05:50:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field534[Jul 27 2023 05:50:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"535[Jul 27 2023 05:50:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field536[Jul 27 2023 05:50:46 UTC (QA Tests)] INFO -- clicking :sign_in_button537[Jul 27 2023 05:50:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.855s538[Jul 27 2023 05:50:47 UTC (QA Tests)] INFO -- Enabling super sidebar!539[Jul 27 2023 05:50:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled540[Jul 27 2023 05:50:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds541[Jul 27 2023 05:50:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds542[Jul 27 2023 05:50:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a' via api in 1.06 seconds543[Jul 27 2023 05:50:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds544[Jul 27 2023 05:50:50 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "QA Test - Commit message"545[Jul 27 2023 05:50:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a546[Jul 27 2023 05:51:03 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a547[Jul 27 2023 05:51:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.413s548[Jul 27 2023 05:51:14 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a549[Jul 27 2023 05:51:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.362s550[Jul 27 2023 05:51:26 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a551[Jul 27 2023 05:51:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.362s552[Jul 27 2023 05:51:37 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a553[Jul 27 2023 05:51:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.333s554[Jul 27 2023 05:51:48 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a555[Jul 27 2023 05:52:00 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-3fc306f04003461a556[Jul 27 2023 05:52:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.426s557[Jul 27 2023 05:52:03 UTC (QA Tests)] INFO -- Saving screenshot..558[Jul 27 2023 05:52:04 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the API559[Jul 27 2023 05:52:04 UTC (QA Tests)] INFO -- filling :login_field with "root"560[Jul 27 2023 05:52:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field561[Jul 27 2023 05:52:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"562[Jul 27 2023 05:52:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field563[Jul 27 2023 05:52:05 UTC (QA Tests)] INFO -- clicking :sign_in_button564[Jul 27 2023 05:52:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.91s565[Jul 27 2023 05:52:06 UTC (QA Tests)] INFO -- Enabling super sidebar!566[Jul 27 2023 05:52:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled567[Jul 27 2023 05:52:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds568[Jul 27 2023 05:52:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.23 seconds569[Jul 27 2023 05:52:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-89b8d12d50ddc2a8' via api in 1.25 seconds570[Jul 27 2023 05:52:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds571[Jul 27 2023 05:52:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "QA Test - Commit message"572[Jul 27 2023 05:52:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-89b8d12d50ddc2a8573[Jul 27 2023 05:52:12 UTC (QA Tests)] INFO -- clicking :create_merge_request_button574[Jul 27 2023 05:52:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.375s575[Jul 27 2023 05:52:13 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test c2aa66098f9cebea"576[Jul 27 2023 05:52:13 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field577[Jul 27 2023 05:52:14 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present578[Jul 27 2023 05:52:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.621s579 creates a merge request after a push via the API5811st Try error in ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb:42:582Wait failed after 60 seconds584RSpec::Retry: 2nd try ./qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb:42585[Jul 27 2023 05:52:16 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request from the event notification after a push creates a merge request after a push via the git CLI586[Jul 27 2023 05:52:17 UTC (QA Tests)] INFO -- filling :login_field with "root"587[Jul 27 2023 05:52:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field588[Jul 27 2023 05:52:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"589[Jul 27 2023 05:52:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field590[Jul 27 2023 05:52:18 UTC (QA Tests)] INFO -- clicking :sign_in_button591[Jul 27 2023 05:52:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.818s592[Jul 27 2023 05:52:19 UTC (QA Tests)] INFO -- Enabling super sidebar!593[Jul 27 2023 05:52:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled594[Jul 27 2023 05:52:20 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds595[Jul 27 2023 05:52:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds596[Jul 27 2023 05:52:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-4433630b0a103065' via api in 1.11 seconds597[Jul 27 2023 05:52:22 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"598[Jul 27 2023 05:52:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.22 seconds599[Jul 27 2023 05:52:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-4433630b0a103065600[Jul 27 2023 05:52:24 UTC (QA Tests)] INFO -- clicking :create_merge_request_button601[Jul 27 2023 05:52:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.168s602[Jul 27 2023 05:52:25 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test d5e7390018fad398"603[Jul 27 2023 05:52:25 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field604[Jul 27 2023 05:52:26 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present605[Jul 27 2023 05:52:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.573s606 creates a merge request after a push via the git CLI607Create608 Review a merge request in Web IDE609[Jul 27 2023 05:52:29 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE610 opens and edits a merge request in Web IDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)611Create612 Push over HTTP using Git protocol version 2613[Jul 27 2023 05:52:29 UTC (QA Tests)] INFO -- Starting test: Create Push over HTTP using Git protocol version 2 user pushes to the repository614[Jul 27 2023 05:52:29 UTC (QA Tests)] INFO -- filling :login_field with "root"615[Jul 27 2023 05:52:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field616[Jul 27 2023 05:52:30 UTC (QA Tests)] INFO -- filling :password_field with "*****"617[Jul 27 2023 05:52:30 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field618[Jul 27 2023 05:52:30 UTC (QA Tests)] INFO -- clicking :sign_in_button619[Jul 27 2023 05:52:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.834s620[Jul 27 2023 05:52:31 UTC (QA Tests)] INFO -- Enabling super sidebar!621[Jul 27 2023 05:52:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled622[Jul 27 2023 05:52:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds623[Jul 27 2023 05:52:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.19 seconds624[Jul 27 2023 05:52:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/git-protocol-project-64a34c48f65e8515' via api in 0.83 seconds625[Jul 27 2023 05:52:35 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/git-protocol-project-64a34c48f65e8515626[Jul 27 2023 05:52:36 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"627 user pushes to the repository628Create629 Push mirror a repository over HTTP630[Jul 27 2023 05:52:37 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository631[Jul 27 2023 05:52:37 UTC (QA Tests)] INFO -- filling :login_field with "root"632[Jul 27 2023 05:52:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field633[Jul 27 2023 05:52:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"634[Jul 27 2023 05:52:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field635[Jul 27 2023 05:52:38 UTC (QA Tests)] INFO -- clicking :sign_in_button636[Jul 27 2023 05:52:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.79s637[Jul 27 2023 05:52:39 UTC (QA Tests)] INFO -- Enabling super sidebar!638[Jul 27 2023 05:52:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled639[Jul 27 2023 05:52:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds640[Jul 27 2023 05:52:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds641[Jul 27 2023 05:52:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/push-mirror-target-project-b261035f9c9d4b83' via api in 0.66 seconds642[Jul 27 2023 05:52:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds643[Jul 27 2023 05:52:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds644[Jul 27 2023 05:52:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-82ab4a9e4a68e504' via api in 0.66 seconds645[Jul 27 2023 05:52:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"646[Jul 27 2023 05:52:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.83 seconds647[Jul 27 2023 05:52:44 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-82ab4a9e4a68e504648[Jul 27 2023 05:52:46 UTC (QA Tests)] INFO -- clicking :menu_section_button649[Jul 27 2023 05:52:46 UTC (QA Tests)] INFO -- clicking :nav_item_link650[Jul 27 2023 05:52:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.186s651[Jul 27 2023 05:52:48 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/push-mirror-target-project-b261035f9c9d4b83.git"652[Jul 27 2023 05:52:48 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field653[Jul 27 2023 05:52:49 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field654[Jul 27 2023 05:52:50 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field655[Jul 27 2023 05:52:50 UTC (QA Tests)] INFO -- filling :password_field with "*****"656[Jul 27 2023 05:52:50 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field657[Jul 27 2023 05:52:50 UTC (QA Tests)] INFO -- clicking :mirror_repository_button658[Jul 27 2023 05:52:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.323s659[Jul 27 2023 05:52:52 UTC (QA Tests)] INFO -- clicking :update_now_button660[Jul 27 2023 05:52:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.311s661[Jul 27 2023 05:52:53 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-82ab4a9e4a68e504/-/settings/repository#js-push-remote-settings662[Jul 27 2023 05:52:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.529s663[Jul 27 2023 05:53:16 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-82ab4a9e4a68e504/-/settings/repository#js-push-remote-settings664[Jul 27 2023 05:53:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.997s665[Jul 27 2023 05:53:18 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/push-mirror-target-project-b261035f9c9d4b83666[Jul 27 2023 05:53:19 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments667 configures and syncs LFS objects for a (push) mirrored repository668Create669 Pull mirror a repository over HTTP670[Jul 27 2023 05:53:19 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth671[Jul 27 2023 05:53:20 UTC (QA Tests)] INFO -- filling :login_field with "root"672[Jul 27 2023 05:53:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field673[Jul 27 2023 05:53:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"674[Jul 27 2023 05:53:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field675[Jul 27 2023 05:53:21 UTC (QA Tests)] INFO -- clicking :sign_in_button676[Jul 27 2023 05:53:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.822s677[Jul 27 2023 05:53:22 UTC (QA Tests)] INFO -- Enabling super sidebar!678[Jul 27 2023 05:53:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled679[Jul 27 2023 05:53:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds680[Jul 27 2023 05:53:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds681[Jul 27 2023 05:53:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-source-project-ee5ee17004b68f8e' via api in 0.65 seconds682[Jul 27 2023 05:53:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"683[Jul 27 2023 05:53:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.37 seconds684[Jul 27 2023 05:53:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds685[Jul 27 2023 05:53:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.15 seconds686[Jul 27 2023 05:53:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-36d0849c55472ef8' via api in 0.63 seconds687[Jul 27 2023 05:53:26 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-36d0849c55472ef8688[Jul 27 2023 05:53:27 UTC (QA Tests)] INFO -- clicking :menu_section_button689[Jul 27 2023 05:53:27 UTC (QA Tests)] INFO -- clicking :nav_item_link690[Jul 27 2023 05:53:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.735s691[Jul 27 2023 05:53:29 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "http://root@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-source-project-ee5ee17004b68f8e.git"692[Jul 27 2023 05:53:29 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field693[Jul 27 2023 05:53:30 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field694[Jul 27 2023 05:53:31 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field695[Jul 27 2023 05:53:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"696[Jul 27 2023 05:53:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field697[Jul 27 2023 05:53:31 UTC (QA Tests)] INFO -- clicking :mirror_repository_button698[Jul 27 2023 05:53:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.349s699[Jul 27 2023 05:53:33 UTC (QA Tests)] INFO -- clicking :update_now_button700[Jul 27 2023 05:53:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.238s701[Jul 27 2023 05:53:35 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-36d0849c55472ef8/-/settings/repository#js-push-remote-settings702[Jul 27 2023 05:53:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-36d0849c55472ef8703[Jul 27 2023 05:53:38 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments704 configures and syncs a (pull) mirrored repository with password auth705Create706 Create, Retrieve and Delete branches via API707[Jul 27 2023 05:53:38 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches708[Jul 27 2023 05:53:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds709[Jul 27 2023 05:53:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds710[Jul 27 2023 05:53:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-qa-test-86a984c0c60541fe' via api in 0.68 seconds711[Jul 27 2023 05:53:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"712[Jul 27 2023 05:53:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.81 seconds713[Jul 27 2023 05:53:42 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.1 seconds714[Jul 27 2023 05:53:42 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'715 creates, retrieves and deletes branches716Create717 Approval rules718[Jul 27 2023 05:53:43 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups719[Jul 27 2023 05:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds720[Jul 27 2023 05:53:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds721[Jul 27 2023 05:53:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986' via api in 0.73 seconds722[Jul 27 2023 05:53:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds723[Jul 27 2023 05:53:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986 QA::Resource::Project724[Jul 27 2023 05:53:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds725[Jul 27 2023 05:53:44 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18 QA::Resource::Group726[Jul 27 2023 05:53:45 UTC (QA Tests)] INFO -- filling :login_field with "root"727[Jul 27 2023 05:53:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field728[Jul 27 2023 05:53:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"729[Jul 27 2023 05:53:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field730[Jul 27 2023 05:53:45 UTC (QA Tests)] INFO -- clicking :sign_in_button731[Jul 27 2023 05:53:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.032s732[Jul 27 2023 05:53:47 UTC (QA Tests)] INFO -- Enabling super sidebar!733[Jul 27 2023 05:53:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled734[Jul 27 2023 05:53:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds735[Jul 27 2023 05:53:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds736[Jul 27 2023 05:53:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986737[Jul 27 2023 05:54:01 UTC (QA Tests)] INFO -- clicking :menu_section_button738[Jul 27 2023 05:54:01 UTC (QA Tests)] INFO -- clicking :nav_item_link739[Jul 27 2023 05:54:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.75s740[Jul 27 2023 05:54:02 UTC (QA Tests)] INFO -- clicking :new_merge_request_button741[Jul 27 2023 05:54:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 0.82s742[Jul 27 2023 05:54:03 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown743[Jul 27 2023 05:54:03 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-263825720af151bb"744[Jul 27 2023 05:54:04 UTC (QA Tests)] INFO -- clicking :compare_branches_button745[Jul 27 2023 05:54:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 1.365s746[Jul 27 2023 05:54:05 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"747[Jul 27 2023 05:54:05 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field748[Jul 27 2023 05:54:06 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"749[Jul 27 2023 05:54:06 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field750[Jul 27 2023 05:54:07 UTC (QA Tests)] INFO -- clicking :add_approvers_button751[Jul 27 2023 05:54:08 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"752[Jul 27 2023 05:54:08 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field753[Jul 27 2023 05:54:08 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"754[Jul 27 2023 05:54:08 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field755[Jul 27 2023 05:54:09 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"756[Jul 27 2023 05:54:12 UTC (QA Tests)] INFO -- clicking :add_approvers_button757[Jul 27 2023 05:54:13 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"758[Jul 27 2023 05:54:13 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field759[Jul 27 2023 05:54:14 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"760[Jul 27 2023 05:54:14 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field761[Jul 27 2023 05:54:14 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18"762[Jul 27 2023 05:54:19 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present763[Jul 27 2023 05:54:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.85s764[Jul 27 2023 05:54:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 32.8 seconds765[Jul 27 2023 05:54:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s766[Jul 27 2023 05:54:25 UTC (QA Tests)] INFO -- clicking :user_avatar_content767[Jul 27 2023 05:54:25 UTC (QA Tests)] INFO -- clicking :sign_out_link768[Jul 27 2023 05:54:26 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"769[Jul 27 2023 05:54:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field770[Jul 27 2023 05:54:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"771[Jul 27 2023 05:54:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field772[Jul 27 2023 05:54:27 UTC (QA Tests)] INFO -- clicking :sign_in_button773[Jul 27 2023 05:54:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.808s774[Jul 27 2023 05:54:28 UTC (QA Tests)] INFO -- Enabling super sidebar!775[Jul 27 2023 05:54:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled776[Jul 27 2023 05:54:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986/-/merge_requests/1777[Jul 27 2023 05:54:31 UTC (QA Tests)] INFO -- clicking :close_button778[Jul 27 2023 05:54:32 UTC (QA Tests)] INFO -- clicking :approve_button779[Jul 27 2023 05:54:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.56s780[Jul 27 2023 05:54:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.589s781[Jul 27 2023 05:54:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s782[Jul 27 2023 05:54:38 UTC (QA Tests)] INFO -- clicking :user_avatar_content783[Jul 27 2023 05:54:38 UTC (QA Tests)] INFO -- clicking :sign_out_link784[Jul 27 2023 05:54:39 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"785[Jul 27 2023 05:54:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field786[Jul 27 2023 05:54:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"787[Jul 27 2023 05:54:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field788[Jul 27 2023 05:54:40 UTC (QA Tests)] INFO -- clicking :sign_in_button789[Jul 27 2023 05:54:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.956s790[Jul 27 2023 05:54:41 UTC (QA Tests)] INFO -- Enabling super sidebar!791[Jul 27 2023 05:54:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled792[Jul 27 2023 05:54:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986/-/merge_requests/1793[Jul 27 2023 05:54:45 UTC (QA Tests)] INFO -- clicking :close_button794[Jul 27 2023 05:54:45 UTC (QA Tests)] INFO -- clicking :approve_button795[Jul 27 2023 05:54:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.672s796[Jul 27 2023 05:54:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.7s797[Jul 27 2023 05:54:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s798[Jul 27 2023 05:54:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content799[Jul 27 2023 05:54:50 UTC (QA Tests)] INFO -- clicking :sign_out_link800[Jul 27 2023 05:54:51 UTC (QA Tests)] INFO -- filling :login_field with "root"801[Jul 27 2023 05:54:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field802[Jul 27 2023 05:54:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"803[Jul 27 2023 05:54:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field804[Jul 27 2023 05:54:52 UTC (QA Tests)] INFO -- clicking :sign_in_button805[Jul 27 2023 05:54:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.948s806[Jul 27 2023 05:54:53 UTC (QA Tests)] INFO -- Enabling super sidebar!807[Jul 27 2023 05:54:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled808[Jul 27 2023 05:54:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986/-/merge_requests/1809[Jul 27 2023 05:54:57 UTC (QA Tests)] INFO -- clicking :merge_button810[Jul 27 2023 05:54:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.549s811[Jul 27 2023 05:54:59 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18 QA::Resource::Group812[Jul 27 2023 05:55:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/approval-rules-e09ff06b28de3986'813 allows multiple approval rules with users and groups814Create815 Cherry picking a commit816[Jul 27 2023 05:55:00 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking a commit creates a merge request817[Jul 27 2023 05:55:01 UTC (QA Tests)] INFO -- filling :login_field with "root"818[Jul 27 2023 05:55:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field819[Jul 27 2023 05:55:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"820[Jul 27 2023 05:55:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field821[Jul 27 2023 05:55:01 UTC (QA Tests)] INFO -- clicking :sign_in_button822[Jul 27 2023 05:55:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.921s823[Jul 27 2023 05:55:03 UTC (QA Tests)] INFO -- Enabling super sidebar!824[Jul 27 2023 05:55:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled825[Jul 27 2023 05:55:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds826[Jul 27 2023 05:55:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.19 seconds827[Jul 27 2023 05:55:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-21897553971b380e' via api in 1.74 seconds828[Jul 27 2023 05:55:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds829[Jul 27 2023 05:55:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-21897553971b380e/-/commit/fa349e97996736c61cd1878380195f2bce5f79e1830[Jul 27 2023 05:55:08 UTC (QA Tests)] INFO -- clicking :options_button831[Jul 27 2023 05:55:08 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present832[Jul 27 2023 05:55:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element cherry_pick_button' took 0.569s833[Jul 27 2023 05:55:08 UTC (QA Tests)] INFO -- clicking :submit_commit_button834[Jul 27 2023 05:55:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.605s835[Jul 27 2023 05:55:10 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present836[Jul 27 2023 05:55:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.723s837[Jul 27 2023 05:55:13 UTC (QA Tests)] INFO -- clicking :diffs_tab838[Jul 27 2023 05:55:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.035s839[Jul 27 2023 05:55:24 UTC (QA Tests)] INFO -- clicking :file_tree_button840 creates a merge request841Create842 Pull mirror a repository over SSH with a private key843[Jul 27 2023 05:55:24 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over SSH with a private key configures and syncs a (pull) mirrored repository844[Jul 27 2023 05:55:25 UTC (QA Tests)] INFO -- filling :login_field with "root"845[Jul 27 2023 05:55:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field846[Jul 27 2023 05:55:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"847[Jul 27 2023 05:55:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field848[Jul 27 2023 05:55:26 UTC (QA Tests)] INFO -- clicking :sign_in_button849[Jul 27 2023 05:55:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.947s850[Jul 27 2023 05:55:27 UTC (QA Tests)] INFO -- Enabling super sidebar!851[Jul 27 2023 05:55:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled852[Jul 27 2023 05:55:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds853[Jul 27 2023 05:55:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds854[Jul 27 2023 05:55:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-9c2a2de2fdd1827d' via api in 0.66 seconds855[Jul 27 2023 05:55:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-9c2a2de2fdd1827d856[Jul 27 2023 05:55:30 UTC (QA Tests)] INFO -- clicking :menu_section_button857[Jul 27 2023 05:55:30 UTC (QA Tests)] INFO -- clicking :nav_item_link858[Jul 27 2023 05:55:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.752s859[Jul 27 2023 05:55:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds860[Jul 27 2023 05:55:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.19 seconds861[Jul 27 2023 05:55:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-source-project-f60c50011ad97a0b' via api in 0.76 seconds862[Jul 27 2023 05:55:34 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"863[Jul 27 2023 05:55:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.55 seconds864[Jul 27 2023 05:55:35 UTC (QA Tests)] INFO -- filling :mirror_repository_url_field with "ssh://git@gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-source-project-f60c50011ad97a0b.git"865[Jul 27 2023 05:55:35 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field866[Jul 27 2023 05:55:35 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field867[Jul 27 2023 05:55:37 UTC (QA Tests)] INFO -- selecting "SSH public key" in :authentication_method_field868[Jul 27 2023 05:55:37 UTC (QA Tests)] INFO -- clicking :detect_host_keys869[Jul 27 2023 05:55:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.016s870[Jul 27 2023 05:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.947s871[Jul 27 2023 05:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.296s872[Jul 27 2023 05:55:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element fingerprints_list' took 2.625s873[Jul 27 2023 05:55:39 UTC (QA Tests)] INFO -- clicking :mirror_repository_button874[Jul 27 2023 05:55:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.568s875[Jul 27 2023 05:55:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey with id '1' via api in 0.14 seconds876[Jul 27 2023 05:55:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-9c2a2de2fdd1827d877[Jul 27 2023 05:55:42 UTC (QA Tests)] INFO -- clicking :menu_section_button878[Jul 27 2023 05:55:43 UTC (QA Tests)] INFO -- clicking :nav_item_link879[Jul 27 2023 05:55:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.762s880[Jul 27 2023 05:55:45 UTC (QA Tests)] INFO -- clicking :update_now_button881[Jul 27 2023 05:55:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.0s882[Jul 27 2023 05:55:47 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-9c2a2de2fdd1827d/-/settings/repository#js-push-remote-settings883[Jul 27 2023 05:55:48 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/pull-mirror-target-project-9c2a2de2fdd1827d884[Jul 27 2023 05:55:50 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments885 configures and syncs a (pull) mirrored repository886Create887 Reverting a commit888[Jul 27 2023 05:55:50 UTC (QA Tests)] INFO -- Starting test: Create Reverting a commit creates a merge request889[Jul 27 2023 05:55:51 UTC (QA Tests)] INFO -- filling :login_field with "root"890[Jul 27 2023 05:55:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field891[Jul 27 2023 05:55:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"892[Jul 27 2023 05:55:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field893[Jul 27 2023 05:55:52 UTC (QA Tests)] INFO -- clicking :sign_in_button894[Jul 27 2023 05:55:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.963s895[Jul 27 2023 05:55:53 UTC (QA Tests)] INFO -- Enabling super sidebar!896[Jul 27 2023 05:55:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled897[Jul 27 2023 05:55:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds898[Jul 27 2023 05:55:55 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds899[Jul 27 2023 05:55:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-ba93b3ee36b04f35' via api in 1.08 seconds900[Jul 27 2023 05:55:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.58 seconds901[Jul 27 2023 05:55:56 UTC (QA Tests)] INFO -- Visiting QA::Resource::Repository::Commit at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-ba93b3ee36b04f35/-/commit/dcb8d36974c3760927bdb83f9c39926ea83ecd8b902[Jul 27 2023 05:55:58 UTC (QA Tests)] INFO -- clicking :options_button903[Jul 27 2023 05:55:58 UTC (QA Tests)] INFO -- clicking :revert_button and ensuring QA::Page::Component::CommitModal is present904[Jul 27 2023 05:55:58 UTC (QA Tests)] INFO -- clicking :submit_commit_button905[Jul 27 2023 05:56:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.528s906[Jul 27 2023 05:56:00 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present907[Jul 27 2023 05:56:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.766s908[Jul 27 2023 05:56:02 UTC (QA Tests)] INFO -- clicking :diffs_tab909[Jul 27 2023 05:56:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_name_content' took 11.044s910[Jul 27 2023 05:56:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.041s911[Jul 27 2023 05:56:25 UTC (QA Tests)] INFO -- clicking :file_tree_button912[Jul 27 2023 05:56:25 UTC (QA Tests)] INFO -- filling :diff_tree_search with "secret_file.md"913[Jul 27 2023 05:56:25 UTC (QA Tests)] INFO -- clicking the coordinates of :diff_tree_search914[Jul 27 2023 05:56:26 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-ba93b3ee36b04f35'915 creates a merge request916Create917 Branch Rules Overview918[Jul 27 2023 05:56:26 UTC (QA Tests)] INFO -- Starting test: Create Branch Rules Overview adds a new branch rule919[Jul 27 2023 05:56:26 UTC (QA Tests)] INFO -- filling :login_field with "root"920[Jul 27 2023 05:56:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field921[Jul 27 2023 05:56:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"922[Jul 27 2023 05:56:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field923[Jul 27 2023 05:56:27 UTC (QA Tests)] INFO -- clicking :sign_in_button924[Jul 27 2023 05:56:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.919s925[Jul 27 2023 05:56:28 UTC (QA Tests)] INFO -- Enabling super sidebar!926[Jul 27 2023 05:56:28 UTC (QA Tests)] INFO -- Super sidebar is already enabled927[Jul 27 2023 05:56:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds928[Jul 27 2023 05:56:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds929[Jul 27 2023 05:56:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/branch-rule-project-ad563813fe12ab2f' via api in 1.03 seconds930[Jul 27 2023 05:56:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds931[Jul 27 2023 05:56:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/branch-rule-project-ad563813fe12ab2f932[Jul 27 2023 05:56:34 UTC (QA Tests)] INFO -- clicking :menu_section_button933[Jul 27 2023 05:56:35 UTC (QA Tests)] INFO -- clicking :nav_item_link934[Jul 27 2023 05:56:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.793s935[Jul 27 2023 05:56:37 UTC (QA Tests)] INFO -- clicking :add_branch_rule_button936[Jul 27 2023 05:56:37 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown937[Jul 27 2023 05:56:38 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown938[Jul 27 2023 05:56:38 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown939[Jul 27 2023 05:56:38 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown940[Jul 27 2023 05:56:38 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown941[Jul 27 2023 05:56:38 UTC (QA Tests)] INFO -- clicking :protect_button942[Jul 27 2023 05:56:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.293s943[Jul 27 2023 05:56:41 UTC (QA Tests)] INFO -- clicking :details_button944[Jul 27 2023 05:56:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element details_button' took 0.663s945 adds a new branch rule946Create947 Multiple file snippet948[Jul 27 2023 05:56:42 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a personal snippet with multiple files949[Jul 27 2023 05:56:43 UTC (QA Tests)] INFO -- filling :login_field with "root"950[Jul 27 2023 05:56:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field951[Jul 27 2023 05:56:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"952[Jul 27 2023 05:56:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field953[Jul 27 2023 05:56:44 UTC (QA Tests)] INFO -- clicking :sign_in_button954[Jul 27 2023 05:56:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.027s955[Jul 27 2023 05:56:45 UTC (QA Tests)] INFO -- Enabling super sidebar!956[Jul 27 2023 05:56:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled957[Jul 27 2023 05:56:47 UTC (QA Tests)] INFO -- clicking :new_menu_toggle958[Jul 27 2023 05:56:47 UTC (QA Tests)] INFO -- clicking :create_menu_item959[Jul 27 2023 05:56:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.914s960[Jul 27 2023 05:56:48 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Personal snippet with multiple files"961[Jul 27 2023 05:56:48 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field962[Jul 27 2023 05:56:48 UTC (QA Tests)] INFO -- clicking :description_placeholder963[Jul 27 2023 05:56:48 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"964[Jul 27 2023 05:56:48 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field965[Jul 27 2023 05:56:49 UTC (QA Tests)] INFO -- clicking :visibility_content966[Jul 27 2023 05:56:49 UTC (QA Tests)] INFO -- filling :file_name_field with "First file name"967[Jul 27 2023 05:56:49 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field968[Jul 27 2023 05:56:49 UTC (QA Tests)] INFO -- clicking :add_file_button969[Jul 27 2023 05:56:50 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"970[Jul 27 2023 05:56:50 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field971[Jul 27 2023 05:56:50 UTC (QA Tests)] INFO -- clicking :add_file_button972[Jul 27 2023 05:56:50 UTC (QA Tests)] INFO -- filling :file_name_field with "Third file name"973[Jul 27 2023 05:56:50 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field974[Jul 27 2023 05:56:51 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button975[Jul 27 2023 05:56:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.355s976[Jul 27 2023 05:56:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.364s977[Jul 27 2023 05:56:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via browser_ui in 5.85 seconds978 creates a personal snippet with multiple files979Create980 Merge request push options981[Jul 27 2023 05:56:53 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets a target branch982[Jul 27 2023 05:56:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.22 seconds983[Jul 27 2023 05:56:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.51 seconds984[Jul 27 2023 05:56:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/merge-request-push-options-969d439528eab089' via api in 1.66 seconds985[Jul 27 2023 05:56:56 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"986[Jul 27 2023 05:56:56 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.28 seconds987[Jul 27 2023 05:56:57 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"988[Jul 27 2023 05:56:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.3 seconds989[Jul 27 2023 05:56:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.15 seconds990[Jul 27 2023 05:56:58 UTC (QA Tests)] INFO -- Merging via PUT /projects/22/merge_requests/1/merge991[Jul 27 2023 05:57:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 02906803553c1fd3"992 sets a target branch993Create994 Git Server Hooks995 with custom error messages996[Jul 27 2023 05:57:00 UTC (QA Tests)] INFO -- Starting test: Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE997 renders preconfigured error message when user hook failed on commit in WebIDE (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)998Create999 Upload a file in Web IDE1000 when the file is a text file1001 behaves like upload a file1002[Jul 27 2023 05:57:00 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file behaves like upload a file verifies it successfully uploads and commits to a MR1003[Jul 27 2023 05:57:00 UTC (QA Tests)] INFO -- filling :login_field with "root"1004[Jul 27 2023 05:57:00 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1005[Jul 27 2023 05:57:01 UTC (QA Tests)] INFO -- filling :password_field with "*****"1006[Jul 27 2023 05:57:01 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1007[Jul 27 2023 05:57:01 UTC (QA Tests)] INFO -- clicking :sign_in_button1008[Jul 27 2023 05:57:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.023s1009[Jul 27 2023 05:57:03 UTC (QA Tests)] INFO -- Enabling super sidebar!1010[Jul 27 2023 05:57:03 UTC (QA Tests)] INFO -- Super sidebar is already enabled1011[Jul 27 2023 05:57:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1012[Jul 27 2023 05:57:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.19 seconds1013[Jul 27 2023 05:57:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-2f78ab4b4993fd26' via api in 1.17 seconds1014[Jul 27 2023 05:57:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-2f78ab4b4993fd261015[Jul 27 2023 05:57:07 UTC (QA Tests)] INFO -- clicking :action_dropdown1016[Jul 27 2023 05:57:07 UTC (QA Tests)] INFO -- clicking :webide_menu_item1017[Jul 27 2023 05:57:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.11s1018 verifies it successfully uploads and commits to a MR1019 when the file is an image1020 behaves like upload a file1021[Jul 27 2023 05:57:18 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image behaves like upload a file verifies it successfully uploads and commits to a MR1022[Jul 27 2023 05:57:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1023[Jul 27 2023 05:57:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1024[Jul 27 2023 05:57:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1025[Jul 27 2023 05:57:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1026[Jul 27 2023 05:57:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1027[Jul 27 2023 05:57:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.121s1028[Jul 27 2023 05:57:21 UTC (QA Tests)] INFO -- Enabling super sidebar!1029[Jul 27 2023 05:57:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled1030[Jul 27 2023 05:57:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1031[Jul 27 2023 05:57:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1032[Jul 27 2023 05:57:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-e7971ea40b471768' via api in 1.15 seconds1033[Jul 27 2023 05:57:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-e7971ea40b4717681034[Jul 27 2023 05:57:26 UTC (QA Tests)] INFO -- clicking :action_dropdown1035[Jul 27 2023 05:57:26 UTC (QA Tests)] INFO -- clicking :webide_menu_item1036[Jul 27 2023 05:57:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.195s1037 verifies it successfully uploads and commits to a MR1038 when a file with the same name already exists1039[Jul 27 2023 05:57:37 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error1040[Jul 27 2023 05:57:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1041[Jul 27 2023 05:57:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1042[Jul 27 2023 05:57:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1043[Jul 27 2023 05:57:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1044[Jul 27 2023 05:57:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1045[Jul 27 2023 05:57:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.023s1046[Jul 27 2023 05:57:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1047[Jul 27 2023 05:57:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1048[Jul 27 2023 05:57:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1049[Jul 27 2023 05:57:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1050[Jul 27 2023 05:57:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-b1a9fc6b8aef443d' via api in 1.12 seconds1051[Jul 27 2023 05:57:42 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/upload-file-project-b1a9fc6b8aef443d1052[Jul 27 2023 05:57:44 UTC (QA Tests)] INFO -- clicking :action_dropdown1053[Jul 27 2023 05:57:44 UTC (QA Tests)] INFO -- clicking :webide_menu_item1054[Jul 27 2023 05:57:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.178s1055 throws an error1056Create1057 Git push over HTTP1058[Jul 27 2023 05:57:52 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user pushes code to the repository1059[Jul 27 2023 05:57:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1060[Jul 27 2023 05:57:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1061[Jul 27 2023 05:57:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1062[Jul 27 2023 05:57:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1063[Jul 27 2023 05:57:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1064[Jul 27 2023 05:57:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.105s1065[Jul 27 2023 05:57:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1066[Jul 27 2023 05:57:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1067[Jul 27 2023 05:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1068[Jul 27 2023 05:57:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.2 seconds1069[Jul 27 2023 05:57:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-697b646fb8e8051d' via api in 0.76 seconds1070[Jul 27 2023 05:57:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1071[Jul 27 2023 05:57:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.23 seconds1072[Jul 27 2023 05:57:59 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-697b646fb8e8051d1073 user pushes code to the repository1074[Jul 27 2023 05:58:01 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP pushes to a project using a specific Praefect repository storage1075[Jul 27 2023 05:58:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1076[Jul 27 2023 05:58:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1077[Jul 27 2023 05:58:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1078[Jul 27 2023 05:58:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1079[Jul 27 2023 05:58:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1080[Jul 27 2023 05:58:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.143s1081[Jul 27 2023 05:58:04 UTC (QA Tests)] INFO -- Enabling super sidebar!1082[Jul 27 2023 05:58:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled1083[Jul 27 2023 05:58:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1084[Jul 27 2023 05:58:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds1085[Jul 27 2023 05:58:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/specific-repository-storage-d5d7460985a3f08c' via api in 0.65 seconds1086[Jul 27 2023 05:58:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.93 seconds1087[Jul 27 2023 05:58:07 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/specific-repository-storage-d5d7460985a3f08c1088 pushes to a project using a specific Praefect repository storage1089Create1090 Merge request push options1091[Jul 27 2023 05:58:09 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options removes the source branch1092[Jul 27 2023 05:58:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1093[Jul 27 2023 05:58:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.24 seconds1094[Jul 27 2023 05:58:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/merge-request-push-options-a682b05e408f9b5f' via api in 1.18 seconds1095[Jul 27 2023 05:58:11 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1096[Jul 27 2023 05:58:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.43 seconds1097[Jul 27 2023 05:58:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.16 seconds1098[Jul 27 2023 05:58:11 UTC (QA Tests)] INFO -- Merging via PUT /projects/28/merge_requests/1/merge1099[Jul 27 2023 05:58:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 404e41c65731ea1d"1100 removes the source branch1101Create1102 Branch with unusual name1103 when branch name contains slash, hash, double dash, and capital letter1104[Jul 27 2023 05:58:19 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 correctly1105[Jul 27 2023 05:58:19 UTC (QA Tests)] INFO -- filling :login_field with "root"1106[Jul 27 2023 05:58:19 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1107[Jul 27 2023 05:58:20 UTC (QA Tests)] INFO -- filling :password_field with "*****"1108[Jul 27 2023 05:58:20 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1109[Jul 27 2023 05:58:20 UTC (QA Tests)] INFO -- clicking :sign_in_button1110[Jul 27 2023 05:58:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.057s1111[Jul 27 2023 05:58:22 UTC (QA Tests)] INFO -- Enabling super sidebar!1112[Jul 27 2023 05:58:22 UTC (QA Tests)] INFO -- Super sidebar is already enabled1113[Jul 27 2023 05:58:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1114[Jul 27 2023 05:58:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1115[Jul 27 2023 05:58:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/unusually-named-branch-project-d3e399aae9de164d' via api in 1.15 seconds1116[Jul 27 2023 05:58:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds1117[Jul 27 2023 05:58:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/unusually-named-branch-project-d3e399aae9de164d1118[Jul 27 2023 05:58:28 UTC (QA Tests)] INFO -- clicking :file_name_link1119[Jul 27 2023 05:58:29 UTC (QA Tests)] INFO -- clicking :file_name_link1120 renders repository file tree correctly1121Create1122 SSH key support1123[Jul 27 2023 05:58:30 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-4bmjlk/id_rsa -N `1124[Jul 27 2023 05:58:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.64 seconds1125[Jul 27 2023 05:58:31 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together1126[Jul 27 2023 05:58:31 UTC (QA Tests)] INFO -- filling :login_field with "root"1127[Jul 27 2023 05:58:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1128[Jul 27 2023 05:58:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1129[Jul 27 2023 05:58:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1130[Jul 27 2023 05:58:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1131[Jul 27 2023 05:58:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.031s1132[Jul 27 2023 05:58:33 UTC (QA Tests)] INFO -- Enabling super sidebar!1133[Jul 27 2023 05:58:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled1134[Jul 27 2023 05:58:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1135[Jul 27 2023 05:58:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1136[Jul 27 2023 05:58:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/ssh-tests-6c105c42b768ad90' via api in 0.73 seconds1137 pushes multiple branches and tags together1138[Jul 27 2023 05:58:38 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH1139[Jul 27 2023 05:58:39 UTC (QA Tests)] INFO -- filling :login_field with "root"1140[Jul 27 2023 05:58:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1141[Jul 27 2023 05:58:39 UTC (QA Tests)] INFO -- filling :password_field with "*****"1142[Jul 27 2023 05:58:39 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1143[Jul 27 2023 05:58:40 UTC (QA Tests)] INFO -- clicking :sign_in_button1144[Jul 27 2023 05:58:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.139s1145[Jul 27 2023 05:58:41 UTC (QA Tests)] INFO -- Enabling super sidebar!1146[Jul 27 2023 05:58:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled1147[Jul 27 2023 05:58:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1148[Jul 27 2023 05:58:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1149[Jul 27 2023 05:58:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/ssh-tests-be6e2a186c276743' via api in 0.73 seconds1150[Jul 27 2023 05:58:45 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1151[Jul 27 2023 05:58:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.6 seconds1152[Jul 27 2023 05:58:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/ssh-tests-be6e2a186c2767431153 pushes code to the repository via SSH1154[Jul 27 2023 05:58:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'1155Create1156 push after setting the file size limit via admin/application_settings1157[Jul 27 2023 05:58:47 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push fails when the file size is above the limit1158[Jul 27 2023 05:58:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1159[Jul 27 2023 05:58:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds1160[Jul 27 2023 05:58:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-test-push-limit-aa9b733e6453a784' via api in 1.09 seconds1161 push fails when the file size is above the limit1162[Jul 27 2023 05:58:51 UTC (QA Tests)] INFO -- Starting test: Create push after setting the file size limit via admin/application_settings push successful when the file size is under the limit1163[Jul 27 2023 05:58:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1164[Jul 27 2023 05:58:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.2 seconds1165[Jul 27 2023 05:58:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-test-push-limit-9ad1c5b77cb8d401' via api in 1.09 seconds1166[Jul 27 2023 05:58:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.71 seconds1167[Jul 27 2023 05:58:55 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Adding a new file"1168 push successful when the file size is under the limit1169Create1170 Merge request push options1171[Jul 27 2023 05:58:55 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets labels1172[Jul 27 2023 05:58:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1173[Jul 27 2023 05:58:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1174[Jul 27 2023 05:58:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-8a36c24561a87dff' via api in 1.14 seconds1175[Jul 27 2023 05:58:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1176[Jul 27 2023 05:58:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.51 seconds1177 sets labels1178 when labels are set already1179[Jul 27 2023 05:58:58 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options when labels are set already removes them on subsequent push1180[Jul 27 2023 05:58:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1181[Jul 27 2023 05:58:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.23 seconds1182[Jul 27 2023 05:59:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/the_awesome_project-813619974bdaed5e' via api in 1.29 seconds1183[Jul 27 2023 05:59:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1184[Jul 27 2023 05:59:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.58 seconds1185[Jul 27 2023 05:59:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1186[Jul 27 2023 05:59:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.44 seconds1187 removes them on subsequent push1188Create1189 File management1190[Jul 27 2023 05:59:03 UTC (QA Tests)] INFO -- Starting test: Create File management user deletes a file via the Web1191[Jul 27 2023 05:59:04 UTC (QA Tests)] INFO -- filling :login_field with "root"1192[Jul 27 2023 05:59:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1193[Jul 27 2023 05:59:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1194[Jul 27 2023 05:59:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1195[Jul 27 2023 05:59:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1196[Jul 27 2023 05:59:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.145s1197[Jul 27 2023 05:59:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1198[Jul 27 2023 05:59:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1199[Jul 27 2023 05:59:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1200[Jul 27 2023 05:59:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1201[Jul 27 2023 05:59:09 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-new-file-f1fc287cfff45ddd' via api in 1.14 seconds1202[Jul 27 2023 05:59:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.54 seconds1203[Jul 27 2023 05:59:10 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-new-file-f1fc287cfff45ddd/-/blob/main/QA+Test+-+File+name1204[Jul 27 2023 05:59:11 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Delete file"1205[Jul 27 2023 05:59:11 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1206[Jul 27 2023 05:59:14 UTC (QA Tests)] ERROR -- Interceptor Api Errors1207[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AYW0MZPF6RVXCYF5FRHJK31208error-messages: Variable $refType of type RefType was provided invalid value1209 user deletes a file via the Web1210Create1211 Commit data1212[Jul 27 2023 05:59:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.06 seconds1213[Jul 27 2023 05:59:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1214[Jul 27 2023 05:59:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1215[Jul 27 2023 05:59:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-af07c54afec19919' via api in 0.78 seconds1216[Jul 27 2023 05:59:16 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1217[Jul 27 2023 05:59:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.3 seconds1218[Jul 27 2023 05:59:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1219[Jul 27 2023 05:59:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds1220[Jul 27 2023 05:59:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-new-file-69a9c21751992374' via api in 1.04 seconds1221[Jul 27 2023 05:59:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'second' via api in 0.49 seconds1222[Jul 27 2023 05:59:18 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw email patch1223[Jul 27 2023 05:59:18 UTC (QA Tests)] INFO -- filling :login_field with "root"1224[Jul 27 2023 05:59:18 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1225[Jul 27 2023 05:59:19 UTC (QA Tests)] INFO -- filling :password_field with "*****"1226[Jul 27 2023 05:59:19 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1227[Jul 27 2023 05:59:19 UTC (QA Tests)] INFO -- clicking :sign_in_button1228[Jul 27 2023 05:59:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.126s1229[Jul 27 2023 05:59:21 UTC (QA Tests)] INFO -- Enabling super sidebar!1230[Jul 27 2023 05:59:21 UTC (QA Tests)] INFO -- Super sidebar is already enabled1231[Jul 27 2023 05:59:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-af07c54afec199191232[Jul 27 2023 05:59:25 UTC (QA Tests)] INFO -- clicking :options_button1233 user views raw email patch1234[Jul 27 2023 05:59:26 UTC (QA Tests)] INFO -- Starting test: Create Commit data user views raw commit diff1235[Jul 27 2023 05:59:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1236[Jul 27 2023 05:59:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1237[Jul 27 2023 05:59:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1238[Jul 27 2023 05:59:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1239[Jul 27 2023 05:59:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1240[Jul 27 2023 05:59:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.113s1241[Jul 27 2023 05:59:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1242[Jul 27 2023 05:59:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1243[Jul 27 2023 05:59:30 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-af07c54afec199191244[Jul 27 2023 05:59:33 UTC (QA Tests)] INFO -- clicking :options_button1245 user views raw commit diff1246Create1247 Multiple file snippet1248 behaves like deleting file from snippet1249[Jul 27 2023 05:59:33 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing project_snippet to make it single-file1250[Jul 27 2023 05:59:34 UTC (QA Tests)] INFO -- filling :login_field with "root"1251[Jul 27 2023 05:59:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1252[Jul 27 2023 05:59:34 UTC (QA Tests)] INFO -- filling :password_field with "*****"1253[Jul 27 2023 05:59:34 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1254[Jul 27 2023 05:59:35 UTC (QA Tests)] INFO -- clicking :sign_in_button1255[Jul 27 2023 05:59:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.007s1256[Jul 27 2023 05:59:36 UTC (QA Tests)] INFO -- Enabling super sidebar!1257[Jul 27 2023 05:59:36 UTC (QA Tests)] INFO -- Super sidebar is already enabled1258[Jul 27 2023 05:59:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1259[Jul 27 2023 05:59:38 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds1260[Jul 27 2023 05:59:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-snippets-2d550132888844c2' via api in 0.67 seconds1261[Jul 27 2023 05:59:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '2' via api in 1.2 seconds1262[Jul 27 2023 05:59:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-snippets-2d550132888844c2/-/snippets/21263[Jul 27 2023 05:59:40 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1264[Jul 27 2023 05:59:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.223s1265[Jul 27 2023 05:59:41 UTC (QA Tests)] INFO -- clicking :delete_file_button1266[Jul 27 2023 05:59:41 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1267[Jul 27 2023 05:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.544s1268[Jul 27 2023 05:59:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.557s1269 deletes second file from an existing project_snippet to make it single-file1270 behaves like deleting file from snippet1271[Jul 27 2023 05:59:44 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like deleting file from snippet deletes second file from an existing personal_snippet to make it single-file1272[Jul 27 2023 05:59:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1273[Jul 27 2023 05:59:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1274[Jul 27 2023 05:59:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1275[Jul 27 2023 05:59:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1276[Jul 27 2023 05:59:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1277[Jul 27 2023 05:59:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.07s1278[Jul 27 2023 05:59:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1279[Jul 27 2023 05:59:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1280[Jul 27 2023 05:59:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via api in 0.44 seconds1281[Jul 27 2023 05:59:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/31282[Jul 27 2023 05:59:50 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1283[Jul 27 2023 05:59:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.933s1284[Jul 27 2023 05:59:51 UTC (QA Tests)] INFO -- clicking :delete_file_button1285[Jul 27 2023 05:59:51 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1286[Jul 27 2023 05:59:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.917s1287[Jul 27 2023 05:59:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.927s1288 deletes second file from an existing personal_snippet to make it single-file1289Create1290 Upload a file in Web IDE1291 when the file is binary1292[Jul 27 2023 05:59:52 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is binary shows a Download button1293 shows a Download button (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1294 when a file with the same name already exists1295[Jul 27 2023 05:59:52 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error1296 throws an error (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1297 when the file is a text file1298[Jul 27 2023 05:59:52 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text1299 shows the Edit tab with the text (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1300 when the file is an image1301[Jul 27 2023 05:59:52 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image shows an image viewer1302 shows an image viewer (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1303Create1304 Restricted protected branch push and merge1305 when only one group is allowed to merge and push to a protected branch1306 behaves like unselected maintainer1307[Jul 27 2023 05:59:52 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 push1308[Jul 27 2023 05:59:53 UTC (QA Tests)] INFO -- filling :login_field with "root"1309[Jul 27 2023 05:59:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1310[Jul 27 2023 05:59:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1311[Jul 27 2023 05:59:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1312[Jul 27 2023 05:59:54 UTC (QA Tests)] INFO -- clicking :sign_in_button1313[Jul 27 2023 05:59:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.007s1314[Jul 27 2023 05:59:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1315[Jul 27 2023 05:59:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1316[Jul 27 2023 05:59:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1317[Jul 27 2023 05:59:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/access-to-protected-branch-86161ea78703025e' via api in 0.39 seconds1318[Jul 27 2023 05:59:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1319[Jul 27 2023 05:59:58 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/access-to-protected-branch-86161ea78703025e QA::Resource::Group1320[Jul 27 2023 05:59:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1321[Jul 27 2023 05:59:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1322[Jul 27 2023 05:59:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-515813647f4fc0df' via api in 1.13 seconds1323[Jul 27 2023 05:59:59 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-86161ea78703025e1324[Jul 27 2023 05:59:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.19 seconds1325[Jul 27 2023 05:59:59 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-515813647f4fc0df QA::Resource::Project1326[Jul 27 2023 06:00:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds1327[Jul 27 2023 06:00:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1328[Jul 27 2023 06:00:00 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-515813647f4fc0df1329[Jul 27 2023 06:00:02 UTC (QA Tests)] INFO -- clicking :menu_section_button1330[Jul 27 2023 06:00:02 UTC (QA Tests)] INFO -- clicking :nav_item_link1331[Jul 27 2023 06:00:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.996s1332[Jul 27 2023 06:00:05 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1333[Jul 27 2023 06:00:05 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1334[Jul 27 2023 06:00:05 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-86161ea78703025e"1335[Jul 27 2023 06:00:05 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1336[Jul 27 2023 06:00:06 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1337[Jul 27 2023 06:00:06 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1338[Jul 27 2023 06:00:06 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-86161ea78703025e"1339[Jul 27 2023 06:00:06 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1340[Jul 27 2023 06:00:07 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1341[Jul 27 2023 06:00:07 UTC (QA Tests)] INFO -- clicking :protect_button1342[Jul 27 2023 06:00:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.516s1343[Jul 27 2023 06:00:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.77 seconds1344[Jul 27 2023 06:00:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-515813647f4fc0df'1345[Jul 27 2023 06:00:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/access-to-protected-branch-86161ea78703025e'1346 user fails to push1347 behaves like selected developer1348[Jul 27 2023 06:00:11 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 merges1349[Jul 27 2023 06:00:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1350[Jul 27 2023 06:00:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1351[Jul 27 2023 06:00:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1352[Jul 27 2023 06:00:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1353[Jul 27 2023 06:00:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1354[Jul 27 2023 06:00:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.139s1355[Jul 27 2023 06:00:14 UTC (QA Tests)] INFO -- Enabling super sidebar!1356[Jul 27 2023 06:00:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled1357[Jul 27 2023 06:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1358[Jul 27 2023 06:00:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/access-to-protected-branch-a883f5904e91acbc' via api in 0.38 seconds1359[Jul 27 2023 06:00:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds1360[Jul 27 2023 06:00:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/access-to-protected-branch-a883f5904e91acbc QA::Resource::Group1361[Jul 27 2023 06:00:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1362[Jul 27 2023 06:00:17 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1363[Jul 27 2023 06:00:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-90e227f791b95e30' via api in 1.1 seconds1364[Jul 27 2023 06:00:18 UTC (QA Tests)] INFO -- Sharing QA::Resource::Project with access-to-protected-branch-a883f5904e91acbc1365[Jul 27 2023 06:00:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1366[Jul 27 2023 06:00:18 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-90e227f791b95e30 QA::Resource::Project1367[Jul 27 2023 06:00:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1368[Jul 27 2023 06:00:19 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1369[Jul 27 2023 06:00:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-90e227f791b95e301370[Jul 27 2023 06:00:20 UTC (QA Tests)] INFO -- clicking :menu_section_button1371[Jul 27 2023 06:00:21 UTC (QA Tests)] INFO -- clicking :nav_item_link1372[Jul 27 2023 06:00:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.817s1373[Jul 27 2023 06:00:23 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1374[Jul 27 2023 06:00:23 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1375[Jul 27 2023 06:00:23 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-a883f5904e91acbc"1376[Jul 27 2023 06:00:23 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1377[Jul 27 2023 06:00:24 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1378[Jul 27 2023 06:00:24 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1379[Jul 27 2023 06:00:24 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "access-to-protected-branch-a883f5904e91acbc"1380[Jul 27 2023 06:00:24 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1381[Jul 27 2023 06:00:25 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1382[Jul 27 2023 06:00:25 UTC (QA Tests)] INFO -- clicking :protect_button1383[Jul 27 2023 06:00:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.577s1384[Jul 27 2023 06:00:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.5 seconds1385[Jul 27 2023 06:00:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.14 seconds1386[Jul 27 2023 06:00:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.36 seconds1387[Jul 27 2023 06:00:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-90e227f791b95e30/-/merge_requests/11388[Jul 27 2023 06:00:30 UTC (QA Tests)] INFO -- clicking :merge_button1389[Jul 27 2023 06:00:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.597s1390[Jul 27 2023 06:00:33 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/group-with-access-to-protected-branch-90e227f791b95e30'1391[Jul 27 2023 06:00:34 UTC (QA Tests)] INFO -- Removed a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/access-to-protected-branch-a883f5904e91acbc'1392 user pushes and merges1393 when only one user is allowed to merge and push to a protected branch1394 behaves like selected developer1395[Jul 27 2023 06:00:34 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 merges1396[Jul 27 2023 06:00:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1397[Jul 27 2023 06:00:34 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1398[Jul 27 2023 06:00:35 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c4939759' via api in 1.11 seconds1399[Jul 27 2023 06:00:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1400[Jul 27 2023 06:00:35 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c4939759 QA::Resource::Project1401[Jul 27 2023 06:00:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.21 seconds1402[Jul 27 2023 06:00:35 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c4939759 QA::Resource::Project1403[Jul 27 2023 06:00:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1404[Jul 27 2023 06:00:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1405[Jul 27 2023 06:00:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1406[Jul 27 2023 06:00:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1407[Jul 27 2023 06:00:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1408[Jul 27 2023 06:00:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.035s1409[Jul 27 2023 06:00:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1410[Jul 27 2023 06:00:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1411[Jul 27 2023 06:00:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1412[Jul 27 2023 06:00:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1413[Jul 27 2023 06:00:41 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c49397591414[Jul 27 2023 06:00:43 UTC (QA Tests)] INFO -- clicking :menu_section_button1415[Jul 27 2023 06:00:43 UTC (QA Tests)] INFO -- clicking :nav_item_link1416[Jul 27 2023 06:00:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.865s1417[Jul 27 2023 06:00:45 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1418[Jul 27 2023 06:00:46 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1419[Jul 27 2023 06:00:46 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1420[Jul 27 2023 06:00:46 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1421[Jul 27 2023 06:00:46 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1422[Jul 27 2023 06:00:46 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1423[Jul 27 2023 06:00:47 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1424[Jul 27 2023 06:00:47 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1425[Jul 27 2023 06:00:47 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1426[Jul 27 2023 06:00:47 UTC (QA Tests)] INFO -- clicking :protect_button1427[Jul 27 2023 06:00:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.111s1428[Jul 27 2023 06:00:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.18 seconds1429[Jul 27 2023 06:00:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.07 seconds1430[Jul 27 2023 06:00:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.39 seconds1431[Jul 27 2023 06:00:50 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c4939759/-/merge_requests/11432[Jul 27 2023 06:00:52 UTC (QA Tests)] INFO -- clicking :merge_button1433[Jul 27 2023 06:00:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.541s1434[Jul 27 2023 06:00:56 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-73d3a477c4939759'1435 user pushes and merges1436 behaves like unselected maintainer1437[Jul 27 2023 06:00:56 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 push1438[Jul 27 2023 06:00:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1439[Jul 27 2023 06:00:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1440[Jul 27 2023 06:00:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-4822295cc7e00ccc' via api in 1.09 seconds1441[Jul 27 2023 06:00:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds1442[Jul 27 2023 06:00:57 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-4822295cc7e00ccc QA::Resource::Project1443[Jul 27 2023 06:00:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1444[Jul 27 2023 06:00:57 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-4822295cc7e00ccc QA::Resource::Project1445[Jul 27 2023 06:00:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1446[Jul 27 2023 06:00:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1447[Jul 27 2023 06:00:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1448[Jul 27 2023 06:00:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1449[Jul 27 2023 06:00:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1450[Jul 27 2023 06:01:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.018s1451[Jul 27 2023 06:01:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1452[Jul 27 2023 06:01:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1453[Jul 27 2023 06:01:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1454[Jul 27 2023 06:01:03 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "protected-branch"1455[Jul 27 2023 06:01:03 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-4822295cc7e00ccc1456[Jul 27 2023 06:01:05 UTC (QA Tests)] INFO -- clicking :menu_section_button1457[Jul 27 2023 06:01:05 UTC (QA Tests)] INFO -- clicking :nav_item_link1458[Jul 27 2023 06:01:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.849s1459[Jul 27 2023 06:01:07 UTC (QA Tests)] INFO -- clicking :protected_branch_dropdown1460[Jul 27 2023 06:01:07 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1461[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1462[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1463[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- clicking :select_allowed_to_merge_dropdown1464[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1465[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- filling :dropdown_input_field with "gitlab-qa-user1"1466[Jul 27 2023 06:01:08 UTC (QA Tests)] INFO -- clicking the coordinates of :dropdown_input_field1467[Jul 27 2023 06:01:09 UTC (QA Tests)] INFO -- clicking :select_allowed_to_push_dropdown1468[Jul 27 2023 06:01:09 UTC (QA Tests)] INFO -- clicking :protect_button1469[Jul 27 2023 06:01:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.255s1470[Jul 27 2023 06:01:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via browser_ui in 8.18 seconds1471[Jul 27 2023 06:01:13 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/user-with-access-to-protected-branch-4822295cc7e00ccc'1472 user fails to push1473Create1474 with merge request suggestions1475[Jul 27 2023 06:01:13 UTC (QA Tests)] INFO -- Starting test: Create with merge request suggestions applies a single suggestion with a custom message1476[Jul 27 2023 06:01:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1477[Jul 27 2023 06:01:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1478[Jul 27 2023 06:01:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/suggestions_project-4bd8a2b30aa5ca4c' via api in 0.73 seconds1479[Jul 27 2023 06:01:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1480[Jul 27 2023 06:01:14 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/suggestions_project-4bd8a2b30aa5ca4c QA::Resource::Project1481[Jul 27 2023 06:01:14 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1482[Jul 27 2023 06:01:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1483[Jul 27 2023 06:01:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"1484[Jul 27 2023 06:01:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1485[Jul 27 2023 06:01:15 UTC (QA Tests)] INFO -- clicking :sign_in_button1486[Jul 27 2023 06:01:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.721s1487[Jul 27 2023 06:01:16 UTC (QA Tests)] INFO -- Enabling super sidebar!1488[Jul 27 2023 06:01:16 UTC (QA Tests)] INFO -- Super sidebar is already enabled1489[Jul 27 2023 06:01:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1490[Jul 27 2023 06:01:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1491[Jul 27 2023 06:01:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.51 seconds1492[Jul 27 2023 06:01:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/suggestions_project-4bd8a2b30aa5ca4c/-/merge_requests/11493[Jul 27 2023 06:01:21 UTC (QA Tests)] INFO -- clicking :diffs_tab1494[Jul 27 2023 06:01:22 UTC (QA Tests)] INFO -- clicking :diff_comment_button1495[Jul 27 2023 06:01:22 UTC (QA Tests)] INFO -- clicking :suggestion_button1496[Jul 27 2023 06:01:22 UTC (QA Tests)] INFO -- filling :reply_field with ""1497[Jul 27 2023 06:01:22 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1498[Jul 27 2023 06:01:23 UTC (QA Tests)] INFO -- filling :reply_field with "```suggestion:-0+01499This is the suggestion for line number 4!1500```"1501[Jul 27 2023 06:01:23 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field1502[Jul 27 2023 06:01:23 UTC (QA Tests)] INFO -- clicking :comment_now_button1503[Jul 27 2023 06:01:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.044s1504[Jul 27 2023 06:01:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s1505[Jul 27 2023 06:01:26 UTC (QA Tests)] INFO -- clicking :user_avatar_content1506[Jul 27 2023 06:01:27 UTC (QA Tests)] INFO -- clicking :sign_out_link1507[Jul 27 2023 06:01:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1508[Jul 27 2023 06:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1509[Jul 27 2023 06:01:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1510[Jul 27 2023 06:01:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1511[Jul 27 2023 06:01:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1512[Jul 27 2023 06:01:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.984s1513[Jul 27 2023 06:01:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1514[Jul 27 2023 06:01:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1515[Jul 27 2023 06:01:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/suggestions_project-4bd8a2b30aa5ca4c/-/merge_requests/11516[Jul 27 2023 06:01:33 UTC (QA Tests)] INFO -- clicking :diffs_tab1517[Jul 27 2023 06:01:34 UTC (QA Tests)] INFO -- filling :commit_message_field with "Applying suggested change for testing purposes."1518[Jul 27 2023 06:01:34 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1519[Jul 27 2023 06:01:34 UTC (QA Tests)] INFO -- clicking :commit_with_custom_message_button1520[Jul 27 2023 06:01:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.171s1521[Jul 27 2023 06:01:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? applying_badge' took 1.184s1522[Jul 27 2023 06:01:35 UTC (QA Tests)] INFO -- clicking :commits_tab1523 applies a single suggestion with a custom message1524Create1525 Merge request creation from fork1526[Jul 27 2023 06:01:36 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository1527[Jul 27 2023 06:01:37 UTC (QA Tests)] INFO -- filling :login_field with "root"1528[Jul 27 2023 06:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1529[Jul 27 2023 06:01:37 UTC (QA Tests)] INFO -- filling :password_field with "*****"1530[Jul 27 2023 06:01:37 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1531[Jul 27 2023 06:01:38 UTC (QA Tests)] INFO -- clicking :sign_in_button1532[Jul 27 2023 06:01:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.995s1533[Jul 27 2023 06:01:39 UTC (QA Tests)] INFO -- Enabling super sidebar!1534[Jul 27 2023 06:01:39 UTC (QA Tests)] INFO -- Super sidebar is already enabled1535[Jul 27 2023 06:01:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1536[Jul 27 2023 06:01:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds1537[Jul 27 2023 06:01:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-01580a676dae5df0' via api in 0.72 seconds1538[Jul 27 2023 06:01:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1539[Jul 27 2023 06:01:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.25 seconds1540[Jul 27 2023 06:01:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-3a15d50993c16b63' via api in 0.3 seconds1541[Jul 27 2023 06:01:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.053s1542[Jul 27 2023 06:01:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content1543[Jul 27 2023 06:01:45 UTC (QA Tests)] INFO -- clicking :sign_out_link1544[Jul 27 2023 06:01:46 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3a15d50993c16b63"1545[Jul 27 2023 06:01:46 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1546[Jul 27 2023 06:01:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1547[Jul 27 2023 06:01:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1548[Jul 27 2023 06:01:47 UTC (QA Tests)] INFO -- clicking :sign_in_button1549[Jul 27 2023 06:01:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.705s1550[Jul 27 2023 06:01:48 UTC (QA Tests)] INFO -- Enabling super sidebar!1551[Jul 27 2023 06:01:48 UTC (QA Tests)] INFO -- Super sidebar is already enabled1552[Jul 27 2023 06:01:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-01580a676dae5df01553[Jul 27 2023 06:01:51 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1554[Jul 27 2023 06:01:51 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-3a15d50993c16b63"1555[Jul 27 2023 06:01:52 UTC (QA Tests)] INFO -- clicking :fork_privacy_button1556[Jul 27 2023 06:01:52 UTC (QA Tests)] INFO -- clicking :fork_project_button1557[Jul 27 2023 06:01:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s1558[Jul 27 2023 06:01:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s1559[Jul 27 2023 06:01:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.031s1560[Jul 27 2023 06:01:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.032s1561[Jul 27 2023 06:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.076s1562[Jul 27 2023 06:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.588s1563[Jul 27 2023 06:02:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 7.88s1564[Jul 27 2023 06:02:00 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-3a15d50993c16b631565[Jul 27 2023 06:02:00 UTC (QA Tests)] INFO -- Caching token for username: qa-user-3a15d50993c16b63, last six chars of token:3o15rt1566[Jul 27 2023 06:02:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-3a15d50993c16b63-7d22cogy' via api in 0.09 seconds1567[Jul 27 2023 06:02:00 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-3a15d50993c16b63/project-with-code-01580a676dae5df0' via api in 0.24 seconds1568[Jul 27 2023 06:02:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-01580a676dae5df0' via browser_ui in 19.19 seconds1569[Jul 27 2023 06:02:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1570[Jul 27 2023 06:02:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.26 seconds1571[Jul 27 2023 06:02:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/qa-user-3a15d50993c16b63/project-with-code-01580a676dae5df01572[Jul 27 2023 06:02:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.042s1573[Jul 27 2023 06:02:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content1574[Jul 27 2023 06:02:04 UTC (QA Tests)] INFO -- clicking :user_avatar_content1575[Jul 27 2023 06:02:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.041s1576[Jul 27 2023 06:02:06 UTC (QA Tests)] INFO -- clicking :user_avatar_content1577[Jul 27 2023 06:02:06 UTC (QA Tests)] INFO -- clicking :sign_out_link1578[Jul 27 2023 06:02:06 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-3a15d50993c16b63"1579[Jul 27 2023 06:02:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1580[Jul 27 2023 06:02:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"1581[Jul 27 2023 06:02:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1582[Jul 27 2023 06:02:07 UTC (QA Tests)] INFO -- clicking :sign_in_button1583[Jul 27 2023 06:02:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.907s1584[Jul 27 2023 06:02:08 UTC (QA Tests)] INFO -- Enabling super sidebar!1585[Jul 27 2023 06:02:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled1586[Jul 27 2023 06:02:10 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1587[Jul 27 2023 06:02:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 0.932s1588[Jul 27 2023 06:02:11 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1589[Jul 27 2023 06:02:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.623s1590[Jul 27 2023 06:02:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.047s1591[Jul 27 2023 06:02:16 UTC (QA Tests)] INFO -- clicking :user_avatar_content1592[Jul 27 2023 06:02:16 UTC (QA Tests)] INFO -- clicking :sign_out_link1593[Jul 27 2023 06:02:16 UTC (QA Tests)] INFO -- filling :login_field with "root"1594[Jul 27 2023 06:02:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1595[Jul 27 2023 06:02:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"1596[Jul 27 2023 06:02:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1597[Jul 27 2023 06:02:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1598[Jul 27 2023 06:02:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.994s1599[Jul 27 2023 06:02:19 UTC (QA Tests)] INFO -- Enabling super sidebar!1600[Jul 27 2023 06:02:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled1601[Jul 27 2023 06:02:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds1602[Jul 27 2023 06:02:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.26 seconds1603[Jul 27 2023 06:02:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-0cc5c9294cc5c5bb' via api in 1.31 seconds1604[Jul 27 2023 06:02:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 40.43 seconds1605[Jul 27 2023 06:02:23 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-01580a676dae5df0/-/merge_requests/11606[Jul 27 2023 06:02:25 UTC (QA Tests)] INFO -- clicking :merge_button1607[Jul 27 2023 06:02:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.613s1608[Jul 27 2023 06:02:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-3a15d50993c16b63/project-with-code-01580a676dae5df0'1609[Jul 27 2023 06:02:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-01580a676dae5df0'1610[Jul 27 2023 06:02:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-3a15d50993c16b63'1611[Jul 27 2023 06:02:28 UTC (QA Tests)] ERROR -- Interceptor Api Errors1612[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-code-01580a676dae5df0/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01H6AZ1J0GPAWAFK39VYGHN20N1613 can merge source branch from fork into upstream repository1614Create1615 Adding comments on snippets1616 behaves like comments on snippets1617[Jul 27 2023 06:02:28 UTC (QA Tests)] INFO -- Starting test: Create Adding comments on snippets behaves like comments on snippets adds, edits, and deletes a comment on a personal_snippet1618[Jul 27 2023 06:02:29 UTC (QA Tests)] INFO -- filling :login_field with "root"1619[Jul 27 2023 06:02:29 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1620[Jul 27 2023 06:02:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1621[Jul 27 2023 06:02:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1622[Jul 27 2023 06:02:30 UTC (QA Tests)] INFO -- clicking :sign_in_button1623[Jul 27 2023 06:02:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.058s1624[Jul 27 2023 06:02:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1625[Jul 27 2023 06:02:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1626[Jul 27 2023 06:02:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.46 seconds1627[Jul 27 2023 06:02:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.061s1628[Jul 27 2023 06:02:35 UTC (QA Tests)] INFO -- clicking :user_avatar_content1629[Jul 27 2023 06:02:35 UTC (QA Tests)] INFO -- clicking :sign_out_link1630[Jul 27 2023 06:02:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1631[Jul 27 2023 06:02:36 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1632[Jul 27 2023 06:02:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1633[Jul 27 2023 06:02:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1634[Jul 27 2023 06:02:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1635[Jul 27 2023 06:02:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1636[Jul 27 2023 06:02:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.53s1637[Jul 27 2023 06:02:38 UTC (QA Tests)] INFO -- Enabling super sidebar!1638[Jul 27 2023 06:02:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled1639[Jul 27 2023 06:02:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/41640[Jul 27 2023 06:02:40 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1641[Jul 27 2023 06:02:40 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1642[Jul 27 2023 06:02:40 UTC (QA Tests)] INFO -- clicking :comment_button1643[Jul 27 2023 06:02:41 UTC (QA Tests)] INFO -- clicking :edit_comment_button1644[Jul 27 2023 06:02:41 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1645[Jul 27 2023 06:02:41 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1646[Jul 27 2023 06:02:41 UTC (QA Tests)] INFO -- clicking :save_comment_button1647[Jul 27 2023 06:02:42 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1648[Jul 27 2023 06:02:42 UTC (QA Tests)] INFO -- clicking :delete_comment_button1649[Jul 27 2023 06:02:42 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1650 adds, edits, and deletes a comment on a personal_snippet1651 behaves like comments on snippets1652[Jul 27 2023 06:02:42 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_snippet1653[Jul 27 2023 06:02:43 UTC (QA Tests)] INFO -- filling :login_field with "root"1654[Jul 27 2023 06:02:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1655[Jul 27 2023 06:02:43 UTC (QA Tests)] INFO -- filling :password_field with "*****"1656[Jul 27 2023 06:02:43 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1657[Jul 27 2023 06:02:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1658[Jul 27 2023 06:02:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.004s1659[Jul 27 2023 06:02:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1660[Jul 27 2023 06:02:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1661[Jul 27 2023 06:02:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1662[Jul 27 2023 06:02:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.2 seconds1663[Jul 27 2023 06:02:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-snippets-95a1c0674c9f264c' via api in 0.73 seconds1664[Jul 27 2023 06:02:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '5' via api in 1.23 seconds1665[Jul 27 2023 06:02:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.058s1666[Jul 27 2023 06:02:50 UTC (QA Tests)] INFO -- clicking :user_avatar_content1667[Jul 27 2023 06:02:50 UTC (QA Tests)] INFO -- clicking :sign_out_link1668[Jul 27 2023 06:02:50 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.13 seconds1669[Jul 27 2023 06:02:51 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1670[Jul 27 2023 06:02:51 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1671[Jul 27 2023 06:02:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"1672[Jul 27 2023 06:02:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1673[Jul 27 2023 06:02:51 UTC (QA Tests)] INFO -- clicking :sign_in_button1674[Jul 27 2023 06:02:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.716s1675[Jul 27 2023 06:02:52 UTC (QA Tests)] INFO -- Enabling super sidebar!1676[Jul 27 2023 06:02:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled1677[Jul 27 2023 06:02:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-snippets-95a1c0674c9f264c/-/snippets/51678[Jul 27 2023 06:02:55 UTC (QA Tests)] INFO -- filling :note_field with "Comment 123"1679[Jul 27 2023 06:02:55 UTC (QA Tests)] INFO -- clicking the coordinates of :note_field1680[Jul 27 2023 06:02:55 UTC (QA Tests)] INFO -- clicking :comment_button1681[Jul 27 2023 06:02:56 UTC (QA Tests)] INFO -- clicking :edit_comment_button1682[Jul 27 2023 06:02:56 UTC (QA Tests)] INFO -- filling :edit_note_field with "Nice snippet!"1683[Jul 27 2023 06:02:56 UTC (QA Tests)] INFO -- clicking the coordinates of :edit_note_field1684[Jul 27 2023 06:02:57 UTC (QA Tests)] INFO -- clicking :save_comment_button1685[Jul 27 2023 06:02:57 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown1686[Jul 27 2023 06:02:57 UTC (QA Tests)] INFO -- clicking :delete_comment_button1687[Jul 27 2023 06:02:57 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1688 adds, edits, and deletes a comment on a project_snippet1689Create1690 Codeowners1691 merge request assigns code owners as approvers (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416217)1692Create1693 File management1694[Jul 27 2023 06:02:58 UTC (QA Tests)] INFO -- Starting test: Create File management user edits a file via the Web1695[Jul 27 2023 06:02:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1696[Jul 27 2023 06:02:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1697[Jul 27 2023 06:02:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"1698[Jul 27 2023 06:02:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1699[Jul 27 2023 06:02:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1700[Jul 27 2023 06:03:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.025s1701[Jul 27 2023 06:03:01 UTC (QA Tests)] INFO -- Enabling super sidebar!1702[Jul 27 2023 06:03:01 UTC (QA Tests)] INFO -- Super sidebar is already enabled1703[Jul 27 2023 06:03:02 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1704[Jul 27 2023 06:03:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.19 seconds1705[Jul 27 2023 06:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-new-file-29899d8ee4aab3cf' via api in 1.17 seconds1706[Jul 27 2023 06:03:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via api in 0.5 seconds1707[Jul 27 2023 06:03:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::File at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-new-file-29899d8ee4aab3cf/-/blob/main/QA+Test+-+File+name1708[Jul 27 2023 06:03:05 UTC (QA Tests)] INFO -- clicking :action_dropdown1709[Jul 27 2023 06:03:05 UTC (QA Tests)] INFO -- clicking :edit_menu_item1710[Jul 27 2023 06:03:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element edit_menu_item' took 1.127s17112023-07-27 06:03:07 WARN Selenium [:logger_info] Details on how to use and modify Selenium logger:17132023-07-27 06:03:07 WARN Selenium [DEPRECATION] [:jwp_caps] `Capabilities#platform` is deprecated. Use `Capabilities#platform_name` instead.1714[Jul 27 2023 06:03:07 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Update file"1715[Jul 27 2023 06:03:07 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1716[Jul 27 2023 06:03:07 UTC (QA Tests)] INFO -- clicking :commit_button1717[Jul 27 2023 06:03:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.334s1718[Jul 27 2023 06:03:09 UTC (QA Tests)] ERROR -- Interceptor Api Errors1719[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AZ3906CMBX6J4C7MYG21R01720error-messages: Variable $refType of type RefType was provided invalid value1721 user edits a file via the Web1722Create1723 Personal snippet creation1724[Jul 27 2023 06:03:09 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet1725[Jul 27 2023 06:03:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1726[Jul 27 2023 06:03:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1727[Jul 27 2023 06:03:10 UTC (QA Tests)] INFO -- filling :password_field with "*****"1728[Jul 27 2023 06:03:10 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1729[Jul 27 2023 06:03:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1730[Jul 27 2023 06:03:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.054s1731[Jul 27 2023 06:03:12 UTC (QA Tests)] INFO -- Enabling super sidebar!1732[Jul 27 2023 06:03:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1733[Jul 27 2023 06:03:14 UTC (QA Tests)] INFO -- clicking :new_menu_toggle1734[Jul 27 2023 06:03:14 UTC (QA Tests)] INFO -- clicking :create_menu_item1735[Jul 27 2023 06:03:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.642s1736[Jul 27 2023 06:03:14 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"1737[Jul 27 2023 06:03:14 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1738[Jul 27 2023 06:03:15 UTC (QA Tests)] INFO -- clicking :description_placeholder1739[Jul 27 2023 06:03:15 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"1740[Jul 27 2023 06:03:15 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1741[Jul 27 2023 06:03:16 UTC (QA Tests)] INFO -- clicking :visibility_content1742[Jul 27 2023 06:03:16 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"1743[Jul 27 2023 06:03:16 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1744[Jul 27 2023 06:03:16 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1745[Jul 27 2023 06:03:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.125s1746[Jul 27 2023 06:03:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.133s1747[Jul 27 2023 06:03:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via browser_ui in 3.94 seconds1748[Jul 27 2023 06:03:18 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '6'1749 user creates a personal snippet1750Create1751 Group file templates1752[Jul 27 2023 06:03:18 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitignore file template1753[Jul 27 2023 06:03:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1754[Jul 27 2023 06:03:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.36 seconds1755[Jul 27 2023 06:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-cec5b4f3e407a51a' via api in 0.83 seconds1756[Jul 27 2023 06:03:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds1757[Jul 27 2023 06:03:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1758[Jul 27 2023 06:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1759[Jul 27 2023 06:03:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1760[Jul 27 2023 06:03:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1761[Jul 27 2023 06:03:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1762[Jul 27 2023 06:03:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.11s1763[Jul 27 2023 06:03:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1764[Jul 27 2023 06:03:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1765[Jul 27 2023 06:03:25 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group1766[Jul 27 2023 06:03:26 UTC (QA Tests)] INFO -- clicking :menu_section_button1767[Jul 27 2023 06:03:26 UTC (QA Tests)] INFO -- clicking :nav_item_link1768[Jul 27 2023 06:03:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.029s1769[Jul 27 2023 06:03:30 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-cec5b4f3e407a51a"1770[Jul 27 2023 06:03:31 UTC (QA Tests)] INFO -- clicking :save_changes_button1771[Jul 27 2023 06:03:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.803s1772[Jul 27 2023 06:03:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-e17d65a3a73c93c6' via api in 0.86 seconds1773[Jul 27 2023 06:03:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-e17d65a3a73c93c61774[Jul 27 2023 06:03:34 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1775[Jul 27 2023 06:03:34 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1776[Jul 27 2023 06:03:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.185s1777[Jul 27 2023 06:03:35 UTC (QA Tests)] INFO -- filling :file_name_field with "18dcccaa188cccff/.gitignore"1778[Jul 27 2023 06:03:35 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1779[Jul 27 2023 06:03:36 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown1780[Jul 27 2023 06:03:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.158s1781[Jul 27 2023 06:03:37 UTC (QA Tests)] INFO -- clicking :commit_button1782[Jul 27 2023 06:03:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.283s1783[Jul 27 2023 06:03:39 UTC (QA Tests)] ERROR -- Interceptor Api Errors1784[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AZ4654AV87ZPH0A2FNM38R1785error-messages: Variable $refType of type RefType was provided invalid value1786 creates file via custom .gitignore file template1787[Jul 27 2023 06:03:39 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitlab-ci.yml file template1788[Jul 27 2023 06:03:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1789[Jul 27 2023 06:03:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.18 seconds1790[Jul 27 2023 06:03:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-a01d5e9b3ce2ae29' via api in 0.83 seconds1791[Jul 27 2023 06:03:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds1792[Jul 27 2023 06:03:42 UTC (QA Tests)] INFO -- filling :login_field with "root"1793[Jul 27 2023 06:03:42 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1794[Jul 27 2023 06:03:42 UTC (QA Tests)] INFO -- filling :password_field with "*****"1795[Jul 27 2023 06:03:42 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1796[Jul 27 2023 06:03:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1797[Jul 27 2023 06:03:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.09s1798[Jul 27 2023 06:03:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1799[Jul 27 2023 06:03:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1800[Jul 27 2023 06:03:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group1801[Jul 27 2023 06:03:47 UTC (QA Tests)] INFO -- clicking :menu_section_button1802[Jul 27 2023 06:03:47 UTC (QA Tests)] INFO -- clicking :nav_item_link1803[Jul 27 2023 06:03:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.69s1804[Jul 27 2023 06:03:51 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-a01d5e9b3ce2ae29"1805[Jul 27 2023 06:03:51 UTC (QA Tests)] INFO -- clicking :save_changes_button1806[Jul 27 2023 06:03:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.074s1807[Jul 27 2023 06:03:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-699d3762c46cb067' via api in 0.87 seconds1808[Jul 27 2023 06:03:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-699d3762c46cb0671809[Jul 27 2023 06:03:55 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1810[Jul 27 2023 06:03:55 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1811[Jul 27 2023 06:03:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.98s1812[Jul 27 2023 06:03:56 UTC (QA Tests)] INFO -- filling :file_name_field with "fb5cd0e01a630a2e/.gitlab-ci.yml"1813[Jul 27 2023 06:03:56 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1814[Jul 27 2023 06:03:56 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown1815[Jul 27 2023 06:03:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.247s1816[Jul 27 2023 06:03:58 UTC (QA Tests)] INFO -- clicking :commit_button1817[Jul 27 2023 06:04:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.548s1818[Jul 27 2023 06:04:01 UTC (QA Tests)] ERROR -- Interceptor Api Errors1819[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AZ4TR8D6W8EHWPCRGZJW4H1820error-messages: Variable $refType of type RefType was provided invalid value1821 creates file via custom .gitlab-ci.yml file template1822[Jul 27 2023 06:04:01 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom LICENSE file template1823[Jul 27 2023 06:04:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1824[Jul 27 2023 06:04:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.18 seconds1825[Jul 27 2023 06:04:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-0dcd64ef751fac54' via api in 0.9 seconds1826[Jul 27 2023 06:04:03 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.64 seconds1827[Jul 27 2023 06:04:03 UTC (QA Tests)] INFO -- filling :login_field with "root"1828[Jul 27 2023 06:04:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1829[Jul 27 2023 06:04:04 UTC (QA Tests)] INFO -- filling :password_field with "*****"1830[Jul 27 2023 06:04:04 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1831[Jul 27 2023 06:04:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1832[Jul 27 2023 06:04:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.151s1833[Jul 27 2023 06:04:06 UTC (QA Tests)] INFO -- Enabling super sidebar!1834[Jul 27 2023 06:04:06 UTC (QA Tests)] INFO -- Super sidebar is already enabled1835[Jul 27 2023 06:04:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group1836[Jul 27 2023 06:04:09 UTC (QA Tests)] INFO -- clicking :menu_section_button1837[Jul 27 2023 06:04:09 UTC (QA Tests)] INFO -- clicking :nav_item_link1838[Jul 27 2023 06:04:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.917s1839[Jul 27 2023 06:04:12 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-0dcd64ef751fac54"1840[Jul 27 2023 06:04:13 UTC (QA Tests)] INFO -- clicking :save_changes_button1841[Jul 27 2023 06:04:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.776s1842[Jul 27 2023 06:04:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-13585b8c4048b85a' via api in 0.86 seconds1843[Jul 27 2023 06:04:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-13585b8c4048b85a1844[Jul 27 2023 06:04:16 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1845[Jul 27 2023 06:04:16 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1846[Jul 27 2023 06:04:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.944s1847[Jul 27 2023 06:04:17 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"1848[Jul 27 2023 06:04:17 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1849[Jul 27 2023 06:04:18 UTC (QA Tests)] INFO -- clicking :license_dropdown1850[Jul 27 2023 06:04:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.142s1851[Jul 27 2023 06:04:19 UTC (QA Tests)] INFO -- clicking :commit_button1852[Jul 27 2023 06:04:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 2.341s1853[Jul 27 2023 06:04:23 UTC (QA Tests)] ERROR -- Interceptor Api Errors1854[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AZ5GDKMT6XPYM697KTVT971855error-messages: Variable $refType of type RefType was provided invalid value1856 creates file via custom LICENSE file template1857[Jul 27 2023 06:04:23 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom Dockerfile file template1858[Jul 27 2023 06:04:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1859[Jul 27 2023 06:04:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.17 seconds1860[Jul 27 2023 06:04:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2cff196199778f4f' via api in 0.82 seconds1861[Jul 27 2023 06:04:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.11 seconds1862[Jul 27 2023 06:04:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1863[Jul 27 2023 06:04:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1864[Jul 27 2023 06:04:26 UTC (QA Tests)] INFO -- filling :password_field with "*****"1865[Jul 27 2023 06:04:26 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1866[Jul 27 2023 06:04:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1867[Jul 27 2023 06:04:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.568s1868[Jul 27 2023 06:04:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1869[Jul 27 2023 06:04:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1870[Jul 27 2023 06:04:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group1871[Jul 27 2023 06:04:32 UTC (QA Tests)] INFO -- clicking :menu_section_button1872[Jul 27 2023 06:04:32 UTC (QA Tests)] INFO -- clicking :nav_item_link1873[Jul 27 2023 06:04:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.964s1874[Jul 27 2023 06:04:36 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-2cff196199778f4f"1875[Jul 27 2023 06:04:37 UTC (QA Tests)] INFO -- clicking :save_changes_button1876[Jul 27 2023 06:04:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.101s1877[Jul 27 2023 06:04:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-f31dae87af4a9886' via api in 0.89 seconds1878[Jul 27 2023 06:04:39 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-f31dae87af4a98861879[Jul 27 2023 06:04:41 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1880[Jul 27 2023 06:04:41 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1881[Jul 27 2023 06:04:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.02s1882[Jul 27 2023 06:04:42 UTC (QA Tests)] INFO -- filling :file_name_field with "855a0c44d451a754/Dockerfile"1883[Jul 27 2023 06:04:42 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1884[Jul 27 2023 06:04:42 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown1885[Jul 27 2023 06:04:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.143s1886[Jul 27 2023 06:04:44 UTC (QA Tests)] INFO -- clicking :commit_button1887[Jul 27 2023 06:04:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.26s1888[Jul 27 2023 06:04:46 UTC (QA Tests)] ERROR -- Interceptor Api Errors1889[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6AZ67F3T8T5PMK1MZY9W3RF1890error-messages: Variable $refType of type RefType was provided invalid value1891 creates file via custom Dockerfile file template1892Create1893 Merge request rebasing1894[Jul 27 2023 06:04:47 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request1895[Jul 27 2023 06:04:47 UTC (QA Tests)] INFO -- filling :login_field with "root"1896[Jul 27 2023 06:04:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1897[Jul 27 2023 06:04:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"1898[Jul 27 2023 06:04:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1899[Jul 27 2023 06:04:48 UTC (QA Tests)] INFO -- clicking :sign_in_button1900[Jul 27 2023 06:04:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.04s1901[Jul 27 2023 06:04:49 UTC (QA Tests)] INFO -- Enabling super sidebar!1902[Jul 27 2023 06:04:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled1903[Jul 27 2023 06:04:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1904[Jul 27 2023 06:04:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds1905[Jul 27 2023 06:04:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29' via api in 1.17 seconds1906[Jul 27 2023 06:04:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds1907[Jul 27 2023 06:04:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.09 seconds1908[Jul 27 2023 06:04:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b291909[Jul 27 2023 06:04:55 UTC (QA Tests)] INFO -- clicking :menu_section_button1910[Jul 27 2023 06:04:55 UTC (QA Tests)] INFO -- clicking :nav_item_link1911[Jul 27 2023 06:04:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.969s1912[Jul 27 2023 06:04:57 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1913[Jul 27 2023 06:04:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.082s1914[Jul 27 2023 06:04:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds1915[Jul 27 2023 06:04:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29/-/merge_requests/11916[Jul 27 2023 06:05:00 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29/-/merge_requests/11917[Jul 27 2023 06:05:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.653s1918[Jul 27 2023 06:05:02 UTC (QA Tests)] INFO -- clicking :mr_rebase_button1919[Jul 27 2023 06:05:02 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}' arguments1920[Jul 27 2023 06:05:02 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29/-/merge_requests/11921[Jul 27 2023 06:05:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.806s1922[Jul 27 2023 06:05:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_button' took 11.029s1923[Jul 27 2023 06:05:16 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29/-/merge_requests/11924[Jul 27 2023 06:05:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.67s1925[Jul 27 2023 06:05:18 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-with-merge-request-7fb94c807a299b29/-/merge_requests/11926[Jul 27 2023 06:05:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.754s1927[Jul 27 2023 06:05:19 UTC (QA Tests)] INFO -- clicking :merge_button1928[Jul 27 2023 06:05:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.578s1929 user rebases source branch of merge request1930Create1931 PostReceive idempotent1932[Jul 27 2023 06:05:22 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times1933[Jul 27 2023 06:05:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1934[Jul 27 2023 06:05:23 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds1935[Jul 27 2023 06:05:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/push-postreceive-idempotent-b7d5f3cc1585a34b' via api in 1.01 seconds1936[Jul 27 2023 06:05:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 2566a52890cfe7a7"1937[Jul 27 2023 06:05:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.57 seconds1938[Jul 27 2023 06:05:25 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1939[Jul 27 2023 06:05:26 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 8505bdb295c35d0c"1940[Jul 27 2023 06:05:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.34 seconds1941[Jul 27 2023 06:05:26 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1942[Jul 27 2023 06:05:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 7a3c4f792d45f2b3"1943[Jul 27 2023 06:05:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.62 seconds1944[Jul 27 2023 06:05:28 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"1945[Jul 27 2023 06:05:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/push-postreceive-idempotent-b7d5f3cc1585a34b'1946 pushes and creates a single push event three times1947Create1948 Repository tags1949 when protected1950 behaves like unsuccessful tag creation1951[Jul 27 2023 06:05:28 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like unsuccessful tag creation cannot be created by an unauthorized developer_user1952[Jul 27 2023 06:05:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.27 seconds1953[Jul 27 2023 06:05:29 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.62 seconds1954[Jul 27 2023 06:05:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-e16a0a9e2e96d921' via api in 1.8 seconds1955[Jul 27 2023 06:05:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1956[Jul 27 2023 06:05:30 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-e16a0a9e2e96d921 QA::Resource::Project1957[Jul 27 2023 06:05:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1958[Jul 27 2023 06:05:31 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-e16a0a9e2e96d921 QA::Resource::Project1959[Jul 27 2023 06:05:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1960[Jul 27 2023 06:05:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1961[Jul 27 2023 06:05:32 UTC (QA Tests)] INFO -- filling :password_field with "*****"1962[Jul 27 2023 06:05:32 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1963[Jul 27 2023 06:05:32 UTC (QA Tests)] INFO -- clicking :sign_in_button1964[Jul 27 2023 06:05:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.033s1965[Jul 27 2023 06:05:34 UTC (QA Tests)] INFO -- Enabling super sidebar!1966[Jul 27 2023 06:05:34 UTC (QA Tests)] INFO -- Super sidebar is already enabled1967[Jul 27 2023 06:05:36 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-e16a0a9e2e96d9211968[Jul 27 2023 06:05:37 UTC (QA Tests)] INFO -- clicking :menu_section_button1969[Jul 27 2023 06:05:37 UTC (QA Tests)] INFO -- clicking :nav_item_link1970[Jul 27 2023 06:05:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.882s1971[Jul 27 2023 06:05:40 UTC (QA Tests)] INFO -- clicking :tags_dropdown1972[Jul 27 2023 06:05:40 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown1973[Jul 27 2023 06:05:40 UTC (QA Tests)] INFO -- clicking :protect_tag_button1974[Jul 27 2023 06:05:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s1975[Jul 27 2023 06:05:43 UTC (QA Tests)] INFO -- clicking :user_avatar_content1976[Jul 27 2023 06:05:43 UTC (QA Tests)] INFO -- clicking :sign_out_link1977[Jul 27 2023 06:05:43 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1978[Jul 27 2023 06:05:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1979[Jul 27 2023 06:05:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"1980[Jul 27 2023 06:05:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1981[Jul 27 2023 06:05:44 UTC (QA Tests)] INFO -- clicking :sign_in_button1982[Jul 27 2023 06:05:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.519s1983[Jul 27 2023 06:05:45 UTC (QA Tests)] INFO -- Enabling super sidebar!1984[Jul 27 2023 06:05:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled1985[Jul 27 2023 06:05:47 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-e16a0a9e2e96d9211986[Jul 27 2023 06:05:48 UTC (QA Tests)] INFO -- clicking :menu_section_button1987[Jul 27 2023 06:05:48 UTC (QA Tests)] INFO -- clicking :nav_item_link1988[Jul 27 2023 06:05:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.653s1989[Jul 27 2023 06:05:49 UTC (QA Tests)] INFO -- clicking :new_tag_button1990[Jul 27 2023 06:05:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.662s1991[Jul 27 2023 06:05:50 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"1992[Jul 27 2023 06:05:50 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field1993[Jul 27 2023 06:05:50 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"1994[Jul 27 2023 06:05:50 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field1995[Jul 27 2023 06:05:50 UTC (QA Tests)] INFO -- clicking :create_tag_button1996 cannot be created by an unauthorized developer_user1997 behaves like successful tag creation1998[Jul 27 2023 06:05:51 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when protected behaves like successful tag creation can be created by maintainer_user1999[Jul 27 2023 06:05:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2000[Jul 27 2023 06:05:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.16 seconds2001[Jul 27 2023 06:05:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-ad98f3ad61e71631' via api in 1.09 seconds2002[Jul 27 2023 06:05:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds2003[Jul 27 2023 06:05:53 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-ad98f3ad61e71631 QA::Resource::Project2004[Jul 27 2023 06:05:53 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2005[Jul 27 2023 06:05:53 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-ad98f3ad61e71631 QA::Resource::Project2006[Jul 27 2023 06:05:54 UTC (QA Tests)] INFO -- filling :login_field with "root"2007[Jul 27 2023 06:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2008[Jul 27 2023 06:05:54 UTC (QA Tests)] INFO -- filling :password_field with "*****"2009[Jul 27 2023 06:05:54 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2010[Jul 27 2023 06:05:54 UTC (QA Tests)] INFO -- clicking :sign_in_button2011[Jul 27 2023 06:05:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.098s2012[Jul 27 2023 06:05:56 UTC (QA Tests)] INFO -- Enabling super sidebar!2013[Jul 27 2023 06:05:56 UTC (QA Tests)] INFO -- Super sidebar is already enabled2014[Jul 27 2023 06:05:58 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-ad98f3ad61e716312015[Jul 27 2023 06:06:00 UTC (QA Tests)] INFO -- clicking :menu_section_button2016[Jul 27 2023 06:06:00 UTC (QA Tests)] INFO -- clicking :nav_item_link2017[Jul 27 2023 06:06:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s2018[Jul 27 2023 06:06:02 UTC (QA Tests)] INFO -- clicking :tags_dropdown2019[Jul 27 2023 06:06:02 UTC (QA Tests)] INFO -- clicking :access_levels_dropdown2020[Jul 27 2023 06:06:03 UTC (QA Tests)] INFO -- clicking :protect_tag_button2021[Jul 27 2023 06:06:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.061s2022[Jul 27 2023 06:06:05 UTC (QA Tests)] INFO -- clicking :user_avatar_content2023[Jul 27 2023 06:06:05 UTC (QA Tests)] INFO -- clicking :sign_out_link2024[Jul 27 2023 06:06:06 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2025[Jul 27 2023 06:06:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2026[Jul 27 2023 06:06:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"2027[Jul 27 2023 06:06:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2028[Jul 27 2023 06:06:07 UTC (QA Tests)] INFO -- clicking :sign_in_button2029[Jul 27 2023 06:06:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.758s2030[Jul 27 2023 06:06:08 UTC (QA Tests)] INFO -- Enabling super sidebar!2031[Jul 27 2023 06:06:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled2032[Jul 27 2023 06:06:09 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-ad98f3ad61e716312033[Jul 27 2023 06:06:11 UTC (QA Tests)] INFO -- clicking :menu_section_button2034[Jul 27 2023 06:06:11 UTC (QA Tests)] INFO -- clicking :nav_item_link2035[Jul 27 2023 06:06:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.682s2036[Jul 27 2023 06:06:12 UTC (QA Tests)] INFO -- clicking :new_tag_button2037[Jul 27 2023 06:06:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.651s2038[Jul 27 2023 06:06:12 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2039[Jul 27 2023 06:06:12 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2040[Jul 27 2023 06:06:13 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2041[Jul 27 2023 06:06:13 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2042[Jul 27 2023 06:06:13 UTC (QA Tests)] INFO -- clicking :create_tag_button2043[Jul 27 2023 06:06:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.043s2044 can be created by maintainer_user2045 when not protected2046 behaves like successful tag creation2047[Jul 27 2023 06:06:14 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by developer_user2048[Jul 27 2023 06:06:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2049[Jul 27 2023 06:06:15 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds2050[Jul 27 2023 06:06:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-a8c03b29d882c35c' via api in 1.06 seconds2051[Jul 27 2023 06:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2052[Jul 27 2023 06:06:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-a8c03b29d882c35c QA::Resource::Project2053[Jul 27 2023 06:06:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds2054[Jul 27 2023 06:06:16 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-a8c03b29d882c35c QA::Resource::Project2055[Jul 27 2023 06:06:17 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"2056[Jul 27 2023 06:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2057[Jul 27 2023 06:06:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"2058[Jul 27 2023 06:06:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2059[Jul 27 2023 06:06:17 UTC (QA Tests)] INFO -- clicking :sign_in_button2060[Jul 27 2023 06:06:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.763s2061[Jul 27 2023 06:06:19 UTC (QA Tests)] INFO -- Enabling super sidebar!2062[Jul 27 2023 06:06:19 UTC (QA Tests)] INFO -- Super sidebar is already enabled2063[Jul 27 2023 06:06:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-a8c03b29d882c35c2064[Jul 27 2023 06:06:22 UTC (QA Tests)] INFO -- clicking :menu_section_button2065[Jul 27 2023 06:06:22 UTC (QA Tests)] INFO -- clicking :nav_item_link2066[Jul 27 2023 06:06:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.6s2067[Jul 27 2023 06:06:22 UTC (QA Tests)] INFO -- clicking :new_tag_button2068[Jul 27 2023 06:06:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.64s2069[Jul 27 2023 06:06:23 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2070[Jul 27 2023 06:06:23 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2071[Jul 27 2023 06:06:23 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2072[Jul 27 2023 06:06:23 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2073[Jul 27 2023 06:06:24 UTC (QA Tests)] INFO -- clicking :create_tag_button2074[Jul 27 2023 06:06:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.013s2075 can be created by developer_user2076 behaves like successful tag creation2077[Jul 27 2023 06:06:25 UTC (QA Tests)] INFO -- Starting test: Create Repository tags when not protected behaves like successful tag creation can be created by maintainer_user2078[Jul 27 2023 06:06:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds2079[Jul 27 2023 06:06:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.18 seconds2080[Jul 27 2023 06:06:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-31b2c538396c3e8b' via api in 1.14 seconds2081[Jul 27 2023 06:06:26 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.15 seconds2082[Jul 27 2023 06:06:26 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-31b2c538396c3e8b QA::Resource::Project2083[Jul 27 2023 06:06:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds2084[Jul 27 2023 06:06:27 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-31b2c538396c3e8b QA::Resource::Project2085[Jul 27 2023 06:06:27 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"2086[Jul 27 2023 06:06:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2087[Jul 27 2023 06:06:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"2088[Jul 27 2023 06:06:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2089[Jul 27 2023 06:06:28 UTC (QA Tests)] INFO -- clicking :sign_in_button2090[Jul 27 2023 06:06:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.695s2091[Jul 27 2023 06:06:29 UTC (QA Tests)] INFO -- Enabling super sidebar!2092[Jul 27 2023 06:06:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled2093[Jul 27 2023 06:06:31 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-for-tags-31b2c538396c3e8b2094[Jul 27 2023 06:06:32 UTC (QA Tests)] INFO -- clicking :menu_section_button2095[Jul 27 2023 06:06:32 UTC (QA Tests)] INFO -- clicking :nav_item_link2096[Jul 27 2023 06:06:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.698s2097[Jul 27 2023 06:06:33 UTC (QA Tests)] INFO -- clicking :new_tag_button2098[Jul 27 2023 06:06:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_tag_button' took 0.727s2099[Jul 27 2023 06:06:34 UTC (QA Tests)] INFO -- filling :tag_name_field with "v0.0.1"2100[Jul 27 2023 06:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_name_field2101[Jul 27 2023 06:06:34 UTC (QA Tests)] INFO -- filling :tag_message_field with "Version 0.0.1"2102[Jul 27 2023 06:06:34 UTC (QA Tests)] INFO -- clicking the coordinates of :tag_message_field2103[Jul 27 2023 06:06:35 UTC (QA Tests)] INFO -- clicking :create_tag_button2104[Jul 27 2023 06:06:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_tag_button' took 1.088s2105 can be created by maintainer_user2106Create2107 Compare archives of different user projects with the same name and check they're different2108[Jul 27 2023 06:06:36 UTC (QA Tests)] INFO -- Starting test: Create Compare archives of different user projects with the same name and check they're different download archives of each user project then check they are different2109[Jul 27 2023 06:06:36 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.12 seconds2110[Jul 27 2023 06:06:36 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user12111[Jul 27 2023 06:06:36 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user1, last six chars of token:sLMEoz2112[Jul 27 2023 06:06:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user1-u3nl7dp7' via api in 0.08 seconds2113[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user1/project-archive-download-f8e4ae4292dc8c1d' via api in 0.43 seconds2114[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.51 seconds2115[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds2116[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- No cached token found for username: gitlab-qa-user22117[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- Caching token for username: gitlab-qa-user2, last six chars of token:4-b4_r2118[Jul 27 2023 06:06:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-gitlab-qa-user2-17gb3kc6' via api in 0.09 seconds2119[Jul 27 2023 06:06:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-user2/project-archive-download-f8e4ae4292dc8c1d' via api in 0.49 seconds2120[Jul 27 2023 06:06:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2121 download archives of each user project then check they are different2122Create2123 Cherry picking from a merge request2124[Jul 27 2023 06:06:39 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking from a merge request creates a merge request2125[Jul 27 2023 06:06:40 UTC (QA Tests)] INFO -- filling :login_field with "root"2126[Jul 27 2023 06:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2127[Jul 27 2023 06:06:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"2128[Jul 27 2023 06:06:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2129[Jul 27 2023 06:06:41 UTC (QA Tests)] INFO -- clicking :sign_in_button2130[Jul 27 2023 06:06:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s2131[Jul 27 2023 06:06:42 UTC (QA Tests)] INFO -- Enabling super sidebar!2132[Jul 27 2023 06:06:42 UTC (QA Tests)] INFO -- Super sidebar is already enabled2133[Jul 27 2023 06:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2134[Jul 27 2023 06:06:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18' via api in 0.17 seconds2135[Jul 27 2023 06:06:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-41e248a8cc78a406' via api in 1.07 seconds2136[Jul 27 2023 06:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.38 seconds2137[Jul 27 2023 06:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds2138[Jul 27 2023 06:06:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.35 seconds2139[Jul 27 2023 06:06:46 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-41e248a8cc78a406/-/merge_requests/12140[Jul 27 2023 06:07:02 UTC (QA Tests)] INFO -- clicking :merge_button2141[Jul 27 2023 06:07:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.513s2142[Jul 27 2023 06:07:04 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present2143[Jul 27 2023 06:07:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element cherry_pick_button' took 0.735s2144[Jul 27 2023 06:07:05 UTC (QA Tests)] INFO -- clicking :submit_commit_button2145[Jul 27 2023 06:07:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 1.736s2146[Jul 27 2023 06:07:07 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present2147[Jul 27 2023 06:07:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.72s2148[Jul 27 2023 06:07:09 UTC (QA Tests)] INFO -- clicking :diffs_tab2149[Jul 27 2023 06:07:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.035s2150[Jul 27 2023 06:07:21 UTC (QA Tests)] INFO -- clicking :file_tree_button2151[Jul 27 2023 06:07:21 UTC (QA Tests)] ERROR -- Interceptor Api Errors2152[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-07-27-05-49-32-170a61e62d2efc18/project-41e248a8cc78a406/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01H6AZ9Z7XPWG0DSB0HVWCSKTY2153 creates a merge request2154Create2155 Open Web IDE from Diff Tab2156[Jul 27 2023 06:07:21 UTC (QA Tests)] INFO -- Starting test: Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab2157 opens and edits a multi-file merge request in Web IDE from Diff Tab (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2158[Jul 27 2023 06:07:21 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2159{2160 "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb": 0.1336191240000062,2161 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb": 38.66452716900005,2162 "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb": 1.7319303149999996,2163 "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb": 11.965782244000138,2164 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb": 12.301751372000126,2165 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_with_protected_branch_and_squashed_commits_spec.rb": 13.453944631000013,2166 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb": 104.19436939599996,2167 "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb": 0.014024486999915098,2168 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_http_spec.rb": 7.946637130999989,2169 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb": 42.623716457,2170 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb": 18.978187324000146,2171 "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb": 4.523231334000002,2172 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 77.40978959599988,2173 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_commit_spec.rb": 24.255172319000167,2174 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb": 25.923709659999986,2175 "qa/specs/features/browser_ui/3_create/merge_request/revert/revert_commit_spec.rb": 35.51802836599995,2176 "qa/specs/features/browser_ui/3_create/repository/add_new_branch_rule_spec.rb": 16.3169307820001,2177 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb": 11.10683512300011,2178 "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb": 6.659373569999843,2179 "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb": 0.01509275099988372,2180 "qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb": 51.813930637999874,2181 "qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb": 16.835314661999973,2182 "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb": 10.268150895999952,2183 "qa/specs/features/browser_ui/3_create/repository/branch_with_unusual_name_spec.rb": 11.186726986000167,2184 "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb": 17.35519479300001,2185 "qa/specs/features/browser_ui/3_create/repository/push_over_http_file_size_spec.rb": 8.122173961000044,2186 "qa/specs/features/api/3_create/merge_request/push_options_labels_spec.rb": 7.382601969000007,2187 "qa/specs/features/browser_ui/3_create/repository/file/delete_file_via_web_spec.rb": 10.696655116999864,2188 "qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb": 19.737710103999916,2189 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 19.025598472999945,2190 "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb": 0.04153294200000346,2191 "qa/specs/features/ee/browser_ui/3_create/repository/restrict_push_protected_branch_spec.rb": 80.24212327000009,2192 "qa/specs/features/browser_ui/3_create/merge_request/suggestions/custom_commit_suggestion_spec.rb": 23.80069857500007,2193 "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb": 51.94661842400001,2194 "qa/specs/features/browser_ui/3_create/snippet/add_comment_to_snippet_spec.rb": 29.288517530000036,2195 "qa/specs/features/browser_ui/3_create/repository/file/edit_file_via_web_spec.rb": 11.44279926199988,2196 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb": 9.141465759000084,2197 "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb": 88.3149559389999,2198 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 35.769017056000166,2199 "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb": 6.121865275000118,2200 "qa/specs/features/browser_ui/3_create/repository/protected_tags_spec.rb": 67.44108304299994,2201 "qa/specs/features/api/3_create/repository/project_archive_compare_spec.rb": 3.4171145739999247,2202 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb": 41.64520384200023,2203 "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb": 0.013904972000091222204}2205[Jul 27 2023 06:07:21 UTC (QA Tests)] INFO -- 2206Knapsack global time execution for tests: 17m 54s2207Pending: (Failures listed here are expected and do not affect your suite's status)2208 1) Create First file using Web IDE creates the first file in an empty project via Web IDE2209 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442210 # ./qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb:242211 2) Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia2212 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442213 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532214 3) Create Web IDE file templates user adds .gitignore via file template Android2215 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442216 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532217 4) Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.02218 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442219 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532220 5) Create Web IDE file templates user adds Dockerfile via file template Python2221 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442222 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532223 6) Create Merge request push options merges when pipeline succeeds2224 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3464252225 # ./qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb:842226 7) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2227 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442228 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:352229 8) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE2230 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442231 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:272232 9) Create Upload a file in Web IDE when the file is binary shows a Download button2233 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442234 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:622235 10) Create Upload a file in Web IDE when a file with the same name already exists throws an error2236 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442237 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:292238 11) Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text2239 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442240 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:422241 12) Create Upload a file in Web IDE when the file is an image shows an image viewer2242 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442243 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:802244 13) Create Codeowners merge request assigns code owners as approvers2245 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4162172246 # ./qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb:282247 14) Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab2248 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442249 # ./qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb:562250Finished in 17 minutes 55 seconds (files took 2.85 seconds to load)225172 examples, 0 failures, 14 pending2252Randomized with seed 584882253[Jul 27 2023 06:07:22 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;'"`2254[Jul 27 2023 06:07:22 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2255[Jul 27 2023 06:07:22 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2256[Jul 27 2023 06:07:22 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2258Running after script...2259$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2260$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2261$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2389Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy2391Uploading artifacts...2392gitlab-qa-run-*: found 472 matching artifact files and directories 2393Uploading artifacts as "archive" to coordinator... 201 Created id=4749472778 responseStatus=201 Created token=64_6W3Nb2394Uploading artifacts...2395gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2396Uploading artifacts as "junit" to coordinator... 201 Created id=4749472778 responseStatus=201 Created token=64_6W3Nb2397Uploading artifacts...2398/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2399Uploading artifacts as "dotenv" to coordinator... 201 Created id=4749472778 responseStatus=201 Created token=64_6W3Nb2401Job succeeded