rspec system pg11 14/24
Passed Started
by
@gitlab-bot

🤖 GitLab Bot 🤖
1Running with gitlab-runner 13.3.1 (738bbe5a)2 on docker-auto-scale-com 8a6210b84Using Docker executor with image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...5Starting service postgres:11.6 ...6Pulling docker image postgres:11.6 ...7Using docker image sha256:2c963c0eb8c6efa49bb8352ea446f248d208d674cfc34fc9ea275b5f99f8dedd for postgres:11.6 ...8Starting service redis:4.0-alpine ...9Pulling docker image redis:4.0-alpine ...10Using docker image sha256:e3dd0e49bca555d559ca2e97f06a1efa108ebd230fddcb17606723994f18ae3b for redis:4.0-alpine ...11Waiting for services to be up and running...12Authenticating with credentials from job payload (GitLab Registry)13Pulling docker image registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...14Using docker image sha256:cd688957c9207f55272d81be6d4908692d78233833e3f09a9c0899b2f24eb3ff for registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6.6-golang-1.14-git-2.28-lfs-2.9-chrome-84-node-12.x-yarn-1.21-postgresql-11-graphicsmagick-1.3.34 ...16Running on runner-8a6210b8-project-278964-concurrent-0 via runner-8a6210b8-gsrm-1598711838-c30023d2...18$ eval "$CI_PRE_CLONE_SCRIPT"19Downloading archived master...20Connecting to storage.googleapis.com (172.217.193.128:443)21saving to '/tmp/gitlab.tar.gz'22gitlab.tar.gz 13% |**** | 140M 0:00:06 ETA23gitlab.tar.gz 47% |*************** | 479M 0:00:02 ETA24gitlab.tar.gz 81% |************************** | 819M 0:00:00 ETA25gitlab.tar.gz 100% |********************************| 1007M 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.31Checking out 4e12f87c as master...32Skipping Git submodules setup34Checking cache for rails-v2-3...35cache.zip is up to date 36Successfully extracted cache38Downloading artifacts for compile-test-assets (710020301)...39Downloading artifacts from coordinator... ok id=710020301 responseStatus=200 OK token=dz2RyhAg40Downloading artifacts for retrieve-tests-metadata (710020310)...41Downloading artifacts from coordinator... ok id=710020310 responseStatus=200 OK token=LNgn8mU-42Downloading artifacts for setup-test-env (710020306)...43Downloading artifacts from coordinator... ok id=710020306 responseStatus=200 OK token=wSxhzuKE44WARNING: tmp/tests/gitlab-shell/.gitlab_shell_secret: chmod tmp/tests/gitlab-shell/.gitlab_shell_secret: no such file or directory (suppressing repeats) 46$ [ "$FOSS_ONLY" = "1" ] && rm -rf ee/ qa/spec/ee/ qa/qa/specs/features/ee/ qa/qa/ee/ qa/qa/ee.rb47$ export GOPATH=$CI_PROJECT_DIR/.go48$ mkdir -p $GOPATH49$ source scripts/utils.sh50$ source scripts/prepare_build.sh51Bundler version 1.17.252$ bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet53==> 'bundle install --clean --without=production --without=development --jobs=2 --path=vendor --retry=3 --quiet' succeeded in 2 seconds.54$ bundle check55Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.56The Gemfile's dependencies are satisfied57==> 'bundle check' succeeded in 0 seconds.58$ bundle pristine pg59Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.60Installing pg 1.2.2 with native extensions61==> 'bundle pristine pg' succeeded in 11 seconds.62$ gem install knapsack --no-document63Successfully installed knapsack-1.18.0641 gem installed65==> 'gem install knapsack --no-document' succeeded in 1 seconds.66$ setup_db_user_only67CREATE ROLE68GRANT69==> 'setup_db_user_only' succeeded in 0 seconds.70$ bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee71Dropped database 'gitlabhq_test'72Created database 'gitlabhq_test'73Dropped database 'gitlabhq_geo_test'74Created database 'gitlabhq_geo_test'75$ run_timed_command "scripts/gitaly-test-build"76==> 'bundle exec rake db:drop db:create db:structure:load db:migrate gitlab:db:setup_ee' succeeded in 31 seconds.77$ scripts/gitaly-test-build78Settings are listed in order of priority. The top value will be used.79retry80Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 381path82Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): "/builds/gitlab-org/gitlab/vendor/gitaly-ruby"83jobs84Set for your local app (/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config/config): 485app_config86Set via BUNDLE_APP_CONFIG: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/.bundle/config"87gemfile88Set via BUNDLE_GEMFILE: "/builds/gitlab-org/gitlab/tmp/tests/gitaly/ruby/Gemfile"89flags90Set via BUNDLE_FLAGS: "--jobs=4 --retry=3 --quiet --path=/builds/gitlab-org/gitlab/vendor/gitaly-ruby"91silence_root_warning92Set via BUNDLE_SILENCE_ROOT_WARNING: true93go install -ldflags '-X gitlab.com/gitlab-org/gitaly/internal/version.version=13.3.0-rc5 -X gitlab.com/gitlab-org/gitaly/internal/version.buildtime=20200829.163009' -tags "tracer_static,tracer_static_jaeger,continuous_profiler_stackdriver" gitlab.com/gitlab-org/gitaly/cmd/praefect gitlab.com/gitlab-org/gitaly/cmd/gitaly-hooks gitlab.com/gitlab-org/gitaly/cmd/gitaly-blackbox gitlab.com/gitlab-org/gitaly/cmd/gitaly gitlab.com/gitlab-org/gitaly/cmd/gitaly-debug gitlab.com/gitlab-org/gitaly/cmd/gitaly-ssh gitlab.com/gitlab-org/gitaly/cmd/gitaly-wrapper94install /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/praefect /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-hooks /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-blackbox /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-debug /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-ssh /builds/gitlab-org/gitlab/tmp/tests/gitaly/_build/bin/gitaly-wrapper /builds/gitlab-org/gitlab/tmp/tests/gitaly95Checking gitaly-ruby Gemfile...96Checking gitaly-ruby bundle...97Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.98The Gemfile's dependencies are satisfied99Trying to connect to gitaly: ......... OK100Trying to connect to praefect: ........ OK101$ run_timed_command "scripts/gitaly-test-spawn"102==> 'scripts/gitaly-test-build' succeeded in 45 seconds.103$ scripts/gitaly-test-spawn104Checking gitaly-ruby Gemfile...105Checking gitaly-ruby bundle...106Warning: the running version of Bundler (1.17.2) is older than the version that created the lockfile (1.17.3). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.107The Gemfile's dependencies are satisfied108Trying to connect to gitaly: ......... OK109Trying to connect to praefect: ...... OK110==> 'scripts/gitaly-test-spawn' succeeded in 2 seconds.111$ source scripts/rspec_helpers.sh112$ rspec_paralellized_job "--tag ~quarantine --tag ~geo --tag ~level:migration"113KNAPSACK_TEST_FILE_PATTERN: spec/{features}{,/**/}*_spec.rb114Knapsack report generator started!115RSpec's reporter has already been initialized with #<IO:<STDERR>> as the deprecation stream, so your change to `deprecation_stream` will be ignored. You should configure it earlier for it to take effect, or use the `--deprecation-out` CLI option. (Called from /builds/gitlab-org/gitlab/spec/support/rspec.rb:12:in `block in <top (required)>')116Run options:117 include {:focus=>true}118 exclude {:quarantine=>true, :geo=>true, :level=>"migration"}119All examples were filtered out; ignoring {:focus=>true}120==> Setting up gitlab-test bare repository in /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare...121 /builds/gitlab-org/gitlab/tmp/tests/gitlab-test_bare set up in 0.048204638 seconds...122Filter issues123Starting the Capybara driver server...124Capybara starting Puma...125* Version 4.3.5.gitlab.3 , codename: Mysterious Traveller126* Min threads: 0, max threads: 4127* Listening on unix:///tmp/20200829-1863-sw13c0128 filters by all available tokens129 with the NOT queries feature flag disabled130 does not have the != option131 filter issues by author132 only author133 filters issues by searched author134 filter issues by assignee135 only assignee136 filters issues by searched assignee137 filters issues by no assignee138 filters issues by invalid assignee (PENDING: to be tested, issue #26546)139 filters issues by multiple assignees140 filter issues by label141 only label142 filters issues by searched label143 filters issues not containing searched label144 filters issues by any label145 filters issues by no label146 filters issues by multiple labels147 filters issues by multiple labels with not operator148 filters issues by label containing special characters149 filters issues by label not containing special characters150 does not show issues for unused labels151 label with multiple words152 special characters153 single quotes154 double quotes155 single quotes containing double quotes156 double quotes containing single quotes157 multiple labels with other filters158 filters issues by searched label, label2, author, assignee, milestone and text159 filters issues by searched label, label2, author, assignee, not included in a milestone160 issue label clicked161 filters and displays in search bar162 filter issues by milestone163 only milestone164 filters issues by searched milestone165 filters issues by no milestone166 filters issues by upcoming milestones167 filters issues by negation of upcoming milestones168 filters issues by started milestones169 filters issues by negation of started milestones170 filters issues by milestone containing special characters171 filters issues by milestone not containing special characters172 does not show issues for unused milestones173 show issues for unused milestones174 filter issues by text175 only text176 filters issues by searched text177 filters issues by multiple searched text178 filters issues by case insensitive searched text179 filters issues by searched text containing single quotes180 filters issues by searched text containing double quotes181 filters issues by searched text containing special characters182 does not show any issues183 searched text with other filters184 filters issues by searched text, author, text, assignee, text, label1, text, label2, text, milestone and text185 sorting186 sorts by created date187 switching issue states188 maintains filter189 URL has a trailing slash190 milestone dropdown loads milestones191 label dropdown load labels192Pages193 when editing normally194 when user is the owner195 does not see anything to destroy196 when pages deployed197 renders Access pages198 renders first deployment warning199 does not render access control warning200 when pages are disabled in the project settings201 renders disabled warning202 when access control is enabled in gitlab settings203 renders access control warning204 when pages are public205 does not render access control warning206 when support for external domains is disabled207 renders message that support is disabled208 when pages are exposed on external HTTP address209 allows to add new domain210 behaves like adds new domain211 adds new domain212 when project in group namespace213 behaves like adds new domain214 adds new domain215 when pages domain is added216 renders certificates is disabled217 does not adds new domain and renders error message218 when pages are exposed on external HTTPS address219 adds new domain with certificate220 shows validation error if domain is duplicated221 with dns verification enabled222 shows the DNS verification record223 updating the certificate for an existing domain224 allows the certificate to be updated225 allows the certificate to be removed226 shows the DNS CNAME record227 when the certificate is invalid228 tells the user what the problem is229 project settings page230 renders "Pages" tab231 when pages are disabled232 does not render "Pages" tab233 HTTPS settings234 tries to change the setting235 setting could not be updated236 tries to change the setting237 non-HTTPS domain exists238 the setting is disabled239 HTTPS pages are disabled240 the setting is unavailable241 Remove page242 when pages are deployed243 removes the pages244 when letsencrypt support is enabled245 when user is the owner246 does not see anything to destroy247 when pages deployed248 renders Access pages249 renders first deployment warning250 does not render access control warning251 when pages are disabled in the project settings252 renders disabled warning253 when access control is enabled in gitlab settings254 renders access control warning255 when pages are public256 does not render access control warning257 when support for external domains is disabled258 renders message that support is disabled259 when pages are exposed on external HTTP address260 allows to add new domain261 behaves like adds new domain262 adds new domain263 when project in group namespace264 behaves like adds new domain265 adds new domain266 when pages domain is added267 renders certificates is disabled268 does not adds new domain and renders error message269 when pages are exposed on external HTTPS address270 adds new domain with certificate271 shows validation error if domain is duplicated272 with dns verification enabled273 shows the DNS verification record274 updating the certificate for an existing domain275 allows the certificate to be updated276 allows the certificate to be removed277 shows the DNS CNAME record278 when the certificate is invalid279 tells the user what the problem is280 project settings page281 renders "Pages" tab282 when pages are disabled283 does not render "Pages" tab284 HTTPS settings285 tries to change the setting286 setting could not be updated287 tries to change the setting288 non-HTTPS domain exists289 the setting is disabled290 HTTPS pages are disabled291 the setting is unavailable292 Remove page293 when pages are deployed294 removes the pages295Issue Boards296 shows sidebar when clicking issue297 closes sidebar when clicking issue298 closes sidebar when clicking close button299 shows issue details when sidebar is open300 removes card from board when clicking301 does not show remove button for backlog or closed issues302 assignee303 updates the issues assignee304 removes the assignee305 assignees to current user3071st Try error in ./spec/features/boards/sidebar_spec.rb:148:308expected to find text "John Doe137" in "0 Assignees Edit None - assign yourself"309Unexpected browser console output:310http://127.0.0.1:42465/namespace47/project47/-/security/configuration - Failed to load resource: the server responded with a status of 404 (Not Found)311http://127.0.0.1:42465/namespace54/project55/-/security/configuration - Failed to load resource: the server responded with a status of 404 (Not Found)312http://127.0.0.1:42465/namespace61/project63/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)313webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."314webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."315http://127.0.0.1:42465/namespace62/project64/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)316webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."317webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."318http://127.0.0.1:42465/namespace63/project65/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)319webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."320webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."321http://127.0.0.1:42465/namespace64/project66/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)322webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."323webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."324http://127.0.0.1:42465/namespace65/project67/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)325webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."326webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."327http://127.0.0.1:42465/namespace66/project68/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)328webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."329webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."330http://127.0.0.1:42465/namespace66/project68/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)331webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."332webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."333http://127.0.0.1:42465/namespace67/project69/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)334webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."335webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."336http://127.0.0.1:42465/namespace68/project70/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)337webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."338webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."339http://127.0.0.1:42465/namespace69/project71/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)340webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."341webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."343RSpec::Retry: 2nd try ./spec/features/boards/sidebar_spec.rb:148344 updates assignee dropdown345 milestone346 adds a milestone347 removes a milestone348 time tracking349 shows time tracking progress bar350 when time_tracking_limit_to_hours is true351 shows time tracking progress bar352 due date353Locator Integer:29 for selector :button must be an instance of String or Symbol. This will raise an error in a future version of Capybara.354 updates due date355 labels356 shows current labels when editing357 adds a single label358 adds a multiple labels359 removes a label360 creates project label361 creates project label and list362 subscription363 changes issue subscription364 has checked subscription toggle when already subscribed365Projects > Files > User uploads files366 when a user has write access367 uploads and commit a new text file368 uploads and commit a new image file369 uploads a file to a sub-directory370 when a user does not have write access371 uploads and commit a new file to a forked project372Protected Tags373 explicit protected tags374 allows creating explicit protected tags375 displays the last commit on the matching tag if it exists376 displays an error message if the named tag does not exist377 wildcard protected tags378 allows creating protected tags with a wildcard379 displays the number of matching tags380 displays all the tags matching the wildcard381 access control382 allows creating protected tags that Maintainers can create383 allows updating protected tags so that Maintainers can create them384 allows creating protected tags that Developers + Maintainers can create385 allows updating protected tags so that Developers + Maintainers can create them386 allows creating protected tags that No one can create387 allows updating protected tags so that No one can create them388Group empty states389 for issues390 group has a project391 the project has issues392 does not display an empty state393 displays link to create new issue when no open issue is found394 displays link to create new issue when the current search gave no results395 displays conditional text when no closed issue is found396 the project has no issues397 displays an empty state398 shows a new issue button399 the new issue button opens a project dropdown400 group without a project401 group has a subgroup402 the project has issues403 does not display an empty state404 the project has no issues405 displays an empty state406 group has no subgroups407 behaves like no projects408 displays an empty state409 does not show a new issue button410 group has only a project with issues disabled411 behaves like no projects412 displays an empty state413 does not show a new issue button414 for merge requests415 group has a project416 the project has merge requests417 does not display an empty state418 displays link to create new merge_request when no open merge_request is found419 displays link to create new issue when the current search gave no results420 displays conditional text when no closed merge_request is found421 the project has no merge requests422 displays an empty state423 shows a new merge request button424 the new merge request button opens a project dropdown425 group without a project426 group has a subgroup427 the project has merge requests428 does not display an empty state429 the project has no merge requests430 displays an empty state431 group has no subgroups432 behaves like no projects433 displays an empty state434 does not show a new merge request button435 group has only a project with issues disabled436 behaves like no projects437 displays an empty state438 does not show a new merge request button439Reportable note on commit440 a normal note441 behaves like reportable note442 has an edit button443 has a `More actions` dropdown444 dropdown has Report and Delete links445 Report button links to a report page446 a diff note447 behaves like reportable note448 has an edit button449 has a `More actions` dropdown450 dropdown has Report and Delete links451 Report button links to a report page452Sort Issuable List453 for merge requests454 default sort order455 in the "merge requests" tab456 is "last created"457 in the "merge requests / open" tab458 is "created date"459 in the "merge requests / merged" tab460 is "last updated"461 in the "merge requests / closed" tab462 is "last updated"463 in the "merge requests / all" tab464 is "created date"465 custom sorting466 supports sorting in asc and desc order467 for issues468 default sort order469 in the "issues" tab470 is "created date"471 in the "issues / open" tab472 is "created date"473 in the "issues / closed" tab474 is "last updated"475 in the "issues / all" tab476 is "created date"477 when the sort in the URL is created_date478 shows the sort order as created date479 custom sorting480 supports sorting in asc and desc order481Mermaid rendering482 renders Mermaid diagrams correctly483 renders linebreaks in Mermaid diagrams484 correctly sizes mermaid diagram inside <details> block4861st Try error in ./spec/features/markdown/mermaid_spec.rb:74:487expected nil to match /max-width/488Unexpected browser console output:489http://127.0.0.1:42465/namespace70/project72/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)490webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."491webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."492http://127.0.0.1:42465/namespace71/project73/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)493webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."494webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."495http://127.0.0.1:42465/namespace72/project74/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)496webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."497webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."498http://127.0.0.1:42465/namespace73/project75/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)499webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."500webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."501http://127.0.0.1:42465/namespace74/project76/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)502webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."503webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."504http://127.0.0.1:42465/namespace75/project77/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)505webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."506webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."507http://127.0.0.1:42465/namespace76/project78/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)508webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."509webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."510http://127.0.0.1:42465/namespace77/project79/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)511webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."512webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."513http://127.0.0.1:42465/namespace78/project80/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)514webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."515webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."516http://127.0.0.1:42465/namespace79/project81/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)517webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."518webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."519http://127.0.0.1:42465/namespace80/project82/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)520webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."521webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."522http://127.0.0.1:42465/namespace81/project83/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)523webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."524webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."525http://127.0.0.1:42465/namespace82/project84/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)526webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."527webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."528webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."529webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."530http://127.0.0.1:42465/namespace83/project85/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)531webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."532webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."533http://127.0.0.1:42465/namespace84/project86/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)534webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."535webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."536http://127.0.0.1:42465/namespace84/project86/-/boards/%7B%7Bavatar_url%7D%7D - Failed to load resource: the server responded with a status of 404 (Not Found)537webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."538webpack-internal:///kI/X 18:12 "[BootstrapVue warn]: tooltip - Unable to find target element in document."539webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*"540webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*"541webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*"542webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*"543webpack-internal:///lRsd 16:46 "[vue-router] Non-nested routes must include a leading slash character. Fix the following routes: \n- (/-)?/tree/master/:path*"544http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"545http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CConfidentialIssueSidebar> at sidebar/components/confidential/confidential_issue_sidebar.vue\n \u003CRoot>"546http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"547http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"548http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssignees> at sidebar/components/assignees/assignees.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"549http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"550http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssignees> at sidebar/components/assignees/assignees.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"551http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"552http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CConfidentialIssueSidebar> at sidebar/components/confidential/confidential_issue_sidebar.vue\n \u003CRoot>"553http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"554http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"555http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssignees> at sidebar/components/assignees/assignees.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"556http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"557http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssignees> at sidebar/components/assignees/assignees.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"558http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"559http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CConfidentialIssueSidebar> at sidebar/components/confidential/confidential_issue_sidebar.vue\n \u003CRoot>"560http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"isEditable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CIssuableLockForm> at sidebar/components/lock/issuable_lock_form.vue\n \u003CRoot>"561http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssigneeTitle> at sidebar/components/assignees/assignee_title.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"562http://127.0.0.1:42465/assets/webpack/dll.d7b3b43a4e2f/vendor.dll.bundle.js 365739:14 "[Vue warn]: Invalid prop: type check failed for prop \"editable\". Expected Boolean, got Null \n\nfound in\n\n---> \u003CAssignees> at sidebar/components/assignees/assignees.vue\n \u003CSidebarAssignees> at sidebar/components/assignees/sidebar_assignees.vue\n \u003CRoot>"564RSpec::Retry: 2nd try ./spec/features/markdown/mermaid_spec.rb:74565 correctly sizes mermaid diagram block566 display button when diagram exceeds length567User find project file568 navigates to find file by shortcut569 navigates to find file570 searches CHANGELOG file571 does not find file when search not exist file572 searches file by partially matches573Projects > Show > User manages notifications574 changes the notification setting575 changes the notification setting to disabled576 custom notification settings577 shows notification settings checkbox578 when project emails are disabled579 is disabled580Private Project Snippets Access581 GET /:project_path/snippets582 is expected to be allowed for admin583 is expected to be allowed for owner584 is expected to be allowed for maintainer585 is expected to be allowed for developer586 is expected to be allowed for reporter587 is expected to be allowed for guest588 is expected to be denied for user589 is expected to be denied for external590 is expected to be denied for visitor591 GET /:project_path/snippets/new592 is expected to be allowed for admin593 is expected to be allowed for owner594 is expected to be allowed for maintainer595 is expected to be allowed for developer596 is expected to be allowed for reporter597 is expected to be denied for guest598 is expected to be denied for user599 is expected to be denied for external600 is expected to be denied for visitor601 GET /:project_path/snippets/:id for a private snippet602 is expected to be allowed for admin603 is expected to be allowed for owner604 is expected to be allowed for maintainer605 is expected to be allowed for developer606 is expected to be allowed for reporter607 is expected to be allowed for guest608 is expected to be denied for user609 is expected to be denied for external610 is expected to be denied for visitor611 GET /:project_path/snippets/:id/raw for a private snippet612 is expected to be allowed for admin613 is expected to be allowed for owner614 is expected to be allowed for maintainer615 is expected to be allowed for developer616 is expected to be allowed for reporter617 is expected to be allowed for guest618 is expected to be denied for user619 is expected to be denied for external620 is expected to be denied for visitor621Projects > Members > Maintainer manages access requests622 behaves like Maintainer manages access requests623 maintainer can see access requests624 maintainer can grant access625 maintainer can deny access626Admin mode for workers627 as a regular user628 cannot delete user629 as an admin user630 when admin mode disabled631 cannot delete user632 when admin mode enabled633unknown OID 28: failed to recognize type of 'relfrozenxid'. It will be treated as String.634unknown OID 1034: failed to recognize type of 'relacl'. It will be treated as String.635unknown OID 194: failed to recognize type of 'relpartbound'. It will be treated as String.636 can delete user637Promotions638 for service desk639 when service desk is not supported640 appears in project edit page641 does not show when cookie is set642 when service desk is supported643 does not show promotion644Merge request > User resolves outdated diff discussions645 when a discussion was resolved by a push646 shows that as automatically resolved647 does not show that for active discussions648User Feed649 GET /650 user atom feed via personal access token651 renders user atom feed652 user atom feed via feed token653 renders user atom feed654 feed content655 has issue opened event656 has issue comment event657 has XHTML summaries in issue descriptions658 has XHTML summaries in notes659 has XHTML summaries in merge request descriptions660 has push event commit ID661Multi-file editor upload file662 uploads text file663Merge request > User sees pipelines from forked project664 user visits a pipelines page665Issue Sidebar on Mobile666 mobile sidebar on merge requests667 behaves like issue sidebar stays collapsed on mobile668 keeps the sidebar collapsed669 mobile sidebar on issues670 behaves like issue sidebar stays collapsed on mobile671 keeps the sidebar collapsed672Broadcast Messages673 banner type674 is not dismissable675 does not replace placeholders676 behaves like a Broadcast Messages677 shows broadcast message678 renders styled links679 dismissable banner type680 behaves like a Broadcast Messages681 shows broadcast message682 renders styled links683 behaves like a dismissable Broadcast Messages684 hides broadcast message after dismiss685 broadcast message is still hidden after refresh686 notification type687 replaces placeholders688 behaves like a Broadcast Messages689 shows broadcast message690 renders styled links691 behaves like a dismissable Broadcast Messages692 hides broadcast message after dismiss693 broadcast message is still hidden after refresh694Projects > Files > User wants to add a .gitlab-ci.yml file695 user can pick a template from the dropdown696Admin activates Prometheus697 activates service698Populate new pipeline CI variables with url params699 var[key1]=value1 populates env_var variable correctly700 file_var[key2]=value2 populates file variable correctly701Project remote mirror702 On a project703 when last_error is present but last_update_at is not704 renders error message without timstamp705 when last_error and last_update_at are present706 renders error message with timestamp707User views diff by commit708 shows full commit description by default709Projects > Settings > LFS settings710 LFS enabled setting711 for maintainer712 displays the correct elements713New issue breadcrumb714 displays link to project issues and new issue715 links to current issue in breadcrubs716 excludes award_emoji from comment count717Dashboard Issues Calendar Feed718 GET /issues719 when authenticated720 with no referer721 renders calendar feed722 with GitLab as the referer723 renders calendar feed as text/plain724 when filtered by milestone725 renders calendar feed726 when authenticated via personal access token727 renders calendar feed728 when authenticated via feed token729 renders calendar feed730 issue with due date731 renders issue fields732Dropdown milestone733 behavior734 loads all the milestones when opened735Private Snippets736 Private Snippet renders for creator737Merge Request > User tries to access private project information through the new mr page738 when the user enters the querystring info for the other project739 does not mention the project the user can't see the repo of740 when the user enters label information from the private project in the querystring741 does not expose the label name742Group navbar743 behaves like verified navigation bar744 renders correctly745 when container registry is available746 behaves like verified navigation bar747 renders correctly748User views the Confluence page749 shows the page when the Confluence integration is enabled750 does not show the page when the Confluence integration disabled751User views services752 shows the list of available services753Projects > Settings > External Authorization Classification Label setting754 shows the field to set a classification label755Static Site Editor756 renders Static Site Editor page757Knapsack report was generated. Preview:758{759 "spec/features/issues/filtered_search/filter_issues_spec.rb": 269.776314496994,760 "spec/features/projects/pages_spec.rb": 135.93115854263306,761 "spec/features/boards/sidebar_spec.rb": 169.72600197792053,762 "spec/features/projects/files/user_uploads_files_spec.rb": 49.13506555557251,763 "spec/features/protected_tags_spec.rb": 64.16838884353638,764 "spec/features/groups/empty_states_spec.rb": 35.054245471954346,765 "spec/features/reportable_note/commit_spec.rb": 29.909367084503174,766 "spec/features/issuables/sorting_list_spec.rb": 27.090566396713257,767 "spec/features/markdown/mermaid_spec.rb": 24.17332625389099,768 "spec/features/projects/files/user_find_file_spec.rb": 22.7710120677948,769 "spec/features/projects/show/user_manages_notifications_spec.rb": 16.439993858337402,770 "spec/features/security/project/snippet/private_access_spec.rb": 19.967087030410767,771 "spec/features/projects/members/master_manages_access_requests_spec.rb": 11.859214544296265,772 "spec/features/admin/admin_mode/workers_spec.rb": 10.979602575302124,773 "spec/features/promotion_spec.rb": 7.215365886688232,774 "spec/features/merge_request/user_resolves_outdated_diff_discussions_spec.rb": 12.63154411315918,775 "spec/features/atom/users_spec.rb": 7.371647834777832,776 "spec/features/projects/tree/upload_file_spec.rb": 9.40671420097351,777 "spec/features/merge_request/user_sees_pipelines_from_forked_project_spec.rb": 6.289503574371338,778 "spec/features/issuables/user_sees_sidebar_spec.rb": 7.591421365737915,779 "spec/features/broadcast_messages_spec.rb": 8.798242092132568,780 "spec/features/projects/files/gitlab_ci_yml_dropdown_spec.rb": 5.574589729309082,781 "spec/features/admin/services/admin_activates_prometheus_spec.rb": 7.101797342300415,782 "spec/features/populate_new_pipeline_vars_with_params_spec.rb": 4.756118297576904,783 "spec/features/projects/remote_mirror_spec.rb": 5.274532079696655,784 "spec/features/merge_requests/user_views_diffs_commit_spec.rb": 4.979739189147949,785 "spec/features/projects/settings/lfs_settings_spec.rb": 3.0913281440734863,786 "spec/features/issues/user_sees_breadcrumb_links_spec.rb": 2.700857162475586,787 "spec/features/ics/dashboard_issues_spec.rb": 3.3715012073516846,788 "spec/features/issues/filtered_search/dropdown_milestone_spec.rb": 2.7219326496124268,789 "spec/features/snippets/private_snippets_spec.rb": 2.8105132579803467,790 "spec/features/merge_request/user_tries_to_access_private_project_info_through_new_mr_spec.rb": 2.934910774230957,791 "spec/features/groups/navbar_spec.rb": 1.3130419254302979,792 "spec/features/projects/confluence/user_views_confluence_page_spec.rb": 0.9279630184173584,793 "spec/features/projects/services/user_views_services_spec.rb": 1.427617073059082,794 "spec/features/projects/settings/external_authorization_service_settings_spec.rb": 0.8172762393951416,795 "spec/features/static_site_editor_spec.rb": 0.35921335220336914796}797Knapsack global time execution for tests: 16m 36s798Pending: (Failures listed here are expected and do not affect your suite's status)799 1) Filter issues filter issues by assignee only assignee filters issues by invalid assignee800 # to be tested, issue #26546801 # ./spec/features/issues/filtered_search/filter_issues_spec.rb:136802Finished in 17 minutes 40 seconds (files took 56.61 seconds to load)803299 examples, 0 failures, 1 pending804Sat Aug 29 16:49:46 UTC 2020806Not uploading cache rails-v2-3 due to policy808Uploading artifacts...809coverage/: found 5 matching files and directories 810knapsack/: found 3 matching files and directories 811rspec_flaky/: found 4 matching files and directories 812rspec_profiling/: found 2 matching files and directories 813tmp/capybara/: found 5 matching files and directories 814tmp/memory_test/: found 2 matching files and directories 815log/*.log: found 13 matching files and directories 816Uploading artifacts as "archive" to coordinator... ok id=710020387 responseStatus=201 Created token=hWsr41fy817Uploading artifacts...818junit_rspec.xml: found 1 matching files and directories 819Uploading artifacts as "junit" to coordinator... ok id=710020387 responseStatus=201 Created token=hWsr41fy820Job succeeded