Oct 11 00:29:21.666 INFO testing dbasedow/cantact against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:29:21.666 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:29:21.666 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:29:22.202 INFO blam! 8476bc34ac380af9fc53705a7e30443a4d37f82fc62877e8cf3ed4209a0ea1e5 Oct 11 00:29:22.204 INFO running `"docker" "start" "-a" "8476bc34ac380af9fc53705a7e30443a4d37f82fc62877e8cf3ed4209a0ea1e5"` Oct 11 00:29:24.500 INFO kablam! usermod: no changes Oct 11 00:29:24.568 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 11 00:29:25.632 INFO kablam! warning: unused import: `std::io::BufReader` Oct 11 00:29:25.632 INFO kablam! --> src/main.rs:7:5 Oct 11 00:29:25.632 INFO kablam! | Oct 11 00:29:25.632 INFO kablam! 7 | use std::io::BufReader; Oct 11 00:29:25.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:29:25.632 INFO kablam! | Oct 11 00:29:25.632 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:29:25.632 INFO kablam! Oct 11 00:29:25.756 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 00:29:25.756 INFO kablam! --> src/main.rs:6:5 Oct 11 00:29:25.756 INFO kablam! | Oct 11 00:29:25.756 INFO kablam! 6 | use std::io::prelude::*; Oct 11 00:29:25.756 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:29:25.756 INFO kablam! Oct 11 00:29:25.768 INFO kablam! warning: unused variable: `frame` Oct 11 00:29:25.768 INFO kablam! --> src/main.rs:47:21 Oct 11 00:29:25.768 INFO kablam! | Oct 11 00:29:25.768 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 11 00:29:25.768 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 11 00:29:25.768 INFO kablam! | Oct 11 00:29:25.768 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:29:25.768 INFO kablam! Oct 11 00:29:25.768 INFO kablam! warning: unused variable: `source_address` Oct 11 00:29:25.768 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 11 00:29:25.768 INFO kablam! | Oct 11 00:29:25.768 INFO kablam! 43 | source_address: u32, Oct 11 00:29:25.768 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 11 00:29:25.768 INFO kablam! Oct 11 00:29:25.768 INFO kablam! warning: unused variable: `target_address` Oct 11 00:29:25.768 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 11 00:29:25.768 INFO kablam! | Oct 11 00:29:25.768 INFO kablam! 44 | target_address: u32, Oct 11 00:29:25.768 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 11 00:29:25.769 INFO kablam! Oct 11 00:29:25.769 INFO kablam! warning: unused variable: `data` Oct 11 00:29:25.769 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 11 00:29:25.769 INFO kablam! | Oct 11 00:29:25.769 INFO kablam! 45 | data: &[u8], Oct 11 00:29:25.769 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 00:29:25.769 INFO kablam! Oct 11 00:29:25.780 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 11 00:29:25.780 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 11 00:29:25.780 INFO kablam! | Oct 11 00:29:25.780 INFO kablam! 14 | struct IsoTp {} Oct 11 00:29:25.780 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:29:25.780 INFO kablam! | Oct 11 00:29:25.780 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: enum is never used: `MessageType` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 16 | enum MessageType { Oct 11 00:29:25.781 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 21 | enum TargetAddressType { Oct 11 00:29:25.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: enum is never used: `ResultType` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 26 | enum ResultType { Oct 11 00:29:25.781 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: struct is never constructed: `Message` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 39 | struct Message {} Oct 11 00:29:25.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: method is never used: `requestTransfer` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 42 | / fn requestTransfer( Oct 11 00:29:25.781 INFO kablam! 43 | | source_address: u32, Oct 11 00:29:25.781 INFO kablam! 44 | | target_address: u32, Oct 11 00:29:25.781 INFO kablam! 45 | | data: &[u8], Oct 11 00:29:25.781 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 11 00:29:25.781 INFO kablam! 47 | | Ok(()) Oct 11 00:29:25.781 INFO kablam! 48 | | } Oct 11 00:29:25.781 INFO kablam! | |_____^ Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:25.781 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 11 00:29:25.781 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! 42 | / fn requestTransfer( Oct 11 00:29:25.781 INFO kablam! 43 | | source_address: u32, Oct 11 00:29:25.781 INFO kablam! 44 | | target_address: u32, Oct 11 00:29:25.781 INFO kablam! 45 | | data: &[u8], Oct 11 00:29:25.781 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 11 00:29:25.781 INFO kablam! 47 | | Ok(()) Oct 11 00:29:25.781 INFO kablam! 48 | | } Oct 11 00:29:25.781 INFO kablam! | |_____^ Oct 11 00:29:25.781 INFO kablam! | Oct 11 00:29:25.781 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:29:25.781 INFO kablam! Oct 11 00:29:26.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.88s Oct 11 00:29:26.412 INFO kablam! su: No module specific data is present Oct 11 00:29:27.468 INFO running `"docker" "rm" "-f" "8476bc34ac380af9fc53705a7e30443a4d37f82fc62877e8cf3ed4209a0ea1e5"` Oct 11 00:29:27.776 INFO blam! 8476bc34ac380af9fc53705a7e30443a4d37f82fc62877e8cf3ed4209a0ea1e5 Oct 11 00:29:27.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:29:27.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:29:28.093 INFO blam! 385e4797337dc69d4da1915fd4bab6a5fb6feee9f0508dfb8b1688cc3e1613ec Oct 11 00:29:28.098 INFO running `"docker" "start" "-a" "385e4797337dc69d4da1915fd4bab6a5fb6feee9f0508dfb8b1688cc3e1613ec"` Oct 11 00:29:29.245 INFO kablam! usermod: no changes Oct 11 00:29:29.285 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 11 00:29:30.288 INFO kablam! warning: unused import: `std::io::BufReader` Oct 11 00:29:30.288 INFO kablam! --> src/main.rs:7:5 Oct 11 00:29:30.288 INFO kablam! | Oct 11 00:29:30.288 INFO kablam! 7 | use std::io::BufReader; Oct 11 00:29:30.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:29:30.288 INFO kablam! | Oct 11 00:29:30.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:29:30.297 INFO kablam! Oct 11 00:29:30.400 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 00:29:30.400 INFO kablam! --> src/main.rs:6:5 Oct 11 00:29:30.400 INFO kablam! | Oct 11 00:29:30.400 INFO kablam! 6 | use std::io::prelude::*; Oct 11 00:29:30.400 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:29:30.400 INFO kablam! Oct 11 00:29:30.409 INFO kablam! warning: unused variable: `frame` Oct 11 00:29:30.409 INFO kablam! --> src/main.rs:47:21 Oct 11 00:29:30.409 INFO kablam! | Oct 11 00:29:30.409 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 11 00:29:30.409 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 11 00:29:30.409 INFO kablam! | Oct 11 00:29:30.409 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:29:30.409 INFO kablam! Oct 11 00:29:30.411 INFO kablam! warning: unused variable: `source_address` Oct 11 00:29:30.411 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 11 00:29:30.411 INFO kablam! | Oct 11 00:29:30.411 INFO kablam! 43 | source_address: u32, Oct 11 00:29:30.411 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 11 00:29:30.411 INFO kablam! Oct 11 00:29:30.411 INFO kablam! warning: unused variable: `target_address` Oct 11 00:29:30.411 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 11 00:29:30.411 INFO kablam! | Oct 11 00:29:30.411 INFO kablam! 44 | target_address: u32, Oct 11 00:29:30.411 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 11 00:29:30.411 INFO kablam! Oct 11 00:29:30.411 INFO kablam! warning: unused variable: `data` Oct 11 00:29:30.411 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 11 00:29:30.411 INFO kablam! | Oct 11 00:29:30.411 INFO kablam! 45 | data: &[u8], Oct 11 00:29:30.411 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 11 00:29:30.411 INFO kablam! Oct 11 00:29:30.442 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 11 00:29:30.442 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 11 00:29:30.442 INFO kablam! | Oct 11 00:29:30.442 INFO kablam! 14 | struct IsoTp {} Oct 11 00:29:30.442 INFO kablam! | ^^^^^^^^^^^^ Oct 11 00:29:30.443 INFO kablam! | Oct 11 00:29:30.443 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:29:30.443 INFO kablam! Oct 11 00:29:30.443 INFO kablam! warning: enum is never used: `MessageType` Oct 11 00:29:30.443 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 11 00:29:30.443 INFO kablam! | Oct 11 00:29:30.443 INFO kablam! 16 | enum MessageType { Oct 11 00:29:30.443 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:29:30.443 INFO kablam! Oct 11 00:29:30.443 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 11 00:29:30.443 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 11 00:29:30.443 INFO kablam! | Oct 11 00:29:30.443 INFO kablam! 21 | enum TargetAddressType { Oct 11 00:29:30.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:29:30.443 INFO kablam! Oct 11 00:29:30.443 INFO kablam! warning: enum is never used: `ResultType` Oct 11 00:29:30.443 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 11 00:29:30.443 INFO kablam! | Oct 11 00:29:30.443 INFO kablam! 26 | enum ResultType { Oct 11 00:29:30.443 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:29:30.443 INFO kablam! Oct 11 00:29:30.443 INFO kablam! warning: struct is never constructed: `Message` Oct 11 00:29:30.443 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 11 00:29:30.443 INFO kablam! | Oct 11 00:29:30.443 INFO kablam! 39 | struct Message {} Oct 11 00:29:30.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:29:30.444 INFO kablam! Oct 11 00:29:30.444 INFO kablam! warning: method is never used: `requestTransfer` Oct 11 00:29:30.444 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 11 00:29:30.444 INFO kablam! | Oct 11 00:29:30.444 INFO kablam! 42 | / fn requestTransfer( Oct 11 00:29:30.444 INFO kablam! 43 | | source_address: u32, Oct 11 00:29:30.444 INFO kablam! 44 | | target_address: u32, Oct 11 00:29:30.444 INFO kablam! 45 | | data: &[u8], Oct 11 00:29:30.444 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 11 00:29:30.444 INFO kablam! 47 | | Ok(()) Oct 11 00:29:30.444 INFO kablam! 48 | | } Oct 11 00:29:30.444 INFO kablam! | |_____^ Oct 11 00:29:30.444 INFO kablam! Oct 11 00:29:30.451 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 11 00:29:30.451 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 11 00:29:30.451 INFO kablam! | Oct 11 00:29:30.451 INFO kablam! 42 | / fn requestTransfer( Oct 11 00:29:30.451 INFO kablam! 43 | | source_address: u32, Oct 11 00:29:30.451 INFO kablam! 44 | | target_address: u32, Oct 11 00:29:30.451 INFO kablam! 45 | | data: &[u8], Oct 11 00:29:30.451 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 11 00:29:30.451 INFO kablam! 47 | | Ok(()) Oct 11 00:29:30.451 INFO kablam! 48 | | } Oct 11 00:29:30.451 INFO kablam! | |_____^ Oct 11 00:29:30.451 INFO kablam! | Oct 11 00:29:30.451 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:29:30.451 INFO kablam! Oct 11 00:29:31.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 11 00:29:31.156 INFO kablam! su: No module specific data is present Oct 11 00:29:31.574 INFO running `"docker" "rm" "-f" "385e4797337dc69d4da1915fd4bab6a5fb6feee9f0508dfb8b1688cc3e1613ec"` Oct 11 00:29:31.744 INFO blam! 385e4797337dc69d4da1915fd4bab6a5fb6feee9f0508dfb8b1688cc3e1613ec Oct 11 00:29:31.752 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:29:31.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 00:29:32.097 INFO blam! 9bad56032bd62894558f737e1824567aee1ecf679505951a738770d58b467e26 Oct 11 00:29:32.099 INFO running `"docker" "start" "-a" "9bad56032bd62894558f737e1824567aee1ecf679505951a738770d58b467e26"` Oct 11 00:29:33.380 INFO kablam! usermod: no changes Oct 11 00:29:33.444 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 00:29:33.448 INFO kablam! Running /target/debug/deps/cantact-128fc9647bb17e04 Oct 11 00:29:33.462 INFO blam! Oct 11 00:29:33.462 INFO blam! running 2 tests Oct 11 00:29:33.462 INFO blam! test slcan::test_hex_digit_to_int ... ok Oct 11 00:29:33.462 INFO blam! test slcan::test_parse_slcan_frames ... ok Oct 11 00:29:33.462 INFO blam! Oct 11 00:29:33.462 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:29:33.462 INFO blam! Oct 11 00:29:33.464 INFO kablam! su: No module specific data is present Oct 11 00:29:34.596 INFO running `"docker" "rm" "-f" "9bad56032bd62894558f737e1824567aee1ecf679505951a738770d58b467e26"` Oct 11 00:29:34.828 INFO blam! 9bad56032bd62894558f737e1824567aee1ecf679505951a738770d58b467e26