Skip to content

drop el7 support

drop el7 support #71

Triggered via pull request July 31, 2024 18:13
Status Failure
Total duration 3m 4s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
15s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Puppet / 7 - AlmaLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
daq::service::dsid class behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181557799.NCohWl.pp Last 10 lines of output were: Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: Starting Distributed Service Interface Daemon (DSID)... Jul 31 18:16:00 almalinux9-64-puppet7.example.com dsid_startup[4250]: /opt/lsst/daq-sdk/current/x86/bin/dsid_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). �[mNotice: /Stage[main]/Daq::Service::Dsid/Service[dsid]: Triggered 'refresh' from 2 events Info: Class[Daq::Service::Dsid]: Unscheduling all events on Class[Daq::Service::Dsid] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.10 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/dsid_spec.rb:18
Puppet / 7 - AlmaLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
daq::service::dsid class behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181601728.vaqYYU.pp Last 10 lines of output were: Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:00 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). Jul 31 18:16:04 almalinux9-64-puppet7.example.com systemd[1]: Starting Distributed Service Interface Daemon (DSID)... Jul 31 18:16:04 almalinux9-64-puppet7.example.com dsid_startup[4405]: /opt/lsst/daq-sdk/current/x86/bin/dsid_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:04 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:04 almalinux9-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:04 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). �[mNotice: Applied catalog in 0.93 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/dsid_spec.rb:18
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/dsid_spec.rb#L39
daq::service::dsid class Service "dsid" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dsid" to be enabled
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/dsid_spec.rb#L40
daq::service::dsid class Service "dsid" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dsid" to be running
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/dsid_spec.rb#L44
daq::service::dsid class Process "dsid.service" user is expected to eq "dsid" Failure/Error: its(:user) { is_expected.to eq 'dsid' } expected: #<Encoding:UTF-8> "dsid" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/dsid_spec.rb#L45
daq::service::dsid class Process "dsid.service" count is expected to eq 1 Failure/Error: its(:count) { is_expected.to eq 1 } expected: 1 got: 0 (compared using ==)
Puppet / 7 - AlmaLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
daq::service::rce class behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181606487.rzb9vY.pp Last 10 lines of output were: Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: Starting Virtual RCE Proxy... Jul 31 18:16:09 almalinux9-64-puppet7.example.com dsm_startup[4885]: /opt/lsst/daq-sdk/current/x86/bin/dsm_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. �[mNotice: /Stage[main]/Daq::Service::Rce/Service[rce]: Triggered 'refresh' from 1 event Info: Class[Daq::Service::Rce]: Unscheduling all events on Class[Daq::Service::Rce] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.06 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/rce_spec.rb:18
Puppet / 7 - AlmaLinux 9: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
daq::service::rce class behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux9-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181610265.sDFOr7.pp Last 10 lines of output were: Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:09 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. Jul 31 18:16:13 almalinux9-64-puppet7.example.com systemd[1]: Starting Virtual RCE Proxy... Jul 31 18:16:13 almalinux9-64-puppet7.example.com dsm_startup[5041]: /opt/lsst/daq-sdk/current/x86/bin/dsm_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:13 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited, status=127/n/a Jul 31 18:16:13 almalinux9-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:13 almalinux9-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. �[mNotice: Applied catalog in 0.93 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/rce_spec.rb:18
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/rce_spec.rb#L39
daq::service::rce class Service "rce" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rce" to be enabled
Puppet / 7 - AlmaLinux 9: spec/acceptance/service/rce_spec.rb#L40
daq::service::rce class Service "rce" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "rce" to be running
Puppet / 7 - AlmaLinux 8: spec/acceptance/basic_spec.rb#L24
daq class File "/usr/lib64/libreadline.so.7" is expected to be linked to "libreadline.so.8.1" Failure/Error: it { is_expected.to be_linked_to 'libreadline.so.8.1' } expected `File "/usr/lib64/libreadline.so.7".linked_to?("libreadline.so.8.1")` to be truthy, got false
Puppet / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
daq::service::dsid class behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181559730.mn1eFP.pp Last 10 lines of output were: Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: Starting Distributed Service Interface Daemon (DSID)... Jul 31 18:16:02 almalinux8-64-puppet7.example.com dsid_startup[3819]: /opt/lsst/daq-sdk/current/x86/bin/dsid_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited status=127 Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). �[mNotice: /Stage[main]/Daq::Service::Dsid/Service[dsid]: Triggered 'refresh' from 2 events Info: Class[Daq::Service::Dsid]: Unscheduling all events on Class[Daq::Service::Dsid] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/dsid_spec.rb:18
Puppet / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
daq::service::dsid class behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181603397.6q5JMr.pp Last 10 lines of output were: Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited status=127 Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:02 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). Jul 31 18:16:06 almalinux8-64-puppet7.example.com systemd[1]: Starting Distributed Service Interface Daemon (DSID)... Jul 31 18:16:06 almalinux8-64-puppet7.example.com dsid_startup[3962]: /opt/lsst/daq-sdk/current/x86/bin/dsid_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:06 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Control process exited, code=exited status=127 Jul 31 18:16:06 almalinux8-64-puppet7.example.com systemd[1]: dsid.service: Failed with result 'exit-code'. Jul 31 18:16:06 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Distributed Service Interface Daemon (DSID). �[mNotice: Applied catalog in 0.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/dsid_spec.rb:18
Puppet / 7 - AlmaLinux 8: spec/acceptance/service/dsid_spec.rb#L39
daq::service::dsid class Service "dsid" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "dsid" to be enabled
Puppet / 7 - AlmaLinux 8: spec/acceptance/service/dsid_spec.rb#L40
daq::service::dsid class Service "dsid" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "dsid" to be running
Puppet / 7 - AlmaLinux 8: spec/acceptance/service/dsid_spec.rb#L44
daq::service::dsid class Process "dsid.service" user is expected to eq "dsid" Failure/Error: its(:user) { is_expected.to eq 'dsid' } expected: #<Encoding:UTF-8> "dsid" got: #<Encoding:US-ASCII> "" (compared using ==)
Puppet / 7 - AlmaLinux 8: spec/acceptance/service/dsid_spec.rb#L45
daq::service::dsid class Process "dsid.service" count is expected to eq 1 Failure/Error: its(:count) { is_expected.to eq 1 } expected: 1 got: 0 (compared using ==)
Puppet / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
daq::service::rce class behaves like an idempotent resource applies with no errors Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181608067.oU6N7o.pp Last 10 lines of output were: Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: Starting Virtual RCE Proxy... Jul 31 18:16:10 almalinux8-64-puppet7.example.com dsm_startup[4388]: /opt/lsst/daq-sdk/current/x86/bin/dsm_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited status=127 Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. �[mNotice: /Stage[main]/Daq::Service::Rce/Service[rce]: Triggered 'refresh' from 1 event Info: Class[Daq::Service::Rce]: Unscheduling all events on Class[Daq::Service::Rce] Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 1.00 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/rce_spec.rb:18
Puppet / 7 - AlmaLinux 8: vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
daq::service::rce class behaves like an idempotent resource applies a second time without changes Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}" Beaker::Host::CommandFailure: Host 'almalinux8-64-puppet7.example.com' exited with 4 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_181611707.xtAICJ.pp Last 10 lines of output were: Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited status=127 Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:10 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. Jul 31 18:16:14 almalinux8-64-puppet7.example.com systemd[1]: Starting Virtual RCE Proxy... Jul 31 18:16:14 almalinux8-64-puppet7.example.com dsm_startup[4531]: /opt/lsst/daq-sdk/current/x86/bin/dsm_startup: error while loading shared libraries: libreadline.so.6: cannot open shared object file: No such file or directory Jul 31 18:16:14 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Control process exited, code=exited status=127 Jul 31 18:16:14 almalinux8-64-puppet7.example.com systemd[1]: rce.service: Failed with result 'exit-code'. Jul 31 18:16:14 almalinux8-64-puppet7.example.com systemd[1]: Failed to start Virtual RCE Proxy. �[mNotice: Applied catalog in 0.89 seconds Shared Example Group: "an idempotent resource" called from ./spec/acceptance/service/rce_spec.rb:18
Puppet / 7 - AlmaLinux 8: spec/acceptance/service/rce_spec.rb#L39
daq::service::rce class Service "rce" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "rce" to be enabled