Skip to content

Fixes #37852 - Support Rails 7.0 #1421

Fixes #37852 - Support Rails 7.0

Fixes #37852 - Support Rails 7.0 #1421

Triggered via pull request October 18, 2024 14:00
Status Failure
Total duration 23m 58s
Artifacts 29

ruby.yml

on: pull_request
Matrix: angular
Ruby  /  Setup matrix
4s
Ruby / Setup matrix
Matrix: Ruby / existing-database
Matrix: Ruby / test
Ruby  /  Test suite
2s
Ruby / Test suite
Fit to window
Zoom out
Zoom in

Annotations

41 errors
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/copy_all_units_test.rb#L56
Failure: test_no_package_environments_are_copied_despite_whitelist_ids RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 0230c6ff-479e-475f-ac2c-dc2dd902fded: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/copy_all_units_test.rb:849:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/copy_all_units_test.rb#L56
Failure: test_all_distribution_trees_are_copied_by_default RuntimeError: Neutered Exception ForemanTasks::TaskError: Task d55ca814-47ec-44c6-8afa-6648569dcc53: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/copy_all_units_test.rb:849:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/scenarios/scenario_test.rb#L97
Failure: test_update_org_service_level RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError: ================================================================================ An HTTP request has been made that VCR does not know how to handle: GET https://localhost:8443/candlepin/environments/5c354a373f7e3fc6e222225f1e26d71b VCR are currently using the following cassettes: - /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/scenarios/org_create.yml - :record => :none - :match_requests_on => [:method, :path, :params, :body_json] - /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/scenarios/repository_create/update_org_service_level.yml - :record => :none - :match_requests_on => [:method, :path, :params, :body_json] Under the current configuration VCR can not find a suitable HTTP interaction to replay and is prevented from recording new requests. There are a few ways you can deal with this: * If you're surprised VCR is raising this error and want insight about how VCR attempted to handle the request, you can use the debug_logger configuration option to log more details [1]. * You can use the :new_episodes record mode to allow VCR to record this new request to the existing cassette [2]. * If you want VCR to ignore this request (and others like it), you can set an `ignore_request` callback [3]. * The current record mode (:none) does not allow requests to be recorded. You can temporarily change the record mode to :once, delete the cassette file and re-run your tests to allow the cassette to be recorded with this request [4]. * The cassette contains 13 HTTP interactions that have not been played back. If your request is non-deterministic, you may need to change your :match_requests_on cassette option to be more lenient or use a custom request matcher to allow it to match [5]. [1] https://benoittgt.github.io/vcr/?v=6-3-1#/configuration/debug_logging [2] https://benoittgt.github.io/vcr/?v=6-3-1#/record_modes/new_episodes [3] https://benoittgt.github.io/vcr/?v=6-3-1#/configuration/ignore_request [4] https://benoittgt.github.io/vcr/?v=6-3-1#/record_modes/none [5] https://benoittgt.github.io/vcr/?v=6-3-1#/request_matching ================================================================================ katello/app/lib/katello/http_resource.rb:98:in `issue_request' katello/app/lib/katello/http_resource.rb:49:in `block (2 levels) in singleton class' katello/app/lib/katello/resources/candlepin/environment.rb:7:in `find' katello/app/models/katello/glue/candlepin/environment.rb:11:in `candlepin_info' katello/app/models/katello/glue/candlepin/environment.rb:15:in `exists_in_candlepin?' katello/app/services/katello/content_view_manager.rb:14:in `create_candlepin_environment' katello/app/services/katello/organization_creator.rb:74:in `create_backend_objects!' katello/app/services/katello/organization_creator.rb:56:in `block in create!' katello/app/services/katello/organization_creator.rb:53:in `create!' katello/test/support/scenario_support.rb:13:in `block in create_org' katello/test/support/scenario_support.rb:61:in `record' katello/test/support/scenario_support.rb:13:in `create_org' katello/test/scenarios/scenario_test.rb:14:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/scenarios/scenario_test.rb#L97
Failure: test_manifest_import RuntimeError: Neutered Exception VCR::Errors::UnhandledHTTPRequestError: ================================================================================ An HTTP request has been made that VCR does not know how to handle: GET https://localhost:8443/candlepin/environments/5c354a373f7e3fc6e222225f1e26d71b VCR are currently using the following cassettes: - /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/scenarios/org_create.yml - :record => :none - :match_requests_on => [:method, :path, :params, :body_json] - /home/runner/work/katello/katello/katello/test/fixtures/vcr_cassettes/scenarios/repository_create/manifest_import.yml - :record => :none - :match_requests_on => [:method, :path, :params, :body_json] Under the current configuration VCR can not find a suitable HTTP interaction to replay and is prevented from recording new requests. There are a few ways you can deal with this: * If you're surprised VCR is raising this error and want insight about how VCR attempted to handle the request, you can use the debug_logger configuration option to log more details [1]. * You can use the :new_episodes record mode to allow VCR to record this new request to the existing cassette [2]. * If you want VCR to ignore this request (and others like it), you can set an `ignore_request` callback [3]. * The current record mode (:none) does not allow requests to be recorded. One or more cassette names registered was not found. Use :new_episodes or :once record modes to record a new cassette [4]. * The cassette contains 6 HTTP interactions that have not been played back. If your request is non-deterministic, you may need to change your :match_requests_on cassette option to be more lenient or use a custom request matcher to allow it to match [5]. [1] https://benoittgt.github.io/vcr/?v=6-3-1#/configuration/debug_logging [2] https://benoittgt.github.io/vcr/?v=6-3-1#/record_modes/new_episodes [3] https://benoittgt.github.io/vcr/?v=6-3-1#/configuration/ignore_request [4] https://benoittgt.github.io/vcr/?v=6-3-1#/record_modes/none [5] https://benoittgt.github.io/vcr/?v=6-3-1#/request_matching ================================================================================ katello/app/lib/katello/http_resource.rb:98:in `issue_request' katello/app/lib/katello/http_resource.rb:49:in `block (2 levels) in singleton class' katello/app/lib/katello/resources/candlepin/environment.rb:7:in `find' katello/app/models/katello/glue/candlepin/environment.rb:11:in `candlepin_info' katello/app/models/katello/glue/candlepin/environment.rb:15:in `exists_in_candlepin?' katello/app/services/katello/content_view_manager.rb:14:in `create_candlepin_environment' katello/app/services/katello/organization_creator.rb:74:in `create_backend_objects!' katello/app/services/katello/organization_creator.rb:56:in `block in create!' katello/app/services/katello/organization_creator.rb:53:in `create!' katello/test/support/scenario_support.rb:13:in `block in create_org' katello/test/support/scenario_support.rb:61:in `record' katello/test/support/scenario_support.rb:13:in `create_org' katello/test/scenarios/scenario_test.rb:14:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_no_package_environments_are_copied_despite_whitelist_ids RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 890342b0-83e3-4138-91b3-e8b6b715dd69: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:750:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_all_distribution_trees_are_copied_by_default RuntimeError: Neutered Exception ForemanTasks::TaskError: Task a5ca8a72-054b-4df8-97a1-8b2ff22ba909: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:750:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/services/katello/pulp3/srpm_test.rb#L56
Failure: test_repo_srpms RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 4948ca0c-7bdc-4b2c-b9e6-cd344f907afb: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/services/katello/pulp3/srpm_test.rb:17:in `setup' katello/test/services/katello/pulp3/srpm_test.rb:30:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/services/katello/pulp3/srpm_test.rb#L56
Failure: test_pulp_data RuntimeError: Neutered Exception ForemanTasks::TaskError: Task d5539194-9c6a-41e3-89b1-b7d3e3232014: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/services/katello/pulp3/srpm_test.rb:17:in `setup' katello/test/services/katello/pulp3/srpm_test.rb:30:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/repository/reclaim_space_test.rb#L56
Failure: test_repository_has_space_reclaimed RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 37632c2d-ba8d-4a84-9d0c-798d646158ed: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/repository/reclaim_space_test.rb:8:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/copy_all_units_test.rb#L56
Failure: test_module_streams_copied_with_include_modular_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task e30efadc-9ea3-4db2-987c-2f5841b79220: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/copy_all_units_test.rb:555:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_errata_exclusion_filter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 15a954f4-ac44-425f-8316-486c3f10239a: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_all_duplicate_content_with_dep_solving RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 6cf91f6a-582f-47fa-a7ce-51bf8a5a6756: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_whitelist_max_version_filter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 7cda455f-8add-4f98-a400-26e8fba7be44: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_duplicate_content RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 41879f6d-f20f-4486-8136-16c673defa1c: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_all_no_filter_rules_with_dependency_solving RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 525bcc2c-5bb2-4f40-954c-5e5f4b95585a: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_all_no_filter_rules_without_dependency_solving RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 9a002830-7f2e-4a7e-94c9-e4308a0c34f8: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_whitelist_name_filter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 5bf28e03-6be4-4db8-9e39-9628f006ac0a: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_with_errata_inclusion_filter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task c27cdc89-da4b-4f05-8c88-0311fbfca83a: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_all_no_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 303a8195-0081-4507-a626-9e6a4beb6db1: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 14 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_yum_copy_nonmatching_package_exclusion_filter_copies_everything RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 3ee3e74f-ddd3-4e3f-8908-b87fc90800b1: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_errata_is_not_copied_if_errata_packages_are_not_all_found_in_included_packages RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 681021a0-5359-42e5-bf89-0ba78bc05e2d: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:344:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_errata_copied_if_all_errata_packages_matches_included_packages RuntimeError: Neutered Exception ForemanTasks::TaskError: Task e07d030d-9975-4614-a3ae-428c88ba7ab1: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:344:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_proper_errata_copied_if_no_errata_packages_matches_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task caeea7b1-7173-494e-b0f1-d224ec95bd01: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:344:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_all_errata_copied_if_no_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 8aa1754d-3312-4b7b-8241-cb29627cb2cd: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:344:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb#L56
Failure: test_all_srpms_copied_despite_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task b1ff310d-5c23-4349-b0e9-a1109039657f: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/multi_copy_all_units_test.rb:296:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/yum_create_test.rb#L56
Failure: test_create RuntimeError: Neutered Exception ForemanTasks::TaskError: Task b8e77136-a4be-43c9-91c8-d8c08bdf1931: NameError: uninitialized constant PulpRpmClient::AnyType 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/pulp3/orchestration/yum_create_test.rb:20:in `test_create' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/services/katello/pulp3/package_group_test.rb#L56
Failure: test_repo_package_groups RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 95e54392-be25-4d72-bbfc-119fbb1088d3: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/services/katello/pulp3/package_group_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/services/katello/pulp3/package_group_test.rb#L56
Failure: test_pulp_data RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 5eac0ca9-e091-4231-a0ae-e4d8e936ec6d: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/services/katello/pulp3/package_group_test.rb:18:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/capsule_content/reclaim_space_test.rb#L56
Failure: test_pulp_mirror_has_space_reclaimed RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 7231744b-a708-4d59-8f45-c5d280b25135: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/capsule_content/reclaim_space_test.rb:14:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 2.7 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/capsule_content/reclaim_space_test.rb#L56
Failure: test_pulp_primary_has_space_reclaimed RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 01d2044b-e5ba-4ee3-9768-3754aa5fa78e: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/capsule_content/reclaim_space_test.rb:14:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/yum_refresh_if_needed_test.rb#L56
Failure: test_refresh_if_needed RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 36a3f194-538f-4272-aa53-98fe3b1e3d77: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/yum_refresh_if_needed_test.rb:12:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/yum_delete_test.rb#L56
Failure: test_repository_reference_is_deleted RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 585cbf13-300a-48b6-ac37-ad2758975b51: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/yum_delete_test.rb:10:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/yum_delete_test.rb#L56
Failure: test_distribution_references_are_deleted RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 2c139813-a0ae-4f98-85f8-26b5500eb2ae: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/yum_delete_test.rb:10:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/services/katello/pulp3/srpm_test.rb#L56
Failure: test_sync_skipped_treeinfo RuntimeError: Neutered Exception ForemanTasks::TaskError: Task e43dd241-bf07-4f22-aaf7-4c3ac876e9e1: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/services/katello/pulp3/srpm_test.rb:17:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/services/katello/pulp3/srpm_test.rb#L463
Failure: test_sync_skipped_srpm NameError: uninitialized constant PulpRpmClient::AnyType katello/app/services/katello/pulp3/repository.rb:195:in `list' katello/test/support/pulp3_support.rb:26:in `ensure_creatable' katello/test/services/katello/pulp3/srpm_test.rb:16:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/export_test.rb#L56
Failure: test_export RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 81815667-aa02-48ca-92d4-f788f1dc4e3b: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/support/pulp3_support.rb:81:in `create_and_sync' katello/test/actions/pulp3/orchestration/export_test.rb:13:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/export_test.rb#L56
Failure: test_destroy_exporter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 06c3a51c-6a80-449e-b6ca-617845098162: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/support/pulp3_support.rb:81:in `create_and_sync' katello/test/actions/pulp3/orchestration/export_test.rb:13:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/export_test.rb#L56
Failure: test_create_exporter RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 03aa6168-fe9d-41ba-b38a-fa7c3ebfc7bd: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/support/pulp3_support.rb:81:in `create_and_sync' katello/test/actions/pulp3/orchestration/export_test.rb:13:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/copy_all_units_test.rb#L56
Failure: test_module_streams_copied_from_actual_source_repo RuntimeError: Neutered Exception ForemanTasks::TaskError: Task b4c15de7-396b-456d-9940-16af7561d967: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/copy_all_units_test.rb:555:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / test:katello - Foreman refs/pull/10299/head with Ruby 3.0 and Node 18 on PostgreSQL 13: katello/test/actions/pulp3/orchestration/copy_all_units_test.rb#L56
Failure: test_module_streams_copied_with_include_modular_filter_rules RuntimeError: Neutered Exception ForemanTasks::TaskError: Task c3542065-8b5e-4948-a579-4b6b1c3107fc: NameError: uninitialized constant PulpRpmClient::AnyType 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/support/pulp3_support.rb:75:in `create_repo' katello/test/actions/pulp3/orchestration/copy_all_units_test.rb:555:in `setup' katello/test/support/vcr.rb:24:in `block in run' katello/test/support/vcr.rb:23:in `run'
Ruby / Test suite
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10299head-dbseed.lock
5.5 KB
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
5.5 KB
Gemfile-ruby-27-node-14-pg-13-foreman-refspull10299head-testkatello.lock
5.5 KB
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10299head-dbseed.lock
5.5 KB
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
5.5 KB
Gemfile-ruby-27-node-18-pg-13-foreman-refspull10299head-testkatello.lock
5.5 KB
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10299head-dbseed.lock
5.51 KB
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
5.51 KB
Gemfile-ruby-30-node-14-pg-13-foreman-refspull10299head-testkatello.lock
5.51 KB
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10299head-dbseed.lock
5.51 KB
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
5.51 KB
Gemfile-ruby-30-node-18-pg-13-foreman-refspull10299head-testkatello.lock
5.51 KB
Gemfile-theforeman-actions-rubocop-ruby-2.7.lock
2.81 KB
all_react_app_exports-ruby-27-node-14-pg-13-foreman-refspull10299head-testkatello.js
8.06 KB
all_react_app_exports-ruby-27-node-18-pg-13-foreman-refspull10299head-testkatello.js
8.06 KB
all_react_app_exports-ruby-30-node-14-pg-13-foreman-refspull10299head-testkatello.js
8.06 KB
all_react_app_exports-ruby-30-node-18-pg-13-foreman-refspull10299head-testkatello.js
8.06 KB
logs-ruby-27-node-14-pg-13-foreman-refspull10299head-testkatello
2.47 MB
logs-ruby-27-node-18-pg-13-foreman-refspull10299head-testkatello
2.48 MB
logs-ruby-30-node-14-pg-13-foreman-refspull10299head-testkatello
2.48 MB
logs-ruby-30-node-18-pg-13-foreman-refspull10299head-testkatello
2.47 MB
package-lock-ruby-27-node-14-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
306 KB
package-lock-ruby-27-node-14-pg-13-foreman-refspull10299head-testkatello.json
306 KB
package-lock-ruby-27-node-18-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
323 KB
package-lock-ruby-27-node-18-pg-13-foreman-refspull10299head-testkatello.json
323 KB
package-lock-ruby-30-node-14-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
306 KB
package-lock-ruby-30-node-14-pg-13-foreman-refspull10299head-testkatello.json
306 KB
package-lock-ruby-30-node-18-pg-13-foreman-refspull10299head-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
323 KB
package-lock-ruby-30-node-18-pg-13-foreman-refspull10299head-testkatello.json
323 KB