Oct 26 21:41:42.100 INFO checking rwth-afu/UniPager against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:41:42.102 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 21:41:42.692 INFO blam! 39f05aeed865e0c02724a9977bb4480d2ce6b55c98f9fd10da2d7f6e2ec416ab Oct 26 21:41:42.694 INFO running `"docker" "start" "-a" "39f05aeed865e0c02724a9977bb4480d2ce6b55c98f9fd10da2d7f6e2ec416ab"` Oct 26 21:41:45.549 INFO kablam! usermod: no changes Oct 26 21:41:45.739 INFO kablam! Compiling nix v0.10.0 Oct 26 21:41:45.744 INFO kablam! Checking termios v0.2.2 Oct 26 21:41:45.744 INFO kablam! Checking ioctl-rs v0.1.6 Oct 26 21:41:45.744 INFO kablam! Checking serial-core v0.4.0 Oct 26 21:41:45.744 INFO kablam! Checking serde_json v1.0.13 Oct 26 21:41:45.744 INFO kablam! Checking uuid v0.1.18 Oct 26 21:41:45.755 INFO kablam! Checking chrono v0.2.25 Oct 26 21:41:45.755 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 26 21:41:47.555 INFO kablam! Checking ws v0.7.6 Oct 26 21:41:48.067 INFO kablam! Checking serial-unix v0.4.0 Oct 26 21:41:48.867 INFO kablam! Checking url v0.2.38 Oct 26 21:41:50.400 INFO kablam! Checking serial v0.4.0 Oct 26 21:41:56.191 INFO kablam! Checking tiny_http v0.5.9 Oct 26 21:41:59.487 INFO kablam! Compiling serde_derive v1.0.36 Oct 26 21:42:07.031 INFO kablam! Checking sysfs_gpio v0.5.3 Oct 26 21:42:07.972 INFO kablam! Checking raspi v0.1.0 (/source/lib/raspi) Oct 26 21:42:13.054 INFO kablam! Checking unipager v1.0.3 (/source) Oct 26 21:42:15.471 INFO kablam! warning: unused macro definition Oct 26 21:42:15.471 INFO kablam! --> src/status.rs:70:1 Oct 26 21:42:15.471 INFO kablam! | Oct 26 21:42:15.471 INFO kablam! 70 | / macro_rules! status_silent { Oct 26 21:42:15.471 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 26 21:42:15.471 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 26 21:42:15.471 INFO kablam! 73 | | $( Oct 26 21:42:15.471 INFO kablam! ... | Oct 26 21:42:15.471 INFO kablam! 79 | | }); Oct 26 21:42:15.472 INFO kablam! 80 | | } Oct 26 21:42:15.472 INFO kablam! | |_^ Oct 26 21:42:15.472 INFO kablam! | Oct 26 21:42:15.472 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 21:42:15.472 INFO kablam! Oct 26 21:42:15.586 INFO kablam! warning: unused macro definition Oct 26 21:42:15.586 INFO kablam! --> src/status.rs:70:1 Oct 26 21:42:15.586 INFO kablam! | Oct 26 21:42:15.586 INFO kablam! 70 | / macro_rules! status_silent { Oct 26 21:42:15.586 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 26 21:42:15.586 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 26 21:42:15.586 INFO kablam! 73 | | $( Oct 26 21:42:15.586 INFO kablam! ... | Oct 26 21:42:15.586 INFO kablam! 79 | | }); Oct 26 21:42:15.586 INFO kablam! 80 | | } Oct 26 21:42:15.586 INFO kablam! | |_^ Oct 26 21:42:15.586 INFO kablam! | Oct 26 21:42:15.586 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 21:42:15.586 INFO kablam! Oct 26 21:42:17.085 INFO kablam! warning: method is never used: `size` Oct 26 21:42:17.085 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 26 21:42:17.086 INFO kablam! | Oct 26 21:42:17.086 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 26 21:42:17.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.087 INFO kablam! | Oct 26 21:42:17.087 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:42:17.087 INFO kablam! Oct 26 21:42:17.088 INFO kablam! warning: method is never used: `is_current_allowed` Oct 26 21:42:17.088 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 26 21:42:17.088 INFO kablam! | Oct 26 21:42:17.089 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 26 21:42:17.089 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.089 INFO kablam! Oct 26 21:42:17.123 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 26 21:42:17.123 INFO kablam! --> src/main.rs:1:39 Oct 26 21:42:17.124 INFO kablam! | Oct 26 21:42:17.124 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 26 21:42:17.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.125 INFO kablam! | Oct 26 21:42:17.125 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 21:42:17.125 INFO kablam! Oct 26 21:42:17.259 INFO kablam! warning: method is never used: `size` Oct 26 21:42:17.260 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 26 21:42:17.260 INFO kablam! | Oct 26 21:42:17.260 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 26 21:42:17.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.261 INFO kablam! | Oct 26 21:42:17.261 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:42:17.261 INFO kablam! Oct 26 21:42:17.261 INFO kablam! warning: method is never used: `is_current_allowed` Oct 26 21:42:17.262 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 26 21:42:17.262 INFO kablam! | Oct 26 21:42:17.262 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 26 21:42:17.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.262 INFO kablam! Oct 26 21:42:17.263 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 26 21:42:17.263 INFO kablam! --> src/main.rs:1:39 Oct 26 21:42:17.263 INFO kablam! | Oct 26 21:42:17.264 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 26 21:42:17.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:42:17.264 INFO kablam! | Oct 26 21:42:17.264 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 21:42:17.265 INFO kablam! Oct 26 21:42:17.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.74s Oct 26 21:42:17.329 INFO kablam! su: No module specific data is present Oct 26 21:42:17.683 INFO running `"docker" "rm" "-f" "39f05aeed865e0c02724a9977bb4480d2ce6b55c98f9fd10da2d7f6e2ec416ab"` Oct 26 21:42:17.948 INFO blam! 39f05aeed865e0c02724a9977bb4480d2ce6b55c98f9fd10da2d7f6e2ec416ab