Sep 17 13:23:55.830 INFO checking cbarrick/ripl against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 13:23:55.830 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 13:23:55.830 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-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.023 INFO blam! 1c323f52a362e9713097e1fd33c44d3b30001819347eaf50dc8dbdf02185d7e8 Sep 17 13:23:56.025 INFO running `"docker" "start" "-a" "1c323f52a362e9713097e1fd33c44d3b30001819347eaf50dc8dbdf02185d7e8"` Sep 17 13:23:57.115 INFO kablam! usermod: no changes Sep 17 13:23:57.191 INFO kablam! Checking lazy_static v0.2.5 Sep 17 13:23:57.199 INFO kablam! Checking rand v0.3.15 Sep 17 13:23:57.199 INFO kablam! Checking aho-corasick v0.6.3 Sep 17 13:23:57.199 INFO kablam! Checking thread_local v0.3.3 Sep 17 13:23:57.199 INFO kablam! Checking ordered-float v0.4.0 Sep 17 13:23:58.049 INFO kablam! Checking regex v0.2.1 Sep 17 13:23:59.973 INFO kablam! Checking ripl v0.1.0-master (/source) Sep 17 13:24:00.676 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.676 INFO kablam! --> src/collections/clone_map.rs:217:13 Sep 17 13:24:00.676 INFO kablam! | Sep 17 13:24:00.676 INFO kablam! 217 | let mut root = Arc::make_mut(&mut self.root); Sep 17 13:24:00.677 INFO kablam! | ----^^^^ Sep 17 13:24:00.677 INFO kablam! | | Sep 17 13:24:00.677 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.678 INFO kablam! | Sep 17 13:24:00.678 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 17 13:24:00.678 INFO kablam! Sep 17 13:24:00.678 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.679 INFO kablam! --> src/collections/clone_map.rs:244:13 Sep 17 13:24:00.679 INFO kablam! | Sep 17 13:24:00.680 INFO kablam! 244 | let mut root = Arc::make_mut(&mut self.root); Sep 17 13:24:00.680 INFO kablam! | ----^^^^ Sep 17 13:24:00.680 INFO kablam! | | Sep 17 13:24:00.680 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.680 INFO kablam! Sep 17 13:24:00.684 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.684 INFO kablam! --> src/collections/clone_map.rs:363:17 Sep 17 13:24:00.685 INFO kablam! | Sep 17 13:24:00.685 INFO kablam! 363 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 17 13:24:00.685 INFO kablam! | ----^^^^^^ Sep 17 13:24:00.685 INFO kablam! | | Sep 17 13:24:00.685 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.685 INFO kablam! Sep 17 13:24:00.686 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.686 INFO kablam! --> src/collections/clone_map.rs:364:17 Sep 17 13:24:00.686 INFO kablam! | Sep 17 13:24:00.686 INFO kablam! 364 | let mut branch = Arc::make_mut(branch); Sep 17 13:24:00.686 INFO kablam! | ----^^^^^^ Sep 17 13:24:00.687 INFO kablam! | | Sep 17 13:24:00.687 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.687 INFO kablam! Sep 17 13:24:00.691 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.691 INFO kablam! --> src/collections/clone_map.rs:426:13 Sep 17 13:24:00.691 INFO kablam! | Sep 17 13:24:00.691 INFO kablam! 426 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 17 13:24:00.691 INFO kablam! | ----^^^^^^ Sep 17 13:24:00.692 INFO kablam! | | Sep 17 13:24:00.692 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.692 INFO kablam! Sep 17 13:24:00.692 INFO kablam! warning: variable does not need to be mutable Sep 17 13:24:00.692 INFO kablam! --> src/collections/clone_map.rs:427:13 Sep 17 13:24:00.692 INFO kablam! | Sep 17 13:24:00.693 INFO kablam! 427 | let mut branch = Arc::make_mut(branch); Sep 17 13:24:00.693 INFO kablam! | ----^^^^^^ Sep 17 13:24:00.693 INFO kablam! | | Sep 17 13:24:00.693 INFO kablam! | help: remove this `mut` Sep 17 13:24:00.693 INFO kablam! Sep 17 13:24:00.930 INFO kablam! error[E0308]: mismatched types Sep 17 13:24:00.931 INFO kablam! --> src/syntax/parser.rs:369:19 Sep 17 13:24:00.931 INFO kablam! | Sep 17 13:24:00.931 INFO kablam! 369 | Float(456.789), Sep 17 13:24:00.931 INFO kablam! | ^^^^^^^ Sep 17 13:24:00.931 INFO kablam! | | Sep 17 13:24:00.931 INFO kablam! | expected struct `ordered_float::OrderedFloat`, found floating-point variable Sep 17 13:24:00.931 INFO kablam! | help: try using a variant of the expected type: `ordered_float::OrderedFloat(456.789)` Sep 17 13:24:00.931 INFO kablam! | Sep 17 13:24:00.931 INFO kablam! = note: expected type `ordered_float::OrderedFloat` Sep 17 13:24:00.931 INFO kablam! found type `{float}` Sep 17 13:24:00.931 INFO kablam! Sep 17 13:24:01.031 INFO kablam! error: aborting due to previous error Sep 17 13:24:01.031 INFO kablam! Sep 17 13:24:01.035 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 13:24:01.039 INFO kablam! error: Could not compile `ripl`. Sep 17 13:24:01.039 INFO kablam! Sep 17 13:24:01.039 INFO kablam! To learn more, run the command again with --verbose. Sep 17 13:24:01.040 INFO kablam! su: No module specific data is present Sep 17 13:24:01.783 INFO running `"docker" "rm" "-f" "1c323f52a362e9713097e1fd33c44d3b30001819347eaf50dc8dbdf02185d7e8"` Sep 17 13:24:02.087 INFO blam! 1c323f52a362e9713097e1fd33c44d3b30001819347eaf50dc8dbdf02185d7e8