Sep 19 14:12:27.026 INFO checking cbarrick/ripl against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 14:12:27.026 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 14:12:27.027 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 14:12:27.429 INFO blam! 6e5258bd8d0057f43b410cd6a973b765c0e53d51465b76ca768870e8f1c70c59 Sep 19 14:12:27.431 INFO running `"docker" "start" "-a" "6e5258bd8d0057f43b410cd6a973b765c0e53d51465b76ca768870e8f1c70c59"` Sep 19 14:12:29.068 INFO kablam! usermod: no changes Sep 19 14:12:29.155 INFO kablam! Checking memchr v1.0.1 Sep 19 14:12:29.155 INFO kablam! Checking thread-id v3.0.0 Sep 19 14:12:29.155 INFO kablam! Checking ordered-float v0.4.0 Sep 19 14:12:29.639 INFO kablam! Checking thread_local v0.3.3 Sep 19 14:12:29.766 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 14:12:30.586 INFO kablam! Checking regex v0.2.1 Sep 19 14:12:32.897 INFO kablam! Checking ripl v0.1.0-master (/source) Sep 19 14:12:34.874 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.874 INFO kablam! --> src/collections/clone_map.rs:217:13 Sep 19 14:12:34.874 INFO kablam! | Sep 19 14:12:34.874 INFO kablam! 217 | let mut root = Arc::make_mut(&mut self.root); Sep 19 14:12:34.874 INFO kablam! | ----^^^^ Sep 19 14:12:34.874 INFO kablam! | | Sep 19 14:12:34.874 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.874 INFO kablam! | Sep 19 14:12:34.875 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 14:12:34.875 INFO kablam! Sep 19 14:12:34.875 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.875 INFO kablam! --> src/collections/clone_map.rs:244:13 Sep 19 14:12:34.875 INFO kablam! | Sep 19 14:12:34.875 INFO kablam! 244 | let mut root = Arc::make_mut(&mut self.root); Sep 19 14:12:34.875 INFO kablam! | ----^^^^ Sep 19 14:12:34.875 INFO kablam! | | Sep 19 14:12:34.875 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.875 INFO kablam! Sep 19 14:12:34.891 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.891 INFO kablam! --> src/collections/clone_map.rs:363:17 Sep 19 14:12:34.891 INFO kablam! | Sep 19 14:12:34.891 INFO kablam! 363 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 19 14:12:34.891 INFO kablam! | ----^^^^^^ Sep 19 14:12:34.891 INFO kablam! | | Sep 19 14:12:34.891 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.891 INFO kablam! Sep 19 14:12:34.891 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.891 INFO kablam! --> src/collections/clone_map.rs:364:17 Sep 19 14:12:34.891 INFO kablam! | Sep 19 14:12:34.891 INFO kablam! 364 | let mut branch = Arc::make_mut(branch); Sep 19 14:12:34.891 INFO kablam! | ----^^^^^^ Sep 19 14:12:34.891 INFO kablam! | | Sep 19 14:12:34.891 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.891 INFO kablam! Sep 19 14:12:34.895 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.895 INFO kablam! --> src/collections/clone_map.rs:426:13 Sep 19 14:12:34.895 INFO kablam! | Sep 19 14:12:34.895 INFO kablam! 426 | let mut branch = unsafe { self.branches.get_unchecked_mut(pos) }; Sep 19 14:12:34.895 INFO kablam! | ----^^^^^^ Sep 19 14:12:34.895 INFO kablam! | | Sep 19 14:12:34.895 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.895 INFO kablam! Sep 19 14:12:34.895 INFO kablam! warning: variable does not need to be mutable Sep 19 14:12:34.895 INFO kablam! --> src/collections/clone_map.rs:427:13 Sep 19 14:12:34.895 INFO kablam! | Sep 19 14:12:34.895 INFO kablam! 427 | let mut branch = Arc::make_mut(branch); Sep 19 14:12:34.895 INFO kablam! | ----^^^^^^ Sep 19 14:12:34.895 INFO kablam! | | Sep 19 14:12:34.895 INFO kablam! | help: remove this `mut` Sep 19 14:12:34.895 INFO kablam! Sep 19 14:12:34.991 INFO kablam! error[E0308]: mismatched types Sep 19 14:12:34.991 INFO kablam! --> src/syntax/parser.rs:369:19 Sep 19 14:12:34.991 INFO kablam! | Sep 19 14:12:34.991 INFO kablam! 369 | Float(456.789), Sep 19 14:12:34.991 INFO kablam! | ^^^^^^^ Sep 19 14:12:34.991 INFO kablam! | | Sep 19 14:12:34.991 INFO kablam! | expected struct `ordered_float::OrderedFloat`, found floating-point variable Sep 19 14:12:34.991 INFO kablam! | help: try using a variant of the expected type: `ordered_float::OrderedFloat(456.789)` Sep 19 14:12:34.991 INFO kablam! | Sep 19 14:12:34.991 INFO kablam! = note: expected type `ordered_float::OrderedFloat` Sep 19 14:12:34.991 INFO kablam! found type `{float}` Sep 19 14:12:34.991 INFO kablam! Sep 19 14:12:35.175 INFO kablam! error: aborting due to previous error Sep 19 14:12:35.175 INFO kablam! Sep 19 14:12:35.175 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 14:12:35.204 INFO kablam! error: Could not compile `ripl`. Sep 19 14:12:35.204 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 14:12:35.211 INFO kablam! error: build failed Sep 19 14:12:35.218 INFO kablam! su: No module specific data is present Sep 19 14:12:36.373 INFO running `"docker" "rm" "-f" "6e5258bd8d0057f43b410cd6a973b765c0e53d51465b76ca768870e8f1c70c59"` Sep 19 14:12:36.617 INFO blam! 6e5258bd8d0057f43b410cd6a973b765c0e53d51465b76ca768870e8f1c70c59