Skip to content

fix apt-key deprecation #107

fix apt-key deprecation

fix apt-key deprecation #107

Triggered via pull request March 30, 2024 07:15
Status Cancelled
Total duration 6m 56s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
24s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

94 errors
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071730933.pp.1lmmIE Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian11-64-puppet7.example.com
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 7 - Debian 11: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 7 - Debian 11
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian11-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071730887.pp.kW8IQW Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian11-64-puppet8.example.com
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 8 - Debian 11: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 8 - Debian 11
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L11
gitlab on debian-10-x86_64 with default params is expected to contain Class[gitlab::host_config] that comes before Class[gitlab::install] Failure/Error: it { is_expected.to contain_class('gitlab::host_config').that_comes_before('Class[gitlab::install]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L12
gitlab on debian-10-x86_64 with default params is expected to contain Class[gitlab::omnibus_config] that comes before Class[gitlab::install] Failure/Error: it { is_expected.to contain_class('gitlab::omnibus_config').that_comes_before('Class[gitlab::install]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L13
gitlab on debian-10-x86_64 with default params is expected to contain Class[gitlab::install] that comes before Class[gitlab::service] Failure/Error: it { is_expected.to contain_class('gitlab::install').that_comes_before('Class[gitlab::service]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L14
gitlab on debian-10-x86_64 with default params is expected to contain Class[gitlab::service] Failure/Error: it { is_expected.to contain_class('gitlab::service') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L15
gitlab on debian-10-x86_64 with default params is expected to contain Exec[gitlab_reconfigure] that subscribes to Class[gitlab::omnibus_config] Failure/Error: it { is_expected.to contain_exec('gitlab_reconfigure').that_subscribes_to('Class[gitlab::omnibus_config]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L16
gitlab on debian-10-x86_64 with default params is expected to contain File[/etc/gitlab/gitlab.rb] Failure/Error: it { is_expected.to contain_file('/etc/gitlab/gitlab.rb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L17
gitlab on debian-10-x86_64 with default params is expected to contain Package[gitlab-omnibus] with ensure => "installed" and name => "gitlab-ce" Failure/Error: it { is_expected.to contain_package('gitlab-omnibus').with_ensure('installed').with_name('gitlab-ce') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L18
gitlab on debian-10-x86_64 with default params is expected to contain Class[gitlab] Failure/Error: it { is_expected.to contain_class('gitlab') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L19
gitlab on debian-10-x86_64 with default params is expected not to raise Exception Failure/Error: it { is_expected.not_to raise_error } expected no Exception, got #<Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluatio...e_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net> with backtrace: # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/resource/catalog.rb:586:in `fail_on_duplicate_type_and_title' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/resource/catalog.rb:142:in `add_one_resource' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/resource/catalog.rb:128:in `block in add_resource' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/resource/catalog.rb:127:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/resource/catalog.rb:127:in `add_resource' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/parser/compiler.rb:80:in `add_resource' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:59:in `block in create_resources' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:37:in `map' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:37:in `create_resources' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/runtime3_support.rb:344:in `create_resources' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:885:in `block in eval_ResourceExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:882:in `map' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:882:in `eval_ResourceExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/visitor.rb:106:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:78:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:676:in `block in eval_BlockExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:676:in `each' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:676:in `reduce' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:676:in `eval_BlockExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/visitor.rb:106:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:78:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1061:in `block in eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/parser/scope.rb:997:in `with_guarded_scope' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1059:in `eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/visitor.rb:106:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:78:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1063:in `block in eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/parser/scope.rb:997:in `with_guarded_scope' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1059:in `eval_IfExpression' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/visitor.rb:106:in `visit_this_1' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:78:in `evaluate' # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.5.1/lib/puppet/pops/evaluator/evaluator_impl.rb:676:in `block in eval_BlockExpres
Puppet / 8 (Ruby 3.2): spec/classes/init_spec.rb#L23
gitlab on debian-10-x86_64 with default params is expected to contain Apt::Source[gitlab_official_ce] with ensure => "present" and comment =~ /./ Failure/Error: it { is_expected.to contain_apt__source('gitlab_official_ce').with_ensure('present').with_comment(%r{.}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az692-845.kaylvc4pbm2utmerkaq2ecni0a.ex.internal.cloudapp.net
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071733240.pp.sNFLK5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian12-64-puppet7.example.com
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 7 - Debian 12: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 7 - Debian 12
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071735643.pp.QzSjzH Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian10-64-puppet8.example.com
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 8 - Debian 10: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 8 - Debian 10
Process completed with exit code 1.
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian10-64-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071734913.pp.J4ck7U Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian10-64-puppet7.example.com
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 7 - Debian 10: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 7 - Debian 10
Process completed with exit code 1.
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L5
gitlab class default parameters idempotently with no errors Failure/Error: result = apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'debian12-64-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071746816.pp.KIUQG7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179) (file: /etc/puppetlabs/code/environments/production/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /etc/puppetlabs/code/environments/production/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node debian12-64-puppet8.example.com
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L24
gitlab class default parameters Package "gitlab-ce" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-ce" to be installed
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L28
gitlab class default parameters File "/etc/gitlab/initial_root_password" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/gitlab/initial_root_password".file?` to be truthy, got false
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L29
gitlab class default parameters File "/etc/gitlab/initial_root_password" content is expected to match /^Password: .................../ Failure/Error: its(:content) { is_expected.to match %r{^Password: ...................} } expected "" to match /^Password: .................../ Diff: @@ -1 +1 @@ -/^Password: .................../ +""
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L33
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 7 (compared using ==)
Puppet / Puppet 8 - Debian 12: spec/acceptance/gitlab_spec.rb#L34
gitlab class default parameters Command "curl -s -S http://127.0.0.1:80/users/sign_in" stdout is expected to match /<div class="js-non-oauth-login">/ Failure/Error: its(:stdout) { is_expected.to match %r{<div class="js-non-oauth-login">} } expected "" to match /<div class="js-non-oauth-login">/ Diff: @@ -1 +1 @@ -/<div class="js-non-oauth-login">/ +""
Puppet / Puppet 8 - Debian 12
Process completed with exit code 1.
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L11
gitlab on debian-12-x86_64 with default params is expected to contain Class[gitlab::host_config] that comes before Class[gitlab::install] Failure/Error: it { is_expected.to contain_class('gitlab::host_config').that_comes_before('Class[gitlab::install]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L12
gitlab on debian-12-x86_64 with default params is expected to contain Class[gitlab::omnibus_config] that comes before Class[gitlab::install] Failure/Error: it { is_expected.to contain_class('gitlab::omnibus_config').that_comes_before('Class[gitlab::install]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L13
gitlab on debian-12-x86_64 with default params is expected to contain Class[gitlab::install] that comes before Class[gitlab::service] Failure/Error: it { is_expected.to contain_class('gitlab::install').that_comes_before('Class[gitlab::service]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L14
gitlab on debian-12-x86_64 with default params is expected to contain Class[gitlab::service] Failure/Error: it { is_expected.to contain_class('gitlab::service') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L15
gitlab on debian-12-x86_64 with default params is expected to contain Exec[gitlab_reconfigure] that subscribes to Class[gitlab::omnibus_config] Failure/Error: it { is_expected.to contain_exec('gitlab_reconfigure').that_subscribes_to('Class[gitlab::omnibus_config]') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L16
gitlab on debian-12-x86_64 with default params is expected to contain File[/etc/gitlab/gitlab.rb] Failure/Error: it { is_expected.to contain_file('/etc/gitlab/gitlab.rb') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L17
gitlab on debian-12-x86_64 with default params is expected to contain Package[gitlab-omnibus] with ensure => "installed" and name => "gitlab-ce" Failure/Error: it { is_expected.to contain_package('gitlab-omnibus').with_ensure('installed').with_name('gitlab-ce') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L18
gitlab on debian-12-x86_64 with default params is expected to contain Class[gitlab] Failure/Error: it { is_expected.to contain_class('gitlab') } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L19
gitlab on debian-12-x86_64 with default params is expected not to raise Exception Failure/Error: it { is_expected.not_to raise_error } expected no Exception, got #<Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluatio...e_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net> with backtrace: # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/resource/catalog.rb:585:in `fail_on_duplicate_type_and_title' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/resource/catalog.rb:140:in `add_one_resource' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/resource/catalog.rb:126:in `block in add_resource' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/resource/catalog.rb:125:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/resource/catalog.rb:125:in `add_resource' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/parser/compiler.rb:78:in `add_resource' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:59:in `block in create_resources' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:37:in `map' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/runtime3_resource_support.rb:37:in `create_resources' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/runtime3_support.rb:340:in `create_resources' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:884:in `block in eval_ResourceExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:881:in `map' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:881:in `eval_ResourceExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `block in eval_BlockExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `each' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `reduce' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `eval_BlockExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1058:in `block in eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/parser/scope.rb:985:in `with_guarded_scope' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1056:in `eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1060:in `block in eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/parser/scope.rb:985:in `with_guarded_scope' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:1056:in `eval_IfExpression' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/visitor.rb:94:in `visit_this_1' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate' # ./vendor/bundle/ruby/2.7.0/gems/puppet-7.29.1/lib/puppet/pops/evaluator/evaluator_impl.rb:679:i
Puppet / 7 (Ruby 2.7): spec/classes/init_spec.rb#L23
gitlab on debian-12-x86_64 with default params is expected to contain Apt::Source[gitlab_official_ce] with ensure => "present" and comment =~ /./ Failure/Error: it { is_expected.to contain_apt__source('gitlab_official_ce').with_ensure('present').with_comment(%r{.}) } Puppet::PreformattedError: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Duplicate declaration: Apt::Keyring[gitlab.asc] is already declared at (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179); cannot redeclare (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/apt/manifests/source.pp, line: 179, column: 7) (file: /home/runner/work/puppet-gitlab/puppet-gitlab/spec/fixtures/modules/gitlab/manifests/omnibus_package_repository.pp, line: 60) on node fv-az1200-85.e1fplksw42iexmyiu2m33ibpoe.ex.internal.cloudapp.net
Puppet / Puppet 7 - OracleLinux 9
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - OracleLinux 9
The operation was canceled.
Puppet / Puppet 8 - CentOS 8
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - CentOS 8
The operation was canceled.
Puppet / Puppet 8 - CentOS 7
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - CentOS 7
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 7
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - OracleLinux 7
The operation was canceled.
Puppet / Puppet 7 - CentOS 8
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - CentOS 8
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 22.04
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 18.04
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - Ubuntu 18.04
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04
The operation was canceled.
Puppet / Puppet 8 - Rocky 9
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - Rocky 9
The operation was canceled.
Puppet / Puppet 7 - OracleLinux 8
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - OracleLinux 8
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - OracleLinux 8
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 20.04
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 18.04
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - Ubuntu 18.04
The operation was canceled.
Puppet / Puppet 7 - CentOS 7
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - CentOS 7
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 7
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 8 - OracleLinux 7
The operation was canceled.
Puppet / Puppet 7 - Rocky 8
Canceling since a higher priority waiting request for '432/merge' exists
Puppet / Puppet 7 - Rocky 8
The operation was canceled.