Oct 13 11:23:25.591 INFO checking object-space-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:23:25.591 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 11:23:25.856 INFO blam! 48cbf417d542bb5c1a5759075d8371211efe6bd2ac159f2be073063d4604c1d9 Oct 13 11:23:25.860 INFO running `"docker" "start" "-a" "48cbf417d542bb5c1a5759075d8371211efe6bd2ac159f2be073063d4604c1d9"` Oct 13 11:23:26.460 INFO kablam! usermod: no changes Oct 13 11:23:26.596 INFO kablam! Checking png v0.11.0 Oct 13 11:23:26.597 INFO kablam! Checking object-space v0.1.1 (/source) Oct 13 11:23:26.600 INFO kablam! Checking jpeg-decoder v0.1.15 Oct 13 11:23:27.996 INFO kablam! warning: unused import: `super::*` Oct 13 11:23:27.997 INFO kablam! --> src/object_space.rs:859:9 Oct 13 11:23:27.997 INFO kablam! | Oct 13 11:23:27.997 INFO kablam! 859 | use super::*; Oct 13 11:23:27.997 INFO kablam! | ^^^^^^^^ Oct 13 11:23:27.997 INFO kablam! | Oct 13 11:23:27.997 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:23:27.997 INFO kablam! Oct 13 11:23:28.764 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 13 11:23:28.764 INFO kablam! --> src/lib.rs:134:12 Oct 13 11:23:28.764 INFO kablam! | Oct 13 11:23:28.764 INFO kablam! 134 | #![feature(collections_range)] Oct 13 11:23:28.764 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 11:23:28.764 INFO kablam! | Oct 13 11:23:28.764 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:23:28.764 INFO kablam! Oct 13 11:23:29.190 INFO kablam! Checking image v0.18.0 Oct 13 11:23:40.164 INFO kablam! warning: the feature `collections_range` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 13 11:23:40.164 INFO kablam! --> src/lib.rs:134:12 Oct 13 11:23:40.164 INFO kablam! | Oct 13 11:23:40.164 INFO kablam! 134 | #![feature(collections_range)] Oct 13 11:23:40.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 11:23:40.164 INFO kablam! | Oct 13 11:23:40.164 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:23:40.164 INFO kablam! Oct 13 11:23:41.528 INFO kablam! warning: method is never used: `get_reminder_until_time` Oct 13 11:23:41.528 INFO kablam! --> examples/reminder.rs:150:5 Oct 13 11:23:41.528 INFO kablam! | Oct 13 11:23:41.528 INFO kablam! 150 | / fn get_reminder_until_time<'a>( Oct 13 11:23:41.528 INFO kablam! 151 | | &'a self, Oct 13 11:23:41.528 INFO kablam! 152 | | time: DateTime, Oct 13 11:23:41.528 INFO kablam! 153 | | ) -> Box + 'a> { Oct 13 11:23:41.528 INFO kablam! 154 | | self.space Oct 13 11:23:41.528 INFO kablam! 155 | | .read_all_by_range::("time", Utc::now().timestamp()..time.timestamp()) Oct 13 11:23:41.528 INFO kablam! 156 | | } Oct 13 11:23:41.528 INFO kablam! | |_____^ Oct 13 11:23:41.529 INFO kablam! | Oct 13 11:23:41.529 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:23:41.529 INFO kablam! Oct 13 11:23:41.529 INFO kablam! warning: method is never used: `edit_reminder_content` Oct 13 11:23:41.529 INFO kablam! --> examples/reminder.rs:181:5 Oct 13 11:23:41.529 INFO kablam! | Oct 13 11:23:41.529 INFO kablam! 181 | fn edit_reminder_content(&self, id: isize, content: &str) { Oct 13 11:23:41.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:23:41.529 INFO kablam! Oct 13 11:23:41.529 INFO kablam! warning: method is never used: `edit_reminder_time` Oct 13 11:23:41.529 INFO kablam! --> examples/reminder.rs:196:5 Oct 13 11:23:41.529 INFO kablam! | Oct 13 11:23:41.529 INFO kablam! 196 | fn edit_reminder_time(&self, id: isize, time: DateTime) { Oct 13 11:23:41.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:23:41.529 INFO kablam! Oct 13 11:23:42.584 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.10s Oct 13 11:23:42.590 INFO kablam! su: No module specific data is present Oct 13 11:23:42.952 INFO running `"docker" "rm" "-f" "48cbf417d542bb5c1a5759075d8371211efe6bd2ac159f2be073063d4604c1d9"` Oct 13 11:23:43.216 INFO blam! 48cbf417d542bb5c1a5759075d8371211efe6bd2ac159f2be073063d4604c1d9