Fix tests with modulesync 7.3.0; allow latest dependency versions #269
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
13 errors
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Redirecting to /bin/systemctl stop jira.service
Failed to stop jira.service: Unit jira.service not loaded.
|
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Redirecting to /bin/systemctl stop jira.service
Failed to stop jira.service: Unit jira.service not loaded.
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 8:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Redirecting to /bin/systemctl stop jira.service
Failed to stop jira.service: Unit jira.service not loaded.
|
Puppet / Puppet 7 - OracleLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Failed to stop jira.service: Unit jira.service not loaded.
|
Puppet / Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Redirecting to /bin/systemctl stop jira.service
Failed to stop jira.service: Unit jira.service not loaded.
|
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_133753810.pp.o9cbmk
Last 10 lines of output were:
Warning: /Stage[main]/Mysql::Server::Service/Exec[wait_for_mysql_socket_to_open]: Skipping because of failed dependencies
Warning: /Stage[main]/Mysql::Server::Root_password/Exec[remove install pass]: Skipping because of failed dependencies
Error: Could not prefetch mysql_user provider 'mysql': Execution of '/usr/bin/mysql -NBe SELECT CONCAT(User, '@',Host) AS User FROM mysql.user' returned 1: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Warning: /Stage[main]/Mysql::Server::Root_password/Mysql_user[root@localhost]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Mysql::Server::Root_password/File[/root/.my.cnf]: Dependency Mysql_user[root@localhost] has failures: true
Warning: /Stage[main]/Mysql::Server::Root_password/File[/root/.my.cnf]: Skipping because of failed dependencies
Warning: /Stage[main]/Mysql::Server/Anchor[mysql::server::end]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 912.65 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04:
spec/acceptance/mysql_spec.rb#L115
jira mysql shutdown
Failure/Error: it { shell('service jira stop', acceptable_exit_codes: [0, 1]) }
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 5 running:
service jira stop
Last 10 lines of output were:
Failed to stop jira.service: Unit jira.service not loaded.
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|