modulesync 9.1.0 #82
Triggered via pull request
February 6, 2024 17:03
Status
Cancelled
Total duration
18m 42s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
27s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
78 errors
Puppet / Puppet 8 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 22.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 9
Process completed with exit code 1.
|
Puppet / Puppet 8 - AlmaLinux 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet / Distro Puppet - Debian 12
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Distro Puppet - Debian 12
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 7
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on centos7-64-puppet7.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170725367.pp.dgxbfW
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239246'
�[mNotice: /Stage[main]/Main/Grub_menuentry[Standard]/kernel_options: kernel_options changed ['root=UUID=1c419d6c-5064-4a2b-953c-05b2c67edb15', 'ro', 'no_timer_check', 'console=tty0', 'console=ttyS0,115200n8', 'net.ifnames=0', 'biosdevname=0', 'elevator=noop', 'crashkernel=auto', 'audit=1', 'trogdor=BURNINATE'] to [':preserve:', 'trogdor=BURNINATE']
�[mNotice: Applied catalog in 0.38 seconds
|
Puppet / Puppet 7 - CentOS 7
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 7
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on centos7-64-puppet8.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170722526.pp.eCgXnh
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for centos7-64-puppet8.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239244'
�[mNotice: /Stage[main]/Main/Grub_menuentry[Standard]/kernel_options: kernel_options changed ['root=UUID=1c419d6c-5064-4a2b-953c-05b2c67edb15', 'ro', 'no_timer_check', 'console=tty0', 'console=ttyS0,115200n8', 'net.ifnames=0', 'biosdevname=0', 'elevator=noop', 'crashkernel=auto', 'audit=1', 'trogdor=BURNINATE'] to [':preserve:', 'trogdor=BURNINATE']
�[mNotice: Applied catalog in 0.37 seconds
|
Puppet / Puppet 8 - CentOS 7
The operation was canceled.
|
Puppet / Puppet 8 - Debian 10
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L54
GRUB2 User Tests on debian10-64-puppet8.example.com set a user on the system with a plain text password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L83
GRUB2 User Tests on debian10-64-puppet8.example.com set a user on the system with a hashed password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L113
GRUB2 User Tests on debian10-64-puppet8.example.com set a user on the system with a hashed password with 20000 rounds sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L143
GRUB2 User Tests on debian10-64-puppet8.example.com should purge any users when purge is set purges unmanaged users
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/10_grub_config_spec.rb#L28
Global Config Tests on debian10-64-puppet8.example.com set timeout has a timeout of 1
Failure/Error: on(host, %(grep 'timeout=1' /boot/grub2/grub.cfg))
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
grep 'timeout=1' /boot/grub2/grub.cfg
Last 10 lines of output were:
grep: /boot/grub2/grub.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L24
GRUB Menuentry Tests on debian10-64-puppet8.example.com set new default kernel works with no errors
Failure/Error: apply_manifest_on(host, manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170706210.pp.wMahhP
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239227'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on debian10-64-puppet8.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170707716.pp.g3rck8
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet8.example.com in environment production in 0.04 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239229'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 8 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L32
GRUB Menuentry Tests on debian10-64-puppet8.example.com set new default kernel has set the default to the new entry
Failure/Error: result = on(host, %(grubby --info=DEFAULT)).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 127 running:
grubby --info=DEFAULT
Last 10 lines of output were:
bash: grubby: command not found
|
Puppet / Puppet 8 - Debian 10
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 7
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - OracleLinux 7:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on oracle7-64-puppet8.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170758429.pp.DZd9PX
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet8.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239280'
�[mNotice: /Stage[main]/Main/Grub_menuentry[Standard]/kernel_options: kernel_options changed ['root=/dev/mapper/ol_oracle7-root', 'ro', 'elevator=noop', 'no_timer_check', 'crashkernel=auto', 'rd.lvm.lv=ol_oracle7/root', 'rd.lvm.lv=ol_oracle7/swap', 'biosdevname=0', 'net.ifnames=0', 'rhgb', 'quiet', 'audit=1', 'trogdor=BURNINATE'] to [':preserve:', 'trogdor=BURNINATE']
�[mNotice: Applied catalog in 0.70 seconds
|
Puppet / Puppet 8 - OracleLinux 7
The operation was canceled.
|
Puppet / Puppet 8 - Debian 11
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L54
GRUB2 User Tests on debian11-64-puppet8.example.com set a user on the system with a plain text password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L83
GRUB2 User Tests on debian11-64-puppet8.example.com set a user on the system with a hashed password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L113
GRUB2 User Tests on debian11-64-puppet8.example.com set a user on the system with a hashed password with 20000 rounds sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L143
GRUB2 User Tests on debian11-64-puppet8.example.com should purge any users when purge is set purges unmanaged users
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/10_grub_config_spec.rb#L28
Global Config Tests on debian11-64-puppet8.example.com set timeout has a timeout of 1
Failure/Error: on(host, %(grep 'timeout=1' /boot/grub2/grub.cfg))
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
grep 'timeout=1' /boot/grub2/grub.cfg
Last 10 lines of output were:
grep: /boot/grub2/grub.cfg: No such file or directory
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L24
GRUB Menuentry Tests on debian11-64-puppet8.example.com set new default kernel works with no errors
Failure/Error: apply_manifest_on(host, manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170712284.pp.5Wmuvv
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.06 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239233'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on debian11-64-puppet8.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170713991.pp.GK9Ksh
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet8.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239235'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 8 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L32
GRUB Menuentry Tests on debian11-64-puppet8.example.com set new default kernel has set the default to the new entry
Failure/Error: result = on(host, %(grubby --info=DEFAULT)).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 127 running:
grubby --info=DEFAULT
Last 10 lines of output were:
bash: line 1: grubby: command not found
|
Puppet / Puppet 8 - Debian 11
The operation was canceled.
|
Puppet / Puppet 7 - Debian 11
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L54
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a plain text password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L83
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a hashed password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L113
GRUB2 User Tests on debian11-64-puppet7.example.com set a user on the system with a hashed password with 20000 rounds sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/05_grub2_users_spec.rb#L143
GRUB2 User Tests on debian11-64-puppet7.example.com should purge any users when purge is set purges unmanaged users
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/10_grub_config_spec.rb#L28
Global Config Tests on debian11-64-puppet7.example.com set timeout has a timeout of 1
Failure/Error: on(host, %(grep 'timeout=1' /boot/grub2/grub.cfg))
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
grep 'timeout=1' /boot/grub2/grub.cfg
Last 10 lines of output were:
grep: /boot/grub2/grub.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L24
GRUB Menuentry Tests on debian11-64-puppet7.example.com set new default kernel works with no errors
Failure/Error: apply_manifest_on(host, manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170705436.pp.L37EFy
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239226'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on debian11-64-puppet7.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170706790.pp.YoB3Kk
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239227'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 7 - Debian 11:
spec/acceptance/10_grub_menuentry_spec.rb#L32
GRUB Menuentry Tests on debian11-64-puppet7.example.com set new default kernel has set the default to the new entry
Failure/Error: result = on(host, %(grubby --info=DEFAULT)).stdout
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 127 running:
grubby --info=DEFAULT
Last 10 lines of output were:
bash: line 1: grubby: command not found
|
Puppet / Puppet 7 - Debian 11
The operation was canceled.
|
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 7
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - OracleLinux 7:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on oracle7-64-puppet7.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'oracle7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170743625.pp.WngiYe
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for oracle7-64-puppet7.example.com in environment production in 0.03 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239264'
�[mNotice: /Stage[main]/Main/Grub_menuentry[Standard]/kernel_options: kernel_options changed ['root=/dev/mapper/ol_oracle7-root', 'ro', 'elevator=noop', 'no_timer_check', 'crashkernel=auto', 'rd.lvm.lv=ol_oracle7/root', 'rd.lvm.lv=ol_oracle7/swap', 'biosdevname=0', 'net.ifnames=0', 'rhgb', 'quiet', 'audit=1', 'trogdor=BURNINATE'] to [':preserve:', 'trogdor=BURNINATE']
�[mNotice: Applied catalog in 0.71 seconds
|
Puppet / Puppet 7 - OracleLinux 7
The operation was canceled.
|
Puppet / Puppet 7 - Rocky 9
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - Rocky 9
The operation was canceled.
|
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
|
Puppet / Puppet 7 - Debian 10
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L54
GRUB2 User Tests on debian10-64-puppet7.example.com set a user on the system with a plain text password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L83
GRUB2 User Tests on debian10-64-puppet7.example.com set a user on the system with a hashed password sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L113
GRUB2 User Tests on debian10-64-puppet7.example.com set a user on the system with a hashed password with 20000 rounds sets an encrypted password
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/05_grub2_users_spec.rb#L143
GRUB2 User Tests on debian10-64-puppet7.example.com should purge any users when purge is set purges unmanaged users
Failure/Error: result = on(host, %(grep 'password_pbkdf2 test_user1' #{target_file})).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
grep 'password_pbkdf2 test_user1' /etc/grub2.cfg
Last 10 lines of output were:
grep: /etc/grub2.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/10_grub_config_spec.rb#L28
Global Config Tests on debian10-64-puppet7.example.com set timeout has a timeout of 1
Failure/Error: on(host, %(grep 'timeout=1' /boot/grub2/grub.cfg))
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
grep 'timeout=1' /boot/grub2/grub.cfg
Last 10 lines of output were:
grep: /boot/grub2/grub.cfg: No such file or directory
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L24
GRUB Menuentry Tests on debian10-64-puppet7.example.com set new default kernel works with no errors
Failure/Error: apply_manifest_on(host, manifest, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170707236.pp.0R8i1e
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239228'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L28
GRUB Menuentry Tests on debian10-64-puppet7.example.com set new default kernel is idempotent
Failure/Error: apply_manifest_on(host, manifest, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_170708535.pp.TwinLB
Last 10 lines of output were:
Info: Loading facts
�[mNotice: Compiled catalog for debian10-64-puppet7.example.com in environment production in 0.05 seconds
Info: Using environment 'production'
Info: Applying configuration version '1707239229'
Error: Could not find a suitable provider for grub_menuentry
�[mNotice: Applied catalog in 0.01 seconds
|
Puppet / Puppet 7 - Debian 10:
spec/acceptance/10_grub_menuentry_spec.rb#L32
GRUB Menuentry Tests on debian10-64-puppet7.example.com set new default kernel has set the default to the new entry
Failure/Error: result = on(host, %(grubby --info=DEFAULT)).stdout
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 127 running:
grubby --info=DEFAULT
Last 10 lines of output were:
bash: grubby: command not found
|
Puppet / Puppet 7 - Debian 10
The operation was canceled.
|
Puppet / Puppet 8 - OracleLinux 9
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 8 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - OracleLinux 9
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.
|
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '85/merge' exists
|
Puppet / Puppet 7 - CentOS 8
The operation was canceled.
|