Sep 01 23:58:16.465 INFO checking shortcut-4.1.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:58:16.465 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:58:16.465 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:58:18.370 INFO blam! fc37855e37910a5d8be15d6f8cc97562523d681eb4b70068f1c24e2385e389e9 Sep 01 23:58:18.373 INFO running `"docker" "start" "-a" "fc37855e37910a5d8be15d6f8cc97562523d681eb4b70068f1c24e2385e389e9"` Sep 01 23:58:21.625 INFO kablam! Checking shortcut v4.1.2 (file:///source) Sep 01 23:58:22.515 INFO kablam! warning: variable does not need to be mutable Sep 01 23:58:22.516 INFO kablam! --> src/idx.rs:55:21 Sep 01 23:58:22.516 INFO kablam! | Sep 01 23:58:22.516 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 01 23:58:22.516 INFO kablam! | ----^ Sep 01 23:58:22.516 INFO kablam! | | Sep 01 23:58:22.516 INFO kablam! | help: remove this `mut` Sep 01 23:58:22.516 INFO kablam! | Sep 01 23:58:22.516 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:58:22.516 INFO kablam! Sep 01 23:58:22.549 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 01 23:58:22.549 INFO kablam! --> src/lib.rs:29:25 Sep 01 23:58:22.549 INFO kablam! | Sep 01 23:58:22.549 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 01 23:58:22.550 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:58:22.550 INFO kablam! | Sep 01 23:58:22.550 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 23:58:22.550 INFO kablam! Sep 01 23:58:22.550 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 01 23:58:22.550 INFO kablam! --> src/lib.rs:29:12 Sep 01 23:58:22.550 INFO kablam! | Sep 01 23:58:22.550 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 01 23:58:22.550 INFO kablam! | ^^^^^^^^^^^ Sep 01 23:58:22.550 INFO kablam! Sep 01 23:58:23.043 INFO kablam! warning: variable does not need to be mutable Sep 01 23:58:23.043 INFO kablam! --> src/idx.rs:55:21 Sep 01 23:58:23.043 INFO kablam! | Sep 01 23:58:23.043 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Sep 01 23:58:23.043 INFO kablam! | ----^ Sep 01 23:58:23.043 INFO kablam! | | Sep 01 23:58:23.043 INFO kablam! | help: remove this `mut` Sep 01 23:58:23.043 INFO kablam! | Sep 01 23:58:23.043 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 23:58:23.043 INFO kablam! Sep 01 23:58:23.105 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 01 23:58:23.105 INFO kablam! --> src/lib.rs:29:25 Sep 01 23:58:23.105 INFO kablam! | Sep 01 23:58:23.105 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 01 23:58:23.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:58:23.105 INFO kablam! | Sep 01 23:58:23.106 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 23:58:23.106 INFO kablam! Sep 01 23:58:23.106 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Sep 01 23:58:23.107 INFO kablam! --> src/lib.rs:29:12 Sep 01 23:58:23.107 INFO kablam! | Sep 01 23:58:23.107 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Sep 01 23:58:23.107 INFO kablam! | ^^^^^^^^^^^ Sep 01 23:58:23.107 INFO kablam! Sep 01 23:58:23.728 INFO kablam! error[E0308]: mismatched types Sep 01 23:58:23.728 INFO kablam! --> benches/bench.rs:62:59 Sep 01 23:58:23.728 INFO kablam! | Sep 01 23:58:23.728 INFO kablam! 62 | cmp: cmp::Comparison::Equal(cmp::Value::Const(format!("{}", i))), Sep 01 23:58:23.728 INFO kablam! | ^^^^^^^^^^^^^^^^ expected enum `std::borrow::Cow`, found struct `std::string::String` Sep 01 23:58:23.729 INFO kablam! | Sep 01 23:58:23.729 INFO kablam! = note: expected type `std::borrow::Cow<'_, _>` Sep 01 23:58:23.729 INFO kablam! found type `std::string::String` Sep 01 23:58:23.729 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 01 23:58:23.729 INFO kablam! Sep 01 23:58:23.751 INFO kablam! error: aborting due to previous error Sep 01 23:58:23.751 INFO kablam! Sep 01 23:58:23.751 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 23:58:23.763 INFO kablam! error: Could not compile `shortcut`. Sep 01 23:58:23.763 INFO kablam! Sep 01 23:58:23.763 INFO kablam! To learn more, run the command again with --verbose. Sep 01 23:58:23.764 INFO kablam! su: No module specific data is present Sep 01 23:58:24.297 INFO running `"docker" "rm" "-f" "fc37855e37910a5d8be15d6f8cc97562523d681eb4b70068f1c24e2385e389e9"` Sep 01 23:58:24.431 INFO blam! fc37855e37910a5d8be15d6f8cc97562523d681eb4b70068f1c24e2385e389e9