Oct 21 14:10:16.021 INFO checking rwth-afu/UniPager against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:10:16.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 14:10:16.461 INFO blam! cc6690dd6a0553f45da2805b8f30664e86dfad8bd95f9d19224a4076000f8900 Oct 21 14:10:16.466 INFO running `"docker" "start" "-a" "cc6690dd6a0553f45da2805b8f30664e86dfad8bd95f9d19224a4076000f8900"` Oct 21 14:10:17.780 INFO kablam! usermod: no changes Oct 21 14:10:17.972 INFO kablam! Checking serde_json v1.0.13 Oct 21 14:10:17.972 INFO kablam! Checking uuid v0.1.18 Oct 21 14:10:17.972 INFO kablam! Checking nix v0.10.0 Oct 21 14:10:17.976 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 21 14:10:17.976 INFO kablam! Checking chrono v0.2.25 Oct 21 14:10:17.976 INFO kablam! Checking ws v0.7.6 Oct 21 14:10:19.568 INFO kablam! Checking url v0.2.38 Oct 21 14:10:25.540 INFO kablam! Checking tiny_http v0.5.9 Oct 21 14:10:29.440 INFO kablam! Compiling serde_derive v1.0.36 Oct 21 14:10:32.100 INFO kablam! Checking sysfs_gpio v0.5.3 Oct 21 14:10:33.104 INFO kablam! Checking raspi v0.1.0 (/source/lib/raspi) Oct 21 14:10:39.756 INFO kablam! Checking unipager v1.0.3 (/source) Oct 21 14:10:41.573 INFO kablam! warning: unused macro definition Oct 21 14:10:41.573 INFO kablam! --> src/status.rs:70:1 Oct 21 14:10:41.574 INFO kablam! | Oct 21 14:10:41.574 INFO kablam! 70 | / macro_rules! status_silent { Oct 21 14:10:41.574 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 21 14:10:41.574 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 21 14:10:41.575 INFO kablam! 73 | | $( Oct 21 14:10:41.575 INFO kablam! ... | Oct 21 14:10:41.575 INFO kablam! 79 | | }); Oct 21 14:10:41.580 INFO kablam! 80 | | } Oct 21 14:10:41.581 INFO kablam! | |_^ Oct 21 14:10:41.581 INFO kablam! | Oct 21 14:10:41.581 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:10:41.581 INFO kablam! Oct 21 14:10:41.632 INFO kablam! warning: unused macro definition Oct 21 14:10:41.632 INFO kablam! --> src/status.rs:70:1 Oct 21 14:10:41.632 INFO kablam! | Oct 21 14:10:41.632 INFO kablam! 70 | / macro_rules! status_silent { Oct 21 14:10:41.632 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 21 14:10:41.632 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 21 14:10:41.632 INFO kablam! 73 | | $( Oct 21 14:10:41.632 INFO kablam! ... | Oct 21 14:10:41.632 INFO kablam! 79 | | }); Oct 21 14:10:41.632 INFO kablam! 80 | | } Oct 21 14:10:41.632 INFO kablam! | |_^ Oct 21 14:10:41.632 INFO kablam! | Oct 21 14:10:41.632 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:10:41.632 INFO kablam! Oct 21 14:10:43.452 INFO kablam! warning: method is never used: `size` Oct 21 14:10:43.452 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 21 14:10:43.452 INFO kablam! | Oct 21 14:10:43.452 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 21 14:10:43.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.452 INFO kablam! | Oct 21 14:10:43.452 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:10:43.452 INFO kablam! Oct 21 14:10:43.452 INFO kablam! warning: method is never used: `is_current_allowed` Oct 21 14:10:43.452 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 21 14:10:43.452 INFO kablam! | Oct 21 14:10:43.452 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 21 14:10:43.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.452 INFO kablam! Oct 21 14:10:43.452 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 21 14:10:43.452 INFO kablam! --> src/main.rs:1:39 Oct 21 14:10:43.452 INFO kablam! | Oct 21 14:10:43.452 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 21 14:10:43.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.452 INFO kablam! | Oct 21 14:10:43.452 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:10:43.452 INFO kablam! Oct 21 14:10:43.629 INFO kablam! warning: method is never used: `size` Oct 21 14:10:43.629 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 21 14:10:43.629 INFO kablam! | Oct 21 14:10:43.630 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 21 14:10:43.630 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.630 INFO kablam! | Oct 21 14:10:43.630 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:10:43.630 INFO kablam! Oct 21 14:10:43.631 INFO kablam! warning: method is never used: `is_current_allowed` Oct 21 14:10:43.631 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 21 14:10:43.631 INFO kablam! | Oct 21 14:10:43.631 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 21 14:10:43.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.632 INFO kablam! Oct 21 14:10:43.632 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 21 14:10:43.632 INFO kablam! --> src/main.rs:1:39 Oct 21 14:10:43.633 INFO kablam! | Oct 21 14:10:43.633 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 21 14:10:43.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:10:43.633 INFO kablam! | Oct 21 14:10:43.634 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 14:10:43.634 INFO kablam! Oct 21 14:10:43.808 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.96s Oct 21 14:10:43.808 INFO kablam! su: No module specific data is present Oct 21 14:10:44.695 INFO running `"docker" "rm" "-f" "cc6690dd6a0553f45da2805b8f30664e86dfad8bd95f9d19224a4076000f8900"` Oct 21 14:10:45.020 INFO blam! cc6690dd6a0553f45da2805b8f30664e86dfad8bd95f9d19224a4076000f8900