Skip to content

Fix tests with modulesync 7.3.0; allow latest dependency versions #258

Fix tests with modulesync 7.3.0; allow latest dependency versions

Fix tests with modulesync 7.3.0; allow latest dependency versions #258

Triggered via pull request February 2, 2024 07:24
Status Failure
Total duration 34m 2s
Artifacts

ci.yml

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

Annotations

11 errors
Puppet / Puppet 7 - CentOS 7: spec/acceptance/default_parameters_spec.rb#L6
jira postgresql installs with defaults Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'centos7-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_072620650.pp.HlEdAL Last 10 lines of output were: �[mNotice: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/File[/etc/systemd/system/jira.service]/ensure: defined content as '{sha256}33c712c574c81e521e048995723cf4c53fa59f46020ff96786ad4c6714d20207' Info: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/File[/etc/systemd/system/jira.service]: Scheduling refresh of Systemd::Daemon_reload[jira.service] Info: Systemd::Daemon_reload[jira.service]: Scheduling refresh of Exec[systemd-jira.service-systemctl-daemon-reload] �[mNotice: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/Systemd::Daemon_reload[jira.service]/Exec[systemd-jira.service-systemctl-daemon-reload]: Triggered 'refresh' from 1 event Info: Systemd::Unit_file[jira.service]: Scheduling refresh of Service[jira] �[mNotice: /Stage[main]/Jira::Service/Service[jira]/ensure: ensure changed 'stopped' to 'running' Info: /Stage[main]/Jira::Service/Service[jira]: Unscheduling refresh on Service[jira] Info: Stage[main]: Unscheduling all events on Stage[main] Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml �[mNotice: Applied catalog in 26.21 seconds
Puppet / Puppet 7 - CentOS 7: spec/acceptance/default_parameters_spec.rb#L78
jira postgresql Port "8080" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8080" to be listening
Puppet / Puppet 7 - CentOS 7: spec/acceptance/default_parameters_spec.rb#L92
jira postgresql Command "wget -q --tries=24 --retry-connrefused --read-timeout=10 -O- localhost:8080" stdout is expected to include "8.16.0" Failure/Error: its(:stdout) { is_expected.to include('8.16.0') } expected "" to include "8.16.0"
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu2004-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_073623577.pp.LUy9AX Last 10 lines of output were: Warning: /Stage[main]/Jira::Config/File[/opt/jira-home/dbconfig.xml]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/bin/check-java.sh]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/conf/server.xml]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/conf/context.xml]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Config/File[/opt/jira-home/jira-config.properties]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/File[/etc/systemd/system/jira.service]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/Systemd::Daemon_reload[jira.service]/Exec[systemd-jira.service-systemctl-daemon-reload]: Skipping because of failed dependencies Warning: /Stage[main]/Jira::Service/Service[jira]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 915.41 seconds
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L97
jira mysql is expected to have attributes {:stdout => /8.13.5/} Failure/Error: expect(command('wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- localhost:8081')). to have_attributes(stdout: %r{8.13.5}) expected Command "wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- localhost:8081" to have attributes {:stdout => /8.13.5/} but had attributes {:stdout => ""} Diff: @@ -1 +1 @@ -:stdout => /8.13.5/, +:stdout => "",
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L102
jira mysql is expected to have attributes {:stdout => /8.13.5/} Failure/Error: expect(command('wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- https://localhost:8443')). to have_attributes(stdout: %r{8.13.5}) expected Command "wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- https://localhost:8443" to have attributes {:stdout => /8.13.5/} but had attributes {:stdout => ""} Diff: @@ -1 +1 @@ -:stdout => /8.13.5/, +:stdout => "",
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L80
jira mysql Process "java" is expected to be running Failure/Error: it { is_expected.to be_running } expected Process "java" to be running
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L84
jira mysql Port "8081" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "8081" to be listening
Puppet / Puppet 7 - Ubuntu 20.04: spec/acceptance/mysql_spec.rb#L89
jira mysql Service "jira" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "jira" to be running
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.