CI #792
Annotations
6 errors and 1 warning
Run tests:
spec/acceptance/nginx_prometheus_exporter_spec.rb#L6
prometheus nginx exporter nginx_prometheus_exporter works idempotently with no errors
Failure/Error: shell('puppet module install puppetlabs/apt')
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 1 running:
puppet module install puppetlabs/apt
Last 10 lines of output were:
�[mNotice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
�[mNotice: Downloading from https://forgeapi.puppet.com ...
Error: Request to Puppet Forge failed.
The server being queried was https://forgeapi.puppet.com/v3/releases?module=puppetlabs-stdlib&sort_by=version&exclude_fields=readme%2Cchangelog%2Clicense%2Curi%2Cmodule%2Ctags%2Csupported%2Cfile_size%2Cdownloads%2Ccreated_at%2Cupdated_at%2Cdeleted_at&limit=20&offset=20
The HTTP response we received was '502 Bad Gateway'
|
Run tests:
spec/acceptance/nginx_prometheus_exporter_spec.rb#L32
prometheus nginx exporter default install Service "nginx_prometheus_exporter" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx_prometheus_exporter" to be running
|
Run tests:
spec/acceptance/nginx_prometheus_exporter_spec.rb#L33
prometheus nginx exporter default install Service "nginx_prometheus_exporter" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nginx_prometheus_exporter" to be enabled
|
Run tests:
spec/acceptance/nginx_prometheus_exporter_spec.rb#L37
prometheus nginx exporter default install Port "9113" is expected to be listening with tcp6
Failure/Error: it { is_expected.to be_listening.with('tcp6') }
expected Port "9113" to be listening with tcp6
|
Run tests:
spec/acceptance/nginx_prometheus_exporter_spec.rb#L47
prometheus nginx exporter default install Process "nginx-prometheu" args is expected to match /\ -nginx.scrape-uri http:\/\/localhost:8888\/stub_status/
Failure/Error: its(:args) { is_expected.to match %r{\ -nginx.scrape-uri http://localhost:8888/stub_status} }
expected "" to match /\ -nginx.scrape-uri http:\/\/localhost:8888\/stub_status/
Diff:
@@ -1 +1 @@
-/\ -nginx.scrape-uri http:\/\/localhost:8888\/stub_status/
+""
|
Run tests
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading