Oct 27 06:02:03.062 INFO checking dbasedow/cantact against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 06:02:03.063 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 06:02:03.352 INFO blam! b09a1886b374f7935c5ef426fcd0459413a696a3221783e0ff23ab24eb7fd2e9 Oct 27 06:02:03.361 INFO running `"docker" "start" "-a" "b09a1886b374f7935c5ef426fcd0459413a696a3221783e0ff23ab24eb7fd2e9"` Oct 27 06:02:04.271 INFO kablam! usermod: no changes Oct 27 06:02:04.367 INFO kablam! Checking ioctl-rs v0.1.6 Oct 27 06:02:04.367 INFO kablam! Checking serial-core v0.4.0 Oct 27 06:02:05.275 INFO kablam! Checking serial-unix v0.4.0 Oct 27 06:02:05.803 INFO kablam! Checking serial v0.4.0 Oct 27 06:02:06.251 INFO kablam! Checking cantact v0.1.0 (/source) Oct 27 06:02:06.964 INFO kablam! warning: unused import: `std::io::BufReader` Oct 27 06:02:06.965 INFO kablam! --> src/main.rs:7:5 Oct 27 06:02:06.965 INFO kablam! | Oct 27 06:02:06.965 INFO kablam! 7 | use std::io::BufReader; Oct 27 06:02:06.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 06:02:06.966 INFO kablam! | Oct 27 06:02:06.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:02:06.967 INFO kablam! Oct 27 06:02:07.028 INFO kablam! warning: unused import: `std::io::prelude` Oct 27 06:02:07.028 INFO kablam! --> src/main.rs:6:5 Oct 27 06:02:07.028 INFO kablam! | Oct 27 06:02:07.028 INFO kablam! 6 | use std::io::prelude::*; Oct 27 06:02:07.028 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:02:07.028 INFO kablam! Oct 27 06:02:07.028 INFO kablam! warning: unused variable: `frame` Oct 27 06:02:07.028 INFO kablam! --> src/main.rs:47:21 Oct 27 06:02:07.028 INFO kablam! | Oct 27 06:02:07.028 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 27 06:02:07.028 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 27 06:02:07.028 INFO kablam! | Oct 27 06:02:07.028 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:02:07.028 INFO kablam! Oct 27 06:02:07.028 INFO kablam! warning: unused variable: `source_address` Oct 27 06:02:07.028 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 27 06:02:07.028 INFO kablam! | Oct 27 06:02:07.028 INFO kablam! 43 | source_address: u32, Oct 27 06:02:07.028 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 27 06:02:07.028 INFO kablam! Oct 27 06:02:07.028 INFO kablam! warning: unused variable: `target_address` Oct 27 06:02:07.028 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 27 06:02:07.028 INFO kablam! | Oct 27 06:02:07.028 INFO kablam! 44 | target_address: u32, Oct 27 06:02:07.028 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 27 06:02:07.028 INFO kablam! Oct 27 06:02:07.028 INFO kablam! warning: unused variable: `data` Oct 27 06:02:07.029 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 27 06:02:07.029 INFO kablam! | Oct 27 06:02:07.029 INFO kablam! 45 | data: &[u8], Oct 27 06:02:07.029 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 06:02:07.029 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 14 | struct IsoTp {} Oct 27 06:02:07.042 INFO kablam! | ^^^^^^^^^^^^ Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: enum is never used: `MessageType` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 16 | enum MessageType { Oct 27 06:02:07.042 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 21 | enum TargetAddressType { Oct 27 06:02:07.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: enum is never used: `ResultType` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 26 | enum ResultType { Oct 27 06:02:07.042 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: struct is never constructed: `Message` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 39 | struct Message {} Oct 27 06:02:07.042 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.042 INFO kablam! warning: method is never used: `requestTransfer` Oct 27 06:02:07.042 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 27 06:02:07.042 INFO kablam! | Oct 27 06:02:07.042 INFO kablam! 42 | / fn requestTransfer( Oct 27 06:02:07.042 INFO kablam! 43 | | source_address: u32, Oct 27 06:02:07.042 INFO kablam! 44 | | target_address: u32, Oct 27 06:02:07.042 INFO kablam! 45 | | data: &[u8], Oct 27 06:02:07.042 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 27 06:02:07.042 INFO kablam! 47 | | Ok(()) Oct 27 06:02:07.042 INFO kablam! 48 | | } Oct 27 06:02:07.042 INFO kablam! | |_____^ Oct 27 06:02:07.042 INFO kablam! Oct 27 06:02:07.043 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 27 06:02:07.043 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 27 06:02:07.043 INFO kablam! | Oct 27 06:02:07.043 INFO kablam! 42 | / fn requestTransfer( Oct 27 06:02:07.043 INFO kablam! 43 | | source_address: u32, Oct 27 06:02:07.043 INFO kablam! 44 | | target_address: u32, Oct 27 06:02:07.043 INFO kablam! 45 | | data: &[u8], Oct 27 06:02:07.043 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 27 06:02:07.043 INFO kablam! 47 | | Ok(()) Oct 27 06:02:07.043 INFO kablam! 48 | | } Oct 27 06:02:07.043 INFO kablam! | |_____^ Oct 27 06:02:07.043 INFO kablam! | Oct 27 06:02:07.043 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:02:07.043 INFO kablam! Oct 27 06:02:07.117 INFO kablam! warning: unused import: `std::io::BufReader` Oct 27 06:02:07.117 INFO kablam! --> src/main.rs:7:5 Oct 27 06:02:07.117 INFO kablam! | Oct 27 06:02:07.117 INFO kablam! 7 | use std::io::BufReader; Oct 27 06:02:07.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 06:02:07.117 INFO kablam! | Oct 27 06:02:07.117 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 06:02:07.117 INFO kablam! Oct 27 06:02:07.200 INFO kablam! warning: unused import: `std::io::prelude` Oct 27 06:02:07.200 INFO kablam! --> src/main.rs:6:5 Oct 27 06:02:07.200 INFO kablam! | Oct 27 06:02:07.200 INFO kablam! 6 | use std::io::prelude::*; Oct 27 06:02:07.200 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:02:07.200 INFO kablam! Oct 27 06:02:07.205 INFO kablam! warning: unused variable: `frame` Oct 27 06:02:07.205 INFO kablam! --> src/main.rs:47:21 Oct 27 06:02:07.205 INFO kablam! | Oct 27 06:02:07.205 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 27 06:02:07.205 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 27 06:02:07.205 INFO kablam! | Oct 27 06:02:07.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 06:02:07.205 INFO kablam! Oct 27 06:02:07.205 INFO kablam! warning: unused variable: `source_address` Oct 27 06:02:07.205 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 27 06:02:07.205 INFO kablam! | Oct 27 06:02:07.205 INFO kablam! 43 | source_address: u32, Oct 27 06:02:07.205 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 27 06:02:07.215 INFO kablam! Oct 27 06:02:07.215 INFO kablam! warning: unused variable: `target_address` Oct 27 06:02:07.215 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 27 06:02:07.215 INFO kablam! | Oct 27 06:02:07.215 INFO kablam! 44 | target_address: u32, Oct 27 06:02:07.215 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 27 06:02:07.215 INFO kablam! Oct 27 06:02:07.215 INFO kablam! warning: unused variable: `data` Oct 27 06:02:07.215 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 27 06:02:07.215 INFO kablam! | Oct 27 06:02:07.215 INFO kablam! 45 | data: &[u8], Oct 27 06:02:07.215 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 27 06:02:07.215 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 14 | struct IsoTp {} Oct 27 06:02:07.247 INFO kablam! | ^^^^^^^^^^^^ Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: enum is never used: `MessageType` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 16 | enum MessageType { Oct 27 06:02:07.247 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 21 | enum TargetAddressType { Oct 27 06:02:07.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: enum is never used: `ResultType` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 26 | enum ResultType { Oct 27 06:02:07.247 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: struct is never constructed: `Message` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 39 | struct Message {} Oct 27 06:02:07.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: method is never used: `requestTransfer` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 42 | / fn requestTransfer( Oct 27 06:02:07.247 INFO kablam! 43 | | source_address: u32, Oct 27 06:02:07.247 INFO kablam! 44 | | target_address: u32, Oct 27 06:02:07.247 INFO kablam! 45 | | data: &[u8], Oct 27 06:02:07.247 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 27 06:02:07.247 INFO kablam! 47 | | Ok(()) Oct 27 06:02:07.247 INFO kablam! 48 | | } Oct 27 06:02:07.247 INFO kablam! | |_____^ Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.247 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 27 06:02:07.247 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! 42 | / fn requestTransfer( Oct 27 06:02:07.247 INFO kablam! 43 | | source_address: u32, Oct 27 06:02:07.247 INFO kablam! 44 | | target_address: u32, Oct 27 06:02:07.247 INFO kablam! 45 | | data: &[u8], Oct 27 06:02:07.247 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 27 06:02:07.247 INFO kablam! 47 | | Ok(()) Oct 27 06:02:07.247 INFO kablam! 48 | | } Oct 27 06:02:07.247 INFO kablam! | |_____^ Oct 27 06:02:07.247 INFO kablam! | Oct 27 06:02:07.247 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 06:02:07.247 INFO kablam! Oct 27 06:02:07.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.97s Oct 27 06:02:07.270 INFO kablam! su: No module specific data is present Oct 27 06:02:07.539 INFO running `"docker" "rm" "-f" "b09a1886b374f7935c5ef426fcd0459413a696a3221783e0ff23ab24eb7fd2e9"` Oct 27 06:02:07.630 INFO blam! b09a1886b374f7935c5ef426fcd0459413a696a3221783e0ff23ab24eb7fd2e9