Fix tests with modulesync 7.3.0; allow latest dependency versions #263
Triggered via pull request
February 6, 2024 19:10
Status
Cancelled
Total duration
33m 17s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
21s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
20 errors
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults
Failure/Error: shell 'cat /var/log/mysql/error.log'
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 1 running:
cat /var/log/mysql/error.log
Last 10 lines of output were:
cat: /var/log/mysql/error.log: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/mysql_spec.rb#L98
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 - OracleLinux 7:
spec/acceptance/mysql_spec.rb#L103
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 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults
Failure/Error: shell 'cat /var/log/mysql/error.log'
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 1 running:
cat /var/log/mysql/error.log
Last 10 lines of output were:
cat: /var/log/mysql/error.log: No such file or directory
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mysql_spec.rb#L98
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 - CentOS 7:
spec/acceptance/mysql_spec.rb#L103
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 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults
Failure/Error: shell 'cat /var/log/mysql/error.log'
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 1 running:
cat /var/log/mysql/error.log
Last 10 lines of output were:
cat: /var/log/mysql/error.log: No such file or directory
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/mysql_spec.rb#L98
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 - OracleLinux 8:
spec/acceptance/mysql_spec.rb#L103
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 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults
Failure/Error: shell 'cat /var/log/mysql/error.log'
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 1 running:
cat /var/log/mysql/error.log
Last 10 lines of output were:
cat: /var/log/mysql/error.log: No such file or directory
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mysql_spec.rb#L98
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 - CentOS 8:
spec/acceptance/mysql_spec.rb#L103
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 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '414/merge' exists
|
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_192236118.pp.n5g5n8
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.19 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mysql_spec.rb#L98
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
The operation was canceled.
|