Skip to content

Fix broken apt::source declaration for Debian-based systems #219

Fix broken apt::source declaration for Debian-based systems

Fix broken apt::source declaration for Debian-based systems #219

Triggered via pull request October 17, 2023 13:54
@bastelfreakbastelfreak
synchronize #142
apt_fix
Status Failure
Total duration 15m 1s
Artifacts

ci.yml

on: pull_request
Setup Test Matrix
36s
Setup Test Matrix
Matrix: acceptance
Matrix: unit
Test suite
0s
Test suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L355
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} 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 }, include: { expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L427
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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L444
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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "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#L460
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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "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#L355
gitlab_ci_runner on ubuntu-20.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} 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 }, include: { expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L427
gitlab_ci_runner on ubuntu-20.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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L444
gitlab_ci_runner on ubuntu-20.04-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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'hkp://keys.gnupg.net:80') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"hkp://keys.gnupg.net:80"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "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#L460
gitlab_ci_runner on ubuntu-20.04-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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'https://keys.gnupg.net:88') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"https://keys.gnupg.net:88"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "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#L355
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} 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 }, include: { expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>nil} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>nil}
Puppet 7 (Ruby 2.7): spec/classes/gitlab_ci_runner_spec.rb#L427
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"} Failure/Error: is_expected.to contain_apt__source('apt_gitlabci').with_key('id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F', 'server' => 'keys.gnupg.net') expected that the catalogue would contain Apt::Source[apt_gitlabci] with key set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "server"=>"keys.gnupg.net"} but it is set to {"id"=>"F6403F6544A38863DAA0B6E03F01618A51312F3F", "source"=>"https://packages.gitlab.com/gpg.key", "server"=>"keys.gnupg.net"}