Link Build Test of 6913/merge by @randalldfloyd #277
49 fail, 296 skipped, 6 388 pass in 2h 16m 21s
Annotations
Check warning on line 0 in ./spec/views/hyrax/collections/_subcollection_list.html.erb_spec.rb
github-actions / Test Results
1 out of 2 runs failed: hyrax/collections/_subcollection_list.html.erb when subcollection list is not empty posts the collection's title with a link to the collection (spec.views.hyrax.collections._subcollection_list)
artifacts/spec-reports-dassie-2/rspec-dassie-2.xml [took 0s]
Raw output
expected to find link "#<ActiveTriples::Relation:0x00007f4a8476e988>" Note: It appears you may be passing a CSS selector or XPath expression rather than a locator. Please see the documentation for acceptable locator values. but there were no matches
Failure/Error: expect(rendered).to have_link(collection.title.to_s)
expected to find link "#<ActiveTriples::Relation:0x00007f4a8476e988>"
Note: It appears you may be passing a CSS selector or XPath expression rather than a locator. Please see the documentation for acceptable locator values.
but there were no matches
./spec/views/hyrax/collections/_subcollection_list.html.erb_spec.rb:33:in `block (3 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/models/file_download_stat_spec.rb
github-actions / Test Results
1 out of 2 runs failed: FileDownloadStat has attributes (spec.models.file_download_stat_spec)
artifacts/spec-reports-koppie-2/rspec-koppie-2.xml [took 0s]
Raw output
expected: 2024-12-06 16:07:29.930460720 +0000 got: 2024-12-06 16:07:29.930460000 +0000 (compared using ==) Diff: @@ -1 +1 @@ -Fri, 06 Dec 2024 16:07:29.930460720 UTC +00:00 +Fri, 06 Dec 2024 16:07:29.930460000 UTC +00:00
Failure/Error: expect(file_stat.date).to eq(date)
expected: 2024-12-06 16:07:29.930460720 +0000
got: 2024-12-06 16:07:29.930460000 +0000
(compared using ==)
Diff:
@@ -1 +1 @@
-Fri, 06 Dec 2024 16:07:29.930460720 UTC +00:00
+Fri, 06 Dec 2024 16:07:29.930460000 UTC +00:00
./spec/models/file_download_stat_spec.rb:13:in `block (2 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/forms/hyrax/forms/failed_submission_form_wrapper_spec.rb
github-actions / Test Results
All 2 runs failed: Hyrax::Forms::FailedSubmissionFormWrapper input param key is part of permitted params exposes the given input params (spec.forms.hyrax.forms.failed_submission_form_wrapper_spec)
artifacts/spec-reports-dassie-2/rspec-dassie-2.xml [took 0s]
artifacts/spec-reports-koppie-2/rspec-koppie-2.xml [took 0s]
Raw output
expected: #<ActionController::Parameters {"0"=>{"id"=>"1"}, "2"=>{"id"=>"2", "_destroy"=>"1"}} permitted: false> got: {"0"=>#<ActionController::Parameters {"id"=>"1"} permitted: false>, "2"=>#<ActionController::Parameters {"id"=>"2", "_destroy"=>"1"} permitted: false>} (compared using ==) Diff: @@ -1,2 +1,3 @@ -#<ActionController::Parameters {"0"=>{"id"=>"1"}, "2"=>{"id"=>"2", "_destroy"=>"1"}} permitted: false> +"0" => #<ActionController::Parameters {"id"=>"1"} permitted: false>, +"2" => #<ActionController::Parameters {"id"=>"2", "_destroy"=>"1"} permitted: false>,
Failure/Error: expect(wrapper.member_of_collections_attributes).to eq(input_params.fetch(:member_of_collections_attributes))
expected: #<ActionController::Parameters {"0"=>{"id"=>"1"}, "2"=>{"id"=>"2", "_destroy"=>"1"}} permitted: false>
got: {"0"=>#<ActionController::Parameters {"id"=>"1"} permitted: false>, "2"=>#<ActionController::Parameters {"id"=>"2", "_destroy"=>"1"} permitted: false>}
(compared using ==)
Diff:
@@ -1,2 +1,3 @@
-#<ActionController::Parameters {"0"=>{"id"=>"1"}, "2"=>{"id"=>"2", "_destroy"=>"1"}} permitted: false>
+"0" => #<ActionController::Parameters {"id"=>"1"} permitted: false>,
+"2" => #<ActionController::Parameters {"id"=>"2", "_destroy"=>"1"} permitted: false>,
./spec/forms/hyrax/forms/failed_submission_form_wrapper_spec.rb:37:in `block (3 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as a manager when the user creates the admin set #destroy with the default admin set doesn't delete the admin set (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected: "Administrative set cannot be deleted as it is the default set" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is the default set"
expected: "Administrative set cannot be deleted as it is the default set"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:357
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:342:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as a manager when the user creates the admin set #destroy with a non-empty admin set doesn't delete the admin set (or work) (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected: "Administrative set cannot be deleted as it is not empty" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is not empty"
expected: "Administrative set cannot be deleted as it is not empty"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:357
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:323:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as a creator when the user creates the admin set #destroy with the default admin set doesn't delete the admin set (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 1s]
Raw output
expected: "Administrative set cannot be deleted as it is the default set" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is the default set"
expected: "Administrative set cannot be deleted as it is the default set"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:362
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:342:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as a creator when the user creates the admin set #destroy with a non-empty admin set doesn't delete the admin set (or work) (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected: "Administrative set cannot be deleted as it is not empty" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is not empty"
expected: "Administrative set cannot be deleted as it is not empty"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:362
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:323:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as an admin set collection type admin when the user creates the admin…roy with a non-empty admin set doesn't delete the admin set (or work) (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected: "Administrative set cannot be deleted as it is not empty" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is not empty"
expected: "Administrative set cannot be deleted as it is not empty"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:352
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:323:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb
github-actions / Test Results
1 out of 2 runs failed: Hyrax::Admin::AdminSetsController as an admin set collection type admin when the user creates the admin set #destroy with the default admin set doesn't delete the admin set (spec.controllers.hyrax.admin.admin_sets_controller_spec)
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected: "Administrative set cannot be deleted as it is the default set" got: "" (compared using ==)
Failure/Error: expect(flash[:alert]).to eq "Administrative set cannot be deleted as it is the default set"
expected: "Administrative set cannot be deleted as it is the default set"
got: ""
(compared using ==)
Shared Example Group: "specs for varied user types" called from ./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:352
./spec/controllers/hyrax/admin/admin_sets_controller_spec.rb:342:in `block (6 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/actors/hyrax/actors/apply_order_actor_spec.rb
github-actions / Test Results
Hyrax::Actors::ApplyOrderActor#update with ordered_member_ids that include a work owned by a different user does not attach the work (spec.actors.hyrax.actors.apply_order_actor_spec) failed
artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 2s]
Raw output
expected false got true
Failure/Error: expect(subject.update(env)).to be false
expected false
got true
./spec/actors/hyrax/actors/apply_order_actor_spec.rb:89:in `block (4 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/models/file_view_stat_spec.rb
github-actions / Test Results
1 out of 2 runs failed: FileViewStat has attributes (spec.models.file_view_stat_spec)
artifacts/spec-reports-koppie-0/rspec-koppie-0.xml [took 0s]
Raw output
expected: 2024-12-06 16:08:01.618519495 +0000 got: 2024-12-06 16:08:01.618519000 +0000 (compared using ==) Diff: @@ -1 +1 @@ -Fri, 06 Dec 2024 16:08:01.618519495 UTC +00:00 +Fri, 06 Dec 2024 16:08:01.618519000 UTC +00:00
Failure/Error: expect(file_stat.date).to eq(date)
expected: 2024-12-06 16:08:01.618519495 +0000
got: 2024-12-06 16:08:01.618519000 +0000
(compared using ==)
Diff:
@@ -1 +1 @@
-Fri, 06 Dec 2024 16:08:01.618519495 UTC +00:00
+Fri, 06 Dec 2024 16:08:01.618519000 UTC +00:00
./spec/models/file_view_stat_spec.rb:14:in `block (2 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/actors/hyrax/actors/generic_work_actor_spec.rb
github-actions / Test Results
Hyrax::Actors::GenericWorkActor#create valid attributes with in_work_ids does not attach the parent (spec.actors.hyrax.actors.generic_work_actor_spec) failed
artifacts/spec-reports-dassie-0/rspec-dassie-0.xml [took 3s]
Raw output
expected false got true
Failure/Error: expect(middleware.create(env)).to be false
expected false
got true
./spec/actors/hyrax/actors/generic_work_actor_spec.rb:124:in `block (5 levels) in <top (required)>'
./spec/spec_helper.rb:323:in `block (2 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb
github-actions / Test Results
All 2 runs failed: hyrax/single_use_links_viewer/show.html.erb contains a download link (spec.views.hyrax.single_use_links_viewer.show)
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
artifacts/spec-reports-koppie-4/rspec-koppie-4.xml [took 0s]
Raw output
undefined method `push' for #<ActionView::PathSet:0x00007fd874a0e2c8 @paths=[#<ActionView::FileSystemResolver:0x00007fd8749cca30 @unbound_templates=#<Concurrent::Map:0x00007fd8749cca08 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cc8a0>, @path="/app/samvera/hyrax-webapp/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cd908 @unbound_templates=#<Concurrent::Map:0x00007fd8749cd8e0 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cd700>, @path="/app/bundle/ruby/3.2.0/gems/qa-5.13.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749ce060 @unbound_templates=#<Concurrent::Map:0x00007fd8749ce038 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cde58>, @path="/app/bundle/ruby/3.2.0/gems/flipflop-2.8.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749ce880 @unbound_templates=#<Concurrent::Map:0x00007fd8749ce858 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749ce7e0 @regex=/ \A (?:(?<prefix>.*)\/)? (?<partial>_)? (?<action>.*?) (?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))?? (?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))?? (?:\+(?<variant>[^.]*))?? (?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))? \z /x>, @path="/app/samvera/hyrax-engine/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cf320 @unbound_templates=#<Concurrent::Map:0x00007fd8749cf2f8 entries=249 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cf000>, @path="/app/bundle/ruby/3.2.0/gems/browse-everything-1.4.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cfac8 @unbound_templates=#<Concurrent::Map:0x00007fd8749cfaa0 entries=249 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cf8c0 @regex=/ \A (?:(?<prefix>.*)\/)? (?<partial>_)? (?<action>.*?) (?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))?? (?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))?? (?:\+(?<variant>[^.]*))?? (?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))? \z /x>, @path="/app/bundle/ruby/3.2.0/bundler/gems/hydra-editor-d37b130e328a/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a0408 @unbound_templates=#<Concurrent::Map:0x00007fd8749a03e0 entries=248 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a0200>, @path="/app/bundle/ruby/3.2.0/gems/blacklight-gallery-4.6.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a0f20 @unbound_templates=#<Concurrent::Map:0x00007fd8749a0ef8 entries=248 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a0c50 @regex=/ \A (?:(?<prefix>.*)\/)? (?<partial>_)? (?<action>.*?) (?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))?? (?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))?? (?:\+(?<variant>[^.]*))?? (?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))? \z /x>, @path="/app/bundle/ruby/3.2.0/gems/blacklight-7.40.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a1650 @unbound_templates=#<Concurrent::Map:0x00007fd8749a1628 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a1538>, @path="/app/bundle/ruby/3.2.0/gems/view_component-2.74.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a1ec0 @unbound_templates=#<Concurrent::Map:0x00007fd8749a1e98 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a1e20>, @path="/app/bundle/ruby/3.2.0/gems/kaminari-core-1.2.2/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a2848 @unbound_templates=#<Concurrent::Map:0x00007fd8749a2820 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a25c8>, @path="/app/bundle/ruby/3.2.0/gems/mailboxer-0.15.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a3360 @unbound_templates=#<Concurrent::Map:0x00007fd8749a3298 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a3130 @regex=/ \A (?:(?<prefix>.*)\/)? (?<partial>_)? (?<action>.*?) (?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))?? (?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))?? (?:\+(?<variant>[^.]*))?? (?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))? \z /x>, @path="/app/bundle/ruby/3.2.0/gems/devise-4.9.4/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a3c98 @unbound_templates=#<Concurrent::Map:0x00007fd8749a3c48 entries=240 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a3a40>, @path="/app/bundle/ruby/3.2.0/gems/actiontext-7.2.2/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a6588 @unbound_templates=#<Concurrent::Map:0x00007fd8749a61f0 entries=240 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a5ca0>, @path="/app/bundle/ruby/3.2.0/gems/actionmailbox-7.2.2/app/views">]>
Failure/Error: view.lookup_context.view_paths.push "#{Hyrax::Engine.root}/app/views/hyrax/base"
NoMethodError:
undefined method `push' for #<ActionView::PathSet:0x00007fd874a0e2c8 @paths=[#<ActionView::FileSystemResolver:0x00007fd8749cca30 @unbound_templates=#<Concurrent::Map:0x00007fd8749cca08 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cc8a0>, @path="/app/samvera/hyrax-webapp/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cd908 @unbound_templates=#<Concurrent::Map:0x00007fd8749cd8e0 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cd700>, @path="/app/bundle/ruby/3.2.0/gems/qa-5.13.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749ce060 @unbound_templates=#<Concurrent::Map:0x00007fd8749ce038 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cde58>, @path="/app/bundle/ruby/3.2.0/gems/flipflop-2.8.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749ce880 @unbound_templates=#<Concurrent::Map:0x00007fd8749ce858 entries=421 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749ce7e0 @regex=/
\A
(?:(?<prefix>.*)\/)?
(?<partial>_)?
(?<action>.*?)
(?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))??
(?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))??
(?:\+(?<variant>[^.]*))??
(?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))?
\z
/x>, @path="/app/samvera/hyrax-engine/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cf320 @unbound_templates=#<Concurrent::Map:0x00007fd8749cf2f8 entries=249 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cf000>, @path="/app/bundle/ruby/3.2.0/gems/browse-everything-1.4.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749cfac8 @unbound_templates=#<Concurrent::Map:0x00007fd8749cfaa0 entries=249 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749cf8c0 @regex=/
\A
(?:(?<prefix>.*)\/)?
(?<partial>_)?
(?<action>.*?)
(?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))??
(?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))??
(?:\+(?<variant>[^.]*))??
(?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))?
\z
/x>, @path="/app/bundle/ruby/3.2.0/bundler/gems/hydra-editor-d37b130e328a/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a0408 @unbound_templates=#<Concurrent::Map:0x00007fd8749a03e0 entries=248 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a0200>, @path="/app/bundle/ruby/3.2.0/gems/blacklight-gallery-4.6.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a0f20 @unbound_templates=#<Concurrent::Map:0x00007fd8749a0ef8 entries=248 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a0c50 @regex=/
\A
(?:(?<prefix>.*)\/)?
(?<partial>_)?
(?<action>.*?)
(?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))??
(?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))??
(?:\+(?<variant>[^.]*))??
(?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))?
\z
/x>, @path="/app/bundle/ruby/3.2.0/gems/blacklight-7.40.0/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a1650 @unbound_templates=#<Concurrent::Map:0x00007fd8749a1628 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a1538>, @path="/app/bundle/ruby/3.2.0/gems/view_component-2.74.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a1ec0 @unbound_templates=#<Concurrent::Map:0x00007fd8749a1e98 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a1e20>, @path="/app/bundle/ruby/3.2.0/gems/kaminari-core-1.2.2/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a2848 @unbound_templates=#<Concurrent::Map:0x00007fd8749a2820 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a25c8>, @path="/app/bundle/ruby/3.2.0/gems/mailboxer-0.15.1/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a3360 @unbound_templates=#<Concurrent::Map:0x00007fd8749a3298 entries=242 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a3130 @regex=/
\A
(?:(?<prefix>.*)\/)?
(?<partial>_)?
(?<action>.*?)
(?:\.(?<locale>(?-mix:en|ru|ar|ca|de|es|fr|hu|it|nl|pt\-BR|sq|zh|(?-mix:[a-z]{2}(?:[-_][A-Z]{2})?))))??
(?:\.(?<format>(?-mix:html|text|js|css|ics|csv|vcf|vtt|png|jpeg|gif|bmp|tiff|svg|webp|mpeg|mp3|ogg|m4a|webm|mp4|otf|ttf|woff|woff2|xml|rss|atom|yaml|multipart_form|url_encoded_form|json|pdf|zip|gzip|jsonapi|jsonld|n3|ntriples|nt|jsonld|ttl|endnote|dc_xml|oai_dc_xml)))??
(?:\+(?<variant>[^.]*))??
(?:\.(?<handler>(?-mix:raw|erb|html|builder|ruby|coffee|jbuilder)))?
\z
/x>, @path="/app/bundle/ruby/3.2.0/gems/devise-4.9.4/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a3c98 @unbound_templates=#<Concurrent::Map:0x00007fd8749a3c48 entries=240 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a3a40>, @path="/app/bundle/ruby/3.2.0/gems/actiontext-7.2.2/app/views">, #<ActionView::FileSystemResolver:0x00007fd8749a6588 @unbound_templates=#<Concurrent::Map:0x00007fd8749a61f0 entries=240 default_proc=nil>, @path_parser=#<ActionView::Resolver::PathParser:0x00007fd8749a5ca0>, @path="/app/bundle/ruby/3.2.0/gems/actionmailbox-7.2.2/app/views">]>
./spec/views/hyrax/single_use_links_viewer/show.html.erb_spec.rb:11:in `block (2 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all when crea…returns an array of resources with their system-generated optimistic locking attributes (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
undefined method `remove_constant' for ActiveSupport::Dependencies:Module
Failure/Error: ActiveSupport::Dependencies.remove_constant("MyLockingResource")
NoMethodError:
undefined method `remove_constant' for ActiveSupport::Dependencies:Module
./spec/lib/freyja/persister_spec.rb:296:in `block (4 levels) in <top (required)>'
/app/bundle/ruby/3.2.0/gems/webmock-3.24.0/lib/webmock/rspec.rb:39:in `block (2 levels) in <top (required)>'
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all when upda… the resources and returns them with updated values of the optimistic locking attribute (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all when one … resources has an incorrect lock token raises a Valkyrie::Persistence::StaleObjectError (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when there is…) successfully saves the resource and returns a token for the adapter that was saved to (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when updating…ly saves the resource and returns the updated value of the optimistic locking attribute (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when updating… resource with an incorrect lock token raises a Valkyrie::Persistence::StaleObjectError (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when lock tok…ly saves the resource and returns the updated value of the optimistic locking attribute (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/lib/freyja/persister_spec.rb
github-actions / Test Results
Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when creating… returns the value of the system-generated optimistic locking attribute on the resource (spec.lib.freyja.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/wings/valkyrie/persister_spec.rb
github-actions / Test Results
Wings::Valkyrie::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all …ources has an incorrect lock token raises a Valkyrie::Persistence::StaleObjectError (spec.wings.valkyrie.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/wings/valkyrie/persister_spec.rb
github-actions / Test Results
Wings::Valkyrie::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all …rns an array of resources with their system-generated optimistic locking attributes (spec.wings.valkyrie.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/wings/valkyrie/persister_spec.rb
github-actions / Test Results
Wings::Valkyrie::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save_all … resources and returns them with updated values of the optimistic locking attribute (spec.wings.valkyrie.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError
Check warning on line 0 in ./spec/wings/valkyrie/persister_spec.rb
github-actions / Test Results
Wings::Valkyrie::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base optimistic locking #save when…aves the resource and returns the updated value of the optimistic locking attribute (spec.wings.valkyrie.persister_spec) failed
artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
RSpec::Core::MultipleExceptionError