Add EL9, Debian 12, Ubuntu 22.04 support #92
Annotations
5 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 'ubuntu2204-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_003731492.pp.wfS2cl
Last 10 lines of output were:
Ran /opt/gitlab/bin/gitlab-rake cache:clear returned 1
dpkg: error processing package gitlab-ce (--configure):
installed gitlab-ce package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.35-0ubuntu3.6) ...
Errors were encountered while processing:
gitlab-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
Warning: /Stage[main]/Gitlab::Service/Exec[gitlab_reconfigure]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 124.51 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#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.
|
The logs for this run have expired and are no longer available.
Loading