Add CentOS 8 and 9 support #50
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
15 errors
Puppet / 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / 7 - CentOS 9:
spec/acceptance/agent_and_server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001130044.pp.pU7EQv
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, The nodejs module is not supported on CentOS 9. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 115, column: 9) on node centos9-64-puppet7.example.com
|
Puppet / 7 - CentOS 9:
spec/acceptance/agent_spec.rb#L8
hyperglass::agent class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001132035.pp.vDlAzo
Last 10 lines of output were:
�[mNotice: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Systemd::Daemon_reload[hyperglass-agent.service]/Exec[systemd-hyperglass-agent.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event
Info: Systemd::Daemon_reload[hyperglass-agent.service]: Scheduling refresh of Service[hyperglass-agent.service]
�[mNotice: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Dependency Package[bird2] has failures: true
Warning: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Skipping because of failed dependencies
Info: /Stage[main]/Hyperglass::Agent::Service/Systemd::Unit_file[hyperglass-agent.service]/Service[hyperglass-agent.service]: Unscheduling all events on Service[hyperglass-agent.service]
Info: Systemd::Unit_file[hyperglass-agent.service]: Unscheduling all events on Systemd::Unit_file[hyperglass-agent.service]
Info: Class[Hyperglass::Agent]: Unscheduling all events on Class[Hyperglass::Agent]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 73.62 seconds
|
Puppet / 7 - CentOS 9:
spec/acceptance/agent_spec.rb#L37
hyperglass::agent class default parameters Service "hyperglass-agent" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "hyperglass-agent" to be running
|
Puppet / 7 - CentOS 9:
spec/acceptance/agent_spec.rb#L38
hyperglass::agent class default parameters Service "hyperglass-agent" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "hyperglass-agent" to be enabled
|
Puppet / 7 - CentOS 9:
spec/acceptance/agent_spec.rb#L42
hyperglass::agent class default parameters Port "8080" is expected to be listening on 127.0.0.1 with tcp
Failure/Error: it { is_expected.to be_listening.on('127.0.0.1').with('tcp') }
expected Port "8080" to be listening on 127.0.0.1 with tcp
|
Puppet / 7 - CentOS 9:
spec/acceptance/server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos9-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001247988.pp.ou3VjR
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Function Call, The nodejs module is not supported on CentOS 9. (file: /etc/puppetlabs/code/environments/production/modules/nodejs/manifests/params.pp, line: 115, column: 9) on node centos9-64-puppet7.example.com
|
Puppet / 7 - CentOS 9:
spec/acceptance/server_spec.rb#L22
hyperglass::server class default parameters Service "nginx" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "nginx" to be running
|
Puppet / 7 - CentOS 9:
spec/acceptance/server_spec.rb#L23
hyperglass::server class default parameters Service "nginx" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "nginx" to be enabled
|
Puppet / 7 - CentOS 9:
spec/acceptance/server_spec.rb#L30
hyperglass::server class default parameters Command "sleep 180; curl http://localhost:8001" stdout is expected to match /hyperglass/
Failure/Error: its(:stdout) { is_expected.to match %r{hyperglass} }
expected "" to match /hyperglass/
Diff:
@@ -1 +1 @@
-/hyperglass/
+""
|
Puppet / 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / 7 - CentOS 7:
spec/acceptance/agent_and_server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001253820.pp.AbP16P
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.47 seconds
Info: Using environment 'production'
Info: Applying configuration version '1710634376'
�[mNotice: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]: Unscheduling refresh on Service[hyperglass.service]
�[mNotice: Applied catalog in 1.37 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/server_spec.rb#L8
hyperglass::server class default parameters works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_001309114.pp.s57391
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.46 seconds
Info: Using environment 'production'
Info: Applying configuration version '1710634391'
�[mNotice: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Hyperglass::Server::Service/Systemd::Unit_file[hyperglass.service]/Service[hyperglass.service]: Unscheduling refresh on Service[hyperglass.service]
�[mNotice: Applied catalog in 0.92 seconds
|
Puppet / 7 - CentOS 7:
spec/acceptance/server_spec.rb#L30
hyperglass::server class default parameters Command "sleep 180; curl http://localhost:8001" stdout is expected to match /hyperglass/
Failure/Error: its(:stdout) { is_expected.to match %r{hyperglass} }
expected "" to match /hyperglass/
Diff:
@@ -1 +1 @@
-/hyperglass/
+""
|
Puppet / 7 - CentOS 7
Process completed with exit code 1.
|