Oct 27 18:33:04.745 INFO checking object-space-0.1.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 18:33:04.745 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 18:33:05.168 INFO blam! 41a48519f9823c4f654df40b63c13cec91adc761d19763f8478ca123f4f595a4 Oct 27 18:33:05.171 INFO running `"docker" "start" "-a" "41a48519f9823c4f654df40b63c13cec91adc761d19763f8478ca123f4f595a4"` Oct 27 18:33:06.107 INFO kablam! usermod: no changes Oct 27 18:33:06.275 INFO kablam! Checking chashmap v2.2.0 Oct 27 18:33:07.522 INFO kablam! Checking object-space v0.1.1 (/source) Oct 27 18:33:09.736 INFO kablam! warning: unused import: `super::*` Oct 27 18:33:09.736 INFO kablam! --> src/object_space.rs:859:9 Oct 27 18:33:09.737 INFO kablam! | Oct 27 18:33:09.737 INFO kablam! 859 | use super::*; Oct 27 18:33:09.737 INFO kablam! | ^^^^^^^^ Oct 27 18:33:09.737 INFO kablam! | Oct 27 18:33:09.738 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:33:09.738 INFO kablam! Oct 27 18:33:10.807 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 27 18:33:10.808 INFO kablam! --> src/lib.rs:134:12 Oct 27 18:33:10.808 INFO kablam! | Oct 27 18:33:10.808 INFO kablam! 134 | #![feature(collections_range)] Oct 27 18:33:10.808 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 18:33:10.809 INFO kablam! | Oct 27 18:33:10.809 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:33:10.809 INFO kablam! Oct 27 18:33:13.251 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 27 18:33:13.251 INFO kablam! --> src/lib.rs:134:12 Oct 27 18:33:13.251 INFO kablam! | Oct 27 18:33:13.251 INFO kablam! 134 | #![feature(collections_range)] Oct 27 18:33:13.259 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 18:33:13.283 INFO kablam! | Oct 27 18:33:13.283 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:33:13.283 INFO kablam! Oct 27 18:33:17.231 INFO kablam! warning: method is never used: `get_reminder_until_time` Oct 27 18:33:17.231 INFO kablam! --> examples/reminder.rs:150:5 Oct 27 18:33:17.231 INFO kablam! | Oct 27 18:33:17.232 INFO kablam! 150 | / fn get_reminder_until_time<'a>( Oct 27 18:33:17.232 INFO kablam! 151 | | &'a self, Oct 27 18:33:17.232 INFO kablam! 152 | | time: DateTime, Oct 27 18:33:17.232 INFO kablam! 153 | | ) -> Box + 'a> { Oct 27 18:33:17.233 INFO kablam! 154 | | self.space Oct 27 18:33:17.233 INFO kablam! 155 | | .read_all_by_range::("time", Utc::now().timestamp()..time.timestamp()) Oct 27 18:33:17.233 INFO kablam! 156 | | } Oct 27 18:33:17.234 INFO kablam! | |_____^ Oct 27 18:33:17.234 INFO kablam! | Oct 27 18:33:17.235 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:33:17.235 INFO kablam! Oct 27 18:33:17.235 INFO kablam! warning: method is never used: `edit_reminder_content` Oct 27 18:33:17.236 INFO kablam! --> examples/reminder.rs:181:5 Oct 27 18:33:17.236 INFO kablam! | Oct 27 18:33:17.236 INFO kablam! 181 | fn edit_reminder_content(&self, id: isize, content: &str) { Oct 27 18:33:17.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:17.237 INFO kablam! Oct 27 18:33:17.237 INFO kablam! warning: method is never used: `edit_reminder_time` Oct 27 18:33:17.237 INFO kablam! --> examples/reminder.rs:196:5 Oct 27 18:33:17.238 INFO kablam! | Oct 27 18:33:17.238 INFO kablam! 196 | fn edit_reminder_time(&self, id: isize, time: DateTime) { Oct 27 18:33:17.238 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:17.239 INFO kablam! Oct 27 18:33:18.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.82s Oct 27 18:33:18.963 INFO kablam! su: No module specific data is present Oct 27 18:33:19.797 INFO running `"docker" "rm" "-f" "41a48519f9823c4f654df40b63c13cec91adc761d19763f8478ca123f4f595a4"` Oct 27 18:33:20.004 INFO blam! 41a48519f9823c4f654df40b63c13cec91adc761d19763f8478ca123f4f595a4