Fixes #36547 - Fix parsing of Ubuntu version in fact parsers #3
foreman.yml
on: push
Setup matrix
5s
Matrix: tests
Matrix: Katello / existing-database
Matrix: Katello / test
Test suite
0s
Annotations
7 errors and 4 warnings
test:functionals - Ruby 2.7 and Node 14 on PostgreSQL 13:
test/controllers/unattended_controller_test.rb#L302
Failure: test_0002_should get a preseed finish script with multiple ips in the request header
Expected response to be a <2XX: success>, but was a <404: Not Found>
Response body: unattended: unable to find a host that matches the request from 1.2.3.4
|
test:functionals - Ruby 2.7 and Node 14 on PostgreSQL 13
Process completed with exit code 1.
|
Katello / test:katello - Foreman refs/heads/develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/pulp3/orchestration/alternate_content_source_refresh_test.rb#L56
Failure: test_yum_refresh_updates_remote
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task e55a34d8-107c-4282-bba1-b4905b7074ad: VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az975-318/pulp/api/v3/acs/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/foreman/foreman/katello/test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/yum_refresh_updates_remote.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 31 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://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
foreman-tasks (9.1.1) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/pulp3/orchestration/alternate_content_source_refresh_test.rb:62:in `test_yum_refresh_updates_remote'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/heads/develop with Ruby 2.7 and Node 18 on PostgreSQL 13:
katello/test/actions/pulp3/orchestration/alternate_content_source_refresh_test.rb#L56
Failure: test_yum_refresh
RuntimeError: Neutered Exception ForemanTasks::TaskError: Task 85f0558f-cf65-4345-bb96-af016c0efca1: VCR::Errors::UnhandledHTTPRequestError:
================================================================================
An HTTP request has been made that VCR does not know how to handle:
POST https://fv-az975-318/pulp/api/v3/acs/rpm/rpm/
VCR is currently using the following cassette:
- /home/runner/work/foreman/foreman/katello/test/fixtures/vcr_cassettes/actions/pulp3/alternate_content_source_refresh/yum_refresh.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 29 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://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/debug-logging
[2] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/new-episodes
[3] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/configuration/ignore-request
[4] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/record-modes/none
[5] https://www.relishapp.com/vcr/vcr/v/6-2-0/docs/request-matching
================================================================================
foreman-tasks (9.1.1) lib/foreman_tasks.rb:56:in `block in sync_task'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `tap'
foreman-tasks (9.1.1) lib/foreman_tasks.rb:55:in `sync_task'
katello/test/actions/pulp3/orchestration/alternate_content_source_refresh_test.rb:55:in `test_yum_refresh'
katello/test/support/vcr.rb:24:in `block in run'
katello/test/support/vcr.rb:23:in `run'
|
Katello / test:katello - Foreman refs/heads/develop with Ruby 2.7 and Node 18 on PostgreSQL 13
Process completed with exit code 1.
|
Katello / test:katello - Foreman refs/heads/develop with Ruby 2.7 and Node 14 on PostgreSQL 13
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 360 minutes.
|
Katello / test:katello - Foreman refs/heads/develop with Ruby 2.7 and Node 14 on PostgreSQL 13
The operation was canceled.
|
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 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 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 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
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-dbseed.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testexternal.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testfunctionals.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testgraphql.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-testunits.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-dbseed.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testexternal.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testfunctionals.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testgraphql.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-testunits.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.lock
Expired
|
4.7 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-dbseed.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-testkatello.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-dbseed.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-testkatello.lock
Expired
|
5.5 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-dbseed.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testexternal.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testfunctionals.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testgraphql.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-testunits.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-dbseed.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testexternal.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testfunctionals.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testgraphql.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-testunits.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.lock
Expired
|
4.71 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-dbseed.lock
Expired
|
5.51 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
5.51 KB |
|
Gemfile-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-testkatello.lock
Expired
|
5.51 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-dbseed.lock
Expired
|
5.51 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.lock
Expired
|
5.51 KB |
|
Gemfile-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-testkatello.lock
Expired
|
5.51 KB |
|
all_react_app_exports-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-testkatello.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-testkatello.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-testkatello.js
Expired
|
7.81 KB |
|
all_react_app_exports-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-testkatello.js
Expired
|
7.81 KB |
|
logs-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-testkatello
Expired
|
3.77 MB |
|
package-lock-ruby-2.7-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
210 KB |
|
package-lock-ruby-2.7-node-14-pg-13-webpackcompiletestintegration.json
Expired
|
210 KB |
|
package-lock-ruby-2.7-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
227 KB |
|
package-lock-ruby-2.7-node-18-pg-13-webpackcompiletestintegration.json
Expired
|
227 KB |
|
package-lock-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
307 KB |
|
package-lock-ruby-27-node-14-pg-13-foreman-refsheadsdevelop-testkatello.json
Expired
|
307 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
324 KB |
|
package-lock-ruby-27-node-18-pg-13-foreman-refsheadsdevelop-testkatello.json
Expired
|
324 KB |
|
package-lock-ruby-3.0-node-14-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
210 KB |
|
package-lock-ruby-3.0-node-14-pg-13-webpackcompiletestintegration.json
Expired
|
210 KB |
|
package-lock-ruby-3.0-node-18-pg-13-assetsprecompileRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
227 KB |
|
package-lock-ruby-3.0-node-18-pg-13-webpackcompiletestintegration.json
Expired
|
227 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
307 KB |
|
package-lock-ruby-30-node-14-pg-13-foreman-refsheadsdevelop-testkatello.json
Expired
|
307 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-pluginassetsprecompilekatelloRAILSENVproductionDATABASEURLnulldbnohost.json
Expired
|
324 KB |
|
package-lock-ruby-30-node-18-pg-13-foreman-refsheadsdevelop-testkatello.json
Expired
|
324 KB |
|