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-1690474076-10b22601-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: 197602, done. 20remote: Counting objects: 100% (197602/197602), done. 21remote: Compressing objects: 100% (115330/115330), done. 22remote: Total 197602 (delta 106583), reused 140301 (delta 75291), pack-reused 0 23Receiving objects: 100% (197602/197602), 143.28 MiB | 39.61 MiB/s, done.24Resolving deltas: 100% (106583/106583), done.26 * [new ref] refs/pipelines/947605836 -> refs/pipelines/94760583627 * [new branch] master -> origin/master28Checking out b4916ff7 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 (4754323437)...37Downloading artifacts from coordinator... ok host=storage.googleapis.com id=4754323437 responseStatus=200 OK token=64_rXYbm39Using 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:b4916ff74018b62683734938693f52ade593ad97 -- --format QA::Support::JsonFormatter --out tmp/rspec-4754323479.json --format RspecJunitFormatter --out tmp/rspec-4754323479.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 16:12:30 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q postgres:11`50[Jul 27 2023 16:12:34 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^postgres$`51[Jul 27 2023 16:12:34 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`52[Jul 27 2023 16:12:34 UTC (Gitlab QA)] INFO -- Shell command: `docker network create test`53[Jul 27 2023 16:12:35 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name postgres --net test --env POSTGRES_PASSWORD="SQL_PASSWORD" postgres:11`54[Jul 27 2023 16:12:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`55[Jul 27 2023 16:12:37 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 16:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker exec postgres bash -c "psql -U postgres template1"`59[Jul 27 2023 16:12:42 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 16:12:42 UTC (Gitlab QA)] INFO -- Starting Gitaly Cluster61[Jul 27 2023 16:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^alpine-9f2a340b$`62[Jul 27 2023 16:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`63[Jul 27 2023 16:12:42 UTC (Gitlab QA)] INFO -- Shell command: `docker run -d --name alpine-9f2a340b --volume authority:/etc/gitlab/trusted-certs:Z --volume gitlab-ssl:/etc/gitlab/ssl:Z alpine:latest tail -f /dev/null`64[Jul 27 2023 16:12:43 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`65[Jul 27 2023 16:12:50 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/authority/. alpine-9f2a340b:/etc/gitlab/trusted-certs`66[Jul 27 2023 16:12:50 UTC (Gitlab QA)] INFO -- Shell command: `docker cp /builds/gitlab-org/gitlab/.gems/gems/gitlab-qa-12.2.1/tls_certificates/gitlab/. alpine-9f2a340b:/etc/gitlab/ssl`67[Jul 27 2023 16:12:50 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=alpine-9f2a340b`68[Jul 27 2023 16:12:50 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f alpine-9f2a340b`69[Jul 27 2023 16:12:57 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`70[Jul 27 2023 16:12:58 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`71[Jul 27 2023 16:13:18 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitlab-gitaly-cluster$`72[Jul 27 2023 16:13:18 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly1$`73[Jul 27 2023 16:13:18 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`74[Jul 27 2023 16:13:18 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`75[Jul 27 2023 16:13:18 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-16-12-30-07997cb0/gitaly1/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`76[Jul 27 2023 16:13:18 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-16-12-30-07997cb0/gitlab-gitaly-cluster/logs:/var/log/gitlab:Z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`77[Jul 27 2023 16:13:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo \"# Generated by GitLab QA Omnibus Configurator at 2023-07-27 16:12:3078# Gitlab::QA::Runtime::OmnibusConfigurations::Default79gitlab_rails['gitlab_default_theme'] = 10 # Light Red Theme80gitlab_rails['gitlab_disable_animations'] = true # Disable animations81gitlab_rails['application_settings_cache_seconds'] = 0 # Settings cache expiry82gitlab_rails['initial_root_password'] = '5iveL!fe' # Initial root password83external_url 'http://gitlab-gitaly-cluster.test';84git_data_dirs({85 'default' => {86 'gitaly_address' => 'tcp://praefect.test:2305',87 'gitaly_token' => 'PRAEFECT_EXTERNAL_TOKEN'88 },89 'gitaly' => {90 'gitaly_address' => 'tcp://gitlab-gitaly-cluster.test:8075',91 'path' => '/var/opt/gitlab/git-data'92 }93});94gitaly['enable'] = true;95gitaly['configuration'] = {96 auth: {97 token: 'secret-token',98 },99 listen_addr: '0.0.0.0:8075',100 tls: {101 certificate_path: '/etc/gitlab/ssl/gitaly.test.crt',102 key_path: '/etc/gitlab/ssl/gitaly.test.key',103 },104 storage: [105 {106 name: 'gitaly',107 path: '/var/opt/gitlab/git-data/repositories',108 },109 ],110};111gitlab_rails['gitaly_token'] = 'secret-token';112gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';113prometheus['scrape_configs'] = [114 {115 'job_name' => 'praefect',116 'static_configs' => [117 'targets' => [118 'praefect.test:9652'119 ]120 ]121 },122 {123 'job_name' => 'praefect-gitaly',124 'static_configs' => [125 'targets' => [126 'gitaly1.test:9236',127 'gitaly2.test:9236',128 'gitaly3.test:9236'129 ]130 ]131 }132];133gitlab_rails['env'] = {'GITLAB_LICENSE_MODE'=>'test', 'CUSTOMER_PORTAL_URL'=>'https://customers.staging.gitlab.com', 'GITLAB_QA_USER_AGENT'=>'*****', 'GITLAB_ALLOW_SEPARATE_CI_DATABASE'=>'true'}\" > /etc/gitlab/gitlab.rb;"`134[Jul 27 2023 16:13:37 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitaly1 bash -c "echo \"postgresql['enable'] = false;135redis['enable'] = false;136nginx['enable'] = false;137puma['enable'] = false;138sidekiq['enable'] = false;139gitlab_workhorse['enable'] = false;140gitlab_rails['rake_cache_clear'] = false;141gitlab_rails['auto_migrate'] = false;142gitlab_exporter['enable'] = false;143gitlab_kas['enable'] = false;144praefect['enable'] = false;145prometheus['enable'] = true;146gitaly['enable'] = true;147gitaly['configuration'] = {148 'listen_addr': '0.0.0.0:8075',149 'prometheus_listen_addr': '0.0.0.0:9236',150 'auth_token': 'PRAEFECT_INTERNAL_TOKEN'151}152gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN';153gitlab_rails['internal_api_url'] = 'http://gitlab-gitaly-cluster.test';154git_data_dirs({155 'gitaly1' => {156 'path' => '/var/opt/gitlab/git-data'157 },158 'gitaly2' => {159 'path' => '/var/opt/gitlab/git-data'160 },161 'gitaly3' => {162 'path' => '/var/opt/gitlab/git-data'163 }164});165\" > /etc/gitlab/gitlab.rb;"`166[Jul 27 2023 16:13:37 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitlab-gitaly-cluster`167[Jul 27 2023 16:13:37 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly1`168[Jul 27 2023 16:14:19 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 16:14:20 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 16:14:20 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 16:14:20 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`177[Jul 27 2023 16:14:20 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`178[Jul 27 2023 16:14:20 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly2$`179[Jul 27 2023 16:14:21 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`180[Jul 27 2023 16:14:21 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-16-12-30-07997cb0/gitaly2/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`181[Jul 27 2023 16:14:23 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 16:14:23 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly2`214[Jul 27 2023 16:15:06 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 16:15:06 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 16:15:06 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 16:15:06 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`223[Jul 27 2023 16:15:07 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`224[Jul 27 2023 16:15:07 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^gitaly3$`225[Jul 27 2023 16:15:07 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`226[Jul 27 2023 16:15:07 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-16-12-30-07997cb0/gitaly3/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`227[Jul 27 2023 16:15:10 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 16:15:10 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false gitaly3`260[Jul 27 2023 16:15:52 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 16:15:52 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 16:15:52 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 16:15:52 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`269[Jul 27 2023 16:15:52 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`270[Jul 27 2023 16:15:53 UTC (Gitlab QA)] INFO -- Shell command: `docker container list --all --format '{{.Names}}' --filter name=^praefect$`271[Jul 27 2023 16:15:53 UTC (Gitlab QA)] INFO -- Shell command: `docker network list --format '{{.Name}}' --filter name=^test$`272[Jul 27 2023 16:15:53 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-16-12-30-07997cb0/praefect/logs:/var/log/gitlab:z registry.gitlab.com/gitlab-org/build/omnibus-gitlab-mirror/gitlab-ee:b4916ff74018b62683734938693f52ade593ad97`273[Jul 27 2023 16:15:54 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 16:15:54 UTC (Gitlab QA)] INFO -- Shell command: `docker attach --sig-proxy=false praefect`328[Jul 27 2023 16:16:38 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 16:16:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' praefect`330[Jul 27 2023 16:16:39 UTC (Gitlab QA)] INFO -- Gitaly Cluster Ready331[Jul 27 2023 16:17:15 UTC (Gitlab QA)] INFO -- Waiting for GitLab to become healthy ...332[Jul 27 2023 16:17:15 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`333[Jul 27 2023 16:17:16 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`334[Jul 27 2023 16:17:17 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`335[Jul 27 2023 16:17:19 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`336[Jul 27 2023 16:17:20 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`337[Jul 27 2023 16:17:21 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`338[Jul 27 2023 16:17:22 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`339[Jul 27 2023 16:17:23 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`340[Jul 27 2023 16:17:24 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`341[Jul 27 2023 16:17:25 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`342[Jul 27 2023 16:17:26 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`343[Jul 27 2023 16:17:27 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`344[Jul 27 2023 16:17:28 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`345[Jul 27 2023 16:17:29 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`346[Jul 27 2023 16:17:30 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`347[Jul 27 2023 16:17:31 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`348[Jul 27 2023 16:17:33 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`349[Jul 27 2023 16:17:34 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`350[Jul 27 2023 16:17:35 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`351[Jul 27 2023 16:17:36 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`352[Jul 27 2023 16:17:37 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`353[Jul 27 2023 16:17:38 UTC (Gitlab QA)] INFO -- Shell command: `docker inspect --format='{{json .State.Health.Status}}' gitlab-gitaly-cluster`354[Jul 27 2023 16:17:38 UTC (Gitlab QA)] INFO -- Shell command: `docker port gitlab-gitaly-cluster 80/tcp`355[Jul 27 2023 16:17:38 UTC (Gitlab QA)] INFO -- -> GitLab is available at `http://docker:32768`!356[Jul 27 2023 16:17:38 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"`357[Jul 27 2023 16:17:38 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "echo '#!/usr/bin/env bash358if [[ \$GL_PROJECT_PATH =~ 'reject-prereceive' ]]; then359 echo 'GL-HOOK-ERR: Custom error message rejecting prereceive hook for projects with GL_PROJECT_PATH matching pattern reject-prereceive'360 exit 1361fi362' > /opt/gitlab/embedded/service/gitlab-shell/hooks/pre-receive.d/pre-receive.d;"`363[Jul 27 2023 16:17:38 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/*"`364[Jul 27 2023 16:17:38 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`365[Jul 27 2023 16:17:39 UTC (Gitlab QA)] INFO -- Running exec_commands...366[Jul 27 2023 16:17:39 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-rails runner /tmp/data-seeds/admin_access_token_seed.rb"`367[Jul 27 2023 16:18:30 UTC (Gitlab QA)] INFO -- Running Gitaly Cluster specs!368[Jul 27 2023 16:18:30 UTC (Gitlab QA)] INFO -- Shell command: `docker login --username "gitlab-ci-token" --password "*****" registry.gitlab.com`369[Jul 27 2023 16:18:30 UTC (Gitlab QA)] INFO -- Shell command: `docker pull -q registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b4916ff74018b62683734938693f52ade593ad97`370[Jul 27 2023 16:19:28 UTC (Gitlab QA)] INFO -- Running test suite `Test::Instance::All` for gitlab-ee371[Jul 27 2023 16:19:28 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-16-12-30-07997cb0/selenoid" --env SCHEDULE_TYPE="$SCHEDULE_TYPE" --env QA_PRAEFECT_REPOSITORY_STORAGE="default" --volume /builds/gitlab-org/gitlab/gitlab-qa-run-2023-07-27-16-12-30-07997cb0/gitlab-ee-qa-227a1316:/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-227a1316 registry.gitlab.com/gitlab-org/gitlab/gitlab-ee-qa:b4916ff74018b62683734938693f52ade593ad97 Test::Instance::All http://gitlab-gitaly-cluster.test -- --format QA::Support::JsonFormatter --out tmp/rspec-4754323479.json --format RspecJunitFormatter --out tmp/rspec-4754323479.xml --format html --out tmp/rspec-praefect_1_2.htm --color --format documentation`3722023-07-27 16:19:33 / CONF :: 373 ==> Base URL: http://gitlab-gitaly-cluster.test374 ==> Browser: #<Selenium::WebDriver::Chrome::Driver:0x00007fc55f97a5a0>375 ==> Libraries: Chemlab::Vendor376[Jul 27 2023 16:19:33 UTC (QA Tests)] INFO -- Caching token for username: root, last six chars of token:sixwPA377[Jul 27 2023 16:19:33 UTC (QA Tests)] INFO -- Browser: chrome378[Jul 27 2023 16:19:33 UTC (QA Tests)] INFO -- Performing sanity check for environment!379[Jul 27 2023 16:19:34 UTC (QA Tests)] INFO -- Performing initial license fabrication!380[Jul 27 2023 16:19:34 UTC (QA Tests)] INFO -- Successfully added license key. Details:381{:test_license_mode=>false, :license_key_length=>2136, :last_five_characters=>"cbiJ9", :plan=>"ultimate", :starts_at=>"2023-02-03", :user_limit=>10000}382[Jul 27 2023 16:19:34 UTC (QA Tests)] INFO -- ==> Built a QA::EE::Resource::License with id '1' via api in 0.35 seconds383[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'384[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Report already exists, skipping!385[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- ==== Knapsack specs to execute =====386[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Report specs:387[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- ["qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_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/repository/add_file_template_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_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/rebase_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_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/snippet/delete_file_from_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb", "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb", "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb", "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/clone_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/browser_ui/3_create/repository/file/create_file_via_web_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb", "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb", "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb", "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb", "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb", "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb", "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb", "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb", "qa/specs/features/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/server_hooks_custom_error_message_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/create_first_file_in_web_ide_spec.rb", "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb"]388[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Leftover specs:389[Jul 27 2023 16:19:35 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"]390[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Knapsack report generator started!391[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Downloading latest knapsack report for 'praefect' to 'knapsack/praefect.json'392[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Report already exists, skipping!393Run options: exclude {:orchestrated=>true, :transient=>true, :sanity_feature_flags=>true, :geo=>true}394Randomized with seed 9234395[Jul 27 2023 16:19:35 UTC (QA Tests)] ERROR -- [Allure]: Failed to fetch flaky spec data for report: panic: sync: negative WaitGroup counter396Create397 PostReceive idempotent398[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Starting test: Create PostReceive idempotent pushes and creates a single push event three times399[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA400[Jul 27 2023 16:19:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-vxyljxsr' via cache in 0.01 seconds401[Jul 27 2023 16:19:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 1.22 seconds402[Jul 27 2023 16:19:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 2.23 seconds403[Jul 27 2023 16:19:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/push-postreceive-idempotent-b010b7f365337dda' via api in 5.09 seconds404[Jul 27 2023 16:19:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency d2b5e841598bf8bd"405[Jul 27 2023 16:19:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.65 seconds406[Jul 27 2023 16:19:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"407[Jul 27 2023 16:19:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency aadca289707fbaed"408[Jul 27 2023 16:19:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.58 seconds409[Jul 27 2023 16:19:44 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"410[Jul 27 2023 16:19:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "test post-receive idempotency 9fea04152423d1f6"411[Jul 27 2023 16:19:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.23 seconds412[Jul 27 2023 16:19:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait for and fetch push events"413[Jul 27 2023 16:19:47 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/push-postreceive-idempotent-b010b7f365337dda'414 pushes and creates a single push event three times415Create416 Sharing snippets417 when the snippet is public418[Jul 27 2023 16:19:47 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is public can be shared with not signed-in users419[Jul 27 2023 16:19:48 UTC (QA Tests)] INFO -- filling :login_field with "root"420[Jul 27 2023 16:19:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field421[Jul 27 2023 16:19:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"422[Jul 27 2023 16:19:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field423[Jul 27 2023 16:19:49 UTC (QA Tests)] INFO -- clicking :sign_in_button424[Jul 27 2023 16:19:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.975s425[Jul 27 2023 16:19:51 UTC (QA Tests)] INFO -- Enabling super sidebar!426[Jul 27 2023 16:19:51 UTC (QA Tests)] INFO -- Super sidebar is already enabled427[Jul 27 2023 16:19:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '1' via api in 1.07 seconds428[Jul 27 2023 16:19:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/1429[Jul 27 2023 16:19:55 UTC (QA Tests)] INFO -- clicking :snippet_embed_dropdown430[Jul 27 2023 16:19:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s431[Jul 27 2023 16:19:56 UTC (QA Tests)] INFO -- clicking :user_avatar_content432[Jul 27 2023 16:19:56 UTC (QA Tests)] INFO -- clicking :sign_out_link433 can be shared with not signed-in users434 when the snippet is changed to private435[Jul 27 2023 16:19:58 UTC (QA Tests)] INFO -- Starting test: Create Sharing snippets when the snippet is changed to private does not display Embed/Share dropdown436[Jul 27 2023 16:19:58 UTC (QA Tests)] INFO -- filling :login_field with "root"437[Jul 27 2023 16:19:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field438[Jul 27 2023 16:19:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"439[Jul 27 2023 16:19:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field440[Jul 27 2023 16:19:59 UTC (QA Tests)] INFO -- clicking :sign_in_button441[Jul 27 2023 16:20:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.729s442[Jul 27 2023 16:20:00 UTC (QA Tests)] INFO -- Enabling super sidebar!443[Jul 27 2023 16:20:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled444[Jul 27 2023 16:20:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '2' via api in 0.62 seconds445[Jul 27 2023 16:20:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/2446[Jul 27 2023 16:20:03 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present447[Jul 27 2023 16:20:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.247s448[Jul 27 2023 16:20:04 UTC (QA Tests)] INFO -- clicking :visibility_content449[Jul 27 2023 16:20:04 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button450[Jul 27 2023 16:20:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.829s451[Jul 27 2023 16:20:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.842s452 does not display Embed/Share dropdown453Create454 Multiple file snippet455[Jul 27 2023 16:20:06 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet creates a personal snippet with multiple files456[Jul 27 2023 16:20:06 UTC (QA Tests)] INFO -- filling :login_field with "root"457[Jul 27 2023 16:20:06 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field458[Jul 27 2023 16:20:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"459[Jul 27 2023 16:20:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field460[Jul 27 2023 16:20:07 UTC (QA Tests)] INFO -- clicking :sign_in_button461[Jul 27 2023 16:20:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.785s462[Jul 27 2023 16:20:08 UTC (QA Tests)] INFO -- Enabling super sidebar!463[Jul 27 2023 16:20:08 UTC (QA Tests)] INFO -- Super sidebar is already enabled464[Jul 27 2023 16:20:10 UTC (QA Tests)] INFO -- clicking :new_menu_toggle465[Jul 27 2023 16:20:10 UTC (QA Tests)] INFO -- clicking :create_menu_item466[Jul 27 2023 16:20:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.833s467[Jul 27 2023 16:20:11 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Personal snippet with multiple files"468[Jul 27 2023 16:20:11 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field469[Jul 27 2023 16:20:11 UTC (QA Tests)] INFO -- clicking :description_placeholder470[Jul 27 2023 16:20:11 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"471[Jul 27 2023 16:20:11 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field472[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- clicking :visibility_content473[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- filling :file_name_field with "First file name"474[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field475[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- clicking :add_file_button476[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- filling :file_name_field with "Second file name"477[Jul 27 2023 16:20:12 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field478[Jul 27 2023 16:20:13 UTC (QA Tests)] INFO -- clicking :add_file_button479[Jul 27 2023 16:20:13 UTC (QA Tests)] INFO -- filling :file_name_field with "Third file name"480[Jul 27 2023 16:20:13 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field481[Jul 27 2023 16:20:14 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button482[Jul 27 2023 16:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.173s483[Jul 27 2023 16:20:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.181s484[Jul 27 2023 16:20:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '3' via browser_ui in 5.61 seconds485 creates a personal snippet with multiple files486Create487 Version control for personal snippets488[Jul 27 2023 16:20:16 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over SSH, deletes via UI489[Jul 27 2023 16:20:16 UTC (QA Tests)] INFO -- filling :login_field with "root"490[Jul 27 2023 16:20:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field491[Jul 27 2023 16:20:17 UTC (QA Tests)] INFO -- filling :password_field with "*****"492[Jul 27 2023 16:20:17 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field493[Jul 27 2023 16:20:17 UTC (QA Tests)] INFO -- clicking :sign_in_button494[Jul 27 2023 16:20:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.704s495[Jul 27 2023 16:20:18 UTC (QA Tests)] INFO -- Enabling super sidebar!496[Jul 27 2023 16:20:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled497[Jul 27 2023 16:20:19 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-b80oxz/id_rsa -N `498[Jul 27 2023 16:20:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '1' via api in 0.31 seconds499[Jul 27 2023 16:20:21 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '4' via api in 0.74 seconds500[Jul 27 2023 16:20:21 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/4501[Jul 27 2023 16:20:21 UTC (QA Tests)] INFO -- clicking :clone_button502[Jul 27 2023 16:20:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.92 seconds503[Jul 27 2023 16:20:23 UTC (QA Tests)] INFO -- clicking :snippet_action_button504[Jul 27 2023 16:20:23 UTC (QA Tests)] INFO -- clicking :delete_snippet_button505[Jul 27 2023 16:20:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.567s506[Jul 27 2023 16:20:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.575s507[Jul 27 2023 16:20:24 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '1'508 clones, pushes, and pulls a snippet over SSH, deletes via UI509[Jul 27 2023 16:20:24 UTC (QA Tests)] INFO -- Starting test: Create Version control for personal snippets clones, pushes, and pulls a snippet over HTTP, edits via UI510[Jul 27 2023 16:20:25 UTC (QA Tests)] INFO -- filling :login_field with "root"511[Jul 27 2023 16:20:25 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field512[Jul 27 2023 16:20:25 UTC (QA Tests)] INFO -- filling :password_field with "*****"513[Jul 27 2023 16:20:25 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field514[Jul 27 2023 16:20:26 UTC (QA Tests)] INFO -- clicking :sign_in_button515[Jul 27 2023 16:20:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.621s516[Jul 27 2023 16:20:27 UTC (QA Tests)] INFO -- Enabling super sidebar!517[Jul 27 2023 16:20:27 UTC (QA Tests)] INFO -- Super sidebar is already enabled518[Jul 27 2023 16:20:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '5' via api in 0.5 seconds519[Jul 27 2023 16:20:29 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/5520[Jul 27 2023 16:20:29 UTC (QA Tests)] INFO -- clicking :clone_button521[Jul 27 2023 16:20:30 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 0.88 seconds522[Jul 27 2023 16:20:31 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present523[Jul 27 2023 16:20:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.809s524[Jul 27 2023 16:20:42 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button525[Jul 27 2023 16:20:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.956s526[Jul 27 2023 16:20:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.97s527[Jul 27 2023 16:20:43 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '5'528[Jul 27 2023 16:20:43 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-ek4pf9/id_rsa -N `529[Jul 27 2023 16:20:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '2' via api in 0.74 seconds530[Jul 27 2023 16:20:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '2'531 clones, pushes, and pulls a snippet over HTTP, edits via UI532Create533 Review a merge request in Web IDE534[Jul 27 2023 16:20:44 UTC (QA Tests)] INFO -- Starting test: Create Review a merge request in Web IDE opens and edits a merge request in Web IDE535 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)536Create537 Pull mirror a repository over HTTP538[Jul 27 2023 16:20:44 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over HTTP configures and syncs a (pull) mirrored repository with password auth539[Jul 27 2023 16:20:45 UTC (QA Tests)] INFO -- filling :login_field with "root"540[Jul 27 2023 16:20:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field541[Jul 27 2023 16:20:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"542[Jul 27 2023 16:20:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field543[Jul 27 2023 16:20:46 UTC (QA Tests)] INFO -- clicking :sign_in_button544[Jul 27 2023 16:20:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.108s545[Jul 27 2023 16:20:47 UTC (QA Tests)] INFO -- Enabling super sidebar!546[Jul 27 2023 16:20:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled547[Jul 27 2023 16:20:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds548[Jul 27 2023 16:20:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds549[Jul 27 2023 16:20:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-source-project-f2ec532b291b25ad' via api in 1.59 seconds550[Jul 27 2023 16:20:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"551[Jul 27 2023 16:20:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.53 seconds552[Jul 27 2023 16:20:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds553[Jul 27 2023 16:20:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds554[Jul 27 2023 16:20:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-6b02fbd9ef2f3488' via api in 1.5 seconds555[Jul 27 2023 16:20:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-6b02fbd9ef2f3488556[Jul 27 2023 16:20:55 UTC (QA Tests)] INFO -- clicking :menu_section_button557[Jul 27 2023 16:20:55 UTC (QA Tests)] INFO -- clicking :nav_item_link558[Jul 27 2023 16:20:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 1.248s559[Jul 27 2023 16:20:57 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-16-19-35-b66d9af19565a77b/pull-mirror-source-project-f2ec532b291b25ad.git"560[Jul 27 2023 16:20:57 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field561[Jul 27 2023 16:20:58 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field562[Jul 27 2023 16:20:59 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field563[Jul 27 2023 16:20:59 UTC (QA Tests)] INFO -- filling :password_field with "*****"564[Jul 27 2023 16:20:59 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field565[Jul 27 2023 16:21:00 UTC (QA Tests)] INFO -- clicking :mirror_repository_button566[Jul 27 2023 16:21:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.74s567[Jul 27 2023 16:21:02 UTC (QA Tests)] INFO -- clicking :update_now_button568[Jul 27 2023 16:21:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.518s569[Jul 27 2023 16:21:03 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-6b02fbd9ef2f3488/-/settings/repository#js-push-remote-settings570[Jul 27 2023 16:21:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-6b02fbd9ef2f3488571[Jul 27 2023 16:21:07 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments572 configures and syncs a (pull) mirrored repository with password auth573Create574 Create a new merge request575[Jul 27 2023 16:21:07 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a basic merge request576[Jul 27 2023 16:21:08 UTC (QA Tests)] INFO -- filling :login_field with "root"577[Jul 27 2023 16:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field578[Jul 27 2023 16:21:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"579[Jul 27 2023 16:21:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field580[Jul 27 2023 16:21:09 UTC (QA Tests)] INFO -- clicking :sign_in_button581[Jul 27 2023 16:21:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.847s582[Jul 27 2023 16:21:10 UTC (QA Tests)] INFO -- Enabling super sidebar!583[Jul 27 2023 16:21:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled584[Jul 27 2023 16:21:11 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds585[Jul 27 2023 16:21:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.24 seconds586[Jul 27 2023 16:21:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-11ebbec2551a9343' via api in 1.53 seconds587[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds588[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.5 seconds589[Jul 27 2023 16:21:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-11ebbec2551a9343590[Jul 27 2023 16:21:16 UTC (QA Tests)] INFO -- clicking :create_merge_request_button591[Jul 27 2023 16:21:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.353s592[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"593[Jul 27 2023 16:21:17 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field594[Jul 27 2023 16:21:18 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"595[Jul 27 2023 16:21:18 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field596[Jul 27 2023 16:21:18 UTC (QA Tests)] INFO -- clicking :assign_to_me_link597[Jul 27 2023 16:21:19 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present598[Jul 27 2023 16:21:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.432s599[Jul 27 2023 16:21:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 9.14 seconds600 creates a basic merge request601[Jul 27 2023 16:21:22 UTC (QA Tests)] INFO -- Starting test: Create Create a new merge request creates a merge request with a milestone and label602[Jul 27 2023 16:21:23 UTC (QA Tests)] INFO -- filling :login_field with "root"603[Jul 27 2023 16:21:23 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field604[Jul 27 2023 16:21:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"605[Jul 27 2023 16:21:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field606[Jul 27 2023 16:21:24 UTC (QA Tests)] INFO -- clicking :sign_in_button607[Jul 27 2023 16:21:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.868s608[Jul 27 2023 16:21:25 UTC (QA Tests)] INFO -- Enabling super sidebar!609[Jul 27 2023 16:21:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled610[Jul 27 2023 16:21:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds611[Jul 27 2023 16:21:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds612[Jul 27 2023 16:21:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-ed01d9f81a56fe14' via api in 0.86 seconds613[Jul 27 2023 16:21:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMilestone with id '1' via api in 0.16 seconds614[Jul 27 2023 16:21:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectLabel with id '1' via api in 0.15 seconds615[Jul 27 2023 16:21:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds616[Jul 27 2023 16:21:29 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.49 seconds617[Jul 27 2023 16:21: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-16-19-35-b66d9af19565a77b/project-ed01d9f81a56fe14618[Jul 27 2023 16:21:30 UTC (QA Tests)] INFO -- clicking :create_merge_request_button619[Jul 27 2023 16:21:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.9s620[Jul 27 2023 16:21:32 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"621[Jul 27 2023 16:21:32 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field622[Jul 27 2023 16:21:33 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "... to find them, to bring them all, and in the darkness bind them"623[Jul 27 2023 16:21:33 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field624[Jul 27 2023 16:21:34 UTC (QA Tests)] INFO -- clicking :assign_to_me_link625[Jul 27 2023 16:21:34 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown626[Jul 27 2023 16:21:34 UTC (QA Tests)] INFO -- clicking :issuable_label_dropdown627[Jul 27 2023 16:21:34 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present628[Jul 27 2023 16:21:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 3.718s629[Jul 27 2023 16:21:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 10.28 seconds630 creates a merge request with a milestone and label631Create632 Multiple file snippet633 behaves like copying snippet file contents634[Jul 27 2023 16:21:39 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file personal_snippet to a comment and verifies them635[Jul 27 2023 16:21:39 UTC (QA Tests)] INFO -- filling :login_field with "root"636[Jul 27 2023 16:21:39 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field637[Jul 27 2023 16:21:40 UTC (QA Tests)] INFO -- filling :password_field with "*****"638[Jul 27 2023 16:21:40 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field639[Jul 27 2023 16:21:40 UTC (QA Tests)] INFO -- clicking :sign_in_button640[Jul 27 2023 16:21:41 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.837s641[Jul 27 2023 16:21:41 UTC (QA Tests)] INFO -- Enabling super sidebar!642[Jul 27 2023 16:21:41 UTC (QA Tests)] INFO -- Super sidebar is already enabled643[Jul 27 2023 16:21:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '6' via api in 0.58 seconds644[Jul 27 2023 16:21:43 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/6645[Jul 27 2023 16:21:44 UTC (QA Tests)] INFO -- clicking :copy_contents_button646[Jul 27 2023 16:21:44 UTC (QA Tests)] INFO -- clicking :comment_button647[Jul 27 2023 16:21:45 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown648[Jul 27 2023 16:21:45 UTC (QA Tests)] INFO -- clicking :delete_comment_button649[Jul 27 2023 16:21:45 UTC (QA Tests)] INFO -- clicking :confirm_ok_button650[Jul 27 2023 16:21:45 UTC (QA Tests)] INFO -- clicking :copy_contents_button651[Jul 27 2023 16:21:46 UTC (QA Tests)] INFO -- clicking :comment_button652[Jul 27 2023 16:21:46 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown653[Jul 27 2023 16:21:46 UTC (QA Tests)] INFO -- clicking :delete_comment_button654[Jul 27 2023 16:21:46 UTC (QA Tests)] INFO -- clicking :confirm_ok_button655[Jul 27 2023 16:21:47 UTC (QA Tests)] INFO -- clicking :copy_contents_button656[Jul 27 2023 16:21:47 UTC (QA Tests)] INFO -- clicking :comment_button657[Jul 27 2023 16:21:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? note_author_content' took 0.605s658[Jul 27 2023 16:21:48 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown659[Jul 27 2023 16:21:48 UTC (QA Tests)] INFO -- clicking :delete_comment_button660[Jul 27 2023 16:21:48 UTC (QA Tests)] INFO -- clicking :confirm_ok_button661 copies file contents of a multi-file personal_snippet to a comment and verifies them662 behaves like copying snippet file contents663[Jul 27 2023 16:21:48 UTC (QA Tests)] INFO -- Starting test: Create Multiple file snippet behaves like copying snippet file contents copies file contents of a multi-file project_snippet to a comment and verifies them664[Jul 27 2023 16:21:49 UTC (QA Tests)] INFO -- filling :login_field with "root"665[Jul 27 2023 16:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field666[Jul 27 2023 16:21:49 UTC (QA Tests)] INFO -- filling :password_field with "*****"667[Jul 27 2023 16:21:49 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field668[Jul 27 2023 16:21:50 UTC (QA Tests)] INFO -- clicking :sign_in_button669[Jul 27 2023 16:21:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.81s670[Jul 27 2023 16:21:52 UTC (QA Tests)] INFO -- Enabling super sidebar!671[Jul 27 2023 16:21:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled672[Jul 27 2023 16:21:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds673[Jul 27 2023 16:21:54 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds674[Jul 27 2023 16:21:54 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-1f109498694f0925' via api in 0.76 seconds675[Jul 27 2023 16:21:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '7' via api in 1.42 seconds676[Jul 27 2023 16:21:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-1f109498694f0925/-/snippets/7677[Jul 27 2023 16:21:56 UTC (QA Tests)] INFO -- clicking :copy_contents_button678[Jul 27 2023 16:21:56 UTC (QA Tests)] INFO -- clicking :comment_button679[Jul 27 2023 16:21:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? note_author_content' took 0.724s680[Jul 27 2023 16:21:58 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown681[Jul 27 2023 16:21:58 UTC (QA Tests)] INFO -- clicking :delete_comment_button682[Jul 27 2023 16:21:58 UTC (QA Tests)] INFO -- clicking :confirm_ok_button683[Jul 27 2023 16:21:58 UTC (QA Tests)] INFO -- clicking :copy_contents_button684[Jul 27 2023 16:21:58 UTC (QA Tests)] INFO -- clicking :comment_button685[Jul 27 2023 16:21:59 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown686[Jul 27 2023 16:21:59 UTC (QA Tests)] INFO -- clicking :delete_comment_button687[Jul 27 2023 16:21:59 UTC (QA Tests)] INFO -- clicking :confirm_ok_button688[Jul 27 2023 16:22:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? note_content' took 0.641s689[Jul 27 2023 16:22:00 UTC (QA Tests)] INFO -- clicking :copy_contents_button690[Jul 27 2023 16:22:00 UTC (QA Tests)] INFO -- clicking :comment_button691[Jul 27 2023 16:22:01 UTC (QA Tests)] INFO -- clicking :more_actions_dropdown692[Jul 27 2023 16:22:01 UTC (QA Tests)] INFO -- clicking :delete_comment_button693[Jul 27 2023 16:22:01 UTC (QA Tests)] INFO -- clicking :confirm_ok_button694 copies file contents of a multi-file project_snippet to a comment and verifies them695Create696 Cherry picking from a merge request697[Jul 27 2023 16:22:01 UTC (QA Tests)] INFO -- Starting test: Create Cherry picking from a merge request creates a merge request698[Jul 27 2023 16:22:02 UTC (QA Tests)] INFO -- filling :login_field with "root"699[Jul 27 2023 16:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field700[Jul 27 2023 16:22:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"701[Jul 27 2023 16:22:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field702[Jul 27 2023 16:22:03 UTC (QA Tests)] INFO -- clicking :sign_in_button703[Jul 27 2023 16:22:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.846s704[Jul 27 2023 16:22:04 UTC (QA Tests)] INFO -- Enabling super sidebar!705[Jul 27 2023 16:22:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled706[Jul 27 2023 16:22:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds707[Jul 27 2023 16:22:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds708[Jul 27 2023 16:22:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-8e1bc099effa4ad3' via api in 1.3 seconds709[Jul 27 2023 16:22:07 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds710[Jul 27 2023 16:22:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds711[Jul 27 2023 16:22:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.53 seconds712[Jul 27 2023 16:22:08 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-8e1bc099effa4ad3/-/merge_requests/1713[Jul 27 2023 16:22:11 UTC (QA Tests)] INFO -- clicking :close_button714[Jul 27 2023 16:22:11 UTC (QA Tests)] INFO -- clicking :merge_button715[Jul 27 2023 16:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.527s716[Jul 27 2023 16:22:14 UTC (QA Tests)] INFO -- clicking :cherry_pick_button and ensuring QA::Page::Component::CommitModal is present717[Jul 27 2023 16:22:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element cherry_pick_button' took 0.726s718[Jul 27 2023 16:22:14 UTC (QA Tests)] INFO -- clicking :submit_commit_button719[Jul 27 2023 16:22:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element submit_commit_button' took 2.348s720[Jul 27 2023 16:22:17 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present721[Jul 27 2023 16:22:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.973s722[Jul 27 2023 16:22:20 UTC (QA Tests)] INFO -- clicking :diffs_tab723[Jul 27 2023 16:22:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_name_content' took 11.052s724[Jul 27 2023 16:22:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? file_tree_container' took 11.055s725[Jul 27 2023 16:22:42 UTC (QA Tests)] INFO -- clicking :file_tree_button726[Jul 27 2023 16:22:42 UTC (QA Tests)] INFO -- filling :diff_tree_search with "added_file-fa771c205b6d25dd.txt"727[Jul 27 2023 16:22:42 UTC (QA Tests)] INFO -- clicking the coordinates of :diff_tree_search728 creates a merge request729Create730 batch comments in merge request731[Jul 27 2023 16:22:43 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a diff review732[Jul 27 2023 16:22:43 UTC (QA Tests)] INFO -- filling :login_field with "root"733[Jul 27 2023 16:22:43 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field734[Jul 27 2023 16:22:44 UTC (QA Tests)] INFO -- filling :password_field with "*****"735[Jul 27 2023 16:22:44 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field736[Jul 27 2023 16:22:44 UTC (QA Tests)] INFO -- clicking :sign_in_button737[Jul 27 2023 16:22:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.816s738[Jul 27 2023 16:22:45 UTC (QA Tests)] INFO -- Enabling super sidebar!739[Jul 27 2023 16:22:45 UTC (QA Tests)] INFO -- Super sidebar is already enabled740[Jul 27 2023 16:22:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds741[Jul 27 2023 16:22:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds742[Jul 27 2023 16:22:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-7c961ea1ecd70cca' via api in 0.93 seconds743[Jul 27 2023 16:22:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.44 seconds744[Jul 27 2023 16:22:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds745[Jul 27 2023 16:22:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.53 seconds746[Jul 27 2023 16:22:49 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-7c961ea1ecd70cca/-/merge_requests/1747[Jul 27 2023 16:22:52 UTC (QA Tests)] INFO -- clicking :diffs_tab748[Jul 27 2023 16:22:52 UTC (QA Tests)] INFO -- clicking :diff_comment_button749[Jul 27 2023 16:22:53 UTC (QA Tests)] INFO -- clicking :dismiss_suggestion_popover_button750[Jul 27 2023 16:22:53 UTC (QA Tests)] INFO -- filling :reply_field with "Can you check this line of code?"751[Jul 27 2023 16:22:53 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field752[Jul 27 2023 16:22:54 UTC (QA Tests)] INFO -- clicking :start_review_button753[Jul 27 2023 16:23:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.037s754[Jul 27 2023 16:23:00 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown755[Jul 27 2023 16:23:00 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown756[Jul 27 2023 16:23:01 UTC (QA Tests)] INFO -- clicking :submit_review_button757[Jul 27 2023 16:23:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.931s758[Jul 27 2023 16:23:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? review_bar_content' took 0.941s759[Jul 27 2023 16:23:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds760[Jul 27 2023 16:23:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Update file"761[Jul 27 2023 16:23:02 UTC (QA Tests)] INFO -- clicking :notes_tab762[Jul 27 2023 16:23:02 UTC (QA Tests)] INFO -- clicking :resolve_discussion_button763 user submits a diff review764[Jul 27 2023 16:23:04 UTC (QA Tests)] INFO -- Starting test: Create batch comments in merge request user submits a non-diff review765[Jul 27 2023 16:23:04 UTC (QA Tests)] INFO -- filling :login_field with "root"766[Jul 27 2023 16:23:04 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field767[Jul 27 2023 16:23:05 UTC (QA Tests)] INFO -- filling :password_field with "*****"768[Jul 27 2023 16:23:05 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field769[Jul 27 2023 16:23:05 UTC (QA Tests)] INFO -- clicking :sign_in_button770[Jul 27 2023 16:23:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.802s771[Jul 27 2023 16:23:07 UTC (QA Tests)] INFO -- Enabling super sidebar!772[Jul 27 2023 16:23:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled773[Jul 27 2023 16:23:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds774[Jul 27 2023 16:23:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds775[Jul 27 2023 16:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-9b25f751bd2c739d' via api in 0.72 seconds776[Jul 27 2023 16:23:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.47 seconds777[Jul 27 2023 16:23:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.48 seconds778[Jul 27 2023 16:23:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 1.57 seconds779[Jul 27 2023 16:23:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-9b25f751bd2c739d/-/merge_requests/1780[Jul 27 2023 16:23:13 UTC (QA Tests)] INFO -- clicking :notes_tab781[Jul 27 2023 16:23:13 UTC (QA Tests)] INFO -- filling :comment_field with "I'm starting a new discussion"782[Jul 27 2023 16:23:13 UTC (QA Tests)] INFO -- clicking the coordinates of :comment_field783[Jul 27 2023 16:23:14 UTC (QA Tests)] INFO -- clicking :discussion_menu_item784[Jul 27 2023 16:23:14 UTC (QA Tests)] INFO -- clicking :comment_button785[Jul 27 2023 16:23:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? noteable_note_container' took 0.95s786[Jul 27 2023 16:23:16 UTC (QA Tests)] INFO -- filling :reply_field with "Could you please check this?"787[Jul 27 2023 16:23:16 UTC (QA Tests)] INFO -- clicking the coordinates of :reply_field788[Jul 27 2023 16:23:17 UTC (QA Tests)] INFO -- clicking :start_review_button789[Jul 27 2023 16:23:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? broadcast_notification_container' took 6.056s790[Jul 27 2023 16:23:23 UTC (QA Tests)] INFO -- clicking :review_preview_dropdown791[Jul 27 2023 16:23:23 UTC (QA Tests)] INFO -- clicking :submit_review_dropdown792[Jul 27 2023 16:23:23 UTC (QA Tests)] INFO -- clicking :submit_review_button793[Jul 27 2023 16:23:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.514s794[Jul 27 2023 16:23:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? review_bar_content' took 0.524s795 user submits a non-diff review796Create797 Open Web IDE from Diff Tab798[Jul 27 2023 16:23:24 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 Tab799 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)800Create801 Group file templates802[Jul 27 2023 16:23:24 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitlab-ci.yml file template803[Jul 27 2023 16:23:24 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds804[Jul 27 2023 16:23:25 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.42 seconds805[Jul 27 2023 16:23:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-5e4ae8fec3300b8e' via api in 0.97 seconds806[Jul 27 2023 16:23:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.65 seconds807[Jul 27 2023 16:23:27 UTC (QA Tests)] INFO -- filling :login_field with "root"808[Jul 27 2023 16:23:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field809[Jul 27 2023 16:23:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"810[Jul 27 2023 16:23:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field811[Jul 27 2023 16:23:28 UTC (QA Tests)] INFO -- clicking :sign_in_button812[Jul 27 2023 16:23:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.936s813[Jul 27 2023 16:23:30 UTC (QA Tests)] INFO -- Enabling super sidebar!814[Jul 27 2023 16:23:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled815[Jul 27 2023 16:23:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group816[Jul 27 2023 16:23:33 UTC (QA Tests)] INFO -- clicking :menu_section_button817[Jul 27 2023 16:23:33 UTC (QA Tests)] INFO -- clicking :nav_item_link818[Jul 27 2023 16:23:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.984s819[Jul 27 2023 16:23:37 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-5e4ae8fec3300b8e"820[Jul 27 2023 16:23:38 UTC (QA Tests)] INFO -- clicking :save_changes_button821[Jul 27 2023 16:23:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.138s822[Jul 27 2023 16:23:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-a5a2853e8d6e2d9b' via api in 0.92 seconds823[Jul 27 2023 16:23:40 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-a5a2853e8d6e2d9b824[Jul 27 2023 16:23:42 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown825[Jul 27 2023 16:23:42 UTC (QA Tests)] INFO -- clicking :new_file_menu_item826[Jul 27 2023 16:23:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.003s827[Jul 27 2023 16:23:43 UTC (QA Tests)] INFO -- filling :file_name_field with "26f544a0f2a6e3ce/.gitlab-ci.yml"828[Jul 27 2023 16:23:43 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field829[Jul 27 2023 16:23:43 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown830[Jul 27 2023 16:23:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.158s831[Jul 27 2023 16:23:45 UTC (QA Tests)] INFO -- clicking :commit_button832[Jul 27 2023 16:23:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.651s833[Jul 27 2023 16:23:48 UTC (QA Tests)] ERROR -- Interceptor Api Errors834[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C2KP3BCZ6AY81JW4VFYD6G835error-messages: Variable $refType of type RefType was provided invalid value836 creates file via custom .gitlab-ci.yml file template837[Jul 27 2023 16:23:48 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom LICENSE file template838[Jul 27 2023 16:23:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds839[Jul 27 2023 16:23:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.17 seconds840[Jul 27 2023 16:23:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-cb83f3fce21adae8' via api in 0.9 seconds841[Jul 27 2023 16:23:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.67 seconds842[Jul 27 2023 16:23:50 UTC (QA Tests)] INFO -- filling :login_field with "root"843[Jul 27 2023 16:23:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field844[Jul 27 2023 16:23:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"845[Jul 27 2023 16:23:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field846[Jul 27 2023 16:23:51 UTC (QA Tests)] INFO -- clicking :sign_in_button847[Jul 27 2023 16:23:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.915s848[Jul 27 2023 16:23:52 UTC (QA Tests)] INFO -- Enabling super sidebar!849[Jul 27 2023 16:23:52 UTC (QA Tests)] INFO -- Super sidebar is already enabled850[Jul 27 2023 16:23:54 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group851[Jul 27 2023 16:23:55 UTC (QA Tests)] INFO -- clicking :menu_section_button852[Jul 27 2023 16:23:55 UTC (QA Tests)] INFO -- clicking :nav_item_link853[Jul 27 2023 16:23:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.998s854[Jul 27 2023 16:23:59 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-cb83f3fce21adae8"855[Jul 27 2023 16:24:00 UTC (QA Tests)] INFO -- clicking :save_changes_button856[Jul 27 2023 16:24:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.835s857[Jul 27 2023 16:24:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-32984d532f68930b' via api in 0.9 seconds858[Jul 27 2023 16:24:01 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-32984d532f68930b859[Jul 27 2023 16:24:03 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown860[Jul 27 2023 16:24:03 UTC (QA Tests)] INFO -- clicking :new_file_menu_item861[Jul 27 2023 16:24:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.072s862[Jul 27 2023 16:24:04 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"863[Jul 27 2023 16:24:04 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field864[Jul 27 2023 16:24:05 UTC (QA Tests)] INFO -- clicking :license_dropdown865[Jul 27 2023 16:24:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.162s866[Jul 27 2023 16:24:06 UTC (QA Tests)] INFO -- clicking :commit_button867[Jul 27 2023 16:24:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.413s868[Jul 27 2023 16:24:09 UTC (QA Tests)] ERROR -- Interceptor Api Errors869[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C2MAQ6T7DHPE6Y7Y5PYGR9870error-messages: Variable $refType of type RefType was provided invalid value871 creates file via custom LICENSE file template872[Jul 27 2023 16:24:09 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom Dockerfile file template873[Jul 27 2023 16:24:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds874[Jul 27 2023 16:24:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.17 seconds875[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-70721197d4a6b057' via api in 0.86 seconds876[Jul 27 2023 16:24:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds877[Jul 27 2023 16:24:11 UTC (QA Tests)] INFO -- filling :login_field with "root"878[Jul 27 2023 16:24:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field879[Jul 27 2023 16:24:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"880[Jul 27 2023 16:24:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field881[Jul 27 2023 16:24:12 UTC (QA Tests)] INFO -- clicking :sign_in_button882[Jul 27 2023 16:24:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.106s883[Jul 27 2023 16:24:13 UTC (QA Tests)] INFO -- Enabling super sidebar!884[Jul 27 2023 16:24:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled885[Jul 27 2023 16:24:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group886[Jul 27 2023 16:24:16 UTC (QA Tests)] INFO -- clicking :menu_section_button887[Jul 27 2023 16:24:16 UTC (QA Tests)] INFO -- clicking :nav_item_link888[Jul 27 2023 16:24:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.736s889[Jul 27 2023 16:24:20 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-70721197d4a6b057"890[Jul 27 2023 16:24:21 UTC (QA Tests)] INFO -- clicking :save_changes_button891[Jul 27 2023 16:24:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.083s892[Jul 27 2023 16:24:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-f7bb9d377de208ea' via api in 0.96 seconds893[Jul 27 2023 16:24:23 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-f7bb9d377de208ea894[Jul 27 2023 16:24:24 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown895[Jul 27 2023 16:24:25 UTC (QA Tests)] INFO -- clicking :new_file_menu_item896[Jul 27 2023 16:24:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.044s897[Jul 27 2023 16:24:26 UTC (QA Tests)] INFO -- filling :file_name_field with "196b826c92e4fe36/Dockerfile"898[Jul 27 2023 16:24:26 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field899[Jul 27 2023 16:24:26 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown900[Jul 27 2023 16:24:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.147s901[Jul 27 2023 16:24:28 UTC (QA Tests)] INFO -- clicking :commit_button902[Jul 27 2023 16:24:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.351s903[Jul 27 2023 16:24:30 UTC (QA Tests)] ERROR -- Interceptor Api Errors904[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C2MZQSNNGK1NQS6BFTE0CY905error-messages: Variable $refType of type RefType was provided invalid value906 creates file via custom Dockerfile file template907[Jul 27 2023 16:24:30 UTC (QA Tests)] INFO -- Starting test: Create Group file templates creates file via custom .gitignore file template908[Jul 27 2023 16:24:30 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds909[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/template-group' via api in 0.17 seconds910[Jul 27 2023 16:24:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-a2a15707199afd3b' via api in 0.89 seconds911[Jul 27 2023 16:24:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.63 seconds912[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- filling :login_field with "root"913[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field914[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"915[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field916[Jul 27 2023 16:24:33 UTC (QA Tests)] INFO -- clicking :sign_in_button917[Jul 27 2023 16:24:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.151s918[Jul 27 2023 16:24:35 UTC (QA Tests)] INFO -- Enabling super sidebar!919[Jul 27 2023 16:24:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled920[Jul 27 2023 16:24:37 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/template-group921[Jul 27 2023 16:24:38 UTC (QA Tests)] INFO -- clicking :menu_section_button922[Jul 27 2023 16:24:38 UTC (QA Tests)] INFO -- clicking :nav_item_link923[Jul 27 2023 16:24:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.986s924[Jul 27 2023 16:24:42 UTC (QA Tests)] INFO -- Searching in dropdown: "group-file-template-project-a2a15707199afd3b"925[Jul 27 2023 16:24:43 UTC (QA Tests)] INFO -- clicking :save_changes_button926[Jul 27 2023 16:24:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 1.085s927[Jul 27 2023 16:24:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/template-group/group-file-template-project-2-87879bd2ca7af7e0' via api in 0.95 seconds928[Jul 27 2023 16:24:45 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-87879bd2ca7af7e0929[Jul 27 2023 16:24:47 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown930[Jul 27 2023 16:24:47 UTC (QA Tests)] INFO -- clicking :new_file_menu_item931[Jul 27 2023 16:24:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.047s932[Jul 27 2023 16:24:48 UTC (QA Tests)] INFO -- filling :file_name_field with "71bcacf541185604/.gitignore"933[Jul 27 2023 16:24:48 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field934[Jul 27 2023 16:24:48 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown935[Jul 27 2023 16:24:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.167s936[Jul 27 2023 16:24:50 UTC (QA Tests)] INFO -- clicking :commit_button937[Jul 27 2023 16:24:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.344s938[Jul 27 2023 16:24:52 UTC (QA Tests)] ERROR -- Interceptor Api Errors939[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C2NNA1QSVT44MRNZ568XRS940error-messages: Variable $refType of type RefType was provided invalid value941 creates file via custom .gitignore file template942Create943 Merge request rebasing944[Jul 27 2023 16:24:52 UTC (QA Tests)] INFO -- Starting test: Create Merge request rebasing user rebases source branch of merge request945[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- filling :login_field with "root"946[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field947[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"948[Jul 27 2023 16:24:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field949[Jul 27 2023 16:24:54 UTC (QA Tests)] INFO -- clicking :sign_in_button950[Jul 27 2023 16:24:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.983s951[Jul 27 2023 16:24:55 UTC (QA Tests)] INFO -- Enabling super sidebar!952[Jul 27 2023 16:24:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled953[Jul 27 2023 16:24:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds954[Jul 27 2023 16:24:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds955[Jul 27 2023 16:24:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7' via api in 1.13 seconds956[Jul 27 2023 16:24:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.4 seconds957[Jul 27 2023 16:24:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.06 seconds958[Jul 27 2023 16:24: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-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7959[Jul 27 2023 16:25:01 UTC (QA Tests)] INFO -- clicking :menu_section_button960[Jul 27 2023 16:25:01 UTC (QA Tests)] INFO -- clicking :nav_item_link961[Jul 27 2023 16:25:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.93s962[Jul 27 2023 16:25:02 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button963[Jul 27 2023 16:25:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.087s964[Jul 27 2023 16:25:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.55 seconds965[Jul 27 2023 16:25:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7/-/merge_requests/1966[Jul 27 2023 16:25:07 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7/-/merge_requests/1967[Jul 27 2023 16:25:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.669s968[Jul 27 2023 16:25:09 UTC (QA Tests)] INFO -- clicking :mr_rebase_button969[Jul 27 2023 16:25:09 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}' arguments970[Jul 27 2023 16:25:09 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7/-/merge_requests/1971[Jul 27 2023 16:25:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.432s972[Jul 27 2023 16:25:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_button' took 11.053s973[Jul 27 2023 16:25:23 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7/-/merge_requests/1974[Jul 27 2023 16:25:25 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.797s975[Jul 27 2023 16:25:25 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-78d892e51fd790b7/-/merge_requests/1976[Jul 27 2023 16:25:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.974s977[Jul 27 2023 16:25:27 UTC (QA Tests)] INFO -- clicking :merge_button978[Jul 27 2023 16:25:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.497s979 user rebases source branch of merge request980Create981 Merge request custom templates982[Jul 27 2023 16:25:30 UTC (QA Tests)] INFO -- Starting test: Create Merge request custom templates creates a merge request via custom template983[Jul 27 2023 16:25:30 UTC (QA Tests)] INFO -- filling :login_field with "root"984[Jul 27 2023 16:25:30 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field985[Jul 27 2023 16:25:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"986[Jul 27 2023 16:25:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field987[Jul 27 2023 16:25:31 UTC (QA Tests)] INFO -- clicking :sign_in_button988[Jul 27 2023 16:25:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.028s989[Jul 27 2023 16:25:33 UTC (QA Tests)] INFO -- Enabling super sidebar!990[Jul 27 2023 16:25:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled991[Jul 27 2023 16:25:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds992[Jul 27 2023 16:25:35 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds993[Jul 27 2023 16:25:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/custom-mr-template-project-670f14dce70754b3' via api in 1.15 seconds994[Jul 27 2023 16:25:36 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds995[Jul 27 2023 16:25:37 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.39 seconds996[Jul 27 2023 16:25: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-16-19-35-b66d9af19565a77b/custom-mr-template-project-670f14dce70754b3997[Jul 27 2023 16:25:49 UTC (QA Tests)] INFO -- clicking :menu_section_button998[Jul 27 2023 16:25:49 UTC (QA Tests)] INFO -- clicking :nav_item_link999[Jul 27 2023 16:25:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.868s1000[Jul 27 2023 16:25:50 UTC (QA Tests)] INFO -- clicking :new_merge_request_button1001[Jul 27 2023 16:25:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 0.889s1002[Jul 27 2023 16:25:51 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown1003[Jul 27 2023 16:25:51 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-7a68b67e4bc2c11c"1004[Jul 27 2023 16:25:52 UTC (QA Tests)] INFO -- clicking :compare_branches_button1005[Jul 27 2023 16:25:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 1.48s1006[Jul 27 2023 16:25:54 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "One merge request to rule them all"1007[Jul 27 2023 16:25:54 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1008[Jul 27 2023 16:25:54 UTC (QA Tests)] INFO -- clicking :template_dropdown1009[Jul 27 2023 16:25:54 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1010[Jul 27 2023 16:25:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.981s1011[Jul 27 2023 16:25:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 21.09 seconds1012 creates a merge request via custom template1013Create1014 Web IDE file templates1015[Jul 27 2023 16:25:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1016[Jul 27 2023 16:25:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1017[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-66c38c7a0aa51f88' via api in 1.13 seconds1018[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.01019 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)1020[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds Dockerfile via file template Python1021 user adds Dockerfile via file template Python (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1022[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia1023 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)1024[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- Starting test: Create Web IDE file templates user adds .gitignore via file template Android1025 user adds .gitignore via file template Android (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)1026Create1027 Multiple file snippet1028 behaves like deleting file from snippet1029[Jul 27 2023 16:25:59 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-file1030[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- filling :login_field with "root"1031[Jul 27 2023 16:25:59 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1032[Jul 27 2023 16:26:00 UTC (QA Tests)] INFO -- filling :password_field with "*****"1033[Jul 27 2023 16:26:00 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1034[Jul 27 2023 16:26:00 UTC (QA Tests)] INFO -- clicking :sign_in_button1035[Jul 27 2023 16:26:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s1036[Jul 27 2023 16:26:02 UTC (QA Tests)] INFO -- Enabling super sidebar!1037[Jul 27 2023 16:26:02 UTC (QA Tests)] INFO -- Super sidebar is already enabled1038[Jul 27 2023 16:26:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1039[Jul 27 2023 16:26:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds1040[Jul 27 2023 16:26:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-d156ba389495a64f' via api in 0.84 seconds1041[Jul 27 2023 16:26:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '8' via api in 1.41 seconds1042[Jul 27 2023 16:26:05 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-d156ba389495a64f/-/snippets/81043[Jul 27 2023 16:26:06 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1044[Jul 27 2023 16:26:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.328s1045[Jul 27 2023 16:26:07 UTC (QA Tests)] INFO -- clicking :delete_file_button1046[Jul 27 2023 16:26:08 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1047[Jul 27 2023 16:26:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.417s1048[Jul 27 2023 16:26:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.432s1049 deletes second file from an existing project_snippet to make it single-file1050 behaves like deleting file from snippet1051[Jul 27 2023 16:26:10 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-file1052[Jul 27 2023 16:26:10 UTC (QA Tests)] INFO -- filling :login_field with "root"1053[Jul 27 2023 16:26:10 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1054[Jul 27 2023 16:26:11 UTC (QA Tests)] INFO -- filling :password_field with "*****"1055[Jul 27 2023 16:26:11 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1056[Jul 27 2023 16:26:11 UTC (QA Tests)] INFO -- clicking :sign_in_button1057[Jul 27 2023 16:26:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.07s1058[Jul 27 2023 16:26:13 UTC (QA Tests)] INFO -- Enabling super sidebar!1059[Jul 27 2023 16:26:13 UTC (QA Tests)] INFO -- Super sidebar is already enabled1060[Jul 27 2023 16:26:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '9' via api in 0.45 seconds1061[Jul 27 2023 16:26:15 UTC (QA Tests)] INFO -- Visiting QA::Resource::Snippet at http://gitlab-gitaly-cluster.test/-/snippets/91062[Jul 27 2023 16:26:16 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present1063[Jul 27 2023 16:26:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 0.896s1064[Jul 27 2023 16:26:17 UTC (QA Tests)] INFO -- clicking :delete_file_button1065[Jul 27 2023 16:26:17 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1066[Jul 27 2023 16:26:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.954s1067[Jul 27 2023 16:26:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 0.965s1068 deletes second file from an existing personal_snippet to make it single-file1069Create1070 Approval rules1071[Jul 27 2023 16:26:18 UTC (QA Tests)] INFO -- Starting test: Create Approval rules allows multiple approval rules with users and groups1072[Jul 27 2023 16:26:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1073[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1074[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02' via api in 0.74 seconds1075[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.27 seconds1076[Jul 27 2023 16:26:19 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02 QA::Resource::Project1077[Jul 27 2023 16:26:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.3 seconds1078[Jul 27 2023 16:26:20 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b QA::Resource::Group1079[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- filling :login_field with "root"1080[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1081[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1082[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1083[Jul 27 2023 16:26:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1084[Jul 27 2023 16:26:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.128s1085[Jul 27 2023 16:26:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1086[Jul 27 2023 16:26:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1087[Jul 27 2023 16:26:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1088[Jul 27 2023 16:26:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.52 seconds1089[Jul 27 2023 16:26: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-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf021090[Jul 27 2023 16:26:38 UTC (QA Tests)] INFO -- clicking :menu_section_button1091[Jul 27 2023 16:26:38 UTC (QA Tests)] INFO -- clicking :nav_item_link1092[Jul 27 2023 16:26:39 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.767s1093[Jul 27 2023 16:26:39 UTC (QA Tests)] INFO -- clicking :new_merge_request_button1094[Jul 27 2023 16:26:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_merge_request_button' took 0.863s1095[Jul 27 2023 16:26:40 UTC (QA Tests)] INFO -- clicking :source_branch_dropdown1096[Jul 27 2023 16:26:40 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-test-feature-8649753879e0f9b6"1097[Jul 27 2023 16:26:41 UTC (QA Tests)] INFO -- clicking :compare_branches_button1098[Jul 27 2023 16:26:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element compare_branches_button' took 1.277s1099[Jul 27 2023 16:26:42 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Add a new feature"1100[Jul 27 2023 16:26:42 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1101[Jul 27 2023 16:26:43 UTC (QA Tests)] INFO -- filling :issuable_form_description_field with "Great feature, much approval"1102[Jul 27 2023 16:26:43 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_description_field1103[Jul 27 2023 16:26:43 UTC (QA Tests)] INFO -- clicking :add_approvers_button1104[Jul 27 2023 16:26:45 UTC (QA Tests)] INFO -- filling :rule_name_field with "user"1105[Jul 27 2023 16:26:45 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1106[Jul 27 2023 16:26:45 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1107[Jul 27 2023 16:26:45 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1108[Jul 27 2023 16:26:46 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-user1"1109[Jul 27 2023 16:26:49 UTC (QA Tests)] INFO -- clicking :add_approvers_button1110[Jul 27 2023 16:26:50 UTC (QA Tests)] INFO -- filling :rule_name_field with "group"1111[Jul 27 2023 16:26:50 UTC (QA Tests)] INFO -- clicking the coordinates of :rule_name_field1112[Jul 27 2023 16:26:50 UTC (QA Tests)] INFO -- filling :approvals_required_field with "1"1113[Jul 27 2023 16:26:50 UTC (QA Tests)] INFO -- clicking the coordinates of :approvals_required_field1114[Jul 27 2023 16:26:51 UTC (QA Tests)] INFO -- Searching in dropdown: "gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b"1115[Jul 27 2023 16:26:55 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1116[Jul 27 2023 16:26:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.758s1117[Jul 27 2023 16:26:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 33.2 seconds1118[Jul 27 2023 16:27:02 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.052s1119[Jul 27 2023 16:27:02 UTC (QA Tests)] INFO -- clicking :user_avatar_content1120[Jul 27 2023 16:27:02 UTC (QA Tests)] INFO -- clicking :sign_out_link1121[Jul 27 2023 16:27:03 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1122[Jul 27 2023 16:27:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1123[Jul 27 2023 16:27:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1124[Jul 27 2023 16:27:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1125[Jul 27 2023 16:27:04 UTC (QA Tests)] INFO -- clicking :sign_in_button1126[Jul 27 2023 16:27:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.782s1127[Jul 27 2023 16:27:05 UTC (QA Tests)] INFO -- Enabling super sidebar!1128[Jul 27 2023 16:27:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled1129[Jul 27 2023 16:27:06 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02/-/merge_requests/11130[Jul 27 2023 16:27:08 UTC (QA Tests)] INFO -- clicking :close_button1131[Jul 27 2023 16:27:09 UTC (QA Tests)] INFO -- clicking :approve_button1132[Jul 27 2023 16:27:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.563s1133[Jul 27 2023 16:27:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.593s1134[Jul 27 2023 16:27:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.023s1135[Jul 27 2023 16:27:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1136[Jul 27 2023 16:27:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1137[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user2"1138[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1139[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1140[Jul 27 2023 16:27:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1141[Jul 27 2023 16:27:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1142[Jul 27 2023 16:27:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.931s1143[Jul 27 2023 16:27:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1144[Jul 27 2023 16:27:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1145[Jul 27 2023 16:27:20 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02/-/merge_requests/11146[Jul 27 2023 16:27:22 UTC (QA Tests)] INFO -- clicking :close_button1147[Jul 27 2023 16:27:22 UTC (QA Tests)] INFO -- clicking :approve_button1148[Jul 27 2023 16:27:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.576s1149[Jul 27 2023 16:27:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element approve_button' took 0.621s1150[Jul 27 2023 16:27:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.034s1151[Jul 27 2023 16:27:27 UTC (QA Tests)] INFO -- clicking :user_avatar_content1152[Jul 27 2023 16:27:27 UTC (QA Tests)] INFO -- clicking :sign_out_link1153[Jul 27 2023 16:27:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1154[Jul 27 2023 16:27:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1155[Jul 27 2023 16:27:28 UTC (QA Tests)] INFO -- filling :password_field with "*****"1156[Jul 27 2023 16:27:28 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1157[Jul 27 2023 16:27:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1158[Jul 27 2023 16:27:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.05s1159[Jul 27 2023 16:27:30 UTC (QA Tests)] INFO -- Enabling super sidebar!1160[Jul 27 2023 16:27:30 UTC (QA Tests)] INFO -- Super sidebar is already enabled1161[Jul 27 2023 16:27:32 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02/-/merge_requests/11162[Jul 27 2023 16:27:34 UTC (QA Tests)] INFO -- clicking :merge_button1163[Jul 27 2023 16:27:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.585s1164[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- Removing user gitlab-qa-user2 from gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b QA::Resource::Group1165[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/approval-rules-f5f378d294e2bf02'1166 allows multiple approval rules with users and groups1167Create1168 First file using Web IDE1169[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- Starting test: Create First file using Web IDE creates the first file in an empty project via Web IDE1170 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)1171Create1172 Merge request push options1173[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets a target branch1174[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1175[Jul 27 2023 16:27:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.17 seconds1176[Jul 27 2023 16:27:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/merge-request-push-options-192f97ffb693a07c' via api in 1.05 seconds1177[Jul 27 2023 16:27:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1178[Jul 27 2023 16:27:39 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.14 seconds1179[Jul 27 2023 16:27:41 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1180[Jul 27 2023 16:27:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.36 seconds1181[Jul 27 2023 16:27:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.15 seconds1182[Jul 27 2023 16:27:41 UTC (QA Tests)] INFO -- Merging via PUT /projects/23/merge_requests/1/merge1183[Jul 27 2023 16:27:43 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test dae77d0ba677c7c9"1184 sets a target branch1185Create1186 SSH key support1187[Jul 27 2023 16:27:43 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-l3z46v/id_rsa -N `1188[Jul 27 2023 16:27:44 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '3' via api in 0.2 seconds1189[Jul 27 2023 16:27:44 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes multiple branches and tags together1190[Jul 27 2023 16:27:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1191[Jul 27 2023 16:27:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1192[Jul 27 2023 16:27:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1193[Jul 27 2023 16:27:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1194[Jul 27 2023 16:27:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1195[Jul 27 2023 16:27:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.085s1196[Jul 27 2023 16:27:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1197[Jul 27 2023 16:27:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1198[Jul 27 2023 16:27:48 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1199[Jul 27 2023 16:27:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds1200[Jul 27 2023 16:27:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/ssh-tests-731488db23a93016' via api in 0.77 seconds1201 pushes multiple branches and tags together1202[Jul 27 2023 16:27:51 UTC (QA Tests)] INFO -- Starting test: Create SSH key support pushes code to the repository via SSH1203[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1204[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1205[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1206[Jul 27 2023 16:27:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1207[Jul 27 2023 16:27:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1208[Jul 27 2023 16:27:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.053s1209[Jul 27 2023 16:27:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1210[Jul 27 2023 16:27:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1211[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1212[Jul 27 2023 16:27:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1213[Jul 27 2023 16:27:57 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/ssh-tests-3542e12151159571' via api in 0.77 seconds1214[Jul 27 2023 16:27:58 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1215[Jul 27 2023 16:27:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.97 seconds1216[Jul 27 2023 16:27: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-16-19-35-b66d9af19565a77b/ssh-tests-3542e121511595711217 pushes code to the repository via SSH1218[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '3'1219Create1220 Default merge request templates1221[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- Starting test: Create Default merge request templates uses default template when creating a merge request1222[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- filling :login_field with "root"1223[Jul 27 2023 16:28:01 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1224[Jul 27 2023 16:28:02 UTC (QA Tests)] INFO -- filling :password_field with "*****"1225[Jul 27 2023 16:28:02 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1226[Jul 27 2023 16:28:02 UTC (QA Tests)] INFO -- clicking :sign_in_button1227[Jul 27 2023 16:28:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.028s1228[Jul 27 2023 16:28:04 UTC (QA Tests)] INFO -- Enabling super sidebar!1229[Jul 27 2023 16:28:04 UTC (QA Tests)] INFO -- Super sidebar is already enabled1230[Jul 27 2023 16:28:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1231[Jul 27 2023 16:28:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds1232[Jul 27 2023 16:28:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/default-mr-template-project-f1685669e3417dcd' via api in 0.73 seconds1233[Jul 27 2023 16:28: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-16-19-35-b66d9af19565a77b/default-mr-template-project-f1685669e3417dcd1234[Jul 27 2023 16:28:07 UTC (QA Tests)] INFO -- clicking :menu_section_button1235[Jul 27 2023 16:28:07 UTC (QA Tests)] INFO -- clicking :nav_item_link1236[Jul 27 2023 16:28:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.889s1237[Jul 27 2023 16:28:08 UTC (QA Tests)] INFO -- filling :default_merge_request_template_field with "This is a default merge request template"1238[Jul 27 2023 16:28:08 UTC (QA Tests)] INFO -- clicking the coordinates of :default_merge_request_template_field1239[Jul 27 2023 16:28:09 UTC (QA Tests)] INFO -- clicking :save_merge_request_changes_button1240[Jul 27 2023 16:28:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_merge_request_changes_button' took 1.04s1241[Jul 27 2023 16:28:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.46 seconds1242[Jul 27 2023 16:28:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.45 seconds1243[Jul 27 2023 16:28:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/default-mr-template-project-f1685669e3417dcd1244[Jul 27 2023 16:28:13 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1245[Jul 27 2023 16:28:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.101s1246[Jul 27 2023 16:28:14 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "QA test - merge request"1247[Jul 27 2023 16:28:14 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1248[Jul 27 2023 16:28:14 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1249[Jul 27 2023 16:28:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.53s1250[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest via browser_ui in 6.71 seconds1251 uses default template when creating a merge request1252Create1253 Download merge request patch and diff1254[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request patches1255[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- filling :login_field with "root"1256[Jul 27 2023 16:28:17 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1257[Jul 27 2023 16:28:18 UTC (QA Tests)] INFO -- filling :password_field with "*****"1258[Jul 27 2023 16:28:18 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1259[Jul 27 2023 16:28:18 UTC (QA Tests)] INFO -- clicking :sign_in_button1260[Jul 27 2023 16:28:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.122s1261[Jul 27 2023 16:28:20 UTC (QA Tests)] INFO -- Enabling super sidebar!1262[Jul 27 2023 16:28:20 UTC (QA Tests)] INFO -- Super sidebar is already enabled1263[Jul 27 2023 16:28:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1264[Jul 27 2023 16:28:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.16 seconds1265[Jul 27 2023 16:28:23 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-aec2f36e264db926' via api in 1.06 seconds1266[Jul 27 2023 16:28:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.42 seconds1267[Jul 27 2023 16:28:24 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.09 seconds1268[Jul 27 2023 16:28:24 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-aec2f36e264db926/-/merge_requests/11269 views the merge request patches1270[Jul 27 2023 16:28:26 UTC (QA Tests)] INFO -- Starting test: Create Download merge request patch and diff views the merge request plain diff1271[Jul 27 2023 16:28:27 UTC (QA Tests)] INFO -- filling :login_field with "root"1272[Jul 27 2023 16:28:27 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1273[Jul 27 2023 16:28:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1274[Jul 27 2023 16:28:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1275[Jul 27 2023 16:28:28 UTC (QA Tests)] INFO -- clicking :sign_in_button1276[Jul 27 2023 16:28:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.055s1277[Jul 27 2023 16:28:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1278[Jul 27 2023 16:28:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1279[Jul 27 2023 16:28:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1280[Jul 27 2023 16:28:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1281[Jul 27 2023 16:28:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-d8b4d81ed3273113' via api in 1.11 seconds1282[Jul 27 2023 16:28:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.41 seconds1283[Jul 27 2023 16:28:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 2.05 seconds1284[Jul 27 2023 16:28:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-d8b4d81ed3273113/-/merge_requests/11285 views the merge request plain diff1286Create1287 Merge request creation from fork1288[Jul 27 2023 16:28:36 UTC (QA Tests)] INFO -- Starting test: Create Merge request creation from fork can merge source branch from fork into upstream repository1289[Jul 27 2023 16:28:36 UTC (QA Tests)] INFO -- filling :login_field with "root"1290[Jul 27 2023 16:28:36 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1291[Jul 27 2023 16:28:36 UTC (QA Tests)] INFO -- filling :password_field with "*****"1292[Jul 27 2023 16:28:36 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1293[Jul 27 2023 16:28:37 UTC (QA Tests)] INFO -- clicking :sign_in_button1294[Jul 27 2023 16:28:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.054s1295[Jul 27 2023 16:28:38 UTC (QA Tests)] INFO -- Enabling super sidebar!1296[Jul 27 2023 16:28:38 UTC (QA Tests)] INFO -- Super sidebar is already enabled1297[Jul 27 2023 16:28:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1298[Jul 27 2023 16:28:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.16 seconds1299[Jul 27 2023 16:28:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-f89dc084cfe42f0d' via api in 0.74 seconds1300[Jul 27 2023 16:28:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1301[Jul 27 2023 16:28:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.55 seconds1302[Jul 27 2023 16:28:43 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::User with username 'qa-user-c5dc9fbd4da292c3' via api in 0.28 seconds1303[Jul 27 2023 16:28:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.038s1304[Jul 27 2023 16:28:45 UTC (QA Tests)] INFO -- clicking :user_avatar_content1305[Jul 27 2023 16:28:45 UTC (QA Tests)] INFO -- clicking :sign_out_link1306[Jul 27 2023 16:28:45 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c5dc9fbd4da292c3"1307[Jul 27 2023 16:28:45 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1308[Jul 27 2023 16:28:46 UTC (QA Tests)] INFO -- filling :password_field with "*****"1309[Jul 27 2023 16:28:46 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1310[Jul 27 2023 16:28:46 UTC (QA Tests)] INFO -- clicking :sign_in_button1311[Jul 27 2023 16:28:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.69s1312[Jul 27 2023 16:28:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1313[Jul 27 2023 16:28:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1314[Jul 27 2023 16:28: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-16-19-35-b66d9af19565a77b/project-with-code-f89dc084cfe42f0d1315[Jul 27 2023 16:28:51 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown1316[Jul 27 2023 16:28:51 UTC (QA Tests)] INFO -- Searching in dropdown: "qa-user-c5dc9fbd4da292c3"1317[Jul 27 2023 16:28:51 UTC (QA Tests)] INFO -- clicking :fork_privacy_button1318[Jul 27 2023 16:28:51 UTC (QA Tests)] INFO -- clicking :fork_project_button1319[Jul 27 2023 16:28:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.034s1320[Jul 27 2023 16:28:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s1321[Jul 27 2023 16:28:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.03s1322[Jul 27 2023 16:28:57 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.02s1323[Jul 27 2023 16:28:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.49s1324[Jul 27 2023 16:28:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 6.037s1325[Jul 27 2023 16:28:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? forked_from_link' took 7.518s1326[Jul 27 2023 16:28:59 UTC (QA Tests)] INFO -- No cached token found for username: qa-user-c5dc9fbd4da292c31327[Jul 27 2023 16:28:59 UTC (QA Tests)] INFO -- Caching token for username: qa-user-c5dc9fbd4da292c3, last six chars of token:Z-fsYX1328[Jul 27 2023 16:28:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::PersonalAccessToken with name 'api-pat-qa-user-c5dc9fbd4da292c3-pxakml0k' via api in 0.11 seconds1329[Jul 27 2023 16:28:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'qa-user-c5dc9fbd4da292c3/project-with-code-f89dc084cfe42f0d' via api in 0.28 seconds1330[Jul 27 2023 16:28:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Fork with name 'project-with-code-f89dc084cfe42f0d' via browser_ui in 19.01 seconds1331[Jul 27 2023 16:29:00 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1332[Jul 27 2023 16:29:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.2 seconds1333[Jul 27 2023 16:29:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/qa-user-c5dc9fbd4da292c3/project-with-code-f89dc084cfe42f0d1334[Jul 27 2023 16:29:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s1335[Jul 27 2023 16:29:03 UTC (QA Tests)] INFO -- clicking :user_avatar_content1336[Jul 27 2023 16:29:03 UTC (QA Tests)] INFO -- clicking :user_avatar_content1337[Jul 27 2023 16:29:05 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.05s1338[Jul 27 2023 16:29:05 UTC (QA Tests)] INFO -- clicking :user_avatar_content1339[Jul 27 2023 16:29:05 UTC (QA Tests)] INFO -- clicking :sign_out_link1340[Jul 27 2023 16:29:05 UTC (QA Tests)] INFO -- filling :login_field with "qa-user-c5dc9fbd4da292c3"1341[Jul 27 2023 16:29:05 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1342[Jul 27 2023 16:29:06 UTC (QA Tests)] INFO -- filling :password_field with "*****"1343[Jul 27 2023 16:29:06 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1344[Jul 27 2023 16:29:06 UTC (QA Tests)] INFO -- clicking :sign_in_button1345[Jul 27 2023 16:29:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.528s1346[Jul 27 2023 16:29:07 UTC (QA Tests)] INFO -- Enabling super sidebar!1347[Jul 27 2023 16:29:07 UTC (QA Tests)] INFO -- Super sidebar is already enabled1348[Jul 27 2023 16:29:09 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1349[Jul 27 2023 16:29:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.071s1350[Jul 27 2023 16:29:10 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1351[Jul 27 2023 16:29:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.58s1352[Jul 27 2023 16:29:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.065s1353[Jul 27 2023 16:29:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1354[Jul 27 2023 16:29:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1355[Jul 27 2023 16:29:15 UTC (QA Tests)] INFO -- filling :login_field with "root"1356[Jul 27 2023 16:29:15 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1357[Jul 27 2023 16:29:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1358[Jul 27 2023 16:29:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1359[Jul 27 2023 16:29:16 UTC (QA Tests)] INFO -- clicking :sign_in_button1360[Jul 27 2023 16:29:17 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.076s1361[Jul 27 2023 16:29:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1362[Jul 27 2023 16:29:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled1363[Jul 27 2023 16:29:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds1364[Jul 27 2023 16:29:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.25 seconds1365[Jul 27 2023 16:29:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-merge-request-42126935dbf3894a' via api in 1.22 seconds1366[Jul 27 2023 16:29:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequestFromFork via browser_ui in 40.49 seconds1367[Jul 27 2023 16:29:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequestFromFork at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-f89dc084cfe42f0d/-/merge_requests/11368[Jul 27 2023 16:29:24 UTC (QA Tests)] INFO -- clicking :merge_button1369[Jul 27 2023 16:29:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 2.6s1370[Jul 27 2023 16:29:27 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'qa-user-c5dc9fbd4da292c3/project-with-code-f89dc084cfe42f0d'1371[Jul 27 2023 16:29:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-f89dc084cfe42f0d'1372[Jul 27 2023 16:29:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::User with username 'qa-user-c5dc9fbd4da292c3'1373[Jul 27 2023 16:29:28 UTC (QA Tests)] ERROR -- Interceptor Api Errors1374[404] GET /gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-f89dc084cfe42f0d/-/merge_requests/1/diffs_metadata.json -- Correlation Id: 01H6C2XK5S7B2YHH2NEWHRPE741375 can merge source branch from fork into upstream repository1376Create1377 Project snippet creation1378[Jul 27 2023 16:29:28 UTC (QA Tests)] INFO -- Starting test: Create Project snippet creation user creates a project snippet1379[Jul 27 2023 16:29:28 UTC (QA Tests)] INFO -- filling :login_field with "root"1380[Jul 27 2023 16:29:28 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1381[Jul 27 2023 16:29:29 UTC (QA Tests)] INFO -- filling :password_field with "*****"1382[Jul 27 2023 16:29:29 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1383[Jul 27 2023 16:29:29 UTC (QA Tests)] INFO -- clicking :sign_in_button1384[Jul 27 2023 16:29:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.095s1385[Jul 27 2023 16:29:31 UTC (QA Tests)] INFO -- Enabling super sidebar!1386[Jul 27 2023 16:29:31 UTC (QA Tests)] INFO -- Super sidebar is already enabled1387[Jul 27 2023 16:29:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1388[Jul 27 2023 16:29:33 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1389[Jul 27 2023 16:29:33 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-49cdd3bffaf2f300' via api in 0.77 seconds1390[Jul 27 2023 16:29:33 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-49cdd3bffaf2f3001391[Jul 27 2023 16:29:34 UTC (QA Tests)] INFO -- clicking :menu_section_button1392[Jul 27 2023 16:29:34 UTC (QA Tests)] INFO -- clicking :nav_item_link1393[Jul 27 2023 16:29:35 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.702s1394[Jul 27 2023 16:29:35 UTC (QA Tests)] INFO -- clicking :create_first_snippet_link1395[Jul 27 2023 16:29:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_first_snippet_link' took 0.965s1396[Jul 27 2023 16:29:36 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Project snippet"1397[Jul 27 2023 16:29:36 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field1398[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- clicking :description_placeholder1399[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- filling :snippet_description_field with " "1400[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field1401[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- clicking :visibility_content1402[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- filling :file_name_field with "markdown_file.md"1403[Jul 27 2023 16:29:37 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1404[Jul 27 2023 16:29:38 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button1405[Jul 27 2023 16:29:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.566s1406[Jul 27 2023 16:29:40 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.576s1407[Jul 27 2023 16:29:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '10' via browser_ui in 7.3 seconds1408 user creates a project snippet1409Create1410 Create a new merge request from the event notification after a push1411[Jul 27 2023 16:29:40 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 API1412[Jul 27 2023 16:29:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1413[Jul 27 2023 16:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1414[Jul 27 2023 16:29:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1415[Jul 27 2023 16:29:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1416[Jul 27 2023 16:29:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1417[Jul 27 2023 16:29:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.039s1418[Jul 27 2023 16:29:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1419[Jul 27 2023 16:29:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1420[Jul 27 2023 16:29:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1421[Jul 27 2023 16:29:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1422[Jul 27 2023 16:29:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/the_awesome_project-434a503a41a32633' via api in 1.09 seconds1423[Jul 27 2023 16:29:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.43 seconds1424[Jul 27 2023 16:29:47 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "QA Test - Commit message"1425[Jul 27 2023 16:29: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-16-19-35-b66d9af19565a77b/the_awesome_project-434a503a41a326331426[Jul 27 2023 16:29:49 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1427[Jul 27 2023 16:29:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.436s1428[Jul 27 2023 16:29:50 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test b17569b39e1fc87c"1429[Jul 27 2023 16:29:50 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1430[Jul 27 2023 16:29:51 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1431[Jul 27 2023 16:29:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.534s1432 creates a merge request after a push via the API1433[Jul 27 2023 16:29:54 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 CLI1434[Jul 27 2023 16:29:54 UTC (QA Tests)] INFO -- filling :login_field with "root"1435[Jul 27 2023 16:29:54 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1436[Jul 27 2023 16:29:55 UTC (QA Tests)] INFO -- filling :password_field with "*****"1437[Jul 27 2023 16:29:55 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1438[Jul 27 2023 16:29:55 UTC (QA Tests)] INFO -- clicking :sign_in_button1439[Jul 27 2023 16:29:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.045s1440[Jul 27 2023 16:29:57 UTC (QA Tests)] INFO -- Enabling super sidebar!1441[Jul 27 2023 16:29:57 UTC (QA Tests)] INFO -- Super sidebar is already enabled1442[Jul 27 2023 16:29:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1443[Jul 27 2023 16:29:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1444[Jul 27 2023 16:30:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/the_awesome_project-65715816d8525a16' via api in 1.18 seconds1445[Jul 27 2023 16:30:01 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1446[Jul 27 2023 16:30:01 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.3 seconds1447[Jul 27 2023 16:30:01 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/the_awesome_project-65715816d8525a161448[Jul 27 2023 16:30:02 UTC (QA Tests)] INFO -- clicking :create_merge_request_button1449[Jul 27 2023 16:30:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_merge_request_button' took 1.245s1450[Jul 27 2023 16:30:04 UTC (QA Tests)] INFO -- filling :issuable_form_title_field with "Merge from push event notification test d32d8a62d40874a8"1451[Jul 27 2023 16:30:04 UTC (QA Tests)] INFO -- clicking the coordinates of :issuable_form_title_field1452[Jul 27 2023 16:30:04 UTC (QA Tests)] INFO -- clicking :issuable_create_button and ensuring QA::Page::MergeRequest::Show is present1453[Jul 27 2023 16:30:07 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element issuable_create_button' took 2.574s1454 creates a merge request after a push via the git CLI1455Create1456 Git push over HTTP1457[Jul 27 2023 16:30:07 UTC (QA Tests)] INFO -- Starting test: Create Git push over HTTP user using a personal access token pushes code to the repository1458[Jul 27 2023 16:30:07 UTC (QA Tests)] INFO -- filling :login_field with "root"1459[Jul 27 2023 16:30:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1460[Jul 27 2023 16:30:08 UTC (QA Tests)] INFO -- filling :password_field with "*****"1461[Jul 27 2023 16:30:08 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1462[Jul 27 2023 16:30:08 UTC (QA Tests)] INFO -- clicking :sign_in_button1463[Jul 27 2023 16:30:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.081s1464[Jul 27 2023 16:30:10 UTC (QA Tests)] INFO -- Enabling super sidebar!1465[Jul 27 2023 16:30:10 UTC (QA Tests)] INFO -- Super sidebar is already enabled1466[Jul 27 2023 16:30:12 UTC (QA Tests)] INFO -- Retrieved cached token for username: root, last six chars of token:sixwPA1467[Jul 27 2023 16:30:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::PersonalAccessToken with name 'api-pat-root-5yemoiax' via cache in 0.0 seconds1468[Jul 27 2023 16:30:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1469[Jul 27 2023 16:30:12 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1470[Jul 27 2023 16:30:13 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b8627b71a7485530' via api in 0.75 seconds1471[Jul 27 2023 16:30:13 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1472[Jul 27 2023 16:30:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.09 seconds1473[Jul 27 2023 16:30:14 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b8627b71a74855301474 user using a personal access token pushes code to the repository1475Create1476 Create, Retrieve and Delete branches via API1477[Jul 27 2023 16:30:16 UTC (QA Tests)] INFO -- Starting test: Create Create, Retrieve and Delete branches via API creates, retrieves and deletes branches1478[Jul 27 2023 16:30:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1479[Jul 27 2023 16:30:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1480[Jul 27 2023 16:30:16 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-qa-test-c7860a8b8921f3fd' via api in 0.75 seconds1481[Jul 27 2023 16:30:18 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add file.txt"1482[Jul 27 2023 16:30:18 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Branch with name 'create-branch' via api in 0.42 seconds1483[Jul 27 2023 16:30:18 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Repository::Branch with name 'delete-branch' via api in 0.09 seconds1484[Jul 27 2023 16:30:19 UTC (QA Tests)] INFO -- Removed a QA::Resource::Repository::Branch with name 'delete-branch'1485 creates, retrieves and deletes branches1486Create1487 Merge request push options1488[Jul 27 2023 16:30:19 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets title and description1489[Jul 27 2023 16:30:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1490[Jul 27 2023 16:30:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.16 seconds1491[Jul 27 2023 16:30:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/merge-request-push-options-887ac5f1f5beb78e' via api in 1.15 seconds1492[Jul 27 2023 16:30:21 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1493[Jul 27 2023 16:30:22 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.51 seconds1494[Jul 27 2023 16:30:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.2 seconds1495[Jul 27 2023 16:30:22 UTC (QA Tests)] INFO -- Merging via PUT /projects/37/merge_requests/1/merge1496[Jul 27 2023 16:30:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test 6f2057b79a3db7d1"1497 sets title and description1498Create1499 Default branch name instance setting1500[Jul 27 2023 16:30:39 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>"main"}1501[Jul 27 2023 16:30:40 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting sets the default branch name for a new project1502[Jul 27 2023 16:30:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1503[Jul 27 2023 16:30:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1504[Jul 27 2023 16:30:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/default-branch-name-3c9a7531884abb2a' via api in 1.26 seconds1505 sets the default branch name for a new project1506[Jul 27 2023 16:30:41 UTC (QA Tests)] INFO -- Starting test: Create Default branch name instance setting allows a project to be created via the CLI with a different default branch name1507[Jul 27 2023 16:30:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1508[Jul 27 2023 16:30:41 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1509[Jul 27 2023 16:30:43 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/default-branch-name-via-cli-251e5ecbc566dc7c' via api in 0.18 seconds1510 allows a project to be created via the CLI with a different default branch name1511[Jul 27 2023 16:30:43 UTC (QA Tests)] INFO -- Setting application settings: {:default_branch_name=>nil}1512Create1513 File templates1514[Jul 27 2023 16:30:44 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds Dockerfile via file template Python1515[Jul 27 2023 16:30:44 UTC (QA Tests)] INFO -- filling :login_field with "root"1516[Jul 27 2023 16:30:44 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1517[Jul 27 2023 16:30:45 UTC (QA Tests)] INFO -- filling :password_field with "*****"1518[Jul 27 2023 16:30:45 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1519[Jul 27 2023 16:30:45 UTC (QA Tests)] INFO -- clicking :sign_in_button1520[Jul 27 2023 16:30:46 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.206s1521[Jul 27 2023 16:30:47 UTC (QA Tests)] INFO -- Enabling super sidebar!1522[Jul 27 2023 16:30:47 UTC (QA Tests)] INFO -- Super sidebar is already enabled1523[Jul 27 2023 16:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1524[Jul 27 2023 16:30:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1525[Jul 27 2023 16:30:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-bc3374225c5ab05f' via api in 1.27 seconds1526[Jul 27 2023 16:30: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-16-19-35-b66d9af19565a77b/file-template-project-bc3374225c5ab05f1527[Jul 27 2023 16:30:52 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1528[Jul 27 2023 16:30:52 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1529[Jul 27 2023 16:30:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.049s1530[Jul 27 2023 16:30:53 UTC (QA Tests)] INFO -- filling :file_name_field with "1fe9d380e6a86822/Dockerfile"1531[Jul 27 2023 16:30:53 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1532[Jul 27 2023 16:30:53 UTC (QA Tests)] INFO -- clicking :dockerfile_dropdown1533[Jul 27 2023 16:30:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.142s1534[Jul 27 2023 16:30:55 UTC (QA Tests)] INFO -- clicking :commit_button1535[Jul 27 2023 16:30:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.489s1536[Jul 27 2023 16:30:57 UTC (QA Tests)] ERROR -- Interceptor Api Errors1537[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C30T05612NSVA9NTB4AX941538error-messages: Variable $refType of type RefType was provided invalid value1539 user adds Dockerfile via file template Python1540[Jul 27 2023 16:30:57 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitignore via file template Android1541[Jul 27 2023 16:30:58 UTC (QA Tests)] INFO -- filling :login_field with "root"1542[Jul 27 2023 16:30:58 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1543[Jul 27 2023 16:30:58 UTC (QA Tests)] INFO -- filling :password_field with "*****"1544[Jul 27 2023 16:30:58 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1545[Jul 27 2023 16:30:59 UTC (QA Tests)] INFO -- clicking :sign_in_button1546[Jul 27 2023 16:31:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.134s1547[Jul 27 2023 16:31:00 UTC (QA Tests)] INFO -- Enabling super sidebar!1548[Jul 27 2023 16:31:00 UTC (QA Tests)] INFO -- Super sidebar is already enabled1549[Jul 27 2023 16:31:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1550[Jul 27 2023 16:31:03 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds1551[Jul 27 2023 16:31:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-5823add488c31958' via api in 1.21 seconds1552[Jul 27 2023 16:31:04 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-5823add488c319581553[Jul 27 2023 16:31:05 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1554[Jul 27 2023 16:31:05 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1555[Jul 27 2023 16:31:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.871s1556[Jul 27 2023 16:31:06 UTC (QA Tests)] INFO -- filling :file_name_field with "7796ff9ddf39fadb/.gitignore"1557[Jul 27 2023 16:31:06 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1558[Jul 27 2023 16:31:07 UTC (QA Tests)] INFO -- clicking :gitignore_dropdown1559[Jul 27 2023 16:31:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.146s1560[Jul 27 2023 16:31:08 UTC (QA Tests)] INFO -- clicking :commit_button1561[Jul 27 2023 16:31:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.392s1562[Jul 27 2023 16:31:11 UTC (QA Tests)] ERROR -- Interceptor Api Errors1563[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C3173EDA33KSJKRFVSK8XT1564error-messages: Variable $refType of type RefType was provided invalid value1565 user adds .gitignore via file template Android1566[Jul 27 2023 16:31:11 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds LICENSE via file template Mozilla Public License 2.01567[Jul 27 2023 16:31:11 UTC (QA Tests)] INFO -- filling :login_field with "root"1568[Jul 27 2023 16:31:11 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1569[Jul 27 2023 16:31:12 UTC (QA Tests)] INFO -- filling :password_field with "*****"1570[Jul 27 2023 16:31:12 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1571[Jul 27 2023 16:31:12 UTC (QA Tests)] INFO -- clicking :sign_in_button1572[Jul 27 2023 16:31:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.122s1573[Jul 27 2023 16:31:14 UTC (QA Tests)] INFO -- Enabling super sidebar!1574[Jul 27 2023 16:31:14 UTC (QA Tests)] INFO -- Super sidebar is already enabled1575[Jul 27 2023 16:31:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1576[Jul 27 2023 16:31:16 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1577[Jul 27 2023 16:31:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-d5dac4b967cc0b5a' via api in 1.14 seconds1578[Jul 27 2023 16:31:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-d5dac4b967cc0b5a1579[Jul 27 2023 16:31:19 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1580[Jul 27 2023 16:31:19 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1581[Jul 27 2023 16:31:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.029s1582[Jul 27 2023 16:31:20 UTC (QA Tests)] INFO -- filling :file_name_field with "LICENSE"1583[Jul 27 2023 16:31:20 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1584[Jul 27 2023 16:31:20 UTC (QA Tests)] INFO -- clicking :license_dropdown1585[Jul 27 2023 16:31:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.15s1586[Jul 27 2023 16:31:22 UTC (QA Tests)] INFO -- clicking :commit_button1587[Jul 27 2023 16:31:23 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.488s1588[Jul 27 2023 16:31:25 UTC (QA Tests)] ERROR -- Interceptor Api Errors1589[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C31M91201ZY1NG90079QGX1590error-messages: Variable $refType of type RefType was provided invalid value1591 user adds LICENSE via file template Mozilla Public License 2.01592[Jul 27 2023 16:31:25 UTC (QA Tests)] INFO -- Starting test: Create File templates user adds .gitlab-ci.yml via file template Julia1593[Jul 27 2023 16:31:26 UTC (QA Tests)] INFO -- filling :login_field with "root"1594[Jul 27 2023 16:31:26 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1595[Jul 27 2023 16:31:27 UTC (QA Tests)] INFO -- filling :password_field with "*****"1596[Jul 27 2023 16:31:27 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1597[Jul 27 2023 16:31:27 UTC (QA Tests)] INFO -- clicking :sign_in_button1598[Jul 27 2023 16:31:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.16s1599[Jul 27 2023 16:31:29 UTC (QA Tests)] INFO -- Enabling super sidebar!1600[Jul 27 2023 16:31:29 UTC (QA Tests)] INFO -- Super sidebar is already enabled1601[Jul 27 2023 16:31:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1602[Jul 27 2023 16:31:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.24 seconds1603[Jul 27 2023 16:31:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file-template-project-fd5193ae9f834951' via api in 1.21 seconds1604[Jul 27 2023 16:31: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-16-19-35-b66d9af19565a77b/file-template-project-fd5193ae9f8349511605[Jul 27 2023 16:31:33 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1606[Jul 27 2023 16:31:33 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1607[Jul 27 2023 16:31:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 0.925s1608[Jul 27 2023 16:31:34 UTC (QA Tests)] INFO -- filling :file_name_field with "ec25ae3a79e6eed3/.gitlab-ci.yml"1609[Jul 27 2023 16:31:34 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1610[Jul 27 2023 16:31:35 UTC (QA Tests)] INFO -- clicking :gitlab_ci_yml_dropdown1611[Jul 27 2023 16:31:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? blob_viewer_file_content' took 1.143s1612[Jul 27 2023 16:31:37 UTC (QA Tests)] INFO -- clicking :commit_button1613[Jul 27 2023 16:31:38 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.573s1614[Jul 27 2023 16:31:40 UTC (QA Tests)] ERROR -- Interceptor Api Errors1615[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C322M47CM3QJJ6FC530BH31616error-messages: Variable $refType of type RefType was provided invalid value1617 user adds .gitlab-ci.yml via file template Julia1618Create1619 Pull mirror a repository over SSH with a private key1620[Jul 27 2023 16:31:40 UTC (QA Tests)] INFO -- Starting test: Create Pull mirror a repository over SSH with a private key configures and syncs a (pull) mirrored repository1621[Jul 27 2023 16:31:40 UTC (QA Tests)] INFO -- filling :login_field with "root"1622[Jul 27 2023 16:31:40 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1623[Jul 27 2023 16:31:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1624[Jul 27 2023 16:31:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1625[Jul 27 2023 16:31:41 UTC (QA Tests)] INFO -- clicking :sign_in_button1626[Jul 27 2023 16:31:42 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.159s1627[Jul 27 2023 16:31:43 UTC (QA Tests)] INFO -- Enabling super sidebar!1628[Jul 27 2023 16:31:43 UTC (QA Tests)] INFO -- Super sidebar is already enabled1629[Jul 27 2023 16:31:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1630[Jul 27 2023 16:31:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds1631[Jul 27 2023 16:31:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-dd2f005f6fd8fb40' via api in 0.8 seconds1632[Jul 27 2023 16:31:45 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-dd2f005f6fd8fb401633[Jul 27 2023 16:31:46 UTC (QA Tests)] INFO -- clicking :menu_section_button1634[Jul 27 2023 16:31:46 UTC (QA Tests)] INFO -- clicking :nav_item_link1635[Jul 27 2023 16:31:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.867s1636[Jul 27 2023 16:31:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1637[Jul 27 2023 16:31:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds1638[Jul 27 2023 16:31:50 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-source-project-cca9c6a9e3acf1d6' via api in 0.79 seconds1639[Jul 27 2023 16:31:51 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1640[Jul 27 2023 16:31:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.01 seconds1641[Jul 27 2023 16:31:52 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-16-19-35-b66d9af19565a77b/pull-mirror-source-project-cca9c6a9e3acf1d6.git"1642[Jul 27 2023 16:31:52 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1643[Jul 27 2023 16:31:52 UTC (QA Tests)] INFO -- selecting "Pull" in :mirror_direction_field1644[Jul 27 2023 16:31:53 UTC (QA Tests)] INFO -- selecting "SSH public key" in :authentication_method_field1645[Jul 27 2023 16:31:53 UTC (QA Tests)] INFO -- clicking :detect_host_keys1646[Jul 27 2023 16:31:55 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.052s1647[Jul 27 2023 16:31:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 0.921s1648[Jul 27 2023 16:31:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 2.31s1649[Jul 27 2023 16:31:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'find_element fingerprints_list' took 2.698s1650[Jul 27 2023 16:31:56 UTC (QA Tests)] INFO -- clicking :mirror_repository_button1651[Jul 27 2023 16:31:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.624s1652[Jul 27 2023 16:31:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::DeployKey with id '4' via api in 0.16 seconds1653[Jul 27 2023 16:31: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-16-19-35-b66d9af19565a77b/pull-mirror-target-project-dd2f005f6fd8fb401654[Jul 27 2023 16:31:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1655[Jul 27 2023 16:32:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1656[Jul 27 2023 16:32:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.874s1657[Jul 27 2023 16:32:02 UTC (QA Tests)] INFO -- clicking :update_now_button1658[Jul 27 2023 16:32:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.146s1659[Jul 27 2023 16:32:04 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/pull-mirror-target-project-dd2f005f6fd8fb40/-/settings/repository#js-push-remote-settings1660[Jul 27 2023 16:32:06 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.527s1661[Jul 27 2023 16:32: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-16-19-35-b66d9af19565a77b/pull-mirror-target-project-dd2f005f6fd8fb401662[Jul 27 2023 16:32:08 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1663 configures and syncs a (pull) mirrored repository1664Create1665 Codeowners1666 merge request assigns code owners as approvers (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/416217)1667Create1668 Push mirror a repository over HTTP1669[Jul 27 2023 16:32:08 UTC (QA Tests)] INFO -- Starting test: Create Push mirror a repository over HTTP configures and syncs LFS objects for a (push) mirrored repository1670[Jul 27 2023 16:32:09 UTC (QA Tests)] INFO -- filling :login_field with "root"1671[Jul 27 2023 16:32:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1672[Jul 27 2023 16:32:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1673[Jul 27 2023 16:32:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1674[Jul 27 2023 16:32:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1675[Jul 27 2023 16:32:11 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.241s1676[Jul 27 2023 16:32:11 UTC (QA Tests)] INFO -- Enabling super sidebar!1677[Jul 27 2023 16:32:12 UTC (QA Tests)] INFO -- Super sidebar is already enabled1678[Jul 27 2023 16:32:13 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1679[Jul 27 2023 16:32:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1680[Jul 27 2023 16:32:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/push-mirror-target-project-8992c53890efc40b' via api in 0.75 seconds1681[Jul 27 2023 16:32:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1682[Jul 27 2023 16:32:14 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1683[Jul 27 2023 16:32:15 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b7fa7dc3afaae3bc' via api in 0.77 seconds1684[Jul 27 2023 16:32:17 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add README.md"1685[Jul 27 2023 16:32:17 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 3.01 seconds1686[Jul 27 2023 16:32:17 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b7fa7dc3afaae3bc1687[Jul 27 2023 16:32:19 UTC (QA Tests)] INFO -- clicking :menu_section_button1688[Jul 27 2023 16:32:19 UTC (QA Tests)] INFO -- clicking :nav_item_link1689[Jul 27 2023 16:32:20 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.972s1690[Jul 27 2023 16:32:21 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-16-19-35-b66d9af19565a77b/push-mirror-target-project-8992c53890efc40b.git"1691[Jul 27 2023 16:32:21 UTC (QA Tests)] INFO -- clicking the coordinates of :mirror_repository_url_field1692[Jul 27 2023 16:32:22 UTC (QA Tests)] INFO -- selecting "Push" in :mirror_direction_field1693[Jul 27 2023 16:32:23 UTC (QA Tests)] INFO -- selecting "Password" in :authentication_method_field1694[Jul 27 2023 16:32:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"1695[Jul 27 2023 16:32:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1696[Jul 27 2023 16:32:23 UTC (QA Tests)] INFO -- clicking :mirror_repository_button1697[Jul 27 2023 16:32:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element mirror_repository_button' took 1.076s1698[Jul 27 2023 16:32:25 UTC (QA Tests)] INFO -- clicking :update_now_button1699[Jul 27 2023 16:32:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element update_now_button' took 1.121s1700[Jul 27 2023 16:32:26 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b7fa7dc3afaae3bc/-/settings/repository#js-push-remote-settings1701[Jul 27 2023 16:32:47 UTC (QA Tests)] INFO -- refreshing http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-b7fa7dc3afaae3bc/-/settings/repository#js-push-remote-settings1702[Jul 27 2023 16:32:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.378s1703[Jul 27 2023 16:32: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-16-19-35-b66d9af19565a77b/push-mirror-target-project-8992c53890efc40b1704[Jul 27 2023 16:32:51 UTC (QA Tests)] INFO -- Running eventually matcher with 'be_truthy' operator with: '{:max_duration=>60, :reload_page=>#<Capybara::Session>, :sleep_interval=>0.5}' arguments1705 configures and syncs LFS objects for a (push) mirrored repository1706Create1707 Codeowners1708[Jul 27 2023 16:32:52 UTC (QA Tests)] INFO -- Starting test: Create Codeowners displays owners specified in CODEOWNERS file1709[Jul 27 2023 16:32:52 UTC (QA Tests)] INFO -- filling :login_field with "root"1710[Jul 27 2023 16:32:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1711[Jul 27 2023 16:32:53 UTC (QA Tests)] INFO -- filling :password_field with "*****"1712[Jul 27 2023 16:32:53 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1713[Jul 27 2023 16:32:53 UTC (QA Tests)] INFO -- clicking :sign_in_button1714[Jul 27 2023 16:32:54 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.166s1715[Jul 27 2023 16:32:55 UTC (QA Tests)] INFO -- Enabling super sidebar!1716[Jul 27 2023 16:32:55 UTC (QA Tests)] INFO -- Super sidebar is already enabled1717[Jul 27 2023 16:32:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1718[Jul 27 2023 16:32:57 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1719[Jul 27 2023 16:32:58 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/codeowners-8870d33e82b2dee2' via api in 1.01 seconds1720[Jul 27 2023 16:32:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1721[Jul 27 2023 16:32:58 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user1 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/codeowners-8870d33e82b2dee2 QA::Resource::Project1722[Jul 27 2023 16:32:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1723[Jul 27 2023 16:32:58 UTC (QA Tests)] INFO -- Adding user gitlab-qa-user2 to gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/codeowners-8870d33e82b2dee2 QA::Resource::Project1724[Jul 27 2023 16:33:00 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 1.14 seconds1725[Jul 27 2023 16:33: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-16-19-35-b66d9af19565a77b/codeowners-8870d33e82b2dee21726[Jul 27 2023 16:33:01 UTC (QA Tests)] INFO -- clicking :file_name_link1727[Jul 27 2023 16:33:02 UTC (QA Tests)] INFO -- clicking :collapse_toggle1728[Jul 27 2023 16:33:02 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/codeowners-8870d33e82b2dee21729[Jul 27 2023 16:33:04 UTC (QA Tests)] INFO -- clicking :file_name_link1730[Jul 27 2023 16:33:04 UTC (QA Tests)] INFO -- clicking :collapse_toggle1731 displays owners specified in CODEOWNERS file1732Create1733 Git Server Hooks1734 with custom error messages1735[Jul 27 2023 16:33:05 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 WebIDE1736 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)1737Create1738 Merge request push options1739[Jul 27 2023 16:33:05 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options removes the source branch1740[Jul 27 2023 16:33:05 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1741[Jul 27 2023 16:33:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds1742[Jul 27 2023 16:33:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/merge-request-push-options-dc77478b9d7b8a06' via api in 1.23 seconds1743[Jul 27 2023 16:33:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1744[Jul 27 2023 16:33:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds1745[Jul 27 2023 16:33:08 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.19 seconds1746[Jul 27 2023 16:33:08 UTC (QA Tests)] INFO -- Merging via PUT /projects/49/merge_requests/1/merge1747[Jul 27 2023 16:33:14 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_merge with title "MR push options test eb828e595131d5a6"1748 removes the source branch1749Create1750 File management1751[Jul 27 2023 16:33:20 UTC (QA Tests)] INFO -- Starting test: Create File management user creates a file via the Web1752[Jul 27 2023 16:33:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1753[Jul 27 2023 16:33:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1754[Jul 27 2023 16:33:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1755[Jul 27 2023 16:33:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1756[Jul 27 2023 16:33:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1757[Jul 27 2023 16:33:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.158s1758[Jul 27 2023 16:33:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1759[Jul 27 2023 16:33:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1760[Jul 27 2023 16:33:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds1761[Jul 27 2023 16:33:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.22 seconds1762[Jul 27 2023 16:33:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-new-file-f9cd664a2f41ad4c' via api in 1.21 seconds1763[Jul 27 2023 16:33: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-16-19-35-b66d9af19565a77b/project-with-new-file-f9cd664a2f41ad4c1764[Jul 27 2023 16:33:28 UTC (QA Tests)] INFO -- clicking :add_to_tree_dropdown1765[Jul 27 2023 16:33:28 UTC (QA Tests)] INFO -- clicking :new_file_menu_item1766[Jul 27 2023 16:33:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_file_menu_item' took 1.053s1767[Jul 27 2023 16:33:29 UTC (QA Tests)] INFO -- filling :file_name_field with "QA Test - File name"1768[Jul 27 2023 16:33:29 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field1769[Jul 27 2023 16:33:29 UTC (QA Tests)] INFO -- filling :commit_message_field with "QA Test - Create new file"1770[Jul 27 2023 16:33:29 UTC (QA Tests)] INFO -- clicking the coordinates of :commit_message_field1771[Jul 27 2023 16:33:30 UTC (QA Tests)] INFO -- clicking :commit_button1772[Jul 27 2023 16:33:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element commit_button' took 1.375s1773[Jul 27 2023 16:33:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::File with name 'QA Test - File name' via browser_ui in 5.55 seconds1774[Jul 27 2023 16:33:32 UTC (QA Tests)] ERROR -- Interceptor Api Errors1775[200] POST http://gitlab-gitaly-cluster.test/api/graphql -- Correlation Id: 01H6C35H8THZW30QDJCWXHJ0YN1776error-messages: Variable $refType of type RefType was provided invalid value1777 user creates a file via the Web1778Create1779 File Locking1780[Jul 27 2023 16:33:32 UTC (QA Tests)] INFO -- Starting test: Create File Locking creates a merge request and fails to merge1781[Jul 27 2023 16:33:32 UTC (QA Tests)] INFO -- filling :login_field with "root"1782[Jul 27 2023 16:33:32 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1783[Jul 27 2023 16:33:33 UTC (QA Tests)] INFO -- filling :password_field with "*****"1784[Jul 27 2023 16:33:33 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1785[Jul 27 2023 16:33:33 UTC (QA Tests)] INFO -- clicking :sign_in_button1786[Jul 27 2023 16:33:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.114s1787[Jul 27 2023 16:33:35 UTC (QA Tests)] INFO -- Enabling super sidebar!1788[Jul 27 2023 16:33:35 UTC (QA Tests)] INFO -- Super sidebar is already enabled1789[Jul 27 2023 16:33:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1790[Jul 27 2023 16:33:37 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1791[Jul 27 2023 16:33:38 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-1e5f53e13d4f09fa' via api in 1.24 seconds1792[Jul 27 2023 16:33:39 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1793[Jul 27 2023 16:33:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.47 seconds1794[Jul 27 2023 16:33:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1795[Jul 27 2023 16:33:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.23 seconds1796[Jul 27 2023 16:33:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1797[Jul 27 2023 16:33:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.28 seconds1798[Jul 27 2023 16:33:41 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1799[Jul 27 2023 16:33:41 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1800[Jul 27 2023 16:33:41 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1801[Jul 27 2023 16:33:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.24 seconds1802[Jul 27 2023 16:33:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1803[Jul 27 2023 16:33:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.17 seconds1804[Jul 27 2023 16:33:42 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::MergeRequest with iid '1' via api in 0.33 seconds1805[Jul 27 2023 16:33: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-16-19-35-b66d9af19565a77b/file_locking-1e5f53e13d4f09fa1806[Jul 27 2023 16:33:44 UTC (QA Tests)] INFO -- clicking :file_name_link1807[Jul 27 2023 16:33:44 UTC (QA Tests)] INFO -- clicking :lock_button1808[Jul 27 2023 16:33:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.656s1809[Jul 27 2023 16:33:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.761s1810[Jul 27 2023 16:33:45 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1811[Jul 27 2023 16:33:47 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.033s1812[Jul 27 2023 16:33:47 UTC (QA Tests)] INFO -- clicking :user_avatar_content1813[Jul 27 2023 16:33:47 UTC (QA Tests)] INFO -- clicking :sign_out_link1814[Jul 27 2023 16:33:48 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1815[Jul 27 2023 16:33:48 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1816[Jul 27 2023 16:33:48 UTC (QA Tests)] INFO -- filling :password_field with "*****"1817[Jul 27 2023 16:33:48 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1818[Jul 27 2023 16:33:49 UTC (QA Tests)] INFO -- clicking :sign_in_button1819[Jul 27 2023 16:33:50 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.78s1820[Jul 27 2023 16:33:50 UTC (QA Tests)] INFO -- Enabling super sidebar!1821[Jul 27 2023 16:33:50 UTC (QA Tests)] INFO -- Super sidebar is already enabled1822[Jul 27 2023 16:33:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::MergeRequest at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-1e5f53e13d4f09fa/-/merge_requests/11823[Jul 27 2023 16:33:53 UTC (QA Tests)] INFO -- clicking :merge_button1824[Jul 27 2023 16:33:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.026s1825[Jul 27 2023 16:33:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.269s1826[Jul 27 2023 16:33:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? merge_request_error_content' took 2.298s1827[Jul 27 2023 16:33:56 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'root' via api in 0.07 seconds1828 creates a merge request and fails to merge1829[Jul 27 2023 16:33:56 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a directory and tries to push as a second user1830[Jul 27 2023 16:33:57 UTC (QA Tests)] INFO -- filling :login_field with "root"1831[Jul 27 2023 16:33:57 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1832[Jul 27 2023 16:33:57 UTC (QA Tests)] INFO -- filling :password_field with "*****"1833[Jul 27 2023 16:33:57 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1834[Jul 27 2023 16:33:58 UTC (QA Tests)] INFO -- clicking :sign_in_button1835[Jul 27 2023 16:33:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.16s1836[Jul 27 2023 16:33:59 UTC (QA Tests)] INFO -- Enabling super sidebar!1837[Jul 27 2023 16:33:59 UTC (QA Tests)] INFO -- Super sidebar is already enabled1838[Jul 27 2023 16:34:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1839[Jul 27 2023 16:34:01 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1840[Jul 27 2023 16:34:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-9fd620b278b086fb' via api in 1.18 seconds1841[Jul 27 2023 16:34:04 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1842[Jul 27 2023 16:34:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.49 seconds1843[Jul 27 2023 16:34:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.16 seconds1844[Jul 27 2023 16:34:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.25 seconds1845[Jul 27 2023 16:34:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1846[Jul 27 2023 16:34:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.24 seconds1847[Jul 27 2023 16:34:05 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1848[Jul 27 2023 16:34:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1849[Jul 27 2023 16:34:05 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1850[Jul 27 2023 16:34:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds1851[Jul 27 2023 16:34:06 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1852[Jul 27 2023 16:34:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.16 seconds1853[Jul 27 2023 16:34:08 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.063s1854[Jul 27 2023 16:34:08 UTC (QA Tests)] INFO -- clicking :user_avatar_content1855[Jul 27 2023 16:34:08 UTC (QA Tests)] INFO -- clicking :sign_out_link1856[Jul 27 2023 16:34:09 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1857[Jul 27 2023 16:34:09 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1858[Jul 27 2023 16:34:09 UTC (QA Tests)] INFO -- filling :password_field with "*****"1859[Jul 27 2023 16:34:09 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1860[Jul 27 2023 16:34:10 UTC (QA Tests)] INFO -- clicking :sign_in_button1861[Jul 27 2023 16:34:10 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.543s1862[Jul 27 2023 16:34:11 UTC (QA Tests)] INFO -- Enabling super sidebar!1863[Jul 27 2023 16:34:11 UTC (QA Tests)] INFO -- Super sidebar is already enabled1864[Jul 27 2023 16:34:12 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-9fd620b278b086fb1865[Jul 27 2023 16:34:14 UTC (QA Tests)] INFO -- clicking :file_name_link1866[Jul 27 2023 16:34:14 UTC (QA Tests)] INFO -- clicking :lock_button1867[Jul 27 2023 16:34:14 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1868[Jul 27 2023 16:34:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? lock_button' took 1.403s1869[Jul 27 2023 16:34:19 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1870[Jul 27 2023 16:34:20 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.25 seconds1871 locks a directory and tries to push as a second user1872[Jul 27 2023 16:34:20 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and tries to push as a second user1873[Jul 27 2023 16:34:20 UTC (QA Tests)] INFO -- filling :login_field with "root"1874[Jul 27 2023 16:34:20 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1875[Jul 27 2023 16:34:21 UTC (QA Tests)] INFO -- filling :password_field with "*****"1876[Jul 27 2023 16:34:21 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1877[Jul 27 2023 16:34:21 UTC (QA Tests)] INFO -- clicking :sign_in_button1878[Jul 27 2023 16:34:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.13s1879[Jul 27 2023 16:34:23 UTC (QA Tests)] INFO -- Enabling super sidebar!1880[Jul 27 2023 16:34:23 UTC (QA Tests)] INFO -- Super sidebar is already enabled1881[Jul 27 2023 16:34:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.05 seconds1882[Jul 27 2023 16:34:25 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds1883[Jul 27 2023 16:34:26 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-94155244aa4dcc4d' via api in 1.17 seconds1884[Jul 27 2023 16:34:27 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1885[Jul 27 2023 16:34:27 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.61 seconds1886[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1887[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1888[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.15 seconds1889[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1890[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1891[Jul 27 2023 16:34:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1892[Jul 27 2023 16:34:28 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1893[Jul 27 2023 16:34:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.2 seconds1894[Jul 27 2023 16:34:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.021s1895[Jul 27 2023 16:34:30 UTC (QA Tests)] INFO -- clicking :user_avatar_content1896[Jul 27 2023 16:34:30 UTC (QA Tests)] INFO -- clicking :sign_out_link1897[Jul 27 2023 16:34:31 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1898[Jul 27 2023 16:34:31 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1899[Jul 27 2023 16:34:31 UTC (QA Tests)] INFO -- filling :password_field with "*****"1900[Jul 27 2023 16:34:31 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1901[Jul 27 2023 16:34:31 UTC (QA Tests)] INFO -- clicking :sign_in_button1902[Jul 27 2023 16:34:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.791s1903[Jul 27 2023 16:34:33 UTC (QA Tests)] INFO -- Enabling super sidebar!1904[Jul 27 2023 16:34:33 UTC (QA Tests)] INFO -- Super sidebar is already enabled1905[Jul 27 2023 16:34:34 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-94155244aa4dcc4d1906[Jul 27 2023 16:34:36 UTC (QA Tests)] INFO -- clicking :file_name_link1907[Jul 27 2023 16:34:36 UTC (QA Tests)] INFO -- clicking :lock_button1908[Jul 27 2023 16:34:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.553s1909[Jul 27 2023 16:34:36 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1910[Jul 27 2023 16:34:40 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1911[Jul 27 2023 16:34:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.18 seconds1912 locks a file and tries to push as a second user1913[Jul 27 2023 16:34:40 UTC (QA Tests)] INFO -- Starting test: Create File Locking locks a file and unlocks in list1914[Jul 27 2023 16:34:41 UTC (QA Tests)] INFO -- filling :login_field with "root"1915[Jul 27 2023 16:34:41 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1916[Jul 27 2023 16:34:41 UTC (QA Tests)] INFO -- filling :password_field with "*****"1917[Jul 27 2023 16:34:41 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1918[Jul 27 2023 16:34:42 UTC (QA Tests)] INFO -- clicking :sign_in_button1919[Jul 27 2023 16:34:43 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.125s1920[Jul 27 2023 16:34:44 UTC (QA Tests)] INFO -- Enabling super sidebar!1921[Jul 27 2023 16:34:44 UTC (QA Tests)] INFO -- Super sidebar is already enabled1922[Jul 27 2023 16:34:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds1923[Jul 27 2023 16:34:46 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds1924[Jul 27 2023 16:34:47 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-f971954f4765179e' via api in 1.19 seconds1925[Jul 27 2023 16:34:48 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1926[Jul 27 2023 16:34:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.69 seconds1927[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.17 seconds1928[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.17 seconds1929[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.13 seconds1930[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.16 seconds1931[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1932[Jul 27 2023 16:34:49 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1933[Jul 27 2023 16:34:49 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1934[Jul 27 2023 16:34:49 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.19 seconds1935[Jul 27 2023 16:34:51 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.078s1936[Jul 27 2023 16:34:51 UTC (QA Tests)] INFO -- clicking :user_avatar_content1937[Jul 27 2023 16:34:51 UTC (QA Tests)] INFO -- clicking :sign_out_link1938[Jul 27 2023 16:34:52 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1939[Jul 27 2023 16:34:52 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1940[Jul 27 2023 16:34:52 UTC (QA Tests)] INFO -- filling :password_field with "*****"1941[Jul 27 2023 16:34:52 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1942[Jul 27 2023 16:34:52 UTC (QA Tests)] INFO -- clicking :sign_in_button1943[Jul 27 2023 16:34:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.783s1944[Jul 27 2023 16:34:54 UTC (QA Tests)] INFO -- Enabling super sidebar!1945[Jul 27 2023 16:34:54 UTC (QA Tests)] INFO -- Super sidebar is already enabled1946[Jul 27 2023 16:34:55 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-f971954f4765179e1947[Jul 27 2023 16:34:57 UTC (QA Tests)] INFO -- clicking :file_name_link1948[Jul 27 2023 16:34:57 UTC (QA Tests)] INFO -- clicking :lock_button1949[Jul 27 2023 16:34:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.587s1950[Jul 27 2023 16:34:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.681s1951[Jul 27 2023 16:34:58 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1952[Jul 27 2023 16:34: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-16-19-35-b66d9af19565a77b/file_locking-f971954f4765179e1953[Jul 27 2023 16:34:59 UTC (QA Tests)] INFO -- clicking :menu_section_button1954[Jul 27 2023 16:35:00 UTC (QA Tests)] INFO -- clicking :nav_item_link1955[Jul 27 2023 16:35:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.677s1956[Jul 27 2023 16:35:00 UTC (QA Tests)] INFO -- clicking :unlock_button1957[Jul 27 2023 16:35:01 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1958[Jul 27 2023 16:35:02 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1959[Jul 27 2023 16:35:02 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.09 seconds1960 locks a file and unlocks in list1961[Jul 27 2023 16:35:02 UTC (QA Tests)] INFO -- Starting test: Create File Locking checks file locked by other user to be disabled1962[Jul 27 2023 16:35:03 UTC (QA Tests)] INFO -- filling :login_field with "root"1963[Jul 27 2023 16:35:03 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1964[Jul 27 2023 16:35:03 UTC (QA Tests)] INFO -- filling :password_field with "*****"1965[Jul 27 2023 16:35:03 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1966[Jul 27 2023 16:35:03 UTC (QA Tests)] INFO -- clicking :sign_in_button1967[Jul 27 2023 16:35:04 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.118s1968[Jul 27 2023 16:35:05 UTC (QA Tests)] INFO -- Enabling super sidebar!1969[Jul 27 2023 16:35:05 UTC (QA Tests)] INFO -- Super sidebar is already enabled1970[Jul 27 2023 16:35:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.1 seconds1971[Jul 27 2023 16:35:07 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.22 seconds1972[Jul 27 2023 16:35:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-fc0b87af55d9eb58' via api in 1.27 seconds1973[Jul 27 2023 16:35:09 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"1974[Jul 27 2023 16:35:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.48 seconds1975[Jul 27 2023 16:35:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user1' via api in 0.14 seconds1976[Jul 27 2023 16:35:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.18 seconds1977[Jul 27 2023 16:35:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::User with username 'gitlab-qa-user2' via api in 0.14 seconds1978[Jul 27 2023 16:35:10 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectMember via api in 0.19 seconds1979[Jul 27 2023 16:35:11 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProtectedBranch1980[Jul 27 2023 16:35:11 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1981[Jul 27 2023 16:35:11 UTC (QA Tests)] WARN -- Resource fabrication http method has not been set properly, assuming :get value!1982[Jul 27 2023 16:35:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProtectedBranch via api in 0.21 seconds1983[Jul 27 2023 16:35:11 UTC (QA Tests)] INFO -- Visiting QA::Resource::Project at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/file_locking-fc0b87af55d9eb581984[Jul 27 2023 16:35:12 UTC (QA Tests)] INFO -- clicking :file_name_link1985[Jul 27 2023 16:35:12 UTC (QA Tests)] INFO -- clicking :lock_button1986[Jul 27 2023 16:35:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.681s1987[Jul 27 2023 16:35:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element lock_button' took 0.778s1988[Jul 27 2023 16:35:13 UTC (QA Tests)] INFO -- clicking :confirm_ok_button1989[Jul 27 2023 16:35:15 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? user_profile_link' took 1.07s1990[Jul 27 2023 16:35:15 UTC (QA Tests)] INFO -- clicking :user_avatar_content1991[Jul 27 2023 16:35:15 UTC (QA Tests)] INFO -- clicking :sign_out_link1992[Jul 27 2023 16:35:16 UTC (QA Tests)] INFO -- filling :login_field with "gitlab-qa-user1"1993[Jul 27 2023 16:35:16 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field1994[Jul 27 2023 16:35:16 UTC (QA Tests)] INFO -- filling :password_field with "*****"1995[Jul 27 2023 16:35:16 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field1996[Jul 27 2023 16:35:17 UTC (QA Tests)] INFO -- clicking :sign_in_button1997[Jul 27 2023 16:35:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 0.794s1998[Jul 27 2023 16:35:18 UTC (QA Tests)] INFO -- Enabling super sidebar!1999[Jul 27 2023 16:35:18 UTC (QA Tests)] INFO -- Super sidebar is already enabled2000[Jul 27 2023 16:35: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-16-19-35-b66d9af19565a77b/file_locking-fc0b87af55d9eb582001[Jul 27 2023 16:35:21 UTC (QA Tests)] INFO -- clicking :file_name_link2002[Jul 27 2023 16:35:22 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? disabled_lock_button' took 0.524s2003 checks file locked by other user to be disabled2004Create2005 Upload a file in Web IDE2006 when the file is an image2007[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is an image shows an image viewer2008 shows an image viewer (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2009 when the file is a text file2010[Jul 27 2023 16:35:22 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 text2011 shows the Edit tab with the text (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2012 when the file is binary2013[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when the file is binary shows a Download button2014 shows a Download button (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2015 when a file with the same name already exists2016[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- Starting test: Create Upload a file in Web IDE when a file with the same name already exists throws an error2017 throws an error (PENDING: Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_1330720944)2018Create2019 Version control for project snippets2020[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over HTTP, edits via UI2021[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- filling :login_field with "root"2022[Jul 27 2023 16:35:22 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2023[Jul 27 2023 16:35:23 UTC (QA Tests)] INFO -- filling :password_field with "*****"2024[Jul 27 2023 16:35:23 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2025[Jul 27 2023 16:35:23 UTC (QA Tests)] INFO -- clicking :sign_in_button2026[Jul 27 2023 16:35:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.143s2027[Jul 27 2023 16:35:25 UTC (QA Tests)] INFO -- Enabling super sidebar!2028[Jul 27 2023 16:35:25 UTC (QA Tests)] INFO -- Super sidebar is already enabled2029[Jul 27 2023 16:35:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds2030[Jul 27 2023 16:35:27 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds2031[Jul 27 2023 16:35:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-d5d74c305f9860e0' via api in 0.84 seconds2032[Jul 27 2023 16:35:28 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '11' via api in 1.41 seconds2033[Jul 27 2023 16:35:28 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-d5d74c305f9860e0/-/snippets/112034[Jul 27 2023 16:35:29 UTC (QA Tests)] INFO -- clicking :clone_button2035[Jul 27 2023 16:35:31 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.18 seconds2036[Jul 27 2023 16:35:32 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.047s2037[Jul 27 2023 16:35:32 UTC (QA Tests)] INFO -- clicking :snippet_action_button and ensuring QA::Page::Dashboard::Snippet::Edit is present2038[Jul 27 2023 16:35:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element snippet_action_button' took 1.173s2039[Jul 27 2023 16:35:43 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2040[Jul 27 2023 16:35:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.474s2041[Jul 27 2023 16:35:45 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? file_name_field' took 1.488s2042[Jul 27 2023 16:35:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectSnippet with id '11'2043[Jul 27 2023 16:35:46 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-906pq7/id_rsa -N `2044[Jul 27 2023 16:35:46 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '5' via api in 0.54 seconds2045[Jul 27 2023 16:35:46 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '5'2046 clones, pushes, and pulls a project snippet over HTTP, edits via UI2047[Jul 27 2023 16:35:46 UTC (QA Tests)] INFO -- Starting test: Create Version control for project snippets clones, pushes, and pulls a project snippet over SSH, deletes via UI2048[Jul 27 2023 16:35:47 UTC (QA Tests)] INFO -- filling :login_field with "root"2049[Jul 27 2023 16:35:47 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2050[Jul 27 2023 16:35:47 UTC (QA Tests)] INFO -- filling :password_field with "*****"2051[Jul 27 2023 16:35:47 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2052[Jul 27 2023 16:35:48 UTC (QA Tests)] INFO -- clicking :sign_in_button2053[Jul 27 2023 16:35:49 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.128s2054[Jul 27 2023 16:35:49 UTC (QA Tests)] INFO -- Enabling super sidebar!2055[Jul 27 2023 16:35:49 UTC (QA Tests)] INFO -- Super sidebar is already enabled2056[Jul 27 2023 16:35:51 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-rxa6td/id_rsa -N `2057[Jul 27 2023 16:35:52 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '6' via api in 0.51 seconds2058[Jul 27 2023 16:35:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2059[Jul 27 2023 16:35:52 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds2060[Jul 27 2023 16:35:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-2cda82cc75a9fef0' via api in 0.77 seconds2061[Jul 27 2023 16:35:53 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::ProjectSnippet with id '12' via api in 1.31 seconds2062[Jul 27 2023 16:35:53 UTC (QA Tests)] INFO -- Visiting QA::Resource::ProjectSnippet at http://gitlab-gitaly-cluster.test/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-snippets-2cda82cc75a9fef0/-/snippets/122063[Jul 27 2023 16:35:54 UTC (QA Tests)] INFO -- clicking :clone_button2064[Jul 27 2023 16:35:55 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Push via browser_ui in 1.05 seconds2065[Jul 27 2023 16:35:57 UTC (QA Tests)] INFO -- clicking :snippet_action_button2066[Jul 27 2023 16:35:57 UTC (QA Tests)] INFO -- clicking :delete_snippet_button2067[Jul 27 2023 16:35:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 0.835s2068[Jul 27 2023 16:35:58 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? delete_snippet_button' took 0.845s2069[Jul 27 2023 16:35:58 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '6'2070 clones, pushes, and pulls a project snippet over SSH, deletes via UI2071Create2072 Merge request push options2073 merges when pipeline succeeds (PENDING: In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/346425)2074[Jul 27 2023 16:35:58 UTC (QA Tests)] INFO -- Starting test: Create Merge request push options sets merge when pipeline succeeds2075[Jul 27 2023 16:35:58 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2076[Jul 27 2023 16:35:59 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds2077[Jul 27 2023 16:35:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/merge-request-push-options-2826339d2d608138' via api in 1.17 seconds2078[Jul 27 2023 16:35:59 UTC (QA Tests)] INFO -- Runner api_get exception caught and handled: No value was computed for id of QA::Resource::ProjectRunner.2079[Jul 27 2023 16:35:59 UTC (QA Tests)] INFO -- Executing: `docker pull registry.gitlab.com/gitlab-org/gitlab-runner:alpine`2080[Jul 27 2023 16:36:03 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2081[Jul 27 2023 16:36:03 UTC (QA Tests)] INFO -- Executing: `docker run -d --rm --network test --name runner-for-merge-request-push-options-2826339d2d608138 --privileged registry.gitlab.com/gitlab-org/gitlab-runner:alpine && docker exec --detach runner-for-merge-request-push-options-2826339d2d608138 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-2826339d2d608138 --url http://gitlab-gitaly-cluster.test --registration-token **** --tag-list runner-for-merge-request-push-options-2826339d2d608138 --executor shell && gitlab-runner run" `2082[Jul 27 2023 16:36:05 UTC (QA Tests)] INFO -- Executing: `docker logs runner-for-merge-request-push-options-2826339d2d608138`2083[Jul 27 2023 16:36:06 UTC (QA Tests)] INFO -- Executing: `docker network inspect test`2084[Jul 27 2023 16:36:06 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-2826339d2d608138' via api in 6.48 seconds2085[Jul 27 2023 16:36:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::Commit via api in 0.57 seconds2086[Jul 27 2023 16:36:08 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "This is a test commit"2087[Jul 27 2023 16:36:08 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.91 seconds2088[Jul 27 2023 16:36:09 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::MergeRequest with iid '1' via api in 0.44 seconds2089[Jul 27 2023 16:36:09 UTC (QA Tests)] INFO -- Removed a QA::Resource::ProjectRunner with name 'runner-for-merge-request-push-options-2826339d2d608138'2090[Jul 27 2023 16:36:09 UTC (QA Tests)] INFO -- Executing: `docker rm -f runner-for-merge-request-push-options-2826339d2d608138`2091[Jul 27 2023 16:36:10 UTC (QA Tests)] INFO -- Removed a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/merge-request-push-options-2826339d2d608138'2092 sets merge when pipeline succeeds2093Create2094 Project templates2095 when built-in2096[Jul 27 2023 16:36:10 UTC (QA Tests)] INFO -- Starting test: Create Project templates when built-in successfully imports the project using template2097[Jul 27 2023 16:36:10 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.09 seconds2098[Jul 27 2023 16:36:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-5e9e3ce86eea9992' via api in 0.49 seconds2099[Jul 27 2023 16:36:11 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-5e9e3ce86eea9992/template-project-1-1683dec1c5f12153' via api in 0.64 seconds2100[Jul 27 2023 16:36:13 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"2101[Jul 27 2023 16:36:14 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 2.41 seconds2102[Jul 27 2023 16:36:14 UTC (QA Tests)] INFO -- filling :login_field with "root"2103[Jul 27 2023 16:36:14 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2104[Jul 27 2023 16:36:15 UTC (QA Tests)] INFO -- filling :password_field with "*****"2105[Jul 27 2023 16:36:15 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2106[Jul 27 2023 16:36:15 UTC (QA Tests)] INFO -- clicking :sign_in_button2107[Jul 27 2023 16:36:16 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.187s2108[Jul 27 2023 16:36:17 UTC (QA Tests)] INFO -- Enabling super sidebar!2109[Jul 27 2023 16:36:17 UTC (QA Tests)] INFO -- Super sidebar is already enabled2110[Jul 27 2023 16:36:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2111[Jul 27 2023 16:36:19 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.18 seconds2112[Jul 27 2023 16:36:19 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b2113[Jul 27 2023 16:36:20 UTC (QA Tests)] INFO -- clicking :new_project_button2114[Jul 27 2023 16:36:21 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.828s2115[Jul 27 2023 16:36:21 UTC (QA Tests)] INFO -- clicking :panel_link2116[Jul 27 2023 16:36:21 UTC (QA Tests)] INFO -- clicking :use_template_button2117[Jul 27 2023 16:36:21 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown2118[Jul 27 2023 16:36:22 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "qa-test-2023-07-27-16-19-35-b66d9af19565a77b"2119[Jul 27 2023 16:36:22 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field2120[Jul 27 2023 16:36:26 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.018s2121[Jul 27 2023 16:36:27 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.001s2122[Jul 27 2023 16:36:28 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.007s2123[Jul 27 2023 16:36:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.831s2124[Jul 27 2023 16:36:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.954s2125[Jul 27 2023 16:36:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 6.981s2126 successfully imports the project using template2127 when group level2128[Jul 27 2023 16:36:31 UTC (QA Tests)] INFO -- Starting test: Create Project templates when group level successfully imports the project using template2129[Jul 27 2023 16:36:31 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2130[Jul 27 2023 16:36:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-f37c1a7b211bc2ed' via api in 0.4 seconds2131[Jul 27 2023 16:36:32 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-f37c1a7b211bc2ed/template-project-1-02c04ef7d03e3d8c' via api in 0.52 seconds2132[Jul 27 2023 16:36:33 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"2133[Jul 27 2023 16:36:34 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.57 seconds2134[Jul 27 2023 16:36:34 UTC (QA Tests)] INFO -- filling :login_field with "root"2135[Jul 27 2023 16:36:34 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2136[Jul 27 2023 16:36:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"2137[Jul 27 2023 16:36:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2138[Jul 27 2023 16:36:35 UTC (QA Tests)] INFO -- clicking :sign_in_button2139[Jul 27 2023 16:36:36 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.126s2140[Jul 27 2023 16:36:37 UTC (QA Tests)] INFO -- Enabling super sidebar!2141[Jul 27 2023 16:36:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled2142[Jul 27 2023 16:36:39 UTC (QA Tests)] INFO -- clicking :nav_item_link2143[Jul 27 2023 16:36:39 UTC (QA Tests)] INFO -- filling :groups_filter_field with "gitlab-qa-sandbox-group-5"2144[Jul 27 2023 16:36:39 UTC (QA Tests)] INFO -- clicking the coordinates of :groups_filter_field2145[Jul 27 2023 16:36:43 UTC (QA Tests)] INFO -- clicking :menu_section_button2146[Jul 27 2023 16:36:43 UTC (QA Tests)] INFO -- clicking :nav_item_link2147[Jul 27 2023 16:36:44 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.799s2148[Jul 27 2023 16:36:46 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-f37c1a7b211bc2ed"2149[Jul 27 2023 16:36:47 UTC (QA Tests)] INFO -- clicking :save_changes_button2150[Jul 27 2023 16:36:48 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.917s2151[Jul 27 2023 16:36:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.08 seconds2152[Jul 27 2023 16:36:51 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.22 seconds2153[Jul 27 2023 16:36:51 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b2154[Jul 27 2023 16:36:52 UTC (QA Tests)] INFO -- clicking :new_project_button2155[Jul 27 2023 16:36:53 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.869s2156[Jul 27 2023 16:36:53 UTC (QA Tests)] INFO -- clicking :panel_link2157[Jul 27 2023 16:36:53 UTC (QA Tests)] INFO -- clicking :group_templates_tab2158[Jul 27 2023 16:36:54 UTC (QA Tests)] INFO -- clicking :use_template_button2159[Jul 27 2023 16:36:54 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown2160[Jul 27 2023 16:36:54 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5"2161[Jul 27 2023 16:36:54 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field2162[Jul 27 2023 16:36:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.015s2163[Jul 27 2023 16:37:00 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s2164[Jul 27 2023 16:37:01 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.033s2165[Jul 27 2023 16:37:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.727s2166[Jul 27 2023 16:37:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.703s2167[Jul 27 2023 16:37:03 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 6.726s2168 successfully imports the project using template2169 when instance level2170[Jul 27 2023 16:37:04 UTC (QA Tests)] INFO -- Starting test: Create Project templates when instance level successfully imports the project using template2171[Jul 27 2023 16:37:04 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds2172[Jul 27 2023 16:37:04 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-62196975f75e4aba' via api in 0.38 seconds2173[Jul 27 2023 16:37:05 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/instance-template-container-group-62196975f75e4aba/template-project-1-2e5202c7d2dd61bf' via api in 0.53 seconds2174[Jul 27 2023 16:37:06 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push with commit message "Add test files"2175[Jul 27 2023 16:37:06 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Repository::ProjectPush via browser_ui in 1.51 seconds2176[Jul 27 2023 16:37:07 UTC (QA Tests)] INFO -- filling :login_field with "root"2177[Jul 27 2023 16:37:07 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2178[Jul 27 2023 16:37:07 UTC (QA Tests)] INFO -- filling :password_field with "*****"2179[Jul 27 2023 16:37:07 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2180[Jul 27 2023 16:37:07 UTC (QA Tests)] INFO -- clicking :sign_in_button2181[Jul 27 2023 16:37:09 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.146s2182[Jul 27 2023 16:37:09 UTC (QA Tests)] INFO -- Enabling super sidebar!2183[Jul 27 2023 16:37:09 UTC (QA Tests)] INFO -- Super sidebar is already enabled2184[Jul 27 2023 16:37:11 UTC (QA Tests)] INFO -- clicking :context_switcher2185[Jul 27 2023 16:37:11 UTC (QA Tests)] INFO -- clicking :nav_item_link2186[Jul 27 2023 16:37:12 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.709s2187[Jul 27 2023 16:37:13 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_text? Enter admin mode' took 1.164s2188[Jul 27 2023 16:37:13 UTC (QA Tests)] INFO -- clicking :menu_section_button2189[Jul 27 2023 16:37:13 UTC (QA Tests)] INFO -- clicking :nav_item_link2190[Jul 27 2023 16:37:14 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.519s2191[Jul 27 2023 16:37:17 UTC (QA Tests)] INFO -- Searching in dropdown: "instance-template-container-group-62196975f75e4aba"2192[Jul 27 2023 16:37:17 UTC (QA Tests)] INFO -- clicking :save_changes_button2193[Jul 27 2023 16:37:18 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element save_changes_button' took 0.817s2194[Jul 27 2023 16:37:18 UTC (QA Tests)] INFO -- clicking :nav_item_link2195[Jul 27 2023 16:37:19 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element nav_item_link' took 0.504s2196[Jul 27 2023 16:37:21 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds2197[Jul 27 2023 16:37:22 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.21 seconds2198[Jul 27 2023 16:37:22 UTC (QA Tests)] INFO -- Visiting QA::Resource::Group at http://gitlab-gitaly-cluster.test/groups/gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b2199[Jul 27 2023 16:37:23 UTC (QA Tests)] INFO -- clicking :new_project_button2200[Jul 27 2023 16:37:24 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element new_project_button' took 0.892s2201[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- clicking :panel_link2202[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- clicking :instance_templates_tab2203[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- clicking :use_template_button2204[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- clicking :select_namespace_dropdown2205[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- filling :select_namespace_dropdown_search_field with "gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b"2206[Jul 27 2023 16:37:24 UTC (QA Tests)] INFO -- clicking the coordinates of :select_namespace_dropdown_search_field2207[Jul 27 2023 16:37:29 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.013s2208[Jul 27 2023 16:37:30 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.027s2209[Jul 27 2023 16:37:31 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.036s2210[Jul 27 2023 16:37:33 UTC (QA Tests)] WARN -- Potentially Slow Code 'finished_loading? ' took 1.798s2211[Jul 27 2023 16:37:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 5.884s2212[Jul 27 2023 16:37:34 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_element? project_name_content' took 6.906s2213 successfully imports the project using template2214Create2215 Push over SSH using Git protocol version 22216[Jul 27 2023 16:37:35 UTC (QA Tests)] INFO -- filling :login_field with "root"2217[Jul 27 2023 16:37:35 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2218[Jul 27 2023 16:37:35 UTC (QA Tests)] INFO -- filling :password_field with "*****"2219[Jul 27 2023 16:37:35 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2220[Jul 27 2023 16:37:36 UTC (QA Tests)] INFO -- clicking :sign_in_button2221[Jul 27 2023 16:37:37 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.162s2222[Jul 27 2023 16:37:37 UTC (QA Tests)] INFO -- Enabling super sidebar!2223[Jul 27 2023 16:37:37 UTC (QA Tests)] INFO -- Super sidebar is already enabled2224[Jul 27 2023 16:37:39 UTC (QA Tests)] INFO -- Executing: `ssh-keygen -t rsa -b 4096 -f /tmp/d20230727-39-7bnngb/id_rsa -N `2225[Jul 27 2023 16:37:40 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::SSHKey with id '7' via api in 0.46 seconds2226[Jul 27 2023 16:37:40 UTC (QA Tests)] INFO -- Starting test: Create Push over SSH using Git protocol version 2 user pushes to the repository2227[Jul 27 2023 16:37:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2228[Jul 27 2023 16:37:40 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds2229[Jul 27 2023 16:37:41 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/git-protocol-project-0fa7b1363f4091a2' via api in 0.87 seconds2230[Jul 27 2023 16:37:42 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2231[Jul 27 2023 16:37: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-16-19-35-b66d9af19565a77b/git-protocol-project-0fa7b1363f4091a22232[Jul 27 2023 16:37:44 UTC (QA Tests)] INFO -- Removed a QA::Resource::SSHKey with id '7'2233 user pushes to the repository2234Create2235 Git clone over HTTP2236[Jul 27 2023 16:37:44 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a deep clone2237[Jul 27 2023 16:37:44 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.07 seconds2238[Jul 27 2023 16:37:45 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.19 seconds2239[Jul 27 2023 16:37:45 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-e1a62944cf020744' via api in 0.81 seconds2240[Jul 27 2023 16:37:46 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2241 user performs a deep clone2242[Jul 27 2023 16:37:47 UTC (QA Tests)] INFO -- Starting test: Create Git clone over HTTP user performs a shallow clone2243[Jul 27 2023 16:37:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Sandbox with full_path 'gitlab-qa-sandbox-group-5' via api in 0.06 seconds2244[Jul 27 2023 16:37:47 UTC (QA Tests)] INFO -- ==> Retrieved a QA::Resource::Group with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b' via api in 0.2 seconds2245[Jul 27 2023 16:37:48 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Project with full_path 'gitlab-qa-sandbox-group-5/qa-test-2023-07-27-16-19-35-b66d9af19565a77b/project-with-code-48be99a73763746a' via api in 0.81 seconds2246[Jul 27 2023 16:37:49 UTC (QA Tests)] INFO -- QA::Resource::Project - wait_for_push_new_branch with branch_name "main"2247 user performs a shallow clone2248Create2249 Personal snippet creation2250[Jul 27 2023 16:37:50 UTC (QA Tests)] INFO -- Starting test: Create Personal snippet creation user creates a personal snippet2251[Jul 27 2023 16:37:50 UTC (QA Tests)] INFO -- filling :login_field with "root"2252[Jul 27 2023 16:37:50 UTC (QA Tests)] INFO -- clicking the coordinates of :login_field2253[Jul 27 2023 16:37:51 UTC (QA Tests)] INFO -- filling :password_field with "*****"2254[Jul 27 2023 16:37:51 UTC (QA Tests)] INFO -- clicking the coordinates of :password_field2255[Jul 27 2023 16:37:51 UTC (QA Tests)] INFO -- clicking :sign_in_button2256[Jul 27 2023 16:37:52 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element sign_in_button' took 1.208s2257[Jul 27 2023 16:37:53 UTC (QA Tests)] INFO -- Enabling super sidebar!2258[Jul 27 2023 16:37:53 UTC (QA Tests)] INFO -- Super sidebar is already enabled2259[Jul 27 2023 16:37:55 UTC (QA Tests)] INFO -- clicking :new_menu_toggle2260[Jul 27 2023 16:37:55 UTC (QA Tests)] INFO -- clicking :create_menu_item2261[Jul 27 2023 16:37:56 UTC (QA Tests)] WARN -- Potentially Slow Code 'click_element create_menu_item' took 0.72s2262[Jul 27 2023 16:37:56 UTC (QA Tests)] INFO -- filling :snippet_title_field with "Snippet title"2263[Jul 27 2023 16:37:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_title_field2264[Jul 27 2023 16:37:56 UTC (QA Tests)] INFO -- clicking :description_placeholder2265[Jul 27 2023 16:37:56 UTC (QA Tests)] INFO -- filling :snippet_description_field with "Snippet description"2266[Jul 27 2023 16:37:56 UTC (QA Tests)] INFO -- clicking the coordinates of :snippet_description_field2267[Jul 27 2023 16:37:57 UTC (QA Tests)] INFO -- clicking :visibility_content2268[Jul 27 2023 16:37:57 UTC (QA Tests)] INFO -- filling :file_name_field with "ruby_file.rb"2269[Jul 27 2023 16:37:57 UTC (QA Tests)] INFO -- clicking the coordinates of :file_name_field2270[Jul 27 2023 16:37:58 UTC (QA Tests)] INFO -- clicking the coordinates of :submit_button2271[Jul 27 2023 16:37:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'wait_for_requests ' took 1.105s2272[Jul 27 2023 16:37:59 UTC (QA Tests)] WARN -- Potentially Slow Code 'has_no_element? snippet_title_field' took 1.116s2273[Jul 27 2023 16:37:59 UTC (QA Tests)] INFO -- ==> Built a QA::Resource::Snippet with id '13' via browser_ui in 4.25 seconds2274[Jul 27 2023 16:38:00 UTC (QA Tests)] INFO -- Removed a QA::Resource::Snippet with id '13'2275 user creates a personal snippet2276[Jul 27 2023 16:38:00 UTC (QA Tests)] INFO -- Knapsack report was generated. Preview:2277{2278 "qa/specs/features/api/3_create/repository/push_postreceive_idempotent_spec.rb": 12.518121820000033,2279 "qa/specs/features/browser_ui/3_create/snippet/share_snippet_spec.rb": 18.277969815000006,2280 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_with_multiple_files_spec.rb": 10.252577771000006,2281 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_personal_snippet_spec.rb": 28.620835658000033,2282 "qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb": 0.014437461000056828,2283 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_http_spec.rb": 22.696035601999938,2284 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb": 31.502501822,2285 "qa/specs/features/browser_ui/3_create/snippet/copy_snippet_file_contents_spec.rb": 22.594162367999957,2286 "qa/specs/features/browser_ui/3_create/merge_request/cherry_pick/cherry_pick_a_merge_spec.rb": 41.683363995000036,2287 "qa/specs/features/ee/browser_ui/3_create/merge_request/add_batch_comments_in_merge_request_spec.rb": 41.39008701799992,2288 "qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb": 0.012409961999992447,2289 "qa/specs/features/ee/browser_ui/3_create/repository/group_file_template_spec.rb": 88.14203110999995,2290 "qa/specs/features/browser_ui/3_create/merge_request/rebase_merge_request_spec.rb": 37.39068420700005,2291 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_via_template_spec.rb": 27.628500612999915,2292 "qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb": 1.1772911990001376,2293 "qa/specs/features/browser_ui/3_create/snippet/delete_file_from_snippet_spec.rb": 19.643169715000113,2294 "qa/specs/features/ee/browser_ui/3_create/merge_request/approval_rules_spec.rb": 78.88434157899997,2295 "qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb": 0.013627220999978817,2296 "qa/specs/features/api/3_create/merge_request/push_options_target_branch_spec.rb": 6.11515280499998,2297 "qa/specs/features/browser_ui/3_create/repository/push_over_ssh_spec.rb": 17.40065877699999,2298 "qa/specs/features/ee/browser_ui/3_create/merge_request/default_merge_request_template_spec.rb": 16.213889491999907,2299 "qa/specs/features/browser_ui/3_create/merge_request/view_merge_request_diff_patch_spec.rb": 18.613448087999814,2300 "qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb": 52.15724460699994,2301 "qa/specs/features/browser_ui/3_create/snippet/create_project_snippet_spec.rb": 12.662015097999983,2302 "qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_from_push_notification_spec.rb": 26.38648638299992,2303 "qa/specs/features/browser_ui/3_create/repository/push_http_private_token_spec.rb": 8.842324261000158,2304 "qa/specs/features/api/3_create/repository/add_list_delete_branches_spec.rb": 3.4660897450000903,2305 "qa/specs/features/api/3_create/merge_request/push_options_title_description_spec.rb": 20.04384636299983,2306 "qa/specs/features/api/3_create/repository/default_branch_name_setting_spec.rb": 4.509393935999924,2307 "qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb": 56.00351787699992,2308 "qa/specs/features/ee/browser_ui/3_create/repository/pull_mirroring_over_ssh_with_key_spec.rb": 28.60576395099997,2309 "qa/specs/features/browser_ui/3_create/repository/push_mirroring_lfs_over_http_spec.rb": 43.49277056999995,2310 "qa/specs/features/ee/browser_ui/3_create/repository/code_owners_spec.rb": 13.469405940000115,2311 "qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb": 0.018393980999917403,2312 "qa/specs/features/api/3_create/merge_request/push_options_remove_source_branch_spec.rb": 14.493436648999932,2313 "qa/specs/features/browser_ui/3_create/repository/file/create_file_via_web_spec.rb": 12.152062084999898,2314 "qa/specs/features/ee/browser_ui/3_create/repository/file_locking_spec.rb": 109.8477640179999,2315 "qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb": 0.04026994199989531,2316 "qa/specs/features/browser_ui/3_create/snippet/clone_push_pull_project_snippet_spec.rb": 36.48978538699998,2317 "qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb": 11.788618048999979,2318 "qa/specs/features/ee/browser_ui/3_create/repository/project_templates_spec.rb": 84.14711743499993,2319 "qa/specs/features/browser_ui/3_create/repository/protocol_v2_push_ssh_spec.rb": 10.15236110800015,2320 "qa/specs/features/browser_ui/3_create/repository/clone_spec.rb": 5.309943444000055,2321 "qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb": 10.1818832340002252322}2323[Jul 27 2023 16:38:00 UTC (QA Tests)] INFO -- 2324Knapsack global time execution for tests: 18m 25s2325Pending: (Failures listed here are expected and do not affect your suite's status)2326 1) Create Review a merge request in Web IDE opens and edits a merge request in Web IDE2327 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442328 # ./qa/specs/features/browser_ui/3_create/web_ide_old/review_merge_request_spec.rb:352329 2) Create Open Web IDE from Diff Tab opens and edits a multi-file merge request in Web IDE from Diff Tab2330 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442331 # ./qa/specs/features/browser_ui/3_create/web_ide_old/open_web_ide_from_diff_tab_spec.rb:562332 3) Create Web IDE file templates user adds LICENSE via file template Mozilla Public License 2.02333 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442334 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532335 4) Create Web IDE file templates user adds Dockerfile via file template Python2336 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442337 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532338 5) Create Web IDE file templates user adds .gitlab-ci.yml via file template Julia2339 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442340 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532341 6) Create Web IDE file templates user adds .gitignore via file template Android2342 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442343 # ./qa/specs/features/browser_ui/3_create/web_ide_old/add_file_template_spec.rb:532344 7) Create First file using Web IDE creates the first file in an empty project via Web IDE2345 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442346 # ./qa/specs/features/browser_ui/3_create/web_ide_old/create_first_file_in_web_ide_spec.rb:242347 8) Create Codeowners merge request assigns code owners as approvers2348 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/4162172349 # ./qa/specs/features/ee/browser_ui/3_create/repository/assign_code_owners_spec.rb:282350 9) Create Git Server Hooks with custom error messages renders preconfigured error message when user hook failed on commit in WebIDE2351 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442352 # ./qa/specs/features/browser_ui/3_create/web_ide_old/server_hooks_custom_error_message_spec.rb:272353 10) Create Upload a file in Web IDE when the file is an image shows an image viewer2354 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442355 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:802356 11) Create Upload a file in Web IDE when the file is a text file shows the Edit tab with the text2357 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442358 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:422359 12) Create Upload a file in Web IDE when the file is binary shows a Download button2360 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442361 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:622362 13) Create Upload a file in Web IDE when a file with the same name already exists throws an error2363 # Skipped but kept as reference. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/115741#note_13307209442364 # ./qa/specs/features/browser_ui/3_create/web_ide_old/upload_new_file_in_web_ide_spec.rb:292365 14) Create Merge request push options merges when pipeline succeeds2366 # In quarantine : https://gitlab.com/gitlab-org/gitlab/-/issues/3464252367 # ./qa/specs/features/api/3_create/merge_request/push_options_mwps_spec.rb:842368Finished in 18 minutes 25 seconds (files took 2.97 seconds to load)236976 examples, 0 failures, 14 pending2370Randomized with seed 92342371[Jul 27 2023 16:38:01 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;'"`2372[Jul 27 2023 16:38:01 UTC (Gitlab QA)] INFO -- Shell command: `docker exec gitlab-gitaly-cluster bash -c "gitlab-psql -c 'select * from pg_stat_user_tables;'"`2373[Jul 27 2023 16:38:01 UTC (Gitlab QA)] INFO -- Shell command: `docker ps -f name=gitlab-gitaly-cluster`2374[Jul 27 2023 16:38:01 UTC (Gitlab QA)] INFO -- Shell command: `docker rm -f gitlab-gitaly-cluster`2376Running after script...2377$ if [ "$CI_JOB_STATUS" == "failed" ]; then # collapsed multi-line command2378$ export BUNDLE_PREFIX=$([ "$RUN_WITH_BUNDLE" != "true" ] || echo "bundle exec")2379$ echo -e "\e[0Ksection_start:`date +%s`:report_results_section[collapsed=true]\r\e[0KReport results"2515Not uploading cache qa-e2e-ruby-3.0-c62e56e5e86789fd869c3bcac450f355-16 due to policy2517Uploading artifacts...2518gitlab-qa-run-*: found 461 matching artifact files and directories 2519Uploading artifacts as "archive" to coordinator... 201 Created id=4754323479 responseStatus=201 Created token=64_rXYbm2520Uploading artifacts...2521gitlab-qa-run-*/**/rspec-*.xml: found 1 matching artifact files and directories 2522Uploading artifacts as "junit" to coordinator... 201 Created id=4754323479 responseStatus=201 Created token=64_rXYbm2523Uploading artifacts...2524/builds/gitlab-org/gitlab/suite_status.env: found 1 matching artifact files and directories 2525Uploading artifacts as "dotenv" to coordinator... 201 Created id=4754323479 responseStatus=201 Created token=64_rXYbm2527Job succeeded