rspec system pg12 9/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 14.1.0-rc1 (e9489c8a)2 on docker-auto-scale-com 8a6210b83 feature flags: FF_USE_FASTZIP:true6Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...7Starting service postgres:12 ...8Pulling docker image postgres:12 ...9Using docker image sha256:14566088fc000f09db0a67b267f7de82a1a1a0d45d6a0a023ab580b084be62a8 for postgres:12 with digest postgres@sha256:1cb8f7fc2e6745ef577640de1c9fde04ff9498a7e0d067f1b8e6890ad4ba5073 ...10Starting service redis:5.0-alpine ...11Pulling docker image redis:5.0-alpine ...12Using docker image sha256:add8cf2f542a4bb4070fad4dd7bb73933a804a0ff57dd611f7be76ffeb4a8ae2 for redis:5.0-alpine with digest redis@sha256:5dbc2c85e636c0aea692972a2eac934ba4f04e9bb6578bc47aa35d28482b2f60 ...13Waiting for services to be up and running...14Authenticating with credentials from job payload (GitLab Registry)15Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 ...16Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...18Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1629290212-a6731a7b...20$ eval "$CI_PRE_CLONE_SCRIPT"21Downloading archived master...22Connecting to storage.googleapis.com (172.217.193.128:443)23saving to '/tmp/gitlab.tar.gz'24gitlab.tar.gz 27% |******** | 95.3M 0:00:02 ETA25gitlab.tar.gz 100% |********************************| 347M 0:00:00 ETA26'/tmp/gitlab.tar.gz' saved27Extracting tarball into /builds/gitlab-org/gitlab...28Fetching changes with git depth set to 20...29Reinitialized existing Git repository in /builds/gitlab-org/gitlab/.git/30Created fresh repository.31remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 33 * [new ref] 46bb9dc7a79a016d7bc25d076e151617a34eacba -> refs/pipelines/35523861734 * [new branch] master -> origin/master35Checking out 46bb9dc7 as master...36Skipping Git submodules setup38Checking cache for ruby-gems-v1-4...39cache.zip is up to date 40Successfully extracted cache41Checking cache for gitaly-ruby-gems-v1-4...42cache.zip is up to date 43Successfully extracted cache45Downloading artifacts for compile-test-assets (1513592614)...46Downloading artifacts from coordinator... ok id=1513592614 responseStatus=200 OK token=md4EeJ-G47Downloading artifacts for retrieve-tests-metadata (1513592671)...48Downloading artifacts from coordinator... ok id=1513592671 responseStatus=200 OK token=ff8B4HT949Downloading artifacts for setup-test-env (1513592645)...50Downloading artifacts from coordinator... ok id=1513592645 responseStatus=200 OK token=ANgKL-4k52Using docker image sha256:f3af4045688c7d321821552b2274c91037e2b5727ac63ee5f72ad30f5962c48e for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2.patched-golang-1.16-git-2.31-lfs-2.9-chrome-89-node-14.15-yarn-1.22-postgresql-12-graphicsmagick-1.3.36 with digest registry.gitlab.com/gitlab-org/gitlab-build-images@sha256:72fa33b8058851ded8b72376ab249c48f98d1a176ad4bc8d517ca4ab62f0f7a0 ...53$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb54$ export GOPATH=$CI_PROJECT_DIR/.go55$ mkdir -p $GOPATH56$ source scripts/utils.sh57$ source scripts/prepare_build.sh58Bundler version 2.1.459production:development60Settings are listed in order of priority. The top value will be used.61path62Set for the current user (/root/.bundle/config): "vendor"63clean64Set for the current user (/root/.bundle/config): "true"65without66Set via BUNDLE_WITHOUT: [:production, :development]67install_flags68Set via BUNDLE_INSTALL_FLAGS: "--jobs=$(nproc) --retry=3 --quiet"69$ bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check70The Gemfile's dependencies are satisfied71==> 'bundle install --jobs=$(nproc) --retry=3 --quiet && bundle check' succeeded in 3 seconds.72$ bundle pristine pg73Installing pg 1.2.3 with native extensions74==> 'bundle pristine pg' succeeded in 11 seconds.75$ setup_db_user_only76CREATE ROLE77GRANT78==> 'setup_db_user_only' succeeded in 0 seconds.79$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee80Dropped database 'gitlabhq_test'81Created database 'gitlabhq_test'82DEPRECATION WARNING: Using `bin/rails db:structure:load` is deprecated and will be removed in Rails 6.2. Configure the format using `config.active_record.schema_format = :sql` to use `structure.sql` and run `bin/rails db:schema:load` instead. (called from load at /builds/gitlab-org/gitlab/vendor/ruby/2.7.0/bin/rake:23)83Dropped database 'gitlabhq_geo_test'84Created database 'gitlabhq_geo_test'85==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 48 seconds.86$ run_timed_command "gem install knapsack --no-document"87$ gem install knapsack --no-document88Successfully installed knapsack-4.0.0891 gem installed90==> 'gem install knapsack --no-document' succeeded in 2 seconds.91$ run_timed_command "scripts/gitaly-test-spawn"92$ scripts/gitaly-test-spawn93Settings are listed in order of priority. The top value will be used.94jobs95Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 496retry97Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): 398path99Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"100deployment101Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): true102without103Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config): [:production, :development]104Set via BUNDLE_WITHOUT: [:production, :development]105app_config106Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle"107gemfile108Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"109Don't run Bundler as root. Bundler can ask for sudo if it is needed, and110installing your bundle as root will break this application for all non-root111users on this machine.112Using abstract_type 0.0.7113Using concurrent-ruby 1.1.9114Using i18n 1.8.10115Using minitest 5.14.4116Using tzinfo 2.0.4117Using zeitwerk 2.4.2118Using activesupport 6.1.3.2119Using builder 3.2.4120Using erubi 1.10.0121Using mini_portile2 2.5.1122Using racc 1.5.2123Using nokogiri 1.11.5 (x86_64-linux)124Using rails-dom-testing 2.0.3125Using crass 1.0.6126Using loofah 2.10.0127Using rails-html-sanitizer 1.3.0128Using actionview 6.1.3.2129Using rack 2.2.3130Using rack-test 1.1.0131Using actionpack 6.1.3.2132Using ice_nine 0.11.2133Using thread_safe 0.3.6134Using memoizable 0.4.2135Using adamantium 0.2.0136Using public_suffix 4.0.6137Using addressable 2.7.0138Using ast 2.4.1139Using binding_ninja 0.2.3140Using bundler 2.1.4141Using charlock_holmes 0.7.7142Using coderay 1.1.2143Using equalizer 0.0.11144Using concord 0.1.5145Using diff-lcs 1.3146Using dotenv 2.7.6147Using escape_utils 1.2.1148Using factory_bot 5.0.2149Using multipart-post 2.1.1150Using faraday 1.0.1151Using ffi 1.15.3152Using json 2.5.1153Using gemojione 3.3.0154Using mini_mime 1.0.2155Using rugged 1.1.0156Using github-linguist 7.12.1157Using github-markup 1.7.0158Using mime-types-data 3.2020.1104159Using mime-types 3.3.1160Using gitlab-gollum-rugged_adapter 0.4.4.4.gitlab.1161Using rouge 3.26.0162Using nokogumbo 1.5.0163Using sanitize 4.6.6164Using stringex 2.8.5165Using gitlab-gollum-lib 4.2.7.10.gitlab.1166Using google-protobuf 3.17.3 (x86_64-linux)167Using googleapis-common-protos-types 1.1.0168Using grpc 1.38.0 (x86_64-linux)169Using opentracing 0.5.0170Using thrift 0.14.1171Using jaeger-client 1.1.0172Using pg_query 2.1.0173Using redis 4.2.5174Using gitlab-labkit 0.20.0175Using gitlab-markup 1.7.1176Using grpc-tools 1.38.0177Using sawyer 0.8.2178Using octokit 4.20.0179Using reverse_markdown 1.4.0180Using thor 1.1.0181Using licensee 9.14.1182Using method_source 0.9.2183Using msgpack 1.3.3184Using optimist 3.0.1185Using parallel 1.19.2186Using parser 2.7.2.0187Using procto 0.0.3188Using unparser 0.4.7189Using proc_to_ast 0.1.0190Using pry 0.12.2191Using rainbow 3.0.0192Using rbtrace 0.4.14193Using rdoc 6.3.2194Using regexp_parser 1.8.1195Using rexml 3.2.4196Using rspec-support 3.8.0197Using rspec-core 3.8.0198Using rspec-expectations 3.8.3199Using rspec-mocks 3.8.0200Using rspec 3.8.0201Using rspec-parameterized 0.4.2202Using rubocop-ast 0.2.0203Using ruby-progressbar 1.10.1204Using unicode-display_width 1.7.0205Using rubocop 0.86.0206Using sentry-raven 3.0.4207Using timecop 0.9.1208Bundle complete! 21 Gemfile dependencies, 96 gems now installed.209Gems in the groups production and development were not installed.210Bundled gems are installed into `/builds/gitlab-org/gitlab/vendor/gitaly-ruby`211Checking gitaly-ruby Gemfile...212Checking gitaly-ruby bundle...213The Gemfile's dependencies are satisfied214Trying to connect to gitaly: ........ OK215Trying to connect to gitaly2: .............. OK216Trying to connect to praefect: ...... OK217==> 'scripts/gitaly-test-spawn' succeeded in 5 seconds.218$ source ./scripts/rspec_helpers.sh219$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"220KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb221Knapsack report generator started!222Run options: exclude {:quarantine=>true, :geo=>true, :level=>"migration"}223==> /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.050311384 seconds...224Test environment set up in 0.792167042 seconds225Labels Hierarchy226Starting the Capybara driver server...227DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)228DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)229 when creating new issuable230Capybara starting Puma...231* Version 5.3.2 , codename: Sweetnighter232* Min threads: 0, max threads: 4233* Listening on unix:///tmp/20210818-355-o1x4ld234DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)235DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)236DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)237DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_arrow_right.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)238 is able to assign ancestor group labels239 issuable sidebar240 on issue sidebar241 behaves like assigning labels from sidebar242 can assign all ancestors labels243 does not find child group labels on dropdown244 on project board issue sidebar245 behaves like assigning labels from sidebar246 can assign all ancestors labels247 does not find child group labels on dropdown248 on group board issue sidebar249 behaves like assigning labels from sidebar250 can assign all ancestors labels251 does not find child group labels on dropdown252 issuable sidebar when graphql_board_lists FF disabled253 on project board issue sidebar254 behaves like assigning labels from sidebar255DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)256DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_close.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)257 can assign all ancestors labels258 does not find child group labels on dropdown259 on group board issue sidebar260 behaves like assigning labels from sidebar261 can assign all ancestors labels262 does not find child group labels on dropdown263 issuable filtering264 on project issuable list265 does not filter by descendant group labels266 behaves like filtering by ancestor labels for projects267 filters by ancestor labels268 does not filter by descendant group labels269 on group issuable list270 behaves like filtering by ancestor labels for groups271 filters by ancestors and current group labels272 filters by descendant group labels273 does not filter by descendant group project labels274 on project boards filter275 behaves like filtering by ancestor labels for projects276 filters by ancestor labels277 does not filter by descendant group labels278 on group boards filter279 behaves like filtering by ancestor labels for groups280 filters by ancestors and current group labels281 filters by descendant group labels282 does not filter by descendant group project labels283 creating boards lists284 on project boards285 creates lists from all ancestor labels286 on group boards287 when graphql_board_lists FF enabled288 creates lists from all ancestor group labels289 does not create lists from descendant groups290 when graphql_board_lists FF disabled291 creates lists from all ancestor group labels292 does not create lists from descendant groups293User browses files294 shows last commit for current directory295 when browsing the master branch296 shows files from a repository297 shows the `Browse Directory` link298 shows the `Browse File` link299 shows the `Browse Files` link300 redirects to the permalink URL301 when browsing the `markdown` branch302 when browsing the root303 shows correct files and links304 shows correct content of file305 shows correct content of directory306 when commit message has markdown307 renders emojis308 when browsing a `improve/awesome` branch309 shows files from a repository310 when browsing a `Ääh-test-utf-8` branch311 shows files from a repository312 when browsing a `test-#` branch313 shows files from a repository314 when browsing a specific ref315 shows files from a repository for `6d39438`316 shows files from a repository with apostroph in its name317 shows the code with a leading dot in the directory318 does not show the permalink link319 when browsing a file content320 shows a file content321 is possible to blame322 when browsing a file with pathspec characters323 shows a raw file content324 when browsing a raw file325 shows a raw file content326Import/Export - Group Import327 when the user uploads a valid export file328 when using the pre-filled path329/builds/gitlab-org/gitlab/vendor/ruby/2.7.0/gems/carrierwave-1.3.2/lib/carrierwave/mounter.rb:113: warning: deprecated Object#=~ is called on TrueClass; it always returns nil330DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)331DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_empty_groups.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)332 successfully imports the group333 when modifying the pre-filled path334 successfully imports the group335 when the path is already taken336 suggests a unique path337 when the user uploads an invalid export file338 displays an error3401st Try error in ./spec/features/groups/import_export/import_file_spec.rb:88:341expected to find text "Unable to process group import file" in ""342Unexpected browser console output:343webpack-internal:///GiFX 651:16 "Error sending the query 'issueLabels'" TypeError: Failed to fetch344webpack-internal:///GiFX 651:16 "Error sending the query 'issuable'" TypeError: Failed to fetch345webpack-internal:///GiFX 651:16 "Error sending the query 'issuableTimeTracking'" TypeError: Failed to fetch346webpack-internal:///GiFX 651:16 "Error sending the query 'issueLabels'" TypeError: Failed to fetch347webpack-internal:///GiFX 651:16 "Error sending the query 'issuable'" TypeError: Failed to fetch348webpack-internal:///GiFX 651:16 "Error sending the query 'issuableTimeTracking'" TypeError: Failed to fetch349webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."350webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."351webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."352webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."353webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."354webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."355webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."356webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."357webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."358webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."359webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."360webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."361webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."362webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."363webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."364webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."365webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."366webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."367webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."368webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."369webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."370webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."371webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."372webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."373webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - The provided target is no valid HTML element."374webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"375webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"376webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"377webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"378webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"379webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"380webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"381webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"382webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"383webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"384webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"385webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"386webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/markdown/:path*\n- (/-)?/blob/markdown/:path*"387webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"388webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/improve/awesome/:path*\n- (/-)?/blob/improve/awesome/:path*"389webpack-internal:///lRsd 16:46 "[vue-router] Route with path \"(/-)?/tree/Ääh-test-utf-8/:path*\" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path."390webpack-internal:///lRsd 16:46 "[vue-router] Route with path \"(/-)?/blob/Ääh-test-utf-8/:path*\" contains unencoded characters, make sure your path is correctly encoded before passing it to the router. Use encodeURI to encode static segments of your path."391webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/Ääh-test-utf-8/:path*\n- (/-)?/tree/%C3%84%C3%A4h-test-utf-8/:path*\n- (/-)?/blob/Ääh-test-utf-8/:path*\n- (/-)?/blob/%C3%84%C3%A4h-test-utf-8/:path*"392webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/test-%23/:path*\n- (/-)?/blob/test-%23/:path*"393webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"394webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"395webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/'test'/:path*\n- (/-)?/blob/'test'/:path*"396webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/'test'/:path*\n- (/-)?/blob/'test'/:path*"397webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"398webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/fix/:path*\n- (/-)?/blob/fix/:path*"399webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/fix/:path*\n- (/-)?/blob/fix/:path*"400webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/6d39438/:path*\n- (/-)?/blob/6d39438/:path*"401webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"402webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*\n- (/-)?/blob/master/:path*"403http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.404http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.405http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.406http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.407http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.409RSpec::Retry: 2nd try ./spec/features/groups/import_export/import_file_spec.rb:884112nd Try error in ./spec/features/groups/import_export/import_file_spec.rb:88:412expected to find text "Unable to process group import file" in ""413Unexpected browser console output:414http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.415http://127.0.0.1:44049/groups/new#import-group-pane - Autofocus processing was blocked because a document's URL has a fragment '#import-group-pane'.416 RSpec::Retry: 3rd try ./spec/features/groups/import_export/import_file_spec.rb:88417Projects > Show > User uploads files418 when a user has write access419 uploads and commits a new text file420 uploads and commits a new image file421 uploads and commits a new pdf file422 uploads a file to a sub-directory423 when a user does not have write access424 uploads and commits a new file to a forked project425 when in the empty_repo_upload experiment426 with an empty repo427 uploads and commits a new text file via "upload file" button428 with a nonempty repo429 uploads and commits a new text file via "upload file" button430Projects > Snippets > User updates a snippet431 displays the snippet blob path and content432 updates a snippet433 when the git operation fails434 renders edit page and displays the error435Private Group access436 Group should be private437 #private?438 is expected to be truthy439 GET /groups/:path440 is expected to be allowed for owner441 is expected to be allowed for maintainer442 is expected to be allowed for developer443 is expected to be allowed for reporter444 is expected to be allowed for guest445 is expected to be allowed for the specified user446 is expected to be denied for user447 is expected to be denied for external448 is expected to be denied for visitor449 when admin mode is enabled450 is expected to be allowed for admin451 when admin mode is disabled452 is expected to be denied for admin453 GET /groups/:path/-/issues454 is expected to be allowed for owner455 is expected to be allowed for maintainer456 is expected to be allowed for developer457 is expected to be allowed for reporter458 is expected to be allowed for guest459 is expected to be allowed for the specified user460 is expected to be denied for user461 is expected to be denied for external462 is expected to be denied for visitor463 when admin mode is enabled464 is expected to be allowed for admin465 when admin mode is disabled466 is expected to be denied for admin467 GET /groups/:path/-/merge_requests468 is expected to be allowed for owner469 is expected to be allowed for maintainer470 is expected to be allowed for developer471 is expected to be allowed for reporter472 is expected to be allowed for guest473 is expected to be allowed for the specified user474 is expected to be denied for user475 is expected to be denied for external476 is expected to be denied for visitor477 when admin mode is enabled478 is expected to be allowed for admin479 when admin mode is disabled480 is expected to be denied for admin481 GET /groups/:path/-/group_members482 is expected to be allowed for owner483 is expected to be allowed for maintainer484 is expected to be allowed for developer485 is expected to be allowed for reporter486 is expected to be allowed for guest487 is expected to be allowed for the specified user488 is expected to be denied for user489 is expected to be denied for external490 is expected to be denied for visitor491 when admin mode is enabled492 is expected to be allowed for admin493 when admin mode is disabled494 is expected to be denied for admin495 GET /groups/:path/-/edit496 is expected to be allowed for owner497 is expected to be denied for maintainer498 is expected to be denied for developer499 is expected to be denied for reporter500 is expected to be denied for guest501 is expected to be denied for the specified user502 is expected to be denied for user503 is expected to be denied for visitor504 is expected to be denied for external505 when admin mode is enabled506 is expected to be allowed for admin507 when admin mode is disabled508 is expected to be denied for admin509 GET /groups/:path for shared projects510 is expected to be allowed for owner511 is expected to be allowed for maintainer512 is expected to be allowed for developer513 is expected to be allowed for reporter514 is expected to be allowed for guest515 is expected to be denied for the specified user516 is expected to be denied for user517 is expected to be denied for external518 is expected to be denied for visitor519 when admin mode is enabled520 is expected to be allowed for admin521 when admin mode is disabled522 is expected to be denied for admin523issuable list524 counts upvotes, downvotes and notes count for each Issue525 sorts labels alphabetically526 counts upvotes, downvotes and notes count for each Merge request527 sorts labels alphabetically528 displays a warning if counting the number of issues times out529 counts merge requests closing issues icons for each issue530Pages edits pages settings531 when user is the owner532 does not see anything to destroy533 when pages deployed534 renders Access pages535 does not render access control warning536 when pages are disabled in the project settings537 renders disabled warning538 when access control is enabled in gitlab settings539 renders access control warning540 when pages are public541 does not render access control warning542 when support for external domains is disabled543 renders message that support is disabled544 project settings page545DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)546DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_service_desk.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)547DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)548DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)549DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)550DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)551 renders "Pages" tab552 when pages are disabled553 does not render "Pages" tab554 HTTPS settings555 tries to change the setting556 setting could not be updated557 tries to change the setting558 non-HTTPS domain exists559 the setting is disabled560 HTTPS pages are disabled561 the setting is unavailable562 Remove page563 when pages are deployed564 removes the pages565Group merge requests page566 public access level567 group member568 is expected to have text "this is my created issuable"569 non-member570 is expected to have text "this is my created issuable"571 private access level572 group member573 is expected to have text "this is my created issuable"574 non-member575 is expected not to have text "this is my created issuable"576 archived issuable577 hides archived merge requests578 ignores archived merge request count badges in navbar579 ignores archived merge request count badges in state-filters580 when merge request assignee to user581 is expected to have text "this is my created issuable"582 group filtered search583 filters by assignee only group users584 new merge request dropdown585 shows projects only with merge requests feature enabled586 empty state with no merge requests587 shows an empty state, button to create merge request and no filters bar588 with no open merge requests589 shows an empty state, button to create merge request and filters bar590Terraform591 when user is a terraform administrator592 when user does not have any terraform states and visits the index page593 sees an empty state594 when user has a terraform state595 when user visits the index page596 displays a tab with states count597 displays a table with terraform states598 displays terraform actions dropdown599 displays terraform information600 when clicking on copy Terraform init command601 shows the modal with the init command602 when user is a terraform developer603 when user visits the index page604 displays a table without an action dropdown605User searches for commits606 when search times out607 renders timeout information608 sets tab count to 0609 when searching by SHA610DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)611DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_icon_commit.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)612DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)613DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/icons/_mr_bold.svg (called from block in custom_icon at /builds/gitlab-org/gitlab/app/helpers/icons_helper.rb:14)614 finds a commit and redirects to its page615 finds a commit in uppercase and redirects to its page616 when searching by message617 finds a commit and holds on /search page618 finds multiple commits619a maintainer edits files on a source-branch of an MR from a fork620 mentions commits will go to the source branch621 allows committing to the source branch622User sees user popover623 hovering over a user link in a merge request624 displays user popover625DEPRECATION WARNING: ActiveModel::Errors#keys is deprecated and will be removed in Rails 6.2.626To achieve the same use:627 errors.attribute_names (called from block (2 levels) in create at /builds/gitlab-org/gitlab/app/controllers/concerns/notes_actions.rb:65)628 displays user popover in system note629Group Packages & Registries settings630 when packges feature is disabled on the group631 the menu item is not visible632 renders 404 when navigating to page633 when packages feature is enabled on the group634 the menu item is visible635 has a page title set636 sidebar menu is open637 has a Package Registry section638 automatically saves changes to the server639 shows an error on wrong regex640 in a sub group641 works correctly642Admin Broadcast Messages643unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.644unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.645unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.646 see broadcast messages list647 creates a customized broadcast banner message648 creates a customized broadcast notification message649 edit an existing broadcast message650 remove an existing broadcast message651 updates a preview of a customized broadcast banner message652 updates a preview of a customized broadcast notification message653Group Issue Boards654 labels655 only shows valid labels for the issue project and group656 when graphql_board_lists FF disabled657 only shows valid labels for the issue project and group658User comments on a commit659 adds a comment660User uploads new design661 when the feature is available662 uploads designs663 when the feature is not available664 shows the message about requirements665Group share with group lock666 with a subgroup667 when enabling the parent group share with group lock668 the subgroup share with group lock becomes enabled669 when disabling the parent group share with group lock (which was already enabled)670 and the subgroup share with group lock is enabled671 the subgroup share with group lock does not change672 but the subgroup share with group lock is disabled673 the subgroup share with group lock does not change674User visits the notifications tab675 turns on the receive product marketing emails setting676 changes the project notifications setting677 when project emails are disabled678 notification button is disabled679Incident Management index680 when a developer displays the incident list681 shows the status tabs682 shows the filtered search683 shows the alert table684 alert page title685Disable individual triggers686 service has multiple supported events687 shows trigger checkboxes688 services only has one supported event689 doesn't show unnecessary Trigger checkboxes690GFM autocomplete loading691 does not load on project#show692 loads on new issue page693User deletes feature flag user list694 with a list695 deletes the list696 with a list that is in use697 does not delete the list698Projects > Members > Group requester cannot request access to project699 group requester does not see the request access / withdraw access request button700Projects > Show > Schema Markup701 shows SoftwareSourceCode structured markup702Pipeline Badge703 when the project has a pipeline704 when the pipeline was successful705 displays so on the badge706 when the pipeline failed707 shows displays so on the badge708 when the pipeline is preparing709 displays the preparing badge710 when the pipeline is running711 shows displays so on the badge712 when a new pipeline is created713 shows a fresh badge714Issue Boards focus mode715 shows focus mode button to anonymous users716Dashboard Feed717 GET /718 projects atom feed via personal access token719DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)720DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: layouts/xml.atom (called from render at /builds/gitlab-org/gitlab/app/controllers/application_controller.rb:124)721 renders projects atom feed722 projects atom feed via feed token723 renders projects atom feed724 feed content725 has issue opened event726 has issue comment event727Merge request > User sees page metadata728 behaves like page meta description729 renders the page with description, og:description, and twitter:description meta tags that contains a plain-text version of the markdown730OAuth Provider731 Standard OAuth Authorization732 behaves like Secure OAuth Authorizations733 when user is confirmed734 asks the user to authorize the application735 when user is unconfirmed736DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)737DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo.svg (called from brand_header_logo at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:42)738DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)739DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated: shared/_logo_type.svg (called from brand_header_logo_type at /builds/gitlab-org/gitlab/app/helpers/appearances_helper.rb:49)740 displays an error741Knapsack report was generated. Preview:742{743 "spec/features/labels_hierarchy_spec.rb": 167.66344054300043,744 "spec/features/projects/files/user_browses_files_spec.rb": 137.5495837669996,745 "spec/features/groups/import_export/import_file_spec.rb": 153.42452303899972,746 "spec/features/projects/show/user_uploads_files_spec.rb": 74.9551759169999,747 "spec/features/projects/snippets/user_updates_snippet_spec.rb": 54.67007844,748 "spec/features/security/group/private_access_spec.rb": 56.485924273999444,749 "spec/features/issuables/issuable_list_spec.rb": 38.29993562499931,750 "spec/features/projects/pages/user_edits_settings_spec.rb": 33.56465531599952,751 "spec/features/groups/merge_requests_spec.rb": 29.00068255699989,752 "spec/features/projects/terraform_spec.rb": 24.748111779000283,753 "spec/features/search/user_searches_for_commits_spec.rb": 24.945487433999915,754 "spec/features/merge_request/maintainer_edits_fork_spec.rb": 25.05510650999986,755 "spec/features/projects/user_sees_user_popover_spec.rb": 18.83933439700013,756 "spec/features/groups/settings/packages_and_registries_spec.rb": 16.602593235999848,757 "spec/features/admin/admin_broadcast_messages_spec.rb": 16.350073536999844,758 "spec/features/groups/board_sidebar_spec.rb": 13.159578335999868,759 "spec/features/merge_request/user_comments_on_commit_spec.rb": 11.928163099999438,760 "spec/features/projects/issues/design_management/user_uploads_designs_spec.rb": 10.30122846300037,761 "spec/features/groups/share_lock_spec.rb": 8.851320623999527,762 "spec/features/profiles/user_visits_notifications_tab_spec.rb": 7.862310237999736,763 "spec/features/incidents/incidents_list_spec.rb": 7.928743120000036,764 "spec/features/projects/services/disable_triggers_spec.rb": 8.916447505999713,765 "spec/features/projects/gfm_autocomplete_load_spec.rb": 5.493972733999726,766 "spec/features/projects/feature_flag_user_lists/user_deletes_feature_flag_user_list_spec.rb": 5.544281737000347,767 "spec/features/projects/members/group_requester_cannot_request_access_to_project_spec.rb": 5.418918172999838,768 "spec/features/projects/show/schema_markup_spec.rb": 4.727057709999826,769 "spec/features/projects/badges/pipeline_badge_spec.rb": 5.366933208999399,770 "spec/features/boards/focus_mode_spec.rb": 2.7260494690008272,771 "spec/features/atom/dashboard_spec.rb": 3.3321845799991934,772 "spec/features/merge_request/user_sees_page_metadata_spec.rb": 1.9645483369995418,773 "spec/features/oauth_provider_authorize_spec.rb": 1.6830764360001922774}775Knapsack global time execution for tests: 16m 17s776Finished in 16 minutes 20 seconds (files took 1 minute 1.67 seconds to load)777230 examples, 0 failures778Failed to write to log, write log/workhorse-test.log: file already closed779Wed 18 Aug 2021 02:35:10 PM UTC781Not uploading cache ruby-gems-v1-4 due to policy782Not uploading cache gitaly-ruby-gems-v1-4 due to policy784Uploading artifacts...785coverage/: found 5 matching files and directories 786crystalball/: found 2 matching files and directories 787deprecations/: found 18 matching files and directories 788knapsack/: found 3 matching files and directories 789rspec_flaky/: found 4 matching files and directories 790rspec_profiling/: found 1 matching files and directories 791tmp/capybara/: found 3 matching files and directories 792tmp/memory_test/: found 2 matching files and directories 793log/*.log: found 19 matching files and directories 794Uploading artifacts as "archive" to coordinator... ok id=1513592966 responseStatus=201 Created token=MSa6N_jy795Uploading artifacts...796junit_rspec.xml: found 1 matching files and directories 797Uploading artifacts as "junit" to coordinator... ok id=1513592966 responseStatus=201 Created token=MSa6N_jy799Job succeeded