fix apt-key deprecation #107
Annotations
7 errors
Run tests:
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
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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: .................../
+""
|
Run tests:
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 ==)
|
Run tests:
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">/
+""
|
Run tests
Process completed with exit code 1.
|
Loading