Oct 12 14:30:24.152 INFO checking rwth-afu/UniPager against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 14:30:24.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 14:30:24.682 INFO blam! 9d9ebb68f77ac9b4e0025c7b9b9e439cd54e7424c572c1c93ef8c02e66cd246e Oct 12 14:30:24.684 INFO running `"docker" "start" "-a" "9d9ebb68f77ac9b4e0025c7b9b9e439cd54e7424c572c1c93ef8c02e66cd246e"` Oct 12 14:30:27.074 INFO kablam! usermod: no changes Oct 12 14:30:27.249 INFO kablam! Checking serde v1.0.36 Oct 12 14:30:27.249 INFO kablam! Checking ioctl-rs v0.1.6 Oct 12 14:30:27.249 INFO kablam! Checking serial-core v0.4.0 Oct 12 14:30:27.260 INFO kablam! Checking bytes v0.4.6 Oct 12 14:30:27.260 INFO kablam! Checking uuid v0.1.18 Oct 12 14:30:27.260 INFO kablam! Checking num v0.1.42 Oct 12 14:30:27.268 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 12 14:30:28.569 INFO kablam! Checking chrono v0.2.25 Oct 12 14:30:29.373 INFO kablam! Checking serial-unix v0.4.0 Oct 12 14:30:30.165 INFO kablam! Checking url v0.2.38 Oct 12 14:30:31.509 INFO kablam! Checking serial v0.4.0 Oct 12 14:30:32.298 INFO kablam! Checking nix v0.10.0 Oct 12 14:30:32.298 INFO kablam! Checking ws v0.7.6 Oct 12 14:30:37.909 INFO kablam! Checking tiny_http v0.5.9 Oct 12 14:30:39.612 INFO kablam! Compiling serde_derive v1.0.36 Oct 12 14:30:48.724 INFO kablam! Checking sysfs_gpio v0.5.3 Oct 12 14:30:49.589 INFO kablam! Checking raspi v0.1.0 (/source/lib/raspi) Oct 12 14:30:53.757 INFO kablam! Checking serde_json v1.0.13 Oct 12 14:30:55.916 INFO kablam! Checking unipager v1.0.3 (/source) Oct 12 14:30:58.145 INFO kablam! warning: unused macro definition Oct 12 14:30:58.145 INFO kablam! --> src/status.rs:70:1 Oct 12 14:30:58.145 INFO kablam! | Oct 12 14:30:58.145 INFO kablam! 70 | / macro_rules! status_silent { Oct 12 14:30:58.145 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 12 14:30:58.145 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 12 14:30:58.145 INFO kablam! 73 | | $( Oct 12 14:30:58.147 INFO kablam! ... | Oct 12 14:30:58.147 INFO kablam! 79 | | }); Oct 12 14:30:58.147 INFO kablam! 80 | | } Oct 12 14:30:58.147 INFO kablam! | |_^ Oct 12 14:30:58.147 INFO kablam! | Oct 12 14:30:58.147 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 14:30:58.147 INFO kablam! Oct 12 14:30:58.320 INFO kablam! warning: unused macro definition Oct 12 14:30:58.320 INFO kablam! --> src/status.rs:70:1 Oct 12 14:30:58.320 INFO kablam! | Oct 12 14:30:58.320 INFO kablam! 70 | / macro_rules! status_silent { Oct 12 14:30:58.320 INFO kablam! 71 | | ( $( $key:ident: $value:expr),* ) => ({ Oct 12 14:30:58.320 INFO kablam! 72 | | let mut status = $crate::status::STATUS.write().unwrap(); Oct 12 14:30:58.320 INFO kablam! 73 | | $( Oct 12 14:30:58.320 INFO kablam! ... | Oct 12 14:30:58.320 INFO kablam! 79 | | }); Oct 12 14:30:58.320 INFO kablam! 80 | | } Oct 12 14:30:58.320 INFO kablam! | |_^ Oct 12 14:30:58.320 INFO kablam! | Oct 12 14:30:58.320 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 14:30:58.320 INFO kablam! Oct 12 14:31:01.349 INFO kablam! warning: method is never used: `size` Oct 12 14:31:01.349 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 12 14:31:01.349 INFO kablam! | Oct 12 14:31:01.350 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 12 14:31:01.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.351 INFO kablam! | Oct 12 14:31:01.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:31:01.352 INFO kablam! Oct 12 14:31:01.352 INFO kablam! warning: method is never used: `is_current_allowed` Oct 12 14:31:01.353 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 12 14:31:01.353 INFO kablam! | Oct 12 14:31:01.354 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 12 14:31:01.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.355 INFO kablam! Oct 12 14:31:01.355 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 12 14:31:01.356 INFO kablam! --> src/main.rs:1:39 Oct 12 14:31:01.356 INFO kablam! | Oct 12 14:31:01.357 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 12 14:31:01.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.358 INFO kablam! | Oct 12 14:31:01.358 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 14:31:01.359 INFO kablam! Oct 12 14:31:01.427 INFO kablam! warning: method is never used: `size` Oct 12 14:31:01.428 INFO kablam! --> src/pocsag/message.rs:32:5 Oct 12 14:31:01.428 INFO kablam! | Oct 12 14:31:01.428 INFO kablam! 32 | pub fn size(&self) -> usize { Oct 12 14:31:01.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.428 INFO kablam! | Oct 12 14:31:01.428 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:31:01.429 INFO kablam! Oct 12 14:31:01.429 INFO kablam! warning: method is never used: `is_current_allowed` Oct 12 14:31:01.429 INFO kablam! --> src/pocsag/timeslots.rs:98:5 Oct 12 14:31:01.429 INFO kablam! | Oct 12 14:31:01.429 INFO kablam! 98 | pub fn is_current_allowed(&self) -> bool { Oct 12 14:31:01.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.429 INFO kablam! Oct 12 14:31:01.436 INFO kablam! warning: the feature `tcpstream_connect_timeout` has been stable since 1.21.0 and no longer requires an attribute to enable Oct 12 14:31:01.436 INFO kablam! --> src/main.rs:1:39 Oct 12 14:31:01.436 INFO kablam! | Oct 12 14:31:01.437 INFO kablam! 1 | #![feature(alloc_system, mpsc_select, tcpstream_connect_timeout)] Oct 12 14:31:01.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:31:01.438 INFO kablam! | Oct 12 14:31:01.438 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 14:31:01.439 INFO kablam! Oct 12 14:31:01.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.51s Oct 12 14:31:01.645 INFO kablam! su: No module specific data is present Oct 12 14:31:02.908 INFO running `"docker" "rm" "-f" "9d9ebb68f77ac9b4e0025c7b9b9e439cd54e7424c572c1c93ef8c02e66cd246e"` Oct 12 14:31:03.196 INFO blam! 9d9ebb68f77ac9b4e0025c7b9b9e439cd54e7424c572c1c93ef8c02e66cd246e