rubocop: resolve Style/HashSyntax #142
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / 7 - AlmaLinux 8:
spec/acceptance/authentication_spec.rb#L39
authenticated download with provider wget with password 'passwordwithsinglequote'!' applies idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125527668.pp.dbODxH
Last 10 lines of output were:
Resolving httpbin.org (httpbin.org)... 75.101.131.185, 3.218.223.42
Connecting to httpbin.org (httpbin.org)|75.101.131.185|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2023-12-11 12:55:29 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/passwordwithsinglequote\'\! -O /tmp/testfile_20231211-2901-lreks6 --max-redirect=5 --user=user --***'\!' returned 8: --2023-12-11 12:55:29-- http://httpbin.org/basic-auth/user/passwordwithsinglequote'!
Resolving httpbin.org (httpbin.org)... 75.101.131.185, 3.218.223.42
Connecting to httpbin.org (httpbin.org)|75.101.131.185|:80... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2023-12-11 12:55:29 ERROR 502: Bad Gateway.
�[mNotice: Applied catalog in 0.33 seconds
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/authentication_spec.rb#L46
authenticated download with provider wget 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
|
Puppet / 7 - AlmaLinux 8:
spec/acceptance/authentication_spec.rb#L47
authenticated download with provider wget 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
|
Puppet / 7 - AlmaLinux 8
Process completed with exit code 1.
|