Skip to content

Replace legacy merge() with native puppet code #216

Replace legacy merge() with native puppet code

Replace legacy merge() with native puppet code #216

Re-run triggered October 17, 2023 13:45
Status Failure
Total duration 14m 24s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

6 errors
Puppet 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L7
gitlab_ci_runner class default parameters idempotently with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'ubuntu1804-64-puppet7.example.com' exited with 6 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_135457312.pp.OA5N4O Last 10 lines of output were: Warning: /Stage[main]/Gitlab_ci_runner::Repo/Apt::Source[apt_gitlabci]/Apt::Setting[list-apt_gitlabci]/File[/etc/apt/sources.list.d/apt_gitlabci.list]: Skipping because of failed dependencies Warning: /Stage[main]/Apt::Update/Exec[apt_update]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Install/Package[gitlab-runner]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/Concat_file[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat[/etc/gitlab-runner/config.toml]/File[/etc/gitlab-runner/config.toml]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - header]/Concat_fragment[/etc/gitlab-runner/config.toml - header]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Config/Concat::Fragment[/etc/gitlab-runner/config.toml - global options]/Concat_fragment[/etc/gitlab-runner/config.toml - global options]: Skipping because of failed dependencies Warning: /Stage[main]/Gitlab_ci_runner::Service/Service[gitlab-runner]: Skipping because of failed dependencies Info: Stage[main]: Unscheduling all events on Stage[main] �[mNotice: Applied catalog in 2.68 seconds
Puppet 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L17
gitlab_ci_runner class default parameters Package "gitlab-runner" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "gitlab-runner" to be installed
Puppet 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L21
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "gitlab-runner" to be running
Puppet 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L22
gitlab_ci_runner class default parameters Service "gitlab-runner" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "gitlab-runner" to be enabled
Puppet 7 - Ubuntu 18.04: spec/acceptance/class_spec.rb#L26
gitlab_ci_runner class default parameters File "/etc/gitlab-runner/config.toml" is expected to contain "# MANAGED BY PUPPET" Failure/Error: it { is_expected.to contain '# MANAGED BY PUPPET' } expected File "/etc/gitlab-runner/config.toml" to contain "# MANAGED BY PUPPET"
Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.