Oct 31 21:57:37.166 INFO checking rwth-afu/UniPager against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:57:37.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:57:37.725 INFO blam! ab308705d4b79c397a97f35ab01f66b6ec49ac17a1ee39ea5d022b3c99c66907 Oct 31 21:57:37.728 INFO running `"docker" "start" "-a" "ab308705d4b79c397a97f35ab01f66b6ec49ac17a1ee39ea5d022b3c99c66907"` Oct 31 21:57:39.928 INFO kablam! usermod: no changes Oct 31 21:57:40.153 INFO kablam! Checking serde v1.0.36 Oct 31 21:57:40.177 INFO kablam! Checking nix v0.10.0 Oct 31 21:57:40.177 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 31 21:57:40.177 INFO kablam! Checking ws v0.7.6 Oct 31 21:57:49.837 INFO kablam! Compiling serde_derive v1.0.36 Oct 31 21:57:55.264 INFO kablam! Checking sysfs_gpio v0.5.3 Oct 31 21:57:56.485 INFO kablam! Checking raspi v0.1.0 (/source/lib/raspi) Oct 31 21:58:07.190 INFO kablam! Checking serde_json v1.0.13 Oct 31 21:58:09.628 INFO kablam! Checking unipager v1.0.3 (/source) Oct 31 21:58:12.002 INFO kablam! warning: unused macro definition Oct 31 21:58:12.003 INFO kablam! --> src/status.rs:70:1 Oct 31 21:58:12.003 INFO kablam! | Oct 31 21:58:12.003 INFO kablam! 70 | / macro_rules! status_silent { Oct 31 21:58:12.004 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 31 21:58:12.004 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 31 21:58:12.004 INFO kablam! 73 | | $( Oct 31 21:58:12.005 INFO kablam! ... | Oct 31 21:58:12.005 INFO kablam! 79 | | }); Oct 31 21:58:12.005 INFO kablam! 80 | | } Oct 31 21:58:12.005 INFO kablam! | |_^ Oct 31 21:58:12.006 INFO kablam! | Oct 31 21:58:12.006 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 21:58:12.006 INFO kablam! Oct 31 21:58:12.020 INFO kablam! warning: unused macro definition Oct 31 21:58:12.020 INFO kablam! --> src/status.rs:70:1 Oct 31 21:58:12.020 INFO kablam! | Oct 31 21:58:12.020 INFO kablam! 70 | / macro_rules! status_silent { Oct 31 21:58:12.020 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 31 21:58:12.020 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 31 21:58:12.020 INFO kablam! 73 | | $( Oct 31 21:58:12.020 INFO kablam! ... | Oct 31 21:58:12.020 INFO kablam! 79 | | }); Oct 31 21:58:12.024 INFO kablam! 80 | | } Oct 31 21:58:12.024 INFO kablam! | |_^ Oct 31 21:58:12.024 INFO kablam! | Oct 31 21:58:12.024 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 21:58:12.024 INFO kablam! Oct 31 21:58:14.812 INFO kablam! warning: method is never used: `size` Oct 31 21:58:14.812 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 31 21:58:14.812 INFO kablam! | Oct 31 21:58:14.812 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 31 21:58:14.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:14.812 INFO kablam! | Oct 31 21:58:14.812 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 21:58:14.812 INFO kablam! Oct 31 21:58:14.812 INFO kablam! warning: method is never used: `is_current_allowed` Oct 31 21:58:14.812 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 31 21:58:14.812 INFO kablam! | Oct 31 21:58:14.812 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 31 21:58:14.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:14.812 INFO kablam! Oct 31 21:58:14.812 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 31 21:58:14.813 INFO kablam! --> src/main.rs:1:39 Oct 31 21:58:14.813 INFO kablam! | Oct 31 21:58:14.813 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 31 21:58:14.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:14.813 INFO kablam! | Oct 31 21:58:14.813 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 21:58:14.813 INFO kablam! Oct 31 21:58:15.172 INFO kablam! warning: method is never used: `size` Oct 31 21:58:15.172 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 31 21:58:15.172 INFO kablam! | Oct 31 21:58:15.172 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 31 21:58:15.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:15.172 INFO kablam! | Oct 31 21:58:15.172 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 21:58:15.172 INFO kablam! Oct 31 21:58:15.172 INFO kablam! warning: method is never used: `is_current_allowed` Oct 31 21:58:15.172 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 31 21:58:15.172 INFO kablam! | Oct 31 21:58:15.172 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 31 21:58:15.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:15.172 INFO kablam! Oct 31 21:58:15.172 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 31 21:58:15.172 INFO kablam! --> src/main.rs:1:39 Oct 31 21:58:15.172 INFO kablam! | Oct 31 21:58:15.172 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 31 21:58:15.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 21:58:15.172 INFO kablam! | Oct 31 21:58:15.172 INFO kablam! = note: #[warn(stable_features)] on by default Oct 31 21:58:15.172 INFO kablam! Oct 31 21:58:15.333 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.37s Oct 31 21:58:15.344 INFO kablam! su: No module specific data is present Oct 31 21:58:16.017 INFO running `"docker" "rm" "-f" "ab308705d4b79c397a97f35ab01f66b6ec49ac17a1ee39ea5d022b3c99c66907"` Oct 31 21:58:16.378 INFO blam! ab308705d4b79c397a97f35ab01f66b6ec49ac17a1ee39ea5d022b3c99c66907