Merge pull request #516 from voxpupuli/modulesync #145
ci.yml
on: push
Puppet
/
Static validations
25s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider wget with password 'pass word with spaces' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_134320800.pp.oHhdGq
Last 10 lines of output were:
Resolving httpbin.org (httpbin.org)... 44.197.84.54, 3.224.224.8
Connecting to httpbin.org (httpbin.org)|44.197.84.54|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-02-06 13:43:23 ERROR 502: Bad Gateway.
Error: /Stage[main]/Main/Archive[/tmp/testfile]/ensure: change from 'absent' to 'present' failed: Execution of 'wget http://httpbin.org/basic-auth/user/pass\%20word\%20with\%20spaces -O /tmp/testfile_20240206-1605-1s1kgsu --max-redirect=5 --user=user --*** word\ with\ spaces' returned 8: --2024-02-06 13:43:23-- http://httpbin.org/basic-auth/user/pass%20word%20with%20spaces
Resolving httpbin.org (httpbin.org)... 44.197.84.54, 3.224.224.8
Connecting to httpbin.org (httpbin.org)|44.197.84.54|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-02-06 13:43:23 ERROR 502: Bad Gateway.
�[mNotice: Applied catalog in 1.27 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider wget with password 'pass word with spaces' File "/tmp/testfile" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/tmp/testfile".file?` to be truthy, got false
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider wget with password 'pass word with spaces' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|