Oct 10 11:50:05.213 INFO testing yuvadm/slingr against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:50:05.213 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:50:05.215 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:50:05.668 INFO blam! 975a1bf106ad041fc94f4d66cd029ecaf84535a79c91ed6bc298d042a26d355f Oct 10 11:50:05.670 INFO running `"docker" "start" "-a" "975a1bf106ad041fc94f4d66cd029ecaf84535a79c91ed6bc298d042a26d355f"` Oct 10 11:50:08.286 INFO kablam! usermod: no changes Oct 10 11:50:08.574 INFO kablam! Compiling unindent v0.1.3 Oct 10 11:50:08.583 INFO kablam! Compiling termios v0.3.0 Oct 10 11:50:08.592 INFO kablam! Compiling proc-macro2 v0.4.6 Oct 10 11:50:08.600 INFO kablam! Compiling want v0.0.6 Oct 10 11:50:08.609 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 10 11:50:08.625 INFO kablam! Compiling tokio-io v0.1.7 Oct 10 11:50:08.652 INFO kablam! Compiling tokio-threadpool v0.1.5 Oct 10 11:50:15.149 INFO kablam! Compiling quote v0.6.3 Oct 10 11:50:16.789 INFO kablam! Compiling tokio-reactor v0.1.2 Oct 10 11:50:16.789 INFO kablam! Compiling tokio-codec v0.1.0 Oct 10 11:50:16.789 INFO kablam! Compiling h2 v0.1.10 Oct 10 11:50:18.708 INFO kablam! Compiling syn v0.14.4 Oct 10 11:50:19.340 INFO kablam! Compiling tokio-fs v0.1.2 Oct 10 11:50:23.648 INFO kablam! Compiling tokio-udp v0.1.1 Oct 10 11:50:23.648 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 11:50:28.177 INFO kablam! Compiling tokio v0.1.7 Oct 10 11:50:37.272 INFO kablam! Compiling indoc-impl v0.2.6 Oct 10 11:50:43.795 INFO kablam! Compiling hyper v0.12.6 Oct 10 11:50:46.664 INFO kablam! Compiling indoc v0.2.6 Oct 10 11:50:54.524 INFO kablam! Compiling slingr v0.1.0 (/source) Oct 10 11:50:57.268 INFO kablam! warning: unused import: `hyper::body::Body` Oct 10 11:50:57.268 INFO kablam! --> src/main.rs:18:5 Oct 10 11:50:57.268 INFO kablam! | Oct 10 11:50:57.268 INFO kablam! 18 | use hyper::body::Body; Oct 10 11:50:57.268 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.268 INFO kablam! | Oct 10 11:50:57.268 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:50:57.268 INFO kablam! Oct 10 11:50:57.472 INFO kablam! warning: unused import: `futures::Future` Oct 10 11:50:57.472 INFO kablam! --> src/main.rs:20:5 Oct 10 11:50:57.472 INFO kablam! | Oct 10 11:50:57.472 INFO kablam! 20 | use futures::Future; Oct 10 11:50:57.472 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 11:50:57.472 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: constant item is never used: `MULTICAST_ADDRESS` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:14:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 14 | const MULTICAST_ADDRESS: &'static str = "239.255.255.250:1900"; Oct 10 11:50:57.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: constant item is never used: `SEARCH_REQUEST` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:15:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 15 | / const SEARCH_REQUEST: &'static str = "M-SEARCH * HTTP/1.1\r\n Oct 10 11:50:57.532 INFO kablam! 16 | | Host: 239.255.255.250:1900\r\n Oct 10 11:50:57.532 INFO kablam! 17 | | Man: \"ssdp:discover\"\r\n Oct 10 11:50:57.532 INFO kablam! 18 | | ST: ssdp:all\r\n Oct 10 11:50:57.532 INFO kablam! 19 | | MX: 3\r\n Oct 10 11:50:57.532 INFO kablam! 20 | | User-Agent: slingr/0.1.0\r\n\r\n"; Oct 10 11:50:57.532 INFO kablam! | |__________________________________^ Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: struct is never constructed: `Device` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:29:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 29 | pub struct Device { Oct 10 11:50:57.532 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: constant item is never used: `USN_REGEX` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:34:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 34 | const USN_REGEX: &'static str = r"uuid:([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})"; Oct 10 11:50:57.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: constant item is never used: `XML_REGEX` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:35:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 35 | const XML_REGEX: &'static str = r"Location: (http(s?)://[\w\.:/]*)"; Oct 10 11:50:57.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: function is never used: `parse_udp_message` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:37:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 37 | fn parse_udp_message(msg: &str) -> Device { Oct 10 11:50:57.532 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.532 INFO kablam! Oct 10 11:50:57.532 INFO kablam! warning: function is never used: `fetch_url` Oct 10 11:50:57.532 INFO kablam! --> src/upnp.rs:48:1 Oct 10 11:50:57.532 INFO kablam! | Oct 10 11:50:57.532 INFO kablam! 48 | fn fetch_url(url: hyper::Uri) -> impl Future { Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: function is never used: `discover` Oct 10 11:50:57.533 INFO kablam! --> src/upnp.rs:69:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 69 | pub fn discover() { Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: constant item is never used: `SOAP_ACTION_PREFIX` Oct 10 11:50:57.533 INFO kablam! --> src/notify.rs:6:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 6 | const SOAP_ACTION_PREFIX: &'static str = "urn:schemas-upnp-org:service:AVTransport:1#"; Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: constant item is never used: `ACTION_SET_URI` Oct 10 11:50:57.533 INFO kablam! --> src/notify.rs:7:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 7 | const ACTION_SET_URI: &'static str = "SetAVTransportURI"; Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: constant item is never used: `ACTION_PLAY` Oct 10 11:50:57.533 INFO kablam! --> src/notify.rs:8:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 8 | const ACTION_PLAY: &'static str = "Play"; Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: constant item is never used: `ACTION_PAUSE` Oct 10 11:50:57.533 INFO kablam! --> src/notify.rs:9:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 9 | const ACTION_PAUSE: &'static str = "Pause"; Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:50:57.533 INFO kablam! warning: constant item is never used: `ACTION_STOP` Oct 10 11:50:57.533 INFO kablam! --> src/notify.rs:10:1 Oct 10 11:50:57.533 INFO kablam! | Oct 10 11:50:57.533 INFO kablam! 10 | const ACTION_STOP: &'static str = "Stop"; Oct 10 11:50:57.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:50:57.533 INFO kablam! Oct 10 11:51:09.222 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 10 11:51:09.239 INFO kablam! su: No module specific data is present Oct 10 11:51:10.202 INFO running `"docker" "rm" "-f" "975a1bf106ad041fc94f4d66cd029ecaf84535a79c91ed6bc298d042a26d355f"` Oct 10 11:51:10.444 INFO blam! 975a1bf106ad041fc94f4d66cd029ecaf84535a79c91ed6bc298d042a26d355f Oct 10 11:51:10.449 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:51:10.450 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:51:10.820 INFO blam! 583892a4a3706245328326a8ba2b303dca8c55b84a19c3f0d0987a8954a4199e Oct 10 11:51:10.826 INFO running `"docker" "start" "-a" "583892a4a3706245328326a8ba2b303dca8c55b84a19c3f0d0987a8954a4199e"` Oct 10 11:51:12.385 INFO kablam! usermod: no changes Oct 10 11:51:12.656 INFO kablam! Compiling slingr v0.1.0 (/source) Oct 10 11:51:15.837 INFO kablam! warning: unused import: `hyper::body::Body` Oct 10 11:51:15.837 INFO kablam! --> src/main.rs:18:5 Oct 10 11:51:15.837 INFO kablam! | Oct 10 11:51:15.837 INFO kablam! 18 | use hyper::body::Body; Oct 10 11:51:15.838 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:51:15.838 INFO kablam! | Oct 10 11:51:15.838 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 11:51:15.838 INFO kablam! Oct 10 11:51:16.021 INFO kablam! warning: unused import: `futures::Future` Oct 10 11:51:16.021 INFO kablam! --> src/main.rs:20:5 Oct 10 11:51:16.021 INFO kablam! | Oct 10 11:51:16.022 INFO kablam! 20 | use futures::Future; Oct 10 11:51:16.022 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 11:51:16.022 INFO kablam! Oct 10 11:51:16.079 INFO kablam! warning: constant item is never used: `MULTICAST_ADDRESS` Oct 10 11:51:16.079 INFO kablam! --> src/upnp.rs:14:1 Oct 10 11:51:16.079 INFO kablam! | Oct 10 11:51:16.080 INFO kablam! 14 | const MULTICAST_ADDRESS: &'static str = "239.255.255.250:1900"; Oct 10 11:51:16.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.080 INFO kablam! | Oct 10 11:51:16.080 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:51:16.081 INFO kablam! Oct 10 11:51:16.081 INFO kablam! warning: constant item is never used: `SEARCH_REQUEST` Oct 10 11:51:16.081 INFO kablam! --> src/upnp.rs:15:1 Oct 10 11:51:16.081 INFO kablam! | Oct 10 11:51:16.081 INFO kablam! 15 | / const SEARCH_REQUEST: &'static str = "M-SEARCH * HTTP/1.1\r\n Oct 10 11:51:16.082 INFO kablam! 16 | | Host: 239.255.255.250:1900\r\n Oct 10 11:51:16.082 INFO kablam! 17 | | Man: \"ssdp:discover\"\r\n Oct 10 11:51:16.082 INFO kablam! 18 | | ST: ssdp:all\r\n Oct 10 11:51:16.082 INFO kablam! 19 | | MX: 3\r\n Oct 10 11:51:16.082 INFO kablam! 20 | | User-Agent: slingr/0.1.0\r\n\r\n"; Oct 10 11:51:16.083 INFO kablam! | |__________________________________^ Oct 10 11:51:16.083 INFO kablam! Oct 10 11:51:16.083 INFO kablam! warning: function is never used: `fetch_url` Oct 10 11:51:16.083 INFO kablam! --> src/upnp.rs:48:1 Oct 10 11:51:16.083 INFO kablam! | Oct 10 11:51:16.084 INFO kablam! 48 | fn fetch_url(url: hyper::Uri) -> impl Future { Oct 10 11:51:16.084 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.084 INFO kablam! Oct 10 11:51:16.084 INFO kablam! warning: function is never used: `discover` Oct 10 11:51:16.084 INFO kablam! --> src/upnp.rs:69:1 Oct 10 11:51:16.085 INFO kablam! | Oct 10 11:51:16.085 INFO kablam! 69 | pub fn discover() { Oct 10 11:51:16.085 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.085 INFO kablam! Oct 10 11:51:16.086 INFO kablam! warning: constant item is never used: `SOAP_ACTION_PREFIX` Oct 10 11:51:16.086 INFO kablam! --> src/notify.rs:6:1 Oct 10 11:51:16.086 INFO kablam! | Oct 10 11:51:16.086 INFO kablam! 6 | const SOAP_ACTION_PREFIX: &'static str = "urn:schemas-upnp-org:service:AVTransport:1#"; Oct 10 11:51:16.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.086 INFO kablam! Oct 10 11:51:16.087 INFO kablam! warning: constant item is never used: `ACTION_SET_URI` Oct 10 11:51:16.087 INFO kablam! --> src/notify.rs:7:1 Oct 10 11:51:16.087 INFO kablam! | Oct 10 11:51:16.087 INFO kablam! 7 | const ACTION_SET_URI: &'static str = "SetAVTransportURI"; Oct 10 11:51:16.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.088 INFO kablam! Oct 10 11:51:16.088 INFO kablam! warning: constant item is never used: `ACTION_PLAY` Oct 10 11:51:16.088 INFO kablam! --> src/notify.rs:8:1 Oct 10 11:51:16.088 INFO kablam! | Oct 10 11:51:16.088 INFO kablam! 8 | const ACTION_PLAY: &'static str = "Play"; Oct 10 11:51:16.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.089 INFO kablam! Oct 10 11:51:16.089 INFO kablam! warning: constant item is never used: `ACTION_PAUSE` Oct 10 11:51:16.089 INFO kablam! --> src/notify.rs:9:1 Oct 10 11:51:16.089 INFO kablam! | Oct 10 11:51:16.089 INFO kablam! 9 | const ACTION_PAUSE: &'static str = "Pause"; Oct 10 11:51:16.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.090 INFO kablam! Oct 10 11:51:16.090 INFO kablam! warning: constant item is never used: `ACTION_STOP` Oct 10 11:51:16.090 INFO kablam! --> src/notify.rs:10:1 Oct 10 11:51:16.090 INFO kablam! | Oct 10 11:51:16.090 INFO kablam! 10 | const ACTION_STOP: &'static str = "Stop"; Oct 10 11:51:16.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:51:16.091 INFO kablam! Oct 10 11:51:18.462 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.05s Oct 10 11:51:18.475 INFO kablam! su: No module specific data is present Oct 10 11:51:19.633 INFO running `"docker" "rm" "-f" "583892a4a3706245328326a8ba2b303dca8c55b84a19c3f0d0987a8954a4199e"` Oct 10 11:51:19.892 INFO blam! 583892a4a3706245328326a8ba2b303dca8c55b84a19c3f0d0987a8954a4199e Oct 10 11:51:19.901 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:51:19.904 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:51:20.377 INFO blam! d336a251487b45638511c18bd109e82d297f8a78c3019ff0783c8222e88ce7b1 Oct 10 11:51:20.396 INFO running `"docker" "start" "-a" "d336a251487b45638511c18bd109e82d297f8a78c3019ff0783c8222e88ce7b1"` Oct 10 11:51:21.963 INFO kablam! usermod: no changes Oct 10 11:51:22.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 11:51:22.208 INFO kablam! Running /target/debug/deps/slingr-36b4b2cedcefe10a Oct 10 11:51:22.211 INFO blam! Oct 10 11:51:22.211 INFO blam! running 1 test Oct 10 11:51:22.368 INFO blam! test upnp::tests::test_parsing ... ok Oct 10 11:51:22.368 INFO blam! Oct 10 11:51:22.368 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:51:22.368 INFO blam! Oct 10 11:51:22.376 INFO kablam! su: No module specific data is present Oct 10 11:51:23.837 INFO running `"docker" "rm" "-f" "d336a251487b45638511c18bd109e82d297f8a78c3019ff0783c8222e88ce7b1"` Oct 10 11:51:24.152 INFO blam! d336a251487b45638511c18bd109e82d297f8a78c3019ff0783c8222e88ce7b1