modulesync 7.4.0 #148
Annotations
4 errors
Run tests:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider curl with password 'hunter2' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_230944498.pp.s47tFc
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1712963386'
Error: Execution of '/usr/bin/curl http://httpbin.org/basic-auth/user/hunter2 -o /tmp/testfile_20240412-407-txvv4m -fsSLg --max-redirs 5 --netrc-file /tmp/.puppet_archive_curl20240412-407-zhay1h' returned 22: curl: (22) The requested URL returned error: 502 Bad Gateway
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/hunter2 -o /tmp/testfile_20240412-407-txvv4m -fsSLg --max-redirs 5 --netrc-file /tmp/.puppet_archive_curl20240412-407-zhay1h' returned 22: curl: (22) The requested URL returned error: 502 Bad Gateway
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 0.22 seconds
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider curl with password 'hunter2' 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 'hunter2' 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