Oct 14 23:19:50.791 INFO testing dbasedow/cantact against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:19:50.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 23:19:51.067 INFO blam! 8a8ec738be93b6494717bbbd2cbed9025da55c8a3bf4e7d85e7e661822384631 Oct 14 23:19:51.070 INFO running `"docker" "start" "-a" "8a8ec738be93b6494717bbbd2cbed9025da55c8a3bf4e7d85e7e661822384631"` Oct 14 23:19:51.760 INFO kablam! usermod: no changes Oct 14 23:19:51.821 INFO kablam! Compiling ioctl-rs v0.1.6 Oct 14 23:19:51.831 INFO kablam! Compiling termios v0.2.2 Oct 14 23:19:51.831 INFO kablam! Compiling serial-core v0.4.0 Oct 14 23:19:52.898 INFO kablam! Compiling serial-unix v0.4.0 Oct 14 23:19:53.747 INFO kablam! Compiling serial v0.4.0 Oct 14 23:19:54.126 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 14 23:19:54.495 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 23:19:54.496 INFO kablam! --> src/main.rs:7:5 Oct 14 23:19:54.496 INFO kablam! | Oct 14 23:19:54.496 INFO kablam! 7 | use std::io::BufReader; Oct 14 23:19:54.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:19:54.497 INFO kablam! | Oct 14 23:19:54.497 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:19:54.497 INFO kablam! Oct 14 23:19:54.615 INFO kablam! warning: unused import: `std::io::prelude` Oct 14 23:19:54.615 INFO kablam! --> src/main.rs:6:5 Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! 6 | use std::io::prelude::*; Oct 14 23:19:54.615 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:54.615 INFO kablam! Oct 14 23:19:54.615 INFO kablam! warning: unused variable: `frame` Oct 14 23:19:54.615 INFO kablam! --> src/main.rs:47:21 Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 14 23:19:54.615 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:19:54.615 INFO kablam! Oct 14 23:19:54.615 INFO kablam! warning: unused variable: `source_address` Oct 14 23:19:54.615 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! 43 | source_address: u32, Oct 14 23:19:54.615 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 14 23:19:54.615 INFO kablam! Oct 14 23:19:54.615 INFO kablam! warning: unused variable: `target_address` Oct 14 23:19:54.615 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! 44 | target_address: u32, Oct 14 23:19:54.615 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 14 23:19:54.615 INFO kablam! Oct 14 23:19:54.615 INFO kablam! warning: unused variable: `data` Oct 14 23:19:54.615 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 14 23:19:54.615 INFO kablam! | Oct 14 23:19:54.615 INFO kablam! 45 | data: &[u8], Oct 14 23:19:54.615 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 23:19:54.615 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 14 | struct IsoTp {} Oct 14 23:19:54.631 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: enum is never used: `MessageType` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 16 | enum MessageType { Oct 14 23:19:54.631 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 21 | enum TargetAddressType { Oct 14 23:19:54.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: enum is never used: `ResultType` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 26 | enum ResultType { Oct 14 23:19:54.631 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: struct is never constructed: `Message` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 39 | struct Message {} Oct 14 23:19:54.631 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: method is never used: `requestTransfer` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:54.631 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:54.631 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:54.631 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:54.631 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:54.631 INFO kablam! 47 | | Ok(()) Oct 14 23:19:54.631 INFO kablam! 48 | | } Oct 14 23:19:54.631 INFO kablam! | |_____^ Oct 14 23:19:54.631 INFO kablam! Oct 14 23:19:54.631 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 14 23:19:54.631 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:54.631 INFO kablam! | Oct 14 23:19:54.631 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:54.631 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:54.631 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:54.631 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:54.632 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:54.632 INFO kablam! 47 | | Ok(()) Oct 14 23:19:54.632 INFO kablam! 48 | | } Oct 14 23:19:54.632 INFO kablam! | |_____^ Oct 14 23:19:54.632 INFO kablam! | Oct 14 23:19:54.632 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:19:54.632 INFO kablam! Oct 14 23:19:55.191 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 14 23:19:55.191 INFO kablam! su: No module specific data is present Oct 14 23:19:56.186 INFO running `"docker" "rm" "-f" "8a8ec738be93b6494717bbbd2cbed9025da55c8a3bf4e7d85e7e661822384631"` Oct 14 23:19:56.527 INFO blam! 8a8ec738be93b6494717bbbd2cbed9025da55c8a3bf4e7d85e7e661822384631 Oct 14 23:19:56.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 23:19:57.031 INFO blam! 36254d97426cee79f295cb77ea60fdaf8bfbb85c88dd6fbafdffbe15db72ba8d Oct 14 23:19:57.047 INFO running `"docker" "start" "-a" "36254d97426cee79f295cb77ea60fdaf8bfbb85c88dd6fbafdffbe15db72ba8d"` Oct 14 23:19:59.129 INFO kablam! usermod: no changes Oct 14 23:19:59.208 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 14 23:19:59.675 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 23:19:59.675 INFO kablam! --> src/main.rs:7:5 Oct 14 23:19:59.675 INFO kablam! | Oct 14 23:19:59.675 INFO kablam! 7 | use std::io::BufReader; Oct 14 23:19:59.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:19:59.675 INFO kablam! | Oct 14 23:19:59.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:19:59.675 INFO kablam! Oct 14 23:19:59.787 INFO kablam! warning: unused import: `std::io::prelude` Oct 14 23:19:59.788 INFO kablam! --> src/main.rs:6:5 Oct 14 23:19:59.788 INFO kablam! | Oct 14 23:19:59.788 INFO kablam! 6 | use std::io::prelude::*; Oct 14 23:19:59.789 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:59.789 INFO kablam! Oct 14 23:19:59.796 INFO kablam! warning: unused variable: `frame` Oct 14 23:19:59.796 INFO kablam! --> src/main.rs:47:21 Oct 14 23:19:59.797 INFO kablam! | Oct 14 23:19:59.797 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 14 23:19:59.797 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 14 23:19:59.798 INFO kablam! | Oct 14 23:19:59.798 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:19:59.798 INFO kablam! Oct 14 23:19:59.799 INFO kablam! warning: unused variable: `source_address` Oct 14 23:19:59.799 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 14 23:19:59.800 INFO kablam! | Oct 14 23:19:59.800 INFO kablam! 43 | source_address: u32, Oct 14 23:19:59.800 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 14 23:19:59.801 INFO kablam! Oct 14 23:19:59.801 INFO kablam! warning: unused variable: `target_address` Oct 14 23:19:59.801 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 14 23:19:59.802 INFO kablam! | Oct 14 23:19:59.802 INFO kablam! 44 | target_address: u32, Oct 14 23:19:59.802 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 14 23:19:59.803 INFO kablam! Oct 14 23:19:59.803 INFO kablam! warning: unused variable: `data` Oct 14 23:19:59.803 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 14 23:19:59.804 INFO kablam! | Oct 14 23:19:59.804 INFO kablam! 45 | data: &[u8], Oct 14 23:19:59.805 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 23:19:59.805 INFO kablam! Oct 14 23:19:59.828 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 14 23:19:59.829 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 14 23:19:59.829 INFO kablam! | Oct 14 23:19:59.829 INFO kablam! 14 | struct IsoTp {} Oct 14 23:19:59.829 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:19:59.830 INFO kablam! | Oct 14 23:19:59.830 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:19:59.830 INFO kablam! Oct 14 23:19:59.830 INFO kablam! warning: enum is never used: `MessageType` Oct 14 23:19:59.830 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 14 23:19:59.830 INFO kablam! | Oct 14 23:19:59.830 INFO kablam! 16 | enum MessageType { Oct 14 23:19:59.830 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:59.830 INFO kablam! Oct 14 23:19:59.831 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 14 23:19:59.831 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 14 23:19:59.831 INFO kablam! | Oct 14 23:19:59.831 INFO kablam! 21 | enum TargetAddressType { Oct 14 23:19:59.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:19:59.831 INFO kablam! Oct 14 23:19:59.831 INFO kablam! warning: enum is never used: `ResultType` Oct 14 23:19:59.831 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 14 23:19:59.832 INFO kablam! | Oct 14 23:19:59.832 INFO kablam! 26 | enum ResultType { Oct 14 23:19:59.832 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:19:59.832 INFO kablam! Oct 14 23:19:59.832 INFO kablam! warning: struct is never constructed: `Message` Oct 14 23:19:59.833 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 14 23:19:59.833 INFO kablam! | Oct 14 23:19:59.833 INFO kablam! 39 | struct Message {} Oct 14 23:19:59.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:19:59.834 INFO kablam! Oct 14 23:19:59.834 INFO kablam! warning: method is never used: `requestTransfer` Oct 14 23:19:59.834 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:59.834 INFO kablam! | Oct 14 23:19:59.835 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:59.835 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:59.835 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:59.835 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:59.835 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:59.835 INFO kablam! 47 | | Ok(()) Oct 14 23:19:59.836 INFO kablam! 48 | | } Oct 14 23:19:59.836 INFO kablam! | |_____^ Oct 14 23:19:59.836 INFO kablam! Oct 14 23:19:59.836 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 14 23:19:59.836 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:59.836 INFO kablam! | Oct 14 23:19:59.836 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:59.837 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:59.837 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:59.837 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:59.837 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:59.837 INFO kablam! 47 | | Ok(()) Oct 14 23:19:59.837 INFO kablam! 48 | | } Oct 14 23:19:59.838 INFO kablam! | |_____^ Oct 14 23:19:59.838 INFO kablam! | Oct 14 23:19:59.838 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:19:59.838 INFO kablam! Oct 14 23:20:00.511 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 14 23:20:00.511 INFO kablam! su: No module specific data is present Oct 14 23:20:01.075 INFO running `"docker" "rm" "-f" "36254d97426cee79f295cb77ea60fdaf8bfbb85c88dd6fbafdffbe15db72ba8d"` Oct 14 23:20:01.323 INFO blam! 36254d97426cee79f295cb77ea60fdaf8bfbb85c88dd6fbafdffbe15db72ba8d Oct 14 23:20:01.325 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 23:20:01.723 INFO blam! 0da8aa206da1fe36c669b8e118cc9e1a4fb5260e5f01ec5357abca39b24b23c3 Oct 14 23:20:01.725 INFO running `"docker" "start" "-a" "0da8aa206da1fe36c669b8e118cc9e1a4fb5260e5f01ec5357abca39b24b23c3"` Oct 14 23:20:02.591 INFO kablam! usermod: no changes Oct 14 23:20:02.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:20:02.631 INFO kablam! Running /target/debug/deps/cantact-a37bbd49a897cd87 Oct 14 23:20:02.642 INFO blam! Oct 14 23:20:02.642 INFO blam! running 2 tests Oct 14 23:20:02.651 INFO blam! test slcan::test_hex_digit_to_int ... ok Oct 14 23:20:02.651 INFO kablam! su: No module specific data is present Oct 14 23:20:02.651 INFO blam! test slcan::test_parse_slcan_frames ... ok Oct 14 23:20:02.651 INFO blam! Oct 14 23:20:02.651 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:20:02.651 INFO blam! Oct 14 23:20:03.273 INFO running `"docker" "rm" "-f" "0da8aa206da1fe36c669b8e118cc9e1a4fb5260e5f01ec5357abca39b24b23c3"` Oct 14 23:20:03.498 INFO blam! 0da8aa206da1fe36c669b8e118cc9e1a4fb5260e5f01ec5357abca39b24b23c3