Sep 01 12:31:46.575 INFO checking object-space-0.1.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 12:31:46.575 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:31:46.575 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:31:46.818 INFO blam! a6c732289657607fb0c54143035aaf3f7e42ed0cd4cbcf6b7342907b0ebbced5 Sep 01 12:31:46.820 INFO running `"docker" "start" "-a" "a6c732289657607fb0c54143035aaf3f7e42ed0cd4cbcf6b7342907b0ebbced5"` Sep 01 12:31:47.729 INFO kablam! Checking owning_ref v0.2.4 Sep 01 12:31:47.738 INFO kablam! Checking chrono v0.4.6 Sep 01 12:31:48.550 INFO kablam! Checking parking_lot v0.3.8 Sep 01 12:31:50.008 INFO kablam! Checking chashmap v2.2.0 Sep 01 12:31:51.312 INFO kablam! Checking object-space v0.1.1 (file:///source) Sep 01 12:31:52.667 INFO kablam! warning: unused import: `super::*` Sep 01 12:31:52.668 INFO kablam! --> src/object_space.rs:859:9 Sep 01 12:31:52.669 INFO kablam! | Sep 01 12:31:52.669 INFO kablam! 859 | use super::*; Sep 01 12:31:52.669 INFO kablam! | ^^^^^^^^ Sep 01 12:31:52.671 INFO kablam! | Sep 01 12:31:52.671 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 12:31:52.671 INFO kablam! Sep 01 12:31:54.420 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 01 12:31:54.420 INFO kablam! --> src/lib.rs:134:12 Sep 01 12:31:54.420 INFO kablam! | Sep 01 12:31:54.420 INFO kablam! 134 | #![feature(collections_range)] Sep 01 12:31:54.420 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 12:31:54.420 INFO kablam! | Sep 01 12:31:54.420 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 12:31:54.420 INFO kablam! Sep 01 12:31:55.871 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Sep 01 12:31:55.871 INFO kablam! --> src/lib.rs:134:12 Sep 01 12:31:55.871 INFO kablam! | Sep 01 12:31:55.871 INFO kablam! 134 | #![feature(collections_range)] Sep 01 12:31:55.871 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 12:31:55.871 INFO kablam! | Sep 01 12:31:55.872 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 12:31:55.872 INFO kablam! Sep 01 12:31:56.851 INFO kablam! warning: method is never used: `get_reminder_until_time` Sep 01 12:31:56.851 INFO kablam! --> examples/reminder.rs:150:5 Sep 01 12:31:56.851 INFO kablam! | Sep 01 12:31:56.851 INFO kablam! 150 | / fn get_reminder_until_time<'a>( Sep 01 12:31:56.851 INFO kablam! 151 | | &'a self, Sep 01 12:31:56.851 INFO kablam! 152 | | time: DateTime, Sep 01 12:31:56.851 INFO kablam! 153 | | ) -> Box + 'a> { Sep 01 12:31:56.851 INFO kablam! 154 | | self.space Sep 01 12:31:56.851 INFO kablam! 155 | | .read_all_by_range::("time", Utc::now().timestamp()..time.timestamp()) Sep 01 12:31:56.851 INFO kablam! 156 | | } Sep 01 12:31:56.851 INFO kablam! | |_____^ Sep 01 12:31:56.851 INFO kablam! | Sep 01 12:31:56.851 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 12:31:56.851 INFO kablam! Sep 01 12:31:56.851 INFO kablam! warning: method is never used: `edit_reminder_content` Sep 01 12:31:56.851 INFO kablam! --> examples/reminder.rs:181:5 Sep 01 12:31:56.851 INFO kablam! | Sep 01 12:31:56.851 INFO kablam! 181 | fn edit_reminder_content(&self, id: isize, content: &str) { Sep 01 12:31:56.851 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:31:56.852 INFO kablam! Sep 01 12:31:56.852 INFO kablam! warning: method is never used: `edit_reminder_time` Sep 01 12:31:56.852 INFO kablam! --> examples/reminder.rs:196:5 Sep 01 12:31:56.852 INFO kablam! | Sep 01 12:31:56.852 INFO kablam! 196 | fn edit_reminder_time(&self, id: isize, time: DateTime) { Sep 01 12:31:56.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 12:31:56.853 INFO kablam! Sep 01 12:31:57.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.15s Sep 01 12:31:57.731 INFO kablam! su: No module specific data is present Sep 01 12:31:58.183 INFO running `"docker" "rm" "-f" "a6c732289657607fb0c54143035aaf3f7e42ed0cd4cbcf6b7342907b0ebbced5"` Sep 01 12:31:58.298 INFO blam! a6c732289657607fb0c54143035aaf3f7e42ed0cd4cbcf6b7342907b0ebbced5