Sep 19 23:26:49.275 INFO checking object-space-0.1.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 23:26:49.275 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 23:26:49.275 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:26:49.590 INFO blam! 5c3eacd9c1b83949576354b2ecb5a8caf506d0758612d8d875b789cfbf97dbf6 Sep 19 23:26:49.592 INFO running `"docker" "start" "-a" "5c3eacd9c1b83949576354b2ecb5a8caf506d0758612d8d875b789cfbf97dbf6"` Sep 19 23:26:50.212 INFO kablam! usermod: no changes Sep 19 23:26:50.382 INFO kablam! Checking owning_ref v0.2.4 Sep 19 23:26:50.699 INFO kablam! Checking parking_lot v0.3.8 Sep 19 23:26:51.161 INFO kablam! Checking chashmap v2.2.0 Sep 19 23:26:51.627 INFO kablam! Checking object-space v0.1.1 (/source) Sep 19 23:26:52.258 INFO kablam! warning: unused import: `super::*` Sep 19 23:26:52.258 INFO kablam! --> src/object_space.rs:859:9 Sep 19 23:26:52.258 INFO kablam! | Sep 19 23:26:52.258 INFO kablam! 859 | use super::*; Sep 19 23:26:52.258 INFO kablam! | ^^^^^^^^ Sep 19 23:26:52.258 INFO kablam! | Sep 19 23:26:52.258 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:26:52.258 INFO kablam! Sep 19 23:26:53.186 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 23:26:53.186 INFO kablam! --> src/lib.rs:134:12 Sep 19 23:26:53.186 INFO kablam! | Sep 19 23:26:53.186 INFO kablam! 134 | #![feature(collections_range)] Sep 19 23:26:53.186 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:26:53.186 INFO kablam! | Sep 19 23:26:53.186 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:26:53.186 INFO kablam! Sep 19 23:26:54.122 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 19 23:26:54.122 INFO kablam! --> src/lib.rs:134:12 Sep 19 23:26:54.122 INFO kablam! | Sep 19 23:26:54.122 INFO kablam! 134 | #![feature(collections_range)] Sep 19 23:26:54.122 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:26:54.122 INFO kablam! | Sep 19 23:26:54.122 INFO kablam! = note: #[warn(stable_features)] on by default Sep 19 23:26:54.122 INFO kablam! Sep 19 23:26:54.698 INFO kablam! warning: method is never used: `get_reminder_until_time` Sep 19 23:26:54.698 INFO kablam! --> examples/reminder.rs:150:5 Sep 19 23:26:54.698 INFO kablam! | Sep 19 23:26:54.698 INFO kablam! 150 | / fn get_reminder_until_time<'a>( Sep 19 23:26:54.698 INFO kablam! 151 | | &'a self, Sep 19 23:26:54.698 INFO kablam! 152 | | time: DateTime, Sep 19 23:26:54.698 INFO kablam! 153 | | ) -> Box + 'a> { Sep 19 23:26:54.698 INFO kablam! 154 | | self.space Sep 19 23:26:54.698 INFO kablam! 155 | | .read_all_by_range::("time", Utc::now().timestamp()..time.timestamp()) Sep 19 23:26:54.698 INFO kablam! 156 | | } Sep 19 23:26:54.698 INFO kablam! | |_____^ Sep 19 23:26:54.698 INFO kablam! | Sep 19 23:26:54.698 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 23:26:54.698 INFO kablam! Sep 19 23:26:54.698 INFO kablam! warning: method is never used: `edit_reminder_content` Sep 19 23:26:54.698 INFO kablam! --> examples/reminder.rs:181:5 Sep 19 23:26:54.698 INFO kablam! | Sep 19 23:26:54.698 INFO kablam! 181 | fn edit_reminder_content(&self, id: isize, content: &str) { Sep 19 23:26:54.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:26:54.698 INFO kablam! Sep 19 23:26:54.698 INFO kablam! warning: method is never used: `edit_reminder_time` Sep 19 23:26:54.698 INFO kablam! --> examples/reminder.rs:196:5 Sep 19 23:26:54.698 INFO kablam! | Sep 19 23:26:54.698 INFO kablam! 196 | fn edit_reminder_time(&self, id: isize, time: DateTime) { Sep 19 23:26:54.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:26:54.698 INFO kablam! Sep 19 23:26:55.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.14s Sep 19 23:26:55.391 INFO kablam! su: No module specific data is present Sep 19 23:26:56.051 INFO running `"docker" "rm" "-f" "5c3eacd9c1b83949576354b2ecb5a8caf506d0758612d8d875b789cfbf97dbf6"` Sep 19 23:26:56.153 INFO blam! 5c3eacd9c1b83949576354b2ecb5a8caf506d0758612d8d875b789cfbf97dbf6