Sep 10 06:37:35.087 INFO checking wamp-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 06:37:35.087 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 06:37:35.088 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:37:35.322 INFO blam! 20ffcfef47a2ff1fd1f45e9d0cc6a117f735d52f7fee63eb13f1a57a5042c762 Sep 10 06:37:35.324 INFO running `"docker" "start" "-a" "20ffcfef47a2ff1fd1f45e9d0cc6a117f735d52f7fee63eb13f1a57a5042c762"` Sep 10 06:37:36.830 INFO kablam! usermod: no changes Sep 10 06:37:37.110 INFO kablam! Compiling rustc-serialize v0.3.24 Sep 10 06:37:37.110 INFO kablam! Compiling unicode-xid v0.0.3 Sep 10 06:37:37.110 INFO kablam! Compiling term v0.4.6 Sep 10 06:37:37.110 INFO kablam! Compiling bitflags v0.5.0 Sep 10 06:37:37.138 INFO kablam! Checking net2 v0.2.33 Sep 10 06:37:37.138 INFO kablam! Checking nix v0.5.1 Sep 10 06:37:37.138 INFO kablam! Checking rmp v0.7.5 Sep 10 06:37:37.138 INFO kablam! Compiling log v0.3.9 Sep 10 06:37:38.342 INFO kablam! Checking syncbox v0.2.4 Sep 10 06:37:38.982 INFO kablam! Checking serde_json v0.7.4 Sep 10 06:37:39.346 INFO kablam! Checking miow v0.1.5 Sep 10 06:37:45.202 INFO kablam! Checking eventual v0.1.7 Sep 10 06:37:45.634 INFO kablam! Checking rmp-serde v0.9.6 Sep 10 06:37:47.811 INFO kablam! Checking mio v0.5.1 Sep 10 06:37:48.988 INFO kablam! Checking ws v0.5.3 Sep 10 06:37:51.723 INFO kablam! Compiling syntex_pos v0.39.0 Sep 10 06:37:52.329 INFO kablam! Compiling syntex_errors v0.39.0 Sep 10 06:37:54.589 INFO kablam! Compiling syntex_syntax v0.39.0 Sep 10 06:38:27.483 INFO kablam! Compiling syntex v0.39.0 Sep 10 06:38:27.483 INFO kablam! Compiling aster v0.22.1 Sep 10 06:38:27.483 INFO kablam! Compiling serde_codegen_internals v0.4.0 Sep 10 06:38:27.483 INFO kablam! Compiling quasi v0.16.0 Sep 10 06:38:29.507 INFO kablam! Compiling quasi_codegen v0.16.0 Sep 10 06:38:30.655 INFO kablam! Compiling serde_codegen v0.7.15 Sep 10 06:38:46.683 INFO kablam! Compiling wamp v0.1.0 (file:///source) Sep 10 06:38:53.754 INFO kablam! warning: unused macro definition Sep 10 06:38:53.754 INFO kablam! --> src/client.rs:33:1 Sep 10 06:38:53.754 INFO kablam! | Sep 10 06:38:53.754 INFO kablam! 33 | / macro_rules! try_websocket { Sep 10 06:38:53.754 INFO kablam! 34 | | ($e: expr) => ( Sep 10 06:38:53.754 INFO kablam! 35 | | match $e { Sep 10 06:38:53.754 INFO kablam! 36 | | Ok(result) => result, Sep 10 06:38:53.754 INFO kablam! ... | Sep 10 06:38:53.754 INFO kablam! 39 | | ); Sep 10 06:38:53.754 INFO kablam! 40 | | } Sep 10 06:38:53.754 INFO kablam! | |_^ Sep 10 06:38:53.754 INFO kablam! | Sep 10 06:38:53.754 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 10 06:38:53.754 INFO kablam! Sep 10 06:38:53.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.762 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Sep 10 06:38:53.762 INFO kablam! | Sep 10 06:38:53.762 INFO kablam! 203 | Ok((self.prefix_id)) Sep 10 06:38:53.762 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.762 INFO kablam! | Sep 10 06:38:53.762 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 06:38:53.762 INFO kablam! Sep 10 06:38:53.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.762 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Sep 10 06:38:53.762 INFO kablam! | Sep 10 06:38:53.762 INFO kablam! 206 | Ok((self.id)) Sep 10 06:38:53.762 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.762 INFO kablam! Sep 10 06:38:53.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.762 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Sep 10 06:38:53.762 INFO kablam! | Sep 10 06:38:53.762 INFO kablam! 224 | Ok((self.prefix_id)) Sep 10 06:38:53.762 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.762 INFO kablam! Sep 10 06:38:53.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.762 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Sep 10 06:38:53.762 INFO kablam! | Sep 10 06:38:53.762 INFO kablam! 227 | Ok((self.id)) Sep 10 06:38:53.762 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.762 INFO kablam! Sep 10 06:38:53.942 INFO kablam! warning: unused macro definition Sep 10 06:38:53.942 INFO kablam! --> src/client.rs:33:1 Sep 10 06:38:53.942 INFO kablam! | Sep 10 06:38:53.942 INFO kablam! 33 | / macro_rules! try_websocket { Sep 10 06:38:53.942 INFO kablam! 34 | | ($e: expr) => ( Sep 10 06:38:53.942 INFO kablam! 35 | | match $e { Sep 10 06:38:53.942 INFO kablam! 36 | | Ok(result) => result, Sep 10 06:38:53.942 INFO kablam! ... | Sep 10 06:38:53.942 INFO kablam! 39 | | ); Sep 10 06:38:53.942 INFO kablam! 40 | | } Sep 10 06:38:53.942 INFO kablam! | |_^ Sep 10 06:38:53.942 INFO kablam! | Sep 10 06:38:53.942 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 10 06:38:53.942 INFO kablam! Sep 10 06:38:53.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.942 INFO kablam! --> src/router/pubsub/patterns.rs:203:24 Sep 10 06:38:53.942 INFO kablam! | Sep 10 06:38:53.942 INFO kablam! 203 | Ok((self.prefix_id)) Sep 10 06:38:53.942 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.942 INFO kablam! | Sep 10 06:38:53.943 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 06:38:53.943 INFO kablam! Sep 10 06:38:53.943 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.943 INFO kablam! --> src/router/pubsub/patterns.rs:206:24 Sep 10 06:38:53.943 INFO kablam! | Sep 10 06:38:53.943 INFO kablam! 206 | Ok((self.id)) Sep 10 06:38:53.943 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.943 INFO kablam! Sep 10 06:38:53.949 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.949 INFO kablam! --> src/router/rpc/patterns.rs:224:24 Sep 10 06:38:53.949 INFO kablam! | Sep 10 06:38:53.949 INFO kablam! 224 | Ok((self.prefix_id)) Sep 10 06:38:53.949 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.949 INFO kablam! Sep 10 06:38:53.949 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:38:53.949 INFO kablam! --> src/router/rpc/patterns.rs:227:24 Sep 10 06:38:53.949 INFO kablam! | Sep 10 06:38:53.949 INFO kablam! 227 | Ok((self.id)) Sep 10 06:38:53.949 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 10 06:38:53.949 INFO kablam! Sep 10 06:38:59.062 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Sep 10 06:38:59.074 INFO kablam! su: No module specific data is present Sep 10 06:39:00.031 INFO running `"docker" "rm" "-f" "20ffcfef47a2ff1fd1f45e9d0cc6a117f735d52f7fee63eb13f1a57a5042c762"` Sep 10 06:39:00.189 INFO blam! 20ffcfef47a2ff1fd1f45e9d0cc6a117f735d52f7fee63eb13f1a57a5042c762