This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
modulesync 4.2.0 #30
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
15 errors
Puppet / Puppet 7 - Ubuntu 16.04
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L7
etherpad with options installs etherpad and plugins idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121508635.pp.QhfzoB
Last 10 lines of output were:
Error: /Stage[main]/Etherpad::Install/Vcsrepo[/var/etherpad.foo.org]: Could not evaluate: No such file or directory @ apply2files - /var/etherpad.foo.org/src/node_modules/npm/node_modules/strip-ansi
�[mNotice: /Stage[main]/Etherpad::Install/Exec[/var/etherpad.foo.org/bin/installDeps.sh]: Dependency Vcsrepo[/var/etherpad.foo.org] has failures: true
Warning: /Stage[main]/Etherpad::Install/Exec[/var/etherpad.foo.org/bin/installDeps.sh]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat[/var/etherpad.foo.org/settings.json]/Concat_file[/var/etherpad.foo.org/settings.json]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat[/var/etherpad.foo.org/settings.json]/File[/var/etherpad.foo.org/settings.json]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat::Fragment[settings-first.json.epp]/Concat_fragment[settings-first.json.epp]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat::Fragment[settings-second.json.epp]/Concat_fragment[settings-second.json.epp]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Service::Systemd/File[/lib/systemd/system/etherpad.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Service/Service[etherpad]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.60 seconds
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L42
etherpad with options Port "8080" is expected to be listening
Failure/Error: is_expected.to be_listening
expected Port "8080" to be listening
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L49
etherpad with options Process "node" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Process "node" to be running
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L50
etherpad with options Process "node" user is expected to eq "ep"
Failure/Error: its(:user) { is_expected.to eq 'ep' }
expected: "ep"
got: ""
(compared using ==)
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L51
etherpad with options Process "node" args is expected to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Failure/Error: its(:args) { is_expected.to match %r{/var/etherpad.foo.org/node_modules/ep_etherpad-lite/node/server.js} }
expected "" to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Diff:
@@ -1 +1 @@
-/\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
+""
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/etherpad_spec.rb#L55
etherpad with options Command "curl -L http://localhost:8000" stdout is expected to match /.*the foo organisation.*/
Failure/Error: its(:stdout) { is_expected.to match %r{.*the foo organisation.*} }
expected "" to match /.*the foo organisation.*/
Diff:
@@ -1 +1 @@
-/.*the foo organisation.*/
+""
|
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L7
etherpad with options installs etherpad and plugins idempotently
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu1804-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_121610630.pp.gs4gGB
Last 10 lines of output were:
Error: /Stage[main]/Etherpad::Install/Vcsrepo[/var/etherpad.foo.org]/ensure: change from 'absent' to 'present' failed: Path /var/etherpad.foo.org exists and is not the desired repository.
�[mNotice: /Stage[main]/Etherpad::Install/Exec[/var/etherpad.foo.org/bin/installDeps.sh]: Dependency Vcsrepo[/var/etherpad.foo.org] has failures: true
Warning: /Stage[main]/Etherpad::Install/Exec[/var/etherpad.foo.org/bin/installDeps.sh]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat[/var/etherpad.foo.org/settings.json]/Concat_file[/var/etherpad.foo.org/settings.json]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat[/var/etherpad.foo.org/settings.json]/File[/var/etherpad.foo.org/settings.json]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat::Fragment[settings-first.json.epp]/Concat_fragment[settings-first.json.epp]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Config/Concat::Fragment[settings-second.json.epp]/Concat_fragment[settings-second.json.epp]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Service::Systemd/File[/lib/systemd/system/etherpad.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Etherpad::Service/Service[etherpad]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 5.78 seconds
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L42
etherpad with options Port "8080" is expected to be listening
Failure/Error: is_expected.to be_listening
expected Port "8080" to be listening
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L49
etherpad with options Process "node" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Process "node" to be running
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L50
etherpad with options Process "node" user is expected to eq "ep"
Failure/Error: its(:user) { is_expected.to eq 'ep' }
expected: "ep"
got: ""
(compared using ==)
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L51
etherpad with options Process "node" args is expected to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Failure/Error: its(:args) { is_expected.to match %r{/var/etherpad.foo.org/node_modules/ep_etherpad-lite/node/server.js} }
expected "" to match /\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
Diff:
@@ -1 +1 @@
-/\/var\/etherpad.foo.org\/node_modules\/ep_etherpad-lite\/node\/server.js/
+""
|
Puppet / Puppet 7 - Ubuntu 18.04:
spec/acceptance/etherpad_spec.rb#L55
etherpad with options Command "curl -L http://localhost:8000" stdout is expected to match /.*the foo organisation.*/
Failure/Error: its(:stdout) { is_expected.to match %r{.*the foo organisation.*} }
expected "" to match /.*the foo organisation.*/
Diff:
@@ -1 +1 @@
-/.*the foo organisation.*/
+""
|
Puppet / Puppet 7 - Ubuntu 18.04
Process completed with exit code 1.
|