Oct 13 06:30:45.008 INFO checking wamp-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:30:45.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 06:30:45.585 INFO blam! 5294661af6916061c613aba03eaa246afab09431759c70fcb85c484ab266aa43 Oct 13 06:30:45.604 INFO running `"docker" "start" "-a" "5294661af6916061c613aba03eaa246afab09431759c70fcb85c484ab266aa43"` Oct 13 06:30:47.379 INFO kablam! usermod: no changes Oct 13 06:30:47.624 INFO kablam! Compiling syntex_pos v0.39.0 Oct 13 06:30:47.624 INFO kablam! Checking net2 v0.2.33 Oct 13 06:30:47.626 INFO kablam! Checking nix v0.5.1 Oct 13 06:30:47.628 INFO kablam! Checking rmp-serde v0.9.6 Oct 13 06:30:47.629 INFO kablam! Checking syncbox v0.2.4 Oct 13 06:30:47.629 INFO kablam! Checking serde_json v0.7.4 Oct 13 06:30:52.452 INFO kablam! Checking miow v0.1.5 Oct 13 06:30:52.485 INFO kablam! Compiling syntex_errors v0.39.0 Oct 13 06:30:52.737 INFO kablam! Checking eventual v0.1.7 Oct 13 06:31:00.064 INFO kablam! Checking mio v0.5.1 Oct 13 06:31:01.444 INFO kablam! Compiling syntex_syntax v0.39.0 Oct 13 06:31:03.592 INFO kablam! Checking ws v0.5.3 Oct 13 06:31:47.188 INFO kablam! Compiling aster v0.22.1 Oct 13 06:31:47.188 INFO kablam! Compiling syntex v0.39.0 Oct 13 06:31:47.188 INFO kablam! Compiling serde_codegen_internals v0.4.0 Oct 13 06:31:47.188 INFO kablam! Compiling quasi v0.16.0 Oct 13 06:31:54.688 INFO kablam! Compiling quasi_codegen v0.16.0 Oct 13 06:31:57.183 INFO kablam! Compiling serde_codegen v0.7.15 Oct 13 06:32:07.853 INFO kablam! Compiling wamp v0.1.0 (/source) Oct 13 06:32:15.033 INFO kablam! warning: unused macro definition Oct 13 06:32:15.034 INFO kablam! --> src/client.rs:33:1 Oct 13 06:32:15.034 INFO kablam! | Oct 13 06:32:15.034 INFO kablam! 33 | / macro_rules! try_websocket { Oct 13 06:32:15.034 INFO kablam! 34 | | ($e: expr) => ( Oct 13 06:32:15.034 INFO kablam! 35 | | match $e { Oct 13 06:32:15.035 INFO kablam! 36 | | Ok(result) => result, Oct 13 06:32:15.035 INFO kablam! ... | Oct 13 06:32:15.035 INFO kablam! 39 | | ); Oct 13 06:32:15.039 INFO kablam! 40 | | } Oct 13 06:32:15.039 INFO kablam! | |_^ Oct 13 06:32:15.039 INFO kablam! | Oct 13 06:32:15.039 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 06:32:15.039 INFO kablam! Oct 13 06:32:15.041 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.041 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 13 06:32:15.041 INFO kablam! | Oct 13 06:32:15.041 INFO kablam! 203 | Ok((self.prefix_id)) Oct 13 06:32:15.041 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.041 INFO kablam! | Oct 13 06:32:15.041 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:32:15.046 INFO kablam! Oct 13 06:32:15.046 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.046 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 13 06:32:15.046 INFO kablam! | Oct 13 06:32:15.046 INFO kablam! 206 | Ok((self.id)) Oct 13 06:32:15.046 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.046 INFO kablam! Oct 13 06:32:15.046 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.046 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 13 06:32:15.046 INFO kablam! | Oct 13 06:32:15.046 INFO kablam! 224 | Ok((self.prefix_id)) Oct 13 06:32:15.046 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.046 INFO kablam! Oct 13 06:32:15.046 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.046 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 13 06:32:15.046 INFO kablam! | Oct 13 06:32:15.046 INFO kablam! 227 | Ok((self.id)) Oct 13 06:32:15.046 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.046 INFO kablam! Oct 13 06:32:15.052 INFO kablam! warning: unused macro definition Oct 13 06:32:15.052 INFO kablam! --> src/client.rs:33:1 Oct 13 06:32:15.052 INFO kablam! | Oct 13 06:32:15.052 INFO kablam! 33 | / macro_rules! try_websocket { Oct 13 06:32:15.052 INFO kablam! 34 | | ($e: expr) => ( Oct 13 06:32:15.052 INFO kablam! 35 | | match $e { Oct 13 06:32:15.052 INFO kablam! 36 | | Ok(result) => result, Oct 13 06:32:15.052 INFO kablam! ... | Oct 13 06:32:15.052 INFO kablam! 39 | | ); Oct 13 06:32:15.052 INFO kablam! 40 | | } Oct 13 06:32:15.052 INFO kablam! | |_^ Oct 13 06:32:15.052 INFO kablam! | Oct 13 06:32:15.052 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 13 06:32:15.052 INFO kablam! Oct 13 06:32:15.055 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.055 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Oct 13 06:32:15.055 INFO kablam! | Oct 13 06:32:15.055 INFO kablam! 203 | Ok((self.prefix_id)) Oct 13 06:32:15.055 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.055 INFO kablam! | Oct 13 06:32:15.055 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 06:32:15.056 INFO kablam! Oct 13 06:32:15.060 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.060 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Oct 13 06:32:15.060 INFO kablam! | Oct 13 06:32:15.060 INFO kablam! 206 | Ok((self.id)) Oct 13 06:32:15.060 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.060 INFO kablam! Oct 13 06:32:15.060 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.060 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Oct 13 06:32:15.060 INFO kablam! | Oct 13 06:32:15.060 INFO kablam! 224 | Ok((self.prefix_id)) Oct 13 06:32:15.060 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.060 INFO kablam! Oct 13 06:32:15.060 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 06:32:15.060 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Oct 13 06:32:15.060 INFO kablam! | Oct 13 06:32:15.060 INFO kablam! 227 | Ok((self.id)) Oct 13 06:32:15.060 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 13 06:32:15.060 INFO kablam! Oct 13 06:32:23.729 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 36s Oct 13 06:32:23.739 INFO kablam! su: No module specific data is present Oct 13 06:32:24.214 INFO running `"docker" "rm" "-f" "5294661af6916061c613aba03eaa246afab09431759c70fcb85c484ab266aa43"` Oct 13 06:32:24.340 INFO blam! 5294661af6916061c613aba03eaa246afab09431759c70fcb85c484ab266aa43