Oct 27 13:42:44.877 INFO checking wamp-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:42:44.879 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 13:42:45.230 INFO blam! 5d380f6c263c48db8766cc8904ea927c9a0720fec5d228318bb8d016fe0334d1 Oct 27 13:42:45.232 INFO running `"docker" "start" "-a" "5d380f6c263c48db8766cc8904ea927c9a0720fec5d228318bb8d016fe0334d1"` Oct 27 13:42:46.700 INFO kablam! usermod: no changes Oct 27 13:42:46.988 INFO kablam! Compiling log v0.4.5 Oct 27 13:42:46.995 INFO kablam! Compiling syntex_pos v0.39.0 Oct 27 13:42:46.995 INFO kablam! Checking net2 v0.2.33 Oct 27 13:42:47.003 INFO kablam! Checking nix v0.5.1 Oct 27 13:42:47.003 INFO kablam! Checking rmp v0.7.5 Oct 27 13:42:47.003 INFO kablam! Checking syncbox v0.2.4 Oct 27 13:42:47.004 INFO kablam! Checking serde_json v0.7.4 Oct 27 13:42:47.007 INFO kablam! Checking env_logger v0.3.5 Oct 27 13:42:52.031 INFO kablam! Checking miow v0.1.5 Oct 27 13:42:52.473 INFO kablam! Checking rmp-serde v0.9.6 Oct 27 13:42:54.703 INFO kablam! Compiling log v0.3.9 Oct 27 13:42:55.673 INFO kablam! Checking eventual v0.1.7 Oct 27 13:42:58.696 INFO kablam! Compiling syntex_errors v0.39.0 Oct 27 13:43:01.475 INFO kablam! Checking mio v0.5.1 Oct 27 13:43:04.999 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 27 13:43:05.811 INFO kablam! Checking ws v0.5.3 Oct 27 13:43:50.247 INFO kablam! Compiling aster v0.22.1 Oct 27 13:43:50.247 INFO kablam! Compiling syntex v0.39.0 Oct 27 13:43:50.271 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 27 13:43:50.279 INFO kablam! Compiling quasi v0.16.0 Oct 27 13:43:58.511 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 27 13:44:01.634 INFO kablam! Compiling serde_codegen v0.7.15 Oct 27 13:44:13.595 INFO kablam! Compiling wamp v0.1.0 (/source) Oct 27 13:44:20.311 INFO kablam! warning: unused macro definition Oct 27 13:44:20.312 INFO kablam! --> src/client.rs:33:1 Oct 27 13:44:20.312 INFO kablam! | Oct 27 13:44:20.312 INFO kablam! 33 | / macro_rules! try_websocket { Oct 27 13:44:20.312 INFO kablam! 34 | | ($e: expr) => ( Oct 27 13:44:20.313 INFO kablam! 35 | | match $e { Oct 27 13:44:20.313 INFO kablam! 36 | | Ok(result) => result, Oct 27 13:44:20.313 INFO kablam! ... | Oct 27 13:44:20.313 INFO kablam! 39 | | ); Oct 27 13:44:20.314 INFO kablam! 40 | | } Oct 27 13:44:20.314 INFO kablam! | |_^ Oct 27 13:44:20.314 INFO kablam! | Oct 27 13:44:20.314 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 13:44:20.315 INFO kablam! Oct 27 13:44:20.315 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.315 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 27 13:44:20.316 INFO kablam! | Oct 27 13:44:20.316 INFO kablam! 203 | Ok((self.prefix_id)) Oct 27 13:44:20.316 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.317 INFO kablam! | Oct 27 13:44:20.317 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 13:44:20.317 INFO kablam! Oct 27 13:44:20.318 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.318 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 27 13:44:20.318 INFO kablam! | Oct 27 13:44:20.318 INFO kablam! 206 | Ok((self.id)) Oct 27 13:44:20.319 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.319 INFO kablam! Oct 27 13:44:20.319 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.320 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 27 13:44:20.320 INFO kablam! | Oct 27 13:44:20.320 INFO kablam! 224 | Ok((self.prefix_id)) Oct 27 13:44:20.321 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.331 INFO kablam! Oct 27 13:44:20.331 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.331 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 27 13:44:20.332 INFO kablam! | Oct 27 13:44:20.332 INFO kablam! 227 | Ok((self.id)) Oct 27 13:44:20.332 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.333 INFO kablam! Oct 27 13:44:20.479 INFO kablam! warning: unused macro definition Oct 27 13:44:20.480 INFO kablam! --> src/client.rs:33:1 Oct 27 13:44:20.480 INFO kablam! | Oct 27 13:44:20.480 INFO kablam! 33 | / macro_rules! try_websocket { Oct 27 13:44:20.481 INFO kablam! 34 | | ($e: expr) => ( Oct 27 13:44:20.481 INFO kablam! 35 | | match $e { Oct 27 13:44:20.481 INFO kablam! 36 | | Ok(result) => result, Oct 27 13:44:20.482 INFO kablam! ... | Oct 27 13:44:20.482 INFO kablam! 39 | | ); Oct 27 13:44:20.482 INFO kablam! 40 | | } Oct 27 13:44:20.482 INFO kablam! | |_^ Oct 27 13:44:20.483 INFO kablam! | Oct 27 13:44:20.483 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 27 13:44:20.483 INFO kablam! Oct 27 13:44:20.484 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.484 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 27 13:44:20.484 INFO kablam! | Oct 27 13:44:20.485 INFO kablam! 203 | Ok((self.prefix_id)) Oct 27 13:44:20.485 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.485 INFO kablam! | Oct 27 13:44:20.486 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 13:44:20.486 INFO kablam! Oct 27 13:44:20.486 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.486 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 27 13:44:20.487 INFO kablam! | Oct 27 13:44:20.487 INFO kablam! 206 | Ok((self.id)) Oct 27 13:44:20.487 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.488 INFO kablam! Oct 27 13:44:20.488 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.488 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 27 13:44:20.489 INFO kablam! | Oct 27 13:44:20.489 INFO kablam! 224 | Ok((self.prefix_id)) Oct 27 13:44:20.489 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.489 INFO kablam! Oct 27 13:44:20.490 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 13:44:20.490 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 27 13:44:20.490 INFO kablam! | Oct 27 13:44:20.491 INFO kablam! 227 | Ok((self.id)) Oct 27 13:44:20.491 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 13:44:20.491 INFO kablam! Oct 27 13:44:27.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 41s Oct 27 13:44:28.007 INFO kablam! su: No module specific data is present Oct 27 13:44:28.321 INFO running `"docker" "rm" "-f" "5d380f6c263c48db8766cc8904ea927c9a0720fec5d228318bb8d016fe0334d1"` Oct 27 13:44:28.419 INFO blam! 5d380f6c263c48db8766cc8904ea927c9a0720fec5d228318bb8d016fe0334d1