Oct 21 22:32:47.072 INFO checking wamp-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:32:47.072 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 22:32:47.476 INFO blam! 5f83b44c0923173914615e2bc8b3052157e02af499ed3dcdd762f53ba85317ec Oct 21 22:32:47.477 INFO running `"docker" "start" "-a" "5f83b44c0923173914615e2bc8b3052157e02af499ed3dcdd762f53ba85317ec"` Oct 21 22:32:48.864 INFO kablam! usermod: no changes Oct 21 22:32:49.144 INFO kablam! Checking net2 v0.2.33 Oct 21 22:32:49.144 INFO kablam! Checking nix v0.5.1 Oct 21 22:32:49.149 INFO kablam! Checking rmp-serde v0.9.6 Oct 21 22:32:49.149 INFO kablam! Compiling syntex_errors v0.39.0 Oct 21 22:32:49.149 INFO kablam! Checking syncbox v0.2.4 Oct 21 22:32:49.149 INFO kablam! Checking serde_json v0.7.4 Oct 21 22:32:49.152 INFO kablam! Checking env_logger v0.3.5 Oct 21 22:32:54.044 INFO kablam! Checking eventual v0.1.7 Oct 21 22:32:54.464 INFO kablam! Checking miow v0.1.5 Oct 21 22:32:58.901 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 21 22:33:02.580 INFO kablam! Checking mio v0.5.1 Oct 21 22:33:05.043 INFO kablam! Checking ws v0.5.3 Oct 21 22:33:35.924 INFO kablam! Compiling aster v0.22.1 Oct 21 22:33:35.924 INFO kablam! Compiling syntex v0.39.0 Oct 21 22:33:35.924 INFO kablam! Compiling quasi v0.16.0 Oct 21 22:33:35.932 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 21 22:33:42.229 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 21 22:33:45.164 INFO kablam! Compiling serde_codegen v0.7.15 Oct 21 22:34:00.042 INFO kablam! Compiling wamp v0.1.0 (/source) Oct 21 22:34:09.348 INFO kablam! warning: unused macro definition Oct 21 22:34:09.348 INFO kablam! --> src/client.rs:33:1 Oct 21 22:34:09.348 INFO kablam! | Oct 21 22:34:09.348 INFO kablam! 33 | / macro_rules! try_websocket { Oct 21 22:34:09.348 INFO kablam! 34 | | ($e: expr) => ( Oct 21 22:34:09.348 INFO kablam! 35 | | match $e { Oct 21 22:34:09.348 INFO kablam! 36 | | Ok(result) => result, Oct 21 22:34:09.348 INFO kablam! ... | Oct 21 22:34:09.348 INFO kablam! 39 | | ); Oct 21 22:34:09.348 INFO kablam! 40 | | } Oct 21 22:34:09.348 INFO kablam! | |_^ Oct 21 22:34:09.348 INFO kablam! | Oct 21 22:34:09.348 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 22:34:09.348 INFO kablam! Oct 21 22:34:09.348 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.348 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 21 22:34:09.348 INFO kablam! | Oct 21 22:34:09.348 INFO kablam! 203 | Ok((self.prefix_id)) Oct 21 22:34:09.348 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.349 INFO kablam! | Oct 21 22:34:09.349 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:34:09.349 INFO kablam! Oct 21 22:34:09.349 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.349 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 21 22:34:09.349 INFO kablam! | Oct 21 22:34:09.349 INFO kablam! 206 | Ok((self.id)) Oct 21 22:34:09.349 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.349 INFO kablam! Oct 21 22:34:09.360 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.360 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 21 22:34:09.360 INFO kablam! | Oct 21 22:34:09.360 INFO kablam! 224 | Ok((self.prefix_id)) Oct 21 22:34:09.360 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.360 INFO kablam! Oct 21 22:34:09.360 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.360 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 21 22:34:09.360 INFO kablam! | Oct 21 22:34:09.360 INFO kablam! 227 | Ok((self.id)) Oct 21 22:34:09.360 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.360 INFO kablam! Oct 21 22:34:09.641 INFO kablam! warning: unused macro definition Oct 21 22:34:09.641 INFO kablam! --> src/client.rs:33:1 Oct 21 22:34:09.641 INFO kablam! | Oct 21 22:34:09.641 INFO kablam! 33 | / macro_rules! try_websocket { Oct 21 22:34:09.641 INFO kablam! 34 | | ($e: expr) => ( Oct 21 22:34:09.641 INFO kablam! 35 | | match $e { Oct 21 22:34:09.641 INFO kablam! 36 | | Ok(result) => result, Oct 21 22:34:09.645 INFO kablam! ... | Oct 21 22:34:09.645 INFO kablam! 39 | | ); Oct 21 22:34:09.645 INFO kablam! 40 | | } Oct 21 22:34:09.646 INFO kablam! | |_^ Oct 21 22:34:09.649 INFO kablam! | Oct 21 22:34:09.649 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 22:34:09.649 INFO kablam! Oct 21 22:34:09.652 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.652 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 21 22:34:09.653 INFO kablam! | Oct 21 22:34:09.653 INFO kablam! 203 | Ok((self.prefix_id)) Oct 21 22:34:09.653 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.654 INFO kablam! | Oct 21 22:34:09.654 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 22:34:09.654 INFO kablam! Oct 21 22:34:09.655 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.655 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 21 22:34:09.656 INFO kablam! | Oct 21 22:34:09.656 INFO kablam! 206 | Ok((self.id)) Oct 21 22:34:09.656 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.657 INFO kablam! Oct 21 22:34:09.657 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.657 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 21 22:34:09.658 INFO kablam! | Oct 21 22:34:09.658 INFO kablam! 224 | Ok((self.prefix_id)) Oct 21 22:34:09.658 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.658 INFO kablam! Oct 21 22:34:09.659 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 22:34:09.659 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 21 22:34:09.659 INFO kablam! | Oct 21 22:34:09.660 INFO kablam! 227 | Ok((self.id)) Oct 21 22:34:09.660 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 21 22:34:09.660 INFO kablam! Oct 21 22:34:18.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 21 22:34:18.396 INFO kablam! su: No module specific data is present Oct 21 22:34:19.082 INFO running `"docker" "rm" "-f" "5f83b44c0923173914615e2bc8b3052157e02af499ed3dcdd762f53ba85317ec"` Oct 21 22:34:19.288 INFO blam! 5f83b44c0923173914615e2bc8b3052157e02af499ed3dcdd762f53ba85317ec