Sep 17 13:23:56.026 INFO checking cbarrick/ripl against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 13:23:56.026 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 13:23:56.026 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 13:23:56.333 INFO blam! df8b5343ad7ccc6d2f19e896a5e979e038fb7f27cca90e3e1035c2134441c2f4 Sep 17 13:23:56.335 INFO running `"docker" "start" "-a" "df8b5343ad7ccc6d2f19e896a5e979e038fb7f27cca90e3e1035c2134441c2f4"` Sep 17 13:23:57.627 INFO kablam! usermod: no changes Sep 17 13:23:57.695 INFO kablam! Checking lazy_static v0.2.5 Sep 17 13:23:57.702 INFO kablam! Checking ordered-float v0.4.0 Sep 17 13:23:57.704 INFO kablam! Checking thread_local v0.3.3 Sep 17 13:23:57.706 INFO kablam! Checking aho-corasick v0.6.3 Sep 17 13:23:58.424 INFO kablam! Checking regex v0.2.1 Sep 17 13:24:00.435 INFO kablam! Checking ripl v0.1.0-master (/source) Sep 17 13:24:01.262 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.262 INFO kablam! --> src/collections/clone_map.rs:217:13 Sep 17 13:24:01.262 INFO kablam! | Sep 17 13:24:01.262 INFO kablam! 217 | let mut root = Arc::make_mut(&mut self.root); Sep 17 13:24:01.262 INFO kablam! | ----^^^^ Sep 17 13:24:01.262 INFO kablam! | | Sep 17 13:24:01.262 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.262 INFO kablam! | Sep 17 13:24:01.262 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 13:24:01.262 INFO kablam! Sep 17 13:24:01.262 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.262 INFO kablam! --> src/collections/clone_map.rs:244:13 Sep 17 13:24:01.262 INFO kablam! | Sep 17 13:24:01.262 INFO kablam! 244 | let mut root = Arc::make_mut(&mut self.root); Sep 17 13:24:01.262 INFO kablam! | ----^^^^ Sep 17 13:24:01.262 INFO kablam! | | Sep 17 13:24:01.263 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.263 INFO kablam! Sep 17 13:24:01.267 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.267 INFO kablam! --> src/collections/clone_map.rs:363:17 Sep 17 13:24:01.267 INFO kablam! | Sep 17 13:24:01.267 INFO kablam! 363 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 17 13:24:01.267 INFO kablam! | ----^^^^^^ Sep 17 13:24:01.267 INFO kablam! | | Sep 17 13:24:01.267 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.267 INFO kablam! Sep 17 13:24:01.267 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.267 INFO kablam! --> src/collections/clone_map.rs:364:17 Sep 17 13:24:01.267 INFO kablam! | Sep 17 13:24:01.268 INFO kablam! 364 | let mut branch = Arc::make_mut(branch); Sep 17 13:24:01.268 INFO kablam! | ----^^^^^^ Sep 17 13:24:01.268 INFO kablam! | | Sep 17 13:24:01.268 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.268 INFO kablam! Sep 17 13:24:01.271 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.271 INFO kablam! --> src/collections/clone_map.rs:426:13 Sep 17 13:24:01.271 INFO kablam! | Sep 17 13:24:01.271 INFO kablam! 426 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 17 13:24:01.271 INFO kablam! | ----^^^^^^ Sep 17 13:24:01.271 INFO kablam! | | Sep 17 13:24:01.271 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.271 INFO kablam! Sep 17 13:24:01.271 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:01.271 INFO kablam! --> src/collections/clone_map.rs:427:13 Sep 17 13:24:01.271 INFO kablam! | Sep 17 13:24:01.271 INFO kablam! 427 | let mut branch = Arc::make_mut(branch); Sep 17 13:24:01.271 INFO kablam! | ----^^^^^^ Sep 17 13:24:01.271 INFO kablam! | | Sep 17 13:24:01.271 INFO kablam! | help: remove this `mut` Sep 17 13:24:01.271 INFO kablam! Sep 17 13:24:01.336 INFO kablam! error[E0308]: mismatched types Sep 17 13:24:01.336 INFO kablam! --> src/syntax/parser.rs:369:19 Sep 17 13:24:01.336 INFO kablam! | Sep 17 13:24:01.336 INFO kablam! 369 | Float(456.789), Sep 17 13:24:01.336 INFO kablam! | ^^^^^^^ Sep 17 13:24:01.336 INFO kablam! | | Sep 17 13:24:01.336 INFO kablam! | expected struct `ordered_float::OrderedFloat`, found floating-point variable Sep 17 13:24:01.336 INFO kablam! | help: try using a variant of the expected type: `ordered_float::OrderedFloat(456.789)` Sep 17 13:24:01.336 INFO kablam! | Sep 17 13:24:01.336 INFO kablam! = note: expected type `ordered_float::OrderedFloat` Sep 17 13:24:01.336 INFO kablam! found type `{float}` Sep 17 13:24:01.336 INFO kablam! Sep 17 13:24:01.411 INFO kablam! error: aborting due to previous error Sep 17 13:24:01.411 INFO kablam! Sep 17 13:24:01.411 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 13:24:01.418 INFO kablam! error: Could not compile `ripl`. Sep 17 13:24:01.418 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 13:24:01.489 INFO kablam! error: build failed Sep 17 13:24:01.489 INFO kablam! su: No module specific data is present Sep 17 13:24:02.229 INFO running `"docker" "rm" "-f" "df8b5343ad7ccc6d2f19e896a5e979e038fb7f27cca90e3e1035c2134441c2f4"` Sep 17 13:24:02.479 INFO blam! df8b5343ad7ccc6d2f19e896a5e979e038fb7f27cca90e3e1035c2134441c2f4