Merge pull request #520 from voxpupuli/modulesync #149
Annotations
7 errors
Run tests:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider wget with password 'hunter2' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232346812.pp.45TAgn
Last 10 lines of output were:
Resolving httpbin.org (httpbin.org)... 52.200.250.127, 44.209.252.174, 34.233.170.129, ...
Connecting to httpbin.org (httpbin.org)|52.200.250.127|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-04-12 23:23:48 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/hunter2 -O /tmp/testfile_20240412-1792-kub4d9 --max-redirect=5 --user=user --***' returned 8: --2024-04-12 23:23:48-- http://httpbin.org/basic-auth/user/hunter2
Resolving httpbin.org (httpbin.org)... 52.200.250.127, 44.209.252.174, 34.233.170.129, ...
Connecting to httpbin.org (httpbin.org)|52.200.250.127|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-04-12 23:23:48 ERROR 502: Bad Gateway.
�[mNotice: Applied catalog in 0.29 seconds
|
Run tests:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider wget 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 wget 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:
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 'oracle9-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_232349235.pp.EnpTaO
Last 10 lines of output were:
2024-04-12 23:23:51 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_20240412-1961-3kp3v --max-redirect=5 --user=user --*** word\ with\ spaces' returned 8: --2024-04-12 23:23:50-- http://httpbin.org/basic-auth/user/pass%20word%20with%20spaces
Resolving httpbin.org (httpbin.org)... 52.207.12.69, 3.233.162.222, 3.234.161.234, ...
Connecting to httpbin.org (httpbin.org)|52.207.12.69|:80... connected.
HTTP request sent, awaiting response... 401 UNAUTHORIZED
Authentication selected: Basic realm="Fake Realm"
Reusing existing connection to httpbin.org:80.
HTTP request sent, awaiting response... 502 Bad Gateway
2024-04-12 23:23:51 ERROR 502: Bad Gateway.
�[mNotice: Applied catalog in 0.38 seconds
|
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
Loading