Skip to content

Link Build Test of 6914/merge by @orangewolf #89

Link Build Test of 6914/merge by @orangewolf

Link Build Test of 6914/merge by @orangewolf #89

GitHub Actions / Test Results failed Oct 11, 2024 in 0s

41 fail, 297 skipped, 6 369 pass in 2h 14m 13s

    17 files  +    16      17 suites  +16   2h 14m 13s ⏱️ + 2h 14m 13s
 6 707 tests + 4 971   6 369 ✅ + 4 633  297 💤 +297  41 ❌ +41 
13 183 runs  +11 447  12 746 ✅ +11 010  396 💤 +396  41 ❌ +41 

Results for commit fbe8fc7. ± Comparison against earlier commit 2756f51.

Annotations

Check warning on line 0 in ./spec/features/create_work_admin_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: Creating a new Work as admin when there are multiple admin sets allows default admin set to be the first item in the select menu (spec.features.create_work_admin_spec)

artifacts/spec-reports-koppie-1/rspec-koppie-1.xml [took 15s]
Raw output
expected to find visible select box "generic_work_admin_set_id" that is not disabled with "Default Admin Set" selected but there were no matches. Also found "Another Admin Set\nDefault Admin Set", which matched the selector but not all filters. Expected "Default Admin Set" to be selected found ["Another Admin Set"]
Failure/Error: expect(page).to have_select('generic_work_admin_set_id', selected: 'Default Admin Set')
  expected to find visible select box "generic_work_admin_set_id" that is not disabled with "Default Admin Set" selected but there were no matches. Also found "Another Admin Set\nDefault Admin Set", which matched the selector but not all filters. Expected "Default Admin Set" to be selected found ["Another Admin Set"]
./spec/features/create_work_admin_spec.rb:26:in `block (3 levels) in <top (required)>'
./spec/spec_helper.rb:311: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/wings/valkyrie/storage_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Wings::Valkyrie::Storage behaves like a Valkyrie::StorageAdapter doesn't leave a file handle open on upload/find_by (spec.wings.valkyrie.storage_spec) failed

artifacts/spec-reports-dassie-7/rspec-dassie-7.xml [took 0s]
Raw output
 expected: 50      got: 52  (compared using ==)
Failure/Error: DEFAULT_FAILURE_NOTIFIER = lambda { |failure, _opts| raise failure }

  expected: 50
       got: 52

  (compared using ==)
Shared Example Group: "a Valkyrie::StorageAdapter" called from ./spec/wings/valkyrie/storage_spec.rb:12
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/specs/shared_specs/storage_adapter.rb:66: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

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can save multiple resources at once (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:47:in `block (2 levels) in save_all'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:46:in `map'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:46:in `block in save_all'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:209:in `transaction'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:45:in `save_all'
./spec/lib/freyja/persister_spec.rb:61: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can save nested resources (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:69: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can store Times (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:181: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base returns nil for an unset single value (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:84: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base doesn't override a resource that already has an ID (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:248: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle language-typed RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:151: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can store booleans (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:166: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can save a resource (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:54: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Integer RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:144: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle custom-typed RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:109: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Time RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:158: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Boolean RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:102: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Date RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:116: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can find that resource again (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:258: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can delete all objects but only from postgres (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:47:in `block (2 levels) in save_all'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:46:in `map'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:46:in `block in save_all'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
/app/bundle/ruby/3.2.0/gems/activesupport-6.1.7.8/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
/app/bundle/ruby/3.2.0/gems/activerecord-6.1.7.8/lib/active_record/transactions.rb:209:in `transaction'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/persister.rb:45:in `save_all'
./spec/lib/freyja/persister_spec.rb:274: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can persist single values (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:78: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Decimal RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:130: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can store DateTimes (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:173: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can store ::RDF::URIs (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:201: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can delete objects (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:264: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can override default id generation with a provided id (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:216: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle Double RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:137: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/lib/freyja/persister_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Results

Freyja::Persister When passing a Valkyrie::Resource that was never an ActiveFedora::Base can handle DateTime RDF properties (spec.lib.freyja.persister_spec) failed

artifacts/spec-reports-dassie-4/rspec-dassie-4.xml [took 0s]
Raw output
unknown attribute 'metadata' for Custom.
Failure/Error: new_resource = resource_factory.to_resource(object: orm_object)

ActiveFedora::UnknownAttributeError:
  unknown attribute 'metadata' for Custom.
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:48:in `_assign_attribute'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:43:in `block in _assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `each'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:42:in `_assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/attribute_assignment.rb:36:in `assign_attributes'
/app/bundle/ruby/3.2.0/gems/active-fedora-14.0.1/lib/active_fedora/core.rb:37:in `initialize'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `new'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:27:in `resource'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/orm_converter.rb:19:in `convert!'
/app/bundle/ruby/3.2.0/gems/valkyrie-3.3.0/lib/valkyrie/persistence/postgres/resource_factory.rb:20:in `to_resource'
./lib/freyja/persister.rb:34:in `convert_and_migrate_resource'
./lib/freyja/persister.rb:26:in `save'
./spec/lib/freyja/persister_spec.rb:123: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)>'