Fix apt-key deprecation on Ubuntu #148
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 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_093521001.WfrALz.pp
Last 10 lines of output were:
Fingerprint: DBEF 8977 4DDB 9EB3 7D9F C3A0 3CFC F9BA F27E AB47
From : https://packages.gitlab.com/gitlab/gitlab-ce/gpgkey/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg
Error: Error downloading packages:
Status code: 503 for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=BaseOS-9 (IP: 151.101.202.132)
�[mNotice: /Stage[main]/Gitlab::Service/Exec[gitlab_reconfigure]: Dependency Package[gitlab-omnibus] has failures: true
Warning: /Stage[main]/Gitlab::Service/Exec[gitlab_reconfigure]: Skipping because of failed dependencies
Info: /Stage[main]/Gitlab::Service/Exec[gitlab_reconfigure]: Unscheduling all events on Exec[gitlab_reconfigure]
Info: Class[Gitlab]: Unscheduling all events on Class[Gitlab]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 19.81 seconds
|
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