Oct 21 23:41:12.509 INFO checking shortcut-4.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:41:12.510 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 23:41:13.004 INFO blam! 65406ce957fb97f7c34125c8146407d9106592daaf0d77e08041e0f0ea370ac1 Oct 21 23:41:13.007 INFO running `"docker" "start" "-a" "65406ce957fb97f7c34125c8146407d9106592daaf0d77e08041e0f0ea370ac1"` Oct 21 23:41:14.152 INFO kablam! usermod: no changes Oct 21 23:41:14.208 INFO kablam! Checking shortcut v4.1.2 (/source) Oct 21 23:41:15.192 INFO kablam! warning: variable does not need to be mutable Oct 21 23:41:15.192 INFO kablam! --> src/idx.rs:55:21 Oct 21 23:41:15.192 INFO kablam! | Oct 21 23:41:15.192 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Oct 21 23:41:15.192 INFO kablam! | ----^ Oct 21 23:41:15.192 INFO kablam! | | Oct 21 23:41:15.192 INFO kablam! | help: remove this `mut` Oct 21 23:41:15.192 INFO kablam! | Oct 21 23:41:15.192 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:41:15.192 INFO kablam! Oct 21 23:41:15.200 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 21 23:41:15.200 INFO kablam! --> src/lib.rs:29:25 Oct 21 23:41:15.200 INFO kablam! | Oct 21 23:41:15.200 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Oct 21 23:41:15.200 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:41:15.200 INFO kablam! | Oct 21 23:41:15.200 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:41:15.200 INFO kablam! Oct 21 23:41:15.200 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 21 23:41:15.200 INFO kablam! --> src/lib.rs:29:12 Oct 21 23:41:15.200 INFO kablam! | Oct 21 23:41:15.200 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Oct 21 23:41:15.200 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:41:15.200 INFO kablam! Oct 21 23:41:15.644 INFO kablam! warning: variable does not need to be mutable Oct 21 23:41:15.644 INFO kablam! --> src/idx.rs:55:21 Oct 21 23:41:15.644 INFO kablam! | Oct 21 23:41:15.644 INFO kablam! 55 | if let Some(mut l) = self.map.get_mut(key) { Oct 21 23:41:15.644 INFO kablam! | ----^ Oct 21 23:41:15.644 INFO kablam! | | Oct 21 23:41:15.644 INFO kablam! | help: remove this `mut` Oct 21 23:41:15.644 INFO kablam! | Oct 21 23:41:15.644 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:41:15.644 INFO kablam! Oct 21 23:41:15.664 INFO kablam! warning: the feature `collections_bound` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 21 23:41:15.664 INFO kablam! --> src/lib.rs:29:25 Oct 21 23:41:15.664 INFO kablam! | Oct 21 23:41:15.664 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Oct 21 23:41:15.664 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 23:41:15.664 INFO kablam! | Oct 21 23:41:15.664 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 23:41:15.664 INFO kablam! Oct 21 23:41:15.664 INFO kablam! warning: the feature `btree_range` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 21 23:41:15.664 INFO kablam! --> src/lib.rs:29:12 Oct 21 23:41:15.664 INFO kablam! | Oct 21 23:41:15.664 INFO kablam! 29 | #![feature(btree_range, collections_bound)] Oct 21 23:41:15.664 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:41:15.664 INFO kablam! Oct 21 23:41:16.885 INFO kablam! error[E0308]: mismatched types Oct 21 23:41:16.885 INFO kablam! --> benches/bench.rs:62:59 Oct 21 23:41:16.885 INFO kablam! | Oct 21 23:41:16.885 INFO kablam! 62 | cmp: cmp::Comparison::Equal(cmp::Value::Const(format!("{}", i))), Oct 21 23:41:16.885 INFO kablam! | ^^^^^^^^^^^^^^^^ expected enum `std::borrow::Cow`, found struct `std::string::String` Oct 21 23:41:16.885 INFO kablam! | Oct 21 23:41:16.885 INFO kablam! = note: expected type `std::borrow::Cow<'_, _>` Oct 21 23:41:16.885 INFO kablam! found type `std::string::String` Oct 21 23:41:16.885 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) Oct 21 23:41:16.885 INFO kablam! Oct 21 23:41:16.890 INFO kablam! error: aborting due to previous error Oct 21 23:41:16.896 INFO kablam! Oct 21 23:41:16.896 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 23:41:16.900 INFO kablam! error: Could not compile `shortcut`. Oct 21 23:41:16.900 INFO kablam! Oct 21 23:41:16.900 INFO kablam! To learn more, run the command again with --verbose. Oct 21 23:41:16.902 INFO kablam! su: No module specific data is present Oct 21 23:41:17.287 INFO running `"docker" "rm" "-f" "65406ce957fb97f7c34125c8146407d9106592daaf0d77e08041e0f0ea370ac1"` Oct 21 23:41:17.443 INFO blam! 65406ce957fb97f7c34125c8146407d9106592daaf0d77e08041e0f0ea370ac1