Sep 19 20:14:42.839 INFO checking shortcut-4.1.2 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:14:42.839 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:14:42.840 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:14:43.793 INFO blam! 8d8d89ce74062f2d6b13e3a7672aee1d2e2f4e9b3fd6dd66e05b96fa7edf1e63 Sep 19 20:14:43.795 INFO running `"docker" "start" "-a" "8d8d89ce74062f2d6b13e3a7672aee1d2e2f4e9b3fd6dd66e05b96fa7edf1e63"` Sep 19 20:14:44.302 INFO kablam! usermod: no changes Sep 19 20:14:44.342 INFO kablam! Checking shortcut v4.1.2 (/source) Sep 19 20:14:44.698 INFO kablam! warning: variable does not need to be mutable Sep 19 20:14:44.698 INFO kablam! --> src/idx.rs:55:21 Sep 19 20:14:44.698 INFO kablam! | Sep 19 20:14:44.698 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 19 20:14:44.698 INFO kablam! | ----^ Sep 19 20:14:44.698 INFO kablam! | | Sep 19 20:14:44.698 INFO kablam! | help: remove this `mut` Sep 19 20:14:44.698 INFO kablam! | Sep 19 20:14:44.698 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:14:44.698 INFO kablam! Sep 19 20:14:44.709 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 19 20:14:44.709 INFO kablam! --> src/lib.rs:29:25 Sep 19 20:14:44.709 INFO kablam! | Sep 19 20:14:44.709 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 19 20:14:44.709 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:14:44.709 INFO kablam! | Sep 19 20:14:44.709 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 20:14:44.709 INFO kablam! Sep 19 20:14:44.709 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 19 20:14:44.709 INFO kablam! --> src/lib.rs:29:12 Sep 19 20:14:44.709 INFO kablam! | Sep 19 20:14:44.709 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 19 20:14:44.709 INFO kablam! | ^^^^^^^^^^^ Sep 19 20:14:44.709 INFO kablam! Sep 19 20:14:44.817 INFO kablam! warning: variable does not need to be mutable Sep 19 20:14:44.817 INFO kablam! --> src/idx.rs:55:21 Sep 19 20:14:44.817 INFO kablam! | Sep 19 20:14:44.817 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 19 20:14:44.817 INFO kablam! | ----^ Sep 19 20:14:44.817 INFO kablam! | | Sep 19 20:14:44.817 INFO kablam! | help: remove this `mut` Sep 19 20:14:44.817 INFO kablam! | Sep 19 20:14:44.817 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:14:44.817 INFO kablam! Sep 19 20:14:44.835 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 19 20:14:44.836 INFO kablam! --> src/lib.rs:29:25 Sep 19 20:14:44.836 INFO kablam! | Sep 19 20:14:44.836 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 19 20:14:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 20:14:44.836 INFO kablam! | Sep 19 20:14:44.836 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 20:14:44.836 INFO kablam! Sep 19 20:14:44.836 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 19 20:14:44.836 INFO kablam! --> src/lib.rs:29:12 Sep 19 20:14:44.836 INFO kablam! | Sep 19 20:14:44.836 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 19 20:14:44.836 INFO kablam! | ^^^^^^^^^^^ Sep 19 20:14:44.836 INFO kablam! Sep 19 20:14:45.096 INFO kablam! error[E0308]: mismatched types Sep 19 20:14:45.096 INFO kablam! --> benches/bench.rs:62:59 Sep 19 20:14:45.096 INFO kablam! | Sep 19 20:14:45.096 INFO kablam! 62 | cmp: cmp::Comparison::Equal(cmp::Value::Const(format!("{}", i))), Sep 19 20:14:45.096 INFO kablam! | ^^^^^^^^^^^^^^^^ expected enum `std::borrow::Cow`, found struct `std::string::String` Sep 19 20:14:45.096 INFO kablam! | Sep 19 20:14:45.096 INFO kablam! = note: expected type `std::borrow::Cow<'_, _>` Sep 19 20:14:45.096 INFO kablam! found type `std::string::String` Sep 19 20:14:45.096 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 19 20:14:45.096 INFO kablam! Sep 19 20:14:45.104 INFO kablam! error: aborting due to previous error Sep 19 20:14:45.104 INFO kablam! Sep 19 20:14:45.104 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 20:14:45.111 INFO kablam! error: Could not compile `shortcut`. Sep 19 20:14:45.111 INFO kablam! Sep 19 20:14:45.111 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:14:45.113 INFO kablam! su: No module specific data is present Sep 19 20:14:46.041 INFO running `"docker" "rm" "-f" "8d8d89ce74062f2d6b13e3a7672aee1d2e2f4e9b3fd6dd66e05b96fa7edf1e63"` Sep 19 20:14:46.155 INFO blam! 8d8d89ce74062f2d6b13e3a7672aee1d2e2f4e9b3fd6dd66e05b96fa7edf1e63