Merge pull request #520 from voxpupuli/modulesync #149
Annotations
4 errors
Run tests:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider curl with password 'passwordwithsinglequote'!' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232335809.pp.l3JqKl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle9-64-puppet8.example.com in environment production in 0.02 seconds
Info: Using environment 'production'
Info: Applying configuration version '1712964217'
Error: Execution of '/usr/bin/curl http://httpbin.org/basic-auth/user/passwordwithsinglequote'! -o /tmp/testfile_20240412-1495-6fomvn -fsSLg --max-redirs 5 --netrc-file /tmp/.puppet_archive_curl20240412-1495-dfdtk2' returned 22: curl: (22) The requested URL returned error: 502
Error: /Stage[main]/Main/Archive[/tmp/testfile]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/curl http://httpbin.org/basic-auth/user/passwordwithsinglequote'! -o /tmp/testfile_20240412-1495-6fomvn -fsSLg --max-redirs 5 --netrc-file /tmp/.puppet_archive_curl20240412-1495-dfdtk2' returned 22: curl: (22) The requested URL returned error: 502
�[mNotice: Applied catalog in 0.67 seconds
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'passwordwithsinglequote'!' 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
|
Run tests:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider curl with password 'passwordwithsinglequote'!' File "/tmp/testfile" content_as_json
Failure/Error: its(:content_as_json) { is_expected.to include('authenticated' => true, 'user' => 'user') }
MultiJson::ParseError:
JSON::ParserError
|
Run tests
Process completed with exit code 1.
|
Loading