This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
modulesync 4.2.0 #36
Annotations
7 errors
Run tests:
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_221850570.pp.39UGfu
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/.staging/strip-ansi-40dd02cf
�[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.48 seconds
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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: #<Encoding:UTF-8> "ep"
got: #<Encoding:US-ASCII> ""
(compared using ==)
|
Run tests:
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/
+""
|
Run tests:
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.*/
+""
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading