openQAでコケる所を抜粋
[ERROR] Failed dispatching message to websocket server over ipc for worker "remotehost:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "localhost:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
./t/05-scheduler-cancel.t ................. ok
./t/05-scheduler-capabilities.t ........... ok
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
./t/05-scheduler-dependencies.t ........... ok
[ERROR] Failed dispatching message to websocket server over ipc for worker "remotehost:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "localhost:"
./t/05-scheduler-restart-and-duplicate.t .. ok
./t/06-users.t ............................ ok
./t/07-api_jobtokens.t .................... ok
./t/07-api_keys.t ......................... ok
./t/09-job_clone.t ........................ ok
./t/10-tests_overview.t ................... ok
./t/13-joblocks.t ......................... ok
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
[ERROR] Failed dispatching message to websocket server over ipc for worker "host:"
(snip)
Uncaught exception from user code:
org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
Net::DBus::Binding::Bus::new("Net::DBus::Binding::Bus", "type", 1) called at /usr/lib/x86_64-linux-gnu/perl5/5.26/Net/DBus.pm line 191
Net::DBus::system("Net::DBus") called at /usr/lib/x86_64-linux-gnu/perl5/5.26/Net/DBus.pm line 153
Net::DBus::find("Net::DBus", "nomainloop", 1) called at lib/OpenQA/IPC.pm line 57
OpenQA::IPC::new("OpenQA::IPC", 1) called at lib/OpenQA/IPC.pm line 65
OpenQA::IPC::ipc("OpenQA::IPC", 1) called at lib/OpenQA/WebSockets.pm line 50
OpenQA::WebSockets::new("OpenQA::WebSockets") called at lib/OpenQA/WebSockets.pm line 41
OpenQA::WebSockets::run() called at /build/openqa-4.3+git20171018/t/lib/OpenQA/Test/Utils.pm line 85
OpenQA::Test::Utils::create_websocket_server(60430) called at ./t/05-scheduler-full.t line 65
[6780:info] Listening at "http://127.0.0.1:60429/"
Use of uninitialized value in symlink at ./t/05-scheduler-full.t line 73 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl will try to tell you
the name of the variable (if any) that was undefined. In some cases
it cannot do this, so it also tells you what operation you used the
undefined value in. Note, however, that perl optimizes your program
and the operation displayed in the warning may not necessarily appear
literally in your program. For example, "that $foo" is usually
optimized into "that " . $foo, and the warning will refer to the
concatenation (.) operator, even though there is no . in
your program.
Uncaught exception from user code:
can't symlink at ./t/05-scheduler-full.t line 73.
あれ、これはキャッシュを含めたときだったか、どうだったか。。。