Apt keyring #232
Annotations
110 errors and 33 warnings
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/debian/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L462
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => hkp://keys.gnupg.net:80 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"hkp://keys.gnupg.net:80"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L478
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => https://keys.gnupg.net:88 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"https://keys.gnupg.net:88"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/debian/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L462
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => hkp://keys.gnupg.net:80 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"hkp://keys.gnupg.net:80"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L478
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => https://keys.gnupg.net:88 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"https://keys.gnupg.net:88"}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on ubuntu-18.04-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/ubuntu/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 8 (Ruby 3.2):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on ubuntu-18.04-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/debian/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L462
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => hkp://keys.gnupg.net:80 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"hkp://keys.gnupg.net:80"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L478
gitlab_ci_runner on debian-10-x86_64 with manage_repo => true and repo_keyserver => https://keys.gnupg.net:88 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"https://keys.gnupg.net:88"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/debian/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L462
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => hkp://keys.gnupg.net:80 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"hkp://keys.gnupg.net:80"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L478
gitlab_ci_runner on debian-11-x86_64 with manage_repo => true and repo_keyserver => https://keys.gnupg.net:88 is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"https://keys.gnupg.net:88"}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L372
gitlab_ci_runner on ubuntu-22.04-x86_64 with manage_repo => true is expected to contain Apt::Source[apt_gitlabci] with comment => "GitlabCI Runner Repo", location => "https://packages.gitlab.com/runner/gitlab-runner/ubuntu/", repos => "main", key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} and include => {"src"=>false, "deb"=>true}
Failure/Error:
is_expected.to contain_apt__source('apt_gitlabci').
with(
comment: 'GitlabCI Runner Repo',
location: "https://packages.gitlab.com/runner/gitlab-runner/#{facts[:lsbdistid].downcase}/",
repos: 'main',
key: {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'server' => undef_value,
'source' => 'https://packages.gitlab.com/gpg.key',
},
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil, "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
|
Puppet 7 (Ruby 2.7):
spec/classes/gitlab_ci_runner_spec.rb#L445
gitlab_ci_runner on ubuntu-22.04-x86_64 with manage_repo => true and repo_keyserver => keys.gnupg.net is expected to contain Apt::Source[apt_gitlabci] with key => {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"}
Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net', 'source' => 'https://packages.gitlab.com/gpg.key')
expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net", "source"=>"https://packages.gitlab.com/gpg.key"} but it is set to {"name"=>"gitlab_ci_runner.gpg", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133113178.pp.wCuus3
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.55 seconds
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133119411.pp.DVBnFp
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.18 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133123981.pp.0gxErk
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.14 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Debian 11:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133128387.pp.ouCZjv
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.20 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133132890.pp.JEGnqL
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.16 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133118606.pp.xwIb68
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.59 seconds
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133124777.pp.rjGo4K
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.33 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133129468.pp.X7PkuI
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.26 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Debian 10:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133133973.pp.KKBM2v
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.32 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133138488.pp.C6Nr1C
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.23 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133119885.pp.0ayMII
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 1.95 seconds
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133126540.pp.O3iZ3r
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.21 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133130994.pp.qyuzwL
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.29 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Debian 11:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 7 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133135488.pp.lvVXKM
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.29 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Debian 11:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133140202.pp.xbKxdk
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.30 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
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_133105183.pp.Ksd0RO
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.26 seconds
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L169
gitlab_ci_runner class with session_server => { listen_address => "[::]:8093", advertise_address => "runner-host-name.tld:8093", session_timeout => 1234 } Port "8093" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8093" to be listening
|
Puppet 7 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133059896.pp.FBMd14
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.09 seconds
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133106842.pp.UT8d8P
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.62 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133112157.pp.zW3WRn
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.78 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133117696.pp.L5FPPQ
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.90 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133123663.pp.9jf5a2
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.84 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133109514.pp.tQK0Vn
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.35 seconds
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 8 - Ubuntu 20.04:
spec/acceptance/class_spec.rb#L169
gitlab_ci_runner class with session_server => { listen_address => "[::]:8093", advertise_address => "runner-host-name.tld:8093", session_timeout => 1234 } Port "8093" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8093" to be listening
|
Puppet 8 - Ubuntu 20.04
Process completed with exit code 1.
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133130755.pp.bATbH7
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.03 seconds
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133137437.pp.ev7VkV
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.35 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133142037.pp.w8PBYH
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.41 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 7 - Debian 10:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 7 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133146740.pp.HN3vqz
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.38 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Debian 10:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133151411.pp.A3mrRj
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.35 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133103916.pp.OoZRG1
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.53 seconds
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133111663.pp.kL8RBU
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.71 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class concurrent => 20 behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133117333.pp.3ZKqUj
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.74 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:31
|
Puppet 8 - Ubuntu 22.04:
spec/acceptance/class_spec.rb#L42
gitlab_ci_runner class concurrent => 20 File "/etc/gitlab-runner/config.toml" is expected to contain "concurrent = 20"
Failure/Error: it { is_expected.to contain 'concurrent = 20' }
expected File "/etc/gitlab-runner/config.toml" to contain "concurrent = 20"
|
Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L4
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133122964.pp.O61fyx
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.72 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 8 - Ubuntu 22.04:
vendor/bundle/ruby/3.0.0/gems/voxpupuli-acceptance-3.0.0/lib/voxpupuli/acceptance/examples.rb#L8
gitlab_ci_runner class log_level => error behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'ubuntu2204-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133128579.pp.A1nyg0
Last 10 lines of output were:
Building dependency tree...
Reading state information...
E: Unable to locate package gitlab-runner
�[mNotice: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Dependency Package[gitlab-runner] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.70 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/class_spec.rb:47
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133118150.pp.DCPshk
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.61 seconds
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L142
gitlab_ci_runner class listen_address => localhost:9252 Port "9252" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "9252" to be listening
|
Puppet 7 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L169
gitlab_ci_runner class with session_server => { listen_address => "[::]:8093", advertise_address => "runner-host-name.tld:8093", session_timeout => 1234 } Port "8093" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8093" to be listening
|
Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_133119535.pp.aP8VSN
Last 10 lines of output were:
�[mNotice: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Dependency Exec[apt_update] has failures: true
Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies
Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies
Info: Class[Gitlab_ci_runner]: Unscheduling all events on Class[Gitlab_ci_runner]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 2.54 seconds
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "gitlab-runner" to be installed
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "gitlab-runner" to be running
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "gitlab-runner" to be enabled
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET"
Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' }
expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L142
gitlab_ci_runner class listen_address => localhost:9252 Port "9252" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "9252" to be listening
|
Puppet 8 - Ubuntu 18.04:
spec/acceptance/class_spec.rb#L169
gitlab_ci_runner class with session_server => { listen_address => "[::]:8093", advertise_address => "runner-host-name.tld:8093", session_timeout => 1234 } Port "8093" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8093" to be listening
|
Puppet 8 - Ubuntu 18.04
Process completed with exit code 1.
|
Setup Test Matrix
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 (Ruby 3.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 (Ruby 2.7)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - AlmaLinux 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - OracleLinux 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - AlmaLinux 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Rocky 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Rocky 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - AlmaLinux 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - OracleLinux 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - AlmaLinux 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - CentOS 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - CentOS 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Rocky 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - OracleLinux 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - OracleLinux 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - CentOS 9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - CentOS 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - CentOS 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Rocky 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - OracleLinux 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Debian 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Debian 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - OracleLinux 8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Debian 11
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 22.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Ubuntu 20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Debian 10
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Ubuntu 22.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - Ubuntu 18.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 7 - CentOS 7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Puppet 8 - Ubuntu 18.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|