Sep 10 09:49:47.274 INFO checking shortcut-4.1.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 09:49:47.274 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 09:49:47.274 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/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 09:49:47.515 INFO blam! 5dbef52b77482d42e7b513bae3d9106846ea3e8ff4875eeae385321e4ccf0153 Sep 10 09:49:47.518 INFO running `"docker" "start" "-a" "5dbef52b77482d42e7b513bae3d9106846ea3e8ff4875eeae385321e4ccf0153"` Sep 10 09:49:48.425 INFO kablam! usermod: no changes Sep 10 09:49:48.486 INFO kablam! Checking shortcut v4.1.2 (file:///source) Sep 10 09:49:48.801 INFO kablam! warning: variable does not need to be mutable Sep 10 09:49:48.801 INFO kablam! --> src/idx.rs:55:21 Sep 10 09:49:48.802 INFO kablam! | Sep 10 09:49:48.802 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 10 09:49:48.802 INFO kablam! | ----^ Sep 10 09:49:48.802 INFO kablam! | | Sep 10 09:49:48.802 INFO kablam! | help: remove this `mut` Sep 10 09:49:48.802 INFO kablam! | Sep 10 09:49:48.802 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 09:49:48.802 INFO kablam! Sep 10 09:49:48.811 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 10 09:49:48.811 INFO kablam! --> src/lib.rs:29:25 Sep 10 09:49:48.811 INFO kablam! | Sep 10 09:49:48.811 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 10 09:49:48.811 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 09:49:48.811 INFO kablam! | Sep 10 09:49:48.811 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 09:49:48.811 INFO kablam! Sep 10 09:49:48.811 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 10 09:49:48.811 INFO kablam! --> src/lib.rs:29:12 Sep 10 09:49:48.811 INFO kablam! | Sep 10 09:49:48.811 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 10 09:49:48.811 INFO kablam! | ^^^^^^^^^^^ Sep 10 09:49:48.811 INFO kablam! Sep 10 09:49:49.026 INFO kablam! warning: variable does not need to be mutable Sep 10 09:49:49.026 INFO kablam! --> src/idx.rs:55:21 Sep 10 09:49:49.026 INFO kablam! | Sep 10 09:49:49.026 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 10 09:49:49.026 INFO kablam! | ----^ Sep 10 09:49:49.026 INFO kablam! | | Sep 10 09:49:49.026 INFO kablam! | help: remove this `mut` Sep 10 09:49:49.026 INFO kablam! | Sep 10 09:49:49.026 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 09:49:49.026 INFO kablam! Sep 10 09:49:49.045 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 10 09:49:49.045 INFO kablam! --> src/lib.rs:29:25 Sep 10 09:49:49.045 INFO kablam! | Sep 10 09:49:49.045 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 10 09:49:49.045 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 09:49:49.045 INFO kablam! | Sep 10 09:49:49.045 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 09:49:49.045 INFO kablam! Sep 10 09:49:49.049 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 10 09:49:49.049 INFO kablam! --> src/lib.rs:29:12 Sep 10 09:49:49.049 INFO kablam! | Sep 10 09:49:49.049 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 10 09:49:49.049 INFO kablam! | ^^^^^^^^^^^ Sep 10 09:49:49.049 INFO kablam! Sep 10 09:49:49.242 INFO kablam! error[E0308]: mismatched types Sep 10 09:49:49.242 INFO kablam! --> benches/bench.rs:62:59 Sep 10 09:49:49.242 INFO kablam! | Sep 10 09:49:49.242 INFO kablam! 62 | cmp: cmp::Comparison::Equal(cmp::Value::Const(format!("{}", i))), Sep 10 09:49:49.242 INFO kablam! | ^^^^^^^^^^^^^^^^ expected enum `std::borrow::Cow`, found struct `std::string::String` Sep 10 09:49:49.242 INFO kablam! | Sep 10 09:49:49.242 INFO kablam! = note: expected type `std::borrow::Cow<'_, _>` Sep 10 09:49:49.242 INFO kablam! found type `std::string::String` Sep 10 09:49:49.242 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 10 09:49:49.242 INFO kablam! Sep 10 09:49:49.250 INFO kablam! error: aborting due to previous error Sep 10 09:49:49.250 INFO kablam! Sep 10 09:49:49.250 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 09:49:49.261 INFO kablam! error: Could not compile `shortcut`. Sep 10 09:49:49.261 INFO kablam! Sep 10 09:49:49.261 INFO kablam! To learn more, run the command again with --verbose. Sep 10 09:49:49.261 INFO kablam! su: No module specific data is present Sep 10 09:49:49.921 INFO running `"docker" "rm" "-f" "5dbef52b77482d42e7b513bae3d9106846ea3e8ff4875eeae385321e4ccf0153"` Sep 10 09:49:50.014 INFO blam! 5dbef52b77482d42e7b513bae3d9106846ea3e8ff4875eeae385321e4ccf0153