Fixes #32599 - prevent to read facts without permissions #2076
foreman.yml
on: pull_request
Setup matrix
3s
Matrix: tests
Matrix: Katello / existing-database
Matrix: Katello / test
Test suite
4s
Annotations
90 errors and 4 warnings
test:functionals - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/controllers/fact_values_controller_test.rb#L18
Failure: test_index
expecting <"welcome"> but rendering with <["fact_values/_fact", "common/_pagination", "fact_values/index", "layouts/_application_content", "layouts/base", "layouts/application"]>
|
test:functionals - Ruby 3.0 and Node 14 on PostgreSQL 13
Process completed with exit code 1.
|
test:functionals - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/controllers/fact_values_controller_test.rb#L18
Failure: test_index
expecting <"welcome"> but rendering with <["fact_values/_fact", "common/_pagination", "fact_values/index", "layouts/_application_content", "layouts/base", "layouts/application"]>
|
test:functionals - Ruby 3.0 and Node 18 on PostgreSQL 13
Process completed with exit code 1.
|
test:functionals - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/controllers/fact_values_controller_test.rb#L18
Failure: test_index
expecting <"welcome"> but rendering with <["fact_values/_fact", "common/_pagination", "fact_values/index", "layouts/_application_content", "layouts/base", "layouts/application"]>
|
test:functionals - Ruby 2.7 and Node 14 on PostgreSQL 13
Process completed with exit code 1.
|
test:functionals - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/controllers/fact_values_controller_test.rb#L18
Failure: test_index
expecting <"welcome"> but rendering with <["fact_values/_fact", "common/_pagination", "fact_values/index", "layouts/_application_content", "layouts/base", "layouts/application"]>
|
test:functionals - Ruby 2.7 and Node 18 on PostgreSQL 13
Process completed with exit code 1.
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/structured_fact_importer_test.rb#L672
Failure: test_0003_updates fact values within hashes
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/structured_fact_importer_test.rb:140:in `import'
test/unit/structured_fact_importer_test.rb:36:in `block (2 levels) in <class:StructuredFactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/structured_fact_importer_test.rb#L672
Failure: test_0002_creates compose (parent) facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/structured_fact_importer_test.rb:140:in `import'
test/unit/structured_fact_importer_test.rb:20:in `block (2 levels) in <class:StructuredFactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/structured_fact_importer_test.rb#L672
Failure: test_0004_enables compose attribute of previously string facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/structured_fact_importer_test.rb:140:in `import'
test/unit/structured_fact_importer_test.rb:47:in `block (2 levels) in <class:StructuredFactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/structured_fact_importer_test.rb#L672
Failure: test_0001_hash facts are imported
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/structured_fact_importer_test.rb:140:in `import'
test/unit/structured_fact_importer_test.rb:13:in `block (2 levels) in <class:StructuredFactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0001_fires a host_facts_updated event on success import
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:363:in `block (3 levels) in <class:HostFactImporterTest>'
test/unit/host_fact_importer_test.rb:358:in `block (2 levels) in <class:HostFactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0002_facts created have the origin attribute set
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:54:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L47
Failure: test_0001_facts of other type do not collide even if they inherit from FactName
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:48:in `block (4 levels) in <class:FactImporterTest>'
test/unit/fact_importer_test.rb:47:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0008_importer handles fact name additions
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:217:in `block (2 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0002_importer adds new facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:238:in `default_import'
test/unit/fact_importer_test.rb:129:in `block (2 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 18 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0005_importer shouldn't set nil values
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:238:in `default_import'
test/unit/fact_importer_test.rb:160:in `block (2 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0002_facts created have the origin attribute set
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:54:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L47
Failure: test_0001_facts of other type do not collide even if they inherit from FactName
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:48:in `block (4 levels) in <class:FactImporterTest>'
test/unit/fact_importer_test.rb:47:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/models/host_test.rb#L672
Failure: test_0130_can search hosts by numeric and string facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/models/host_test.rb:1756:in `block in <class:HostTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/models/host_test.rb#L1727
Failure: test_0127_makes one SQL query per host.facts_hash
Expected 2 queries, but got 5.
Expected: 2
Actual: 5
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/models/host_test.rb#L1719
Failure: test_0126_makes only one SQL query when you pass specific fact names
Expected 1 queries, but got 3.
Expected: 1
Actual: 3
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/models/host_test.rb#L1747
Failure: test_0129_facts does not cache if you pass fact names
Expected 3 queries, but got 7.
Expected: 3
Actual: 7
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/models/host_test.rb#L1736
Failure: test_0128_facts caches facts_hash
Expected 1 queries, but got 3.
Expected: 1
Actual: 3
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0014_should import facts idempotently
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:121:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0019_host is updated when uploading facts if setting is false
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:177:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0022_default taxonomies are not assigned to hosts with taxonomies
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:214:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L47
Failure: test_0001_facts of other type do not collide even if they inherit from FactName
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:48:in `block (4 levels) in <class:FactImporterTest>'
test/unit/fact_importer_test.rb:47:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/fact_importer_test.rb#L672
Failure: test_0002_facts created have the origin attribute set
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/fact_importer_test.rb:244:in `custom_import'
test/unit/fact_importer_test.rb:54:in `block (3 levels) in <class:FactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0010_domain not updated from facts when ignore_facts_for_domain false
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:81:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0023_taxonomies from facts override already existing taxonomies in hosts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:231:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0030_host hostgroup updated from facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:303:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0019_host is updated when uploading facts if setting is false
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:177:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0027_operatingsystem from facts keeps medium if medium supports OS
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:267:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0016_should update certname when host is found by hostname and certname is provided
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:143:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0015_should find a host by certname not fqdn when provided
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:132:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 14 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0022_default taxonomies are not assigned to hosts with taxonomies
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:214:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/puppet_fact_importer_test.rb#L672
Failure: test_0002_importer imports structured facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/puppet_fact_importer_test.rb:31:in `import'
test/unit/puppet_fact_importer_test.rb:23:in `block in <class:PuppetFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/puppet_fact_importer_test.rb#L672
Failure: test_0001_importer imports everything as strings
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
test/unit/puppet_fact_importer_test.rb:31:in `import'
test/unit/puppet_fact_importer_test.rb:17:in `block in <class:PuppetFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0001_fires a host_facts_updated event on success import
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:363:in `block (3 levels) in <class:HostFactImporterTest>'
test/unit/host_fact_importer_test.rb:358:in `block (2 levels) in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0009_domain updated from facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:73:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0030_host hostgroup updated from facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:303:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0014_should import facts idempotently
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:121:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0023_taxonomies from facts override already existing taxonomies in hosts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:231:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0028_operatingsystem not updated from facts when ignore_facts_for_operatingsystem false
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:277:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0010_domain not updated from facts when ignore_facts_for_domain false
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:81:in `block in <class:HostFactImporterTest>'
|
test:units - Ruby 3.0 and Node 18 on PostgreSQL 13:
test/unit/host_fact_importer_test.rb#L672
Failure: test_0026_operatingsystem from facts resets medium if medium is for different OS
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
test/unit/host_fact_importer_test.rb:254:in `block in <class:HostFactImporterTest>'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L127
Failure: test_registration_existing_host
unexpected invocation: #<AnyInstance:Host::Managed(id: integer, name: string, last_compile: datetime, last_report: datetime, updated_at: datetime, created_at: datetime, root_pass: text, architecture_id: integer, operatingsystem_id: integer, ptable_id: integer, medium_id: integer, build: boolean, comment: text, disk: text, installed_at: datetime, model_id: integer, hostgroup_id: integer, owner_id: integer, owner_type: string, enabled: boolean, puppet_ca_proxy_id: integer, managed: boolean, use_image: boolean, image_file: string, uuid: string, compute_resource_id: integer, puppet_proxy_id: integer, certname: string, image_id: integer, organization_id: integer, location_id: integer, type: string, otp: string, realm_id: integer, compute_profile_id: integer, provision_method: string, grub_pass: string, global_status: integer, lookup_value_matcher: string, pxe_loader: string, initiated_at: datetime, build_errors: text, creator_id: integer)>.update_candlepin_associations()
unsatisfied expectations:
- expected exactly 3 times, invoked 4 times: #<AnyInstance:Host::Managed(id: integer, name: string, last_compile: datetime, last_report: datetime, updated_at: datetime, created_at: datetime, root_pass: text, architecture_id: integer, operatingsystem_id: integer, ptable_id: integer, medium_id: integer, build: boolean, comment: text, disk: text, installed_at: datetime, model_id: integer, hostgroup_id: integer, owner_id: integer, owner_type: string, enabled: boolean, puppet_ca_proxy_id: integer, managed: boolean, use_image: boolean, image_file: string, uuid: string, compute_resource_id: integer, puppet_proxy_id: integer, certname: string, image_id: integer, organization_id: integer, location_id: integer, type: string, otp: string, realm_id: integer, compute_profile_id: integer, provision_method: string, grub_pass: string, global_status: integer, lookup_value_matcher: string, pxe_loader: string, initiated_at: datetime, build_errors: text, creator_id: integer)>.update_candlepin_associations(any_parameters)
- expected exactly once, invoked never: Katello::Resources::Candlepin::Consumer.get("fake-uuid-from-katello")
- expected exactly twice, invoked once: #<AnyInstance:Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, dmi_uuid: string, convert2rhel_through_foreman: integer)>.update_guests(any_parameters)
- expected exactly twice, invoked once: #<AnyInstance:Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, dmi_uuid: string, convert2rhel_through_foreman: integer)>.update_hypervisor(any_parameters)
satisfied expectations:
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getaddresses(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getaddress(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getnames(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getname(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Katello::Pulp3::Repository>.test_remote_name(any_parameters)
- allowed any number of times, invoked never: Katello::Ping.ping(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ssl_client_key(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ssl_client_cert(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ca_cert(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:PuppetFactImporter>.ensure
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L672
Failure: test_registration
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/services/katello/registration_manager.rb:232:in `create_in_candlepin'
katello/app/services/katello/registration_manager.rb:186:in `block in register_host'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/services/katello/registration_manager.rb:184:in `register_host'
katello/test/services/katello/registration_manager_test.rb:219:in `test_registration'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L672
Failure: test_registration_activation_key
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/services/katello/registration_manager.rb:232:in `create_in_candlepin'
katello/app/services/katello/registration_manager.rb:186:in `block in register_host'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/services/katello/registration_manager.rb:184:in `register_host'
katello/test/services/katello/registration_manager_test.rb:239:in `test_registration_activation_key'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/v2/host_subscriptions_controller_test.rb#L174
Failure: test_create
Expected response to be a <2XX: success>, but was a <500: Internal Server Error>
Response body: {"displayMessage":"PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n","errors":["PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n"]}
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_altered_hypervisor_id
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task b1de6a0e-642a-48a7-89af-962a0df32f73: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:94:in `test_altered_hypervisor_id'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_duplicate_hostname
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task fc317b63-084c-4071-9cef-fe3269679a05: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:75:in `test_duplicate_hostname'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L140
Failure: test_existing_hypervisor_renamed
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:141:in `block in test_existing_hypervisor_renamed'
katello/test/actions/katello/host/hypervisors_update_test.rb:140:in `test_existing_hypervisor_renamed'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_update_guests_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:86:in `test_update_guests_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_existing_hypervisor_no_facet
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:125:in `test_existing_hypervisor_no_facet'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_handle_new_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:56:in `test_handle_new_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_altered_hypervisor_id
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task c4ba8509-013a-426d-8128-bcf206371ef3: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:94:in `test_altered_hypervisor_id'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_duplicate_hostname
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 401b3ee3-7864-41dc-a504-a701e94004df: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:75:in `test_duplicate_hostname'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L140
Failure: test_existing_hypervisor_renamed
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:141:in `block in test_existing_hypervisor_renamed'
katello/test/actions/katello/host/hypervisors_update_test.rb:140:in `test_existing_hypervisor_renamed'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_handle_new_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:56:in `test_handle_new_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_existing_hypervisor_no_facet
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:125:in `test_existing_hypervisor_no_facet'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_update_guests_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:86:in `test_update_guests_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/controllers/api/rhsm/candlepin_proxies_controller_test.rb#L473
Failure: test_0001_can update the rhel lifecycle status
Expected response to be a <200: OK>, but was a <500: Internal Server Error>
Response body: {"displayMessage":"PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n","errors":["PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n"]}.
Expected: 200
Actual: 500
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L672
Failure: test_registration_activation_key
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/services/katello/registration_manager.rb:232:in `create_in_candlepin'
katello/app/services/katello/registration_manager.rb:186:in `block in register_host'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/services/katello/registration_manager.rb:184:in `register_host'
katello/test/services/katello/registration_manager_test.rb:239:in `test_registration_activation_key'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L672
Failure: test_registration
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/services/katello/registration_manager.rb:232:in `create_in_candlepin'
katello/app/services/katello/registration_manager.rb:186:in `block in register_host'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/services/katello/registration_manager.rb:184:in `register_host'
katello/test/services/katello/registration_manager_test.rb:219:in `test_registration'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 2.7 and Node 14 on PostgreSQL 13:
katello/test/services/katello/registration_manager_test.rb#L127
Failure: test_registration_existing_host
unexpected invocation: #<AnyInstance:Host::Managed(id: integer, name: string, last_compile: datetime, last_report: datetime, updated_at: datetime, created_at: datetime, root_pass: text, architecture_id: integer, operatingsystem_id: integer, ptable_id: integer, medium_id: integer, build: boolean, comment: text, disk: text, installed_at: datetime, model_id: integer, hostgroup_id: integer, owner_id: integer, owner_type: string, enabled: boolean, puppet_ca_proxy_id: integer, managed: boolean, use_image: boolean, image_file: string, uuid: string, compute_resource_id: integer, puppet_proxy_id: integer, certname: string, image_id: integer, organization_id: integer, location_id: integer, type: string, otp: string, realm_id: integer, compute_profile_id: integer, provision_method: string, grub_pass: string, global_status: integer, lookup_value_matcher: string, pxe_loader: string, initiated_at: datetime, build_errors: text, creator_id: integer)>.update_candlepin_associations()
unsatisfied expectations:
- expected exactly 3 times, invoked 4 times: #<AnyInstance:Host::Managed(id: integer, name: string, last_compile: datetime, last_report: datetime, updated_at: datetime, created_at: datetime, root_pass: text, architecture_id: integer, operatingsystem_id: integer, ptable_id: integer, medium_id: integer, build: boolean, comment: text, disk: text, installed_at: datetime, model_id: integer, hostgroup_id: integer, owner_id: integer, owner_type: string, enabled: boolean, puppet_ca_proxy_id: integer, managed: boolean, use_image: boolean, image_file: string, uuid: string, compute_resource_id: integer, puppet_proxy_id: integer, certname: string, image_id: integer, organization_id: integer, location_id: integer, type: string, otp: string, realm_id: integer, compute_profile_id: integer, provision_method: string, grub_pass: string, global_status: integer, lookup_value_matcher: string, pxe_loader: string, initiated_at: datetime, build_errors: text, creator_id: integer)>.update_candlepin_associations(any_parameters)
- expected exactly once, invoked never: Katello::Resources::Candlepin::Consumer.get("fake-uuid-from-katello")
- expected exactly twice, invoked once: #<AnyInstance:Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, dmi_uuid: string, convert2rhel_through_foreman: integer)>.update_guests(any_parameters)
- expected exactly twice, invoked once: #<AnyInstance:Katello::Host::SubscriptionFacet(id: integer, host_id: integer, uuid: string, last_checkin: datetime, service_level: string, release_version: string, autoheal: boolean, registered_at: datetime, registered_through: string, user_id: integer, hypervisor: boolean, hypervisor_host_id: integer, purpose_usage: text, purpose_role: text, dmi_uuid: string, convert2rhel_through_foreman: integer)>.update_hypervisor(any_parameters)
satisfied expectations:
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getaddresses(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getaddress(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getnames(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Resolv::DNS>.getname(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:Katello::Pulp3::Repository>.test_remote_name(any_parameters)
- allowed any number of times, invoked never: Katello::Ping.ping(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ssl_client_key(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ssl_client_cert(any_parameters)
- allowed any number of times, invoked never: Cert::Certs.ca_cert(any_parameters)
- allowed any number of times, invoked never: #<AnyInstance:PuppetFactImporter>.ensure
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_with_no_centos_different_major_and_no_minor_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:225:in `test_update_foreman_facts_with_no_centos_different_major_and_no_minor_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_with_os_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:245:in `test_update_foreman_facts_with_os_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_without_distribution_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:257:in `test_update_foreman_facts_without_distribution_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_facts_with_centos_no_minor_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:212:in `test_update_facts_with_centos_no_minor_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:201:in `test_update_foreman_facts'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L140
Failure: test_existing_hypervisor_renamed
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:141:in `block in test_existing_hypervisor_renamed'
katello/test/actions/katello/host/hypervisors_update_test.rb:140:in `test_existing_hypervisor_renamed'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_existing_hypervisor_no_facet
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:125:in `test_existing_hypervisor_no_facet'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_handle_new_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:56:in `test_handle_new_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L29
Failure: test_update_guests_hypervisor
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:86:in `test_update_guests_hypervisor'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 14 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_duplicate_hostname
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 18e8460d-3232-4007-b7b8-ecd3bec312c5: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:75:in `test_duplicate_hostname'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_altered_hypervisor_id
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task fe245977-6b73-424e-8b4e-1867758adff3: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:94:in `test_altered_hypervisor_id'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_test.rb#L56
Failure: test_duplicate_hostname
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task fa5d660c-1cd2-40b3-9226-67bc39a7b334: ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
foreman-tasks (10.0.0) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (10.0.0) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/katello/host/hypervisors_test.rb:75:in `test_duplicate_hostname'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_without_distribution_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:257:in `test_update_foreman_facts_without_distribution_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:201:in `test_update_foreman_facts'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_with_os_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:245:in `test_update_foreman_facts_with_os_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_facts_with_centos_no_minor_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:212:in `test_update_facts_with_centos_no_minor_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/models/host/subscription_facet_test.rb#L672
Failure: test_update_foreman_facts_with_no_centos_different_major_and_no_minor_version
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/test/models/host/subscription_facet_test.rb:225:in `test_update_foreman_facts_with_no_centos_different_major_and_no_minor_version'
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/rhsm/candlepin_proxies_controller_test.rb#L473
Failure: test_0001_can update the rhel lifecycle status
Expected response to be a <200: OK>, but was a <500: Internal Server Error>
Response body: {"displayMessage":"PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n","errors":["PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n"]}.
Expected: 200
Actual: 500
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/controllers/api/v2/host_subscriptions_controller_test.rb#L174
Failure: test_create
Expected response to be a <2XX: success>, but was a <500: Internal Server Error>
Response body: {"displayMessage":"PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n","errors":["PG::AmbiguousColumn: ERROR: column reference \"name\" is ambiguous\nLINE 1: SELECT \"name\", \"fact_values\".\"value\", \"fact_values\".\"id\" FRO...\n ^\n"]}
|
Katello / test:katello - Foreman refs/pull/10359/merge with Ruby 3.0 and Node 18 on PostgreSQL 13:
katello/test/actions/katello/host/hypervisors_update_test.rb#L140
Failure: test_existing_hypervisor_renamed
ActiveRecord::StatementInvalid: PG::AmbiguousColumn: ERROR: column reference "name" is ambiguous
LINE 1: SELECT "name", "fact_values"."value", "fact_values"."id" FRO...
^
app/services/fact_importer.rb:140:in `update_facts'
app/services/fact_importer.rb:42:in `block in import!'
app/services/fact_importer.rb:40:in `import!'
app/services/host_fact_importer.rb:27:in `block in import_facts'
lib/foreman/telemetry_helper.rb:28:in `telemetry_duration_histogram'
app/services/host_fact_importer.rb:26:in `import_facts'
katello/app/models/katello/host/subscription_facet.rb:212:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:181:in `update_facts'
katello/app/lib/actions/katello/host/hypervisors_update.rb:32:in `block (2 levels) in run'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `each'
katello/app/lib/actions/katello/host/hypervisors_update.rb:31:in `block in run'
app/models/concerns/foreman/thread_session.rb:108:in `as'
app/models/concerns/foreman/thread_session.rb:114:in `as_anonymous_admin'
katello/app/lib/actions/katello/host/hypervisors_update.rb:18:in `run'
katello/app/lib/actions/middleware/remote_action.rb:16:in `block in run'
katello/app/lib/actions/middleware/remote_action.rb:40:in `block in as_remote_user'
katello/app/models/katello/concerns/user_extensions.rb:21:in `cp_config'
katello/app/lib/actions/middleware/remote_action.rb:27:in `as_cp_user'
katello/app/lib/actions/middleware/remote_action.rb:39:in `as_remote_user'
katello/app/lib/actions/middleware/remote_action.rb:16:in `run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:14:in `block in run'
foreman-tasks (10.0.0) app/lib/actions/middleware/rails_executor_wrap.rb:13:in `run'
katello/test/actions/katello/host/hypervisors_update_test.rb:141:in `block in test_existing_hypervisor_renamed'
katello/test/actions/katello/host/hypervisors_update_test.rb:140:in `test_existing_hypervisor_renamed'
|
Katello / Test suite
Process completed with exit code 1.
|
Test suite
Process completed with exit code 1.
|
assets:precompile RAILS_ENV=production DATABASE_URL=nulldb://nohost - Ruby 3.0 and Node 14 on PostgreSQL 13
No files were found with the provided path: webpack/assets/javascripts/all_react_app_exports.js. No artifacts will be uploaded.
|
assets:precompile RAILS_ENV=production DATABASE_URL=nulldb://nohost - Ruby 3.0 and Node 18 on PostgreSQL 13
No files were found with the provided path: webpack/assets/javascripts/all_react_app_exports.js. No artifacts will be uploaded.
|
assets:precompile RAILS_ENV=production DATABASE_URL=nulldb://nohost - Ruby 2.7 and Node 14 on PostgreSQL 13
No files were found with the provided path: webpack/assets/javascripts/all_react_app_exports.js. No artifacts will be uploaded.
|
assets:precompile RAILS_ENV=production DATABASE_URL=nulldb://nohost - Ruby 2.7 and Node 18 on PostgreSQL 13
No files were found with the provided path: webpack/assets/javascripts/all_react_app_exports.js. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Gemfile-ruby-2.7-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-dbseed.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testexternal.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testfunctionals.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testgraphql.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testunits.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-dbseed.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testexternal.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testfunctionals.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testgraphql.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testunits.lock
|
4.66 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.lock
|
4.66 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10359merge-dbseed.lock
|
5.44 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.44 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10359merge-testkatello.lock
|
5.44 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10359merge-dbseed.lock
|
5.44 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.44 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10359merge-testkatello.lock
|
5.44 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-dbseed.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testexternal.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testfunctionals.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testgraphql.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testunits.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-dbseed.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testexternal.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testfunctionals.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testgraphql.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testunits.lock
|
4.68 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.lock
|
4.68 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10359merge-dbseed.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10359merge-testkatello.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10359merge-dbseed.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
|
5.45 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10359merge-testkatello.lock
|
5.45 KB |
|
all_react_app_exports-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.js
|
8.08 KB |
|
all_react_app_exports-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.js
|
8.08 KB |
|
all_react_app_exports-ruby-27-node-14-pg-13-foreman-refspull10359merge-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-27-node-18-pg-13-foreman-refspull10359merge-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.js
|
8.08 KB |
|
all_react_app_exports-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.js
|
8.08 KB |
|
all_react_app_exports-ruby-30-node-14-pg-13-foreman-refspull10359merge-testkatello.js
|
8.08 KB |
|
all_react_app_exports-ruby-30-node-18-pg-13-foreman-refspull10359merge-testkatello.js
|
8.08 KB |
|
logs-ruby-27-node-14-pg-13-foreman-refspull10359merge-testkatello
Expired
|
3.7 MB |
|
logs-ruby-27-node-18-pg-13-foreman-refspull10359merge-testkatello
Expired
|
3.72 MB |
|
logs-ruby-30-node-14-pg-13-foreman-refspull10359merge-testkatello
Expired
|
3.72 MB |
|
logs-ruby-30-node-18-pg-13-foreman-refspull10359merge-testkatello
Expired
|
3.71 MB |
|
package-lock-ruby-2.7-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
|
209 KB |
|
package-lock-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.json
|
209 KB |
|
package-lock-ruby-2.7-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
|
226 KB |
|
package-lock-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.json
|
226 KB |
|
package-lock-ruby-27-node-14-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
305 KB |
|
package-lock-ruby-27-node-14-pg-13-foreman-refspull10359merge-testkatello.json
|
305 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
322 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-refspull10359merge-testkatello.json
|
322 KB |
|
package-lock-ruby-3.0-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
|
209 KB |
|
package-lock-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.json
|
209 KB |
|
package-lock-ruby-3.0-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
|
226 KB |
|
package-lock-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.json
|
226 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
305 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-refspull10359merge-testkatello.json
|
305 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-refspull10359merge-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
|
322 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-refspull10359merge-testkatello.json
|
322 KB |
|