Oct 27 18:33:05.083 INFO checking object-space-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:33:05.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 18:33:05.500 INFO blam! ebe6a4fcdbc3754cda70f23da09ff618c214ab76bf00b5dd25f4f7032fb4d42f Oct 27 18:33:05.507 INFO running `"docker" "start" "-a" "ebe6a4fcdbc3754cda70f23da09ff618c214ab76bf00b5dd25f4f7032fb4d42f"` Oct 27 18:33:06.263 INFO kablam! usermod: no changes Oct 27 18:33:06.451 INFO kablam! Checking parking_lot v0.3.8 Oct 27 18:33:07.785 INFO kablam! Checking chashmap v2.2.0 Oct 27 18:33:09.063 INFO kablam! Checking object-space v0.1.1 (/source) Oct 27 18:33:11.139 INFO kablam! warning: unused import: `super::*` Oct 27 18:33:11.139 INFO kablam! --> src/object_space.rs:859:9 Oct 27 18:33:11.139 INFO kablam! | Oct 27 18:33:11.139 INFO kablam! 859 | use super::*; Oct 27 18:33:11.139 INFO kablam! | ^^^^^^^^ Oct 27 18:33:11.139 INFO kablam! | Oct 27 18:33:11.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 18:33:11.139 INFO kablam! Oct 27 18:33:12.615 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:12.616 INFO kablam! --> src/lib.rs:134:12 Oct 27 18:33:12.616 INFO kablam! | Oct 27 18:33:12.617 INFO kablam! 134 | #![feature(collections_range)] Oct 27 18:33:12.617 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 18:33:12.618 INFO kablam! | Oct 27 18:33:12.619 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:33:12.619 INFO kablam! Oct 27 18:33:14.239 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:14.240 INFO kablam! --> src/lib.rs:134:12 Oct 27 18:33:14.240 INFO kablam! | Oct 27 18:33:14.241 INFO kablam! 134 | #![feature(collections_range)] Oct 27 18:33:14.241 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 18:33:14.242 INFO kablam! | Oct 27 18:33:14.243 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 18:33:14.243 INFO kablam! Oct 27 18:33:19.571 INFO kablam! warning: method is never used: `get_reminder_until_time` Oct 27 18:33:19.571 INFO kablam! --> examples/reminder.rs:150:5 Oct 27 18:33:19.571 INFO kablam! | Oct 27 18:33:19.571 INFO kablam! 150 | / fn get_reminder_until_time<'a>( Oct 27 18:33:19.571 INFO kablam! 151 | | &'a self, Oct 27 18:33:19.571 INFO kablam! 152 | | time: DateTime, Oct 27 18:33:19.571 INFO kablam! 153 | | ) -> Box + 'a> { Oct 27 18:33:19.571 INFO kablam! 154 | | self.space Oct 27 18:33:19.571 INFO kablam! 155 | | .read_all_by_range::("time", Utc::now().timestamp()..time.timestamp()) Oct 27 18:33:19.571 INFO kablam! 156 | | } Oct 27 18:33:19.571 INFO kablam! | |_____^ Oct 27 18:33:19.571 INFO kablam! | Oct 27 18:33:19.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 18:33:19.571 INFO kablam! Oct 27 18:33:19.571 INFO kablam! warning: method is never used: `edit_reminder_content` Oct 27 18:33:19.571 INFO kablam! --> examples/reminder.rs:181:5 Oct 27 18:33:19.571 INFO kablam! | Oct 27 18:33:19.571 INFO kablam! 181 | fn edit_reminder_content(&self, id: isize, content: &str) { Oct 27 18:33:19.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:19.571 INFO kablam! Oct 27 18:33:19.571 INFO kablam! warning: method is never used: `edit_reminder_time` Oct 27 18:33:19.571 INFO kablam! --> examples/reminder.rs:196:5 Oct 27 18:33:19.571 INFO kablam! | Oct 27 18:33:19.571 INFO kablam! 196 | fn edit_reminder_time(&self, id: isize, time: DateTime) { Oct 27 18:33:19.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:33:19.571 INFO kablam! Oct 27 18:33:20.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.88s Oct 27 18:33:20.180 INFO kablam! su: No module specific data is present Oct 27 18:33:20.793 INFO running `"docker" "rm" "-f" "ebe6a4fcdbc3754cda70f23da09ff618c214ab76bf00b5dd25f4f7032fb4d42f"` Oct 27 18:33:21.127 INFO blam! ebe6a4fcdbc3754cda70f23da09ff618c214ab76bf00b5dd25f4f7032fb4d42f