modulesync 9.1.0 #84
Annotations
6 errors
Run tests:
spec/acceptance/certs_spec.rb#L8
trusted_ca failure before cert sets up apache for testing
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2404-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085712066.7UlhyD.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, unsupported release 24.04 (file: /etc/puppetlabs/code/environments/production/modules/java/manifests/params.pp, line: 67, column: 20) on node ubuntu2404-64-puppet7.example.com
|
Run tests:
spec/acceptance/certs_spec.rb#L25
trusted_ca failure before cert Command "/usr/bin/curl https://ubuntu2404-64-puppet7.example.com:443" exit_status is expected to eq 60
Failure/Error: its(:exit_status) { is_expected.to eq 60 }
expected: 60
got: 7
(compared using ==)
|
Run tests:
spec/acceptance/certs_spec.rb#L29
trusted_ca failure before cert Command "cd /root && /usr/bin/java SSLPoke ubuntu2404-64-puppet7.example.com 443" exit_status is expected to eq 1
Failure/Error: its(:exit_status) { is_expected.to eq 1 }
expected: 1
got: 127
(compared using ==)
|
Run tests:
spec/acceptance/certs_spec.rb#L52
trusted_ca success after cert Command "/usr/bin/curl https://ubuntu2404-64-puppet7.example.com:443" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 7
(compared using ==)
|
Run tests:
spec/acceptance/certs_spec.rb#L56
trusted_ca success after cert Command "cd /root && /usr/bin/java SSLPoke ubuntu2404-64-puppet7.example.com 443" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Run tests
Process completed with exit code 1.
|
Loading