Oct 14 23:19:51.044 INFO testing dbasedow/cantact against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:19:51.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.411 INFO blam! 625ad27e88c59b3ba405d944ed675dfd298f7f0ec79d9b64ad1d22070cfd3162 Oct 14 23:19:51.413 INFO running `"docker" "start" "-a" "625ad27e88c59b3ba405d944ed675dfd298f7f0ec79d9b64ad1d22070cfd3162"` Oct 14 23:19:52.269 INFO kablam! usermod: no changes Oct 14 23:19:52.331 INFO kablam! Compiling termios v0.2.2 Oct 14 23:19:52.339 INFO kablam! Compiling ioctl-rs v0.1.6 Oct 14 23:19:52.339 INFO kablam! Compiling serial-core v0.4.0 Oct 14 23:19:53.407 INFO kablam! Compiling serial-unix v0.4.0 Oct 14 23:19:54.165 INFO kablam! Compiling serial v0.4.0 Oct 14 23:19:54.551 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 14 23:19:54.943 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 23:19:54.943 INFO kablam! --> src/main.rs:7:5 Oct 14 23:19:54.943 INFO kablam! | Oct 14 23:19:54.943 INFO kablam! 7 | use std::io::BufReader; Oct 14 23:19:54.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:19:54.943 INFO kablam! | Oct 14 23:19:54.943 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:19:54.943 INFO kablam! Oct 14 23:19:55.027 INFO kablam! warning: unused import: `std::io::prelude` Oct 14 23:19:55.027 INFO kablam! --> src/main.rs:6:5 Oct 14 23:19:55.027 INFO kablam! | Oct 14 23:19:55.027 INFO kablam! 6 | use std::io::prelude::*; Oct 14 23:19:55.027 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:55.027 INFO kablam! Oct 14 23:19:55.030 INFO kablam! warning: unused variable: `frame` Oct 14 23:19:55.030 INFO kablam! --> src/main.rs:47:21 Oct 14 23:19:55.030 INFO kablam! | Oct 14 23:19:55.030 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 14 23:19:55.030 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 14 23:19:55.030 INFO kablam! | Oct 14 23:19:55.030 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:19:55.030 INFO kablam! Oct 14 23:19:55.030 INFO kablam! warning: unused variable: `source_address` Oct 14 23:19:55.030 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 14 23:19:55.030 INFO kablam! | Oct 14 23:19:55.030 INFO kablam! 43 | source_address: u32, Oct 14 23:19:55.030 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 14 23:19:55.030 INFO kablam! Oct 14 23:19:55.035 INFO kablam! warning: unused variable: `target_address` Oct 14 23:19:55.035 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 14 23:19:55.035 INFO kablam! | Oct 14 23:19:55.035 INFO kablam! 44 | target_address: u32, Oct 14 23:19:55.035 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 14 23:19:55.035 INFO kablam! Oct 14 23:19:55.035 INFO kablam! warning: unused variable: `data` Oct 14 23:19:55.035 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 14 23:19:55.035 INFO kablam! | Oct 14 23:19:55.035 INFO kablam! 45 | data: &[u8], Oct 14 23:19:55.035 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 23:19:55.035 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 14 | struct IsoTp {} Oct 14 23:19:55.051 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: enum is never used: `MessageType` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 16 | enum MessageType { Oct 14 23:19:55.051 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 21 | enum TargetAddressType { Oct 14 23:19:55.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: enum is never used: `ResultType` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 26 | enum ResultType { Oct 14 23:19:55.051 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: struct is never constructed: `Message` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 39 | struct Message {} Oct 14 23:19:55.051 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: method is never used: `requestTransfer` Oct 14 23:19:55.051 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:55.051 INFO kablam! | Oct 14 23:19:55.051 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:55.051 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:55.051 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:55.051 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:55.051 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:55.051 INFO kablam! 47 | | Ok(()) Oct 14 23:19:55.051 INFO kablam! 48 | | } Oct 14 23:19:55.051 INFO kablam! | |_____^ Oct 14 23:19:55.051 INFO kablam! Oct 14 23:19:55.051 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 14 23:19:55.052 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:55.052 INFO kablam! | Oct 14 23:19:55.052 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:55.052 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:55.052 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:55.052 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:55.052 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:55.052 INFO kablam! 47 | | Ok(()) Oct 14 23:19:55.052 INFO kablam! 48 | | } Oct 14 23:19:55.052 INFO kablam! | |_____^ Oct 14 23:19:55.052 INFO kablam! | Oct 14 23:19:55.052 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:19:55.052 INFO kablam! Oct 14 23:19:55.647 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.35s Oct 14 23:19:55.651 INFO kablam! su: No module specific data is present Oct 14 23:19:56.327 INFO running `"docker" "rm" "-f" "625ad27e88c59b3ba405d944ed675dfd298f7f0ec79d9b64ad1d22070cfd3162"` Oct 14 23:19:56.591 INFO blam! 625ad27e88c59b3ba405d944ed675dfd298f7f0ec79d9b64ad1d22070cfd3162 Oct 14 23:19:56.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:56.975 INFO blam! 35a8dd5bda9cee1b3302a2e4de7223edbaebd130ccd38648a992e01412ce6e59 Oct 14 23:19:56.978 INFO running `"docker" "start" "-a" "35a8dd5bda9cee1b3302a2e4de7223edbaebd130ccd38648a992e01412ce6e59"` Oct 14 23:19:58.502 INFO kablam! usermod: no changes Oct 14 23:19:58.599 INFO kablam! Compiling cantact v0.1.0 (/source) Oct 14 23:19:59.098 INFO kablam! warning: unused import: `std::io::BufReader` Oct 14 23:19:59.098 INFO kablam! --> src/main.rs:7:5 Oct 14 23:19:59.098 INFO kablam! | Oct 14 23:19:59.098 INFO kablam! 7 | use std::io::BufReader; Oct 14 23:19:59.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:19:59.098 INFO kablam! | Oct 14 23:19:59.098 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:19:59.098 INFO kablam! Oct 14 23:19:59.262 INFO kablam! warning: unused import: `std::io::prelude` Oct 14 23:19:59.262 INFO kablam! --> src/main.rs:6:5 Oct 14 23:19:59.262 INFO kablam! | Oct 14 23:19:59.262 INFO kablam! 6 | use std::io::prelude::*; Oct 14 23:19:59.262 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:59.262 INFO kablam! Oct 14 23:19:59.276 INFO kablam! warning: unused variable: `frame` Oct 14 23:19:59.276 INFO kablam! --> src/main.rs:47:21 Oct 14 23:19:59.276 INFO kablam! | Oct 14 23:19:59.276 INFO kablam! 47 | let frame = slcan::parse_serial_line(&frame_buf[0..i]); Oct 14 23:19:59.276 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 14 23:19:59.276 INFO kablam! | Oct 14 23:19:59.276 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:19:59.276 INFO kablam! Oct 14 23:19:59.278 INFO kablam! warning: unused variable: `source_address` Oct 14 23:19:59.278 INFO kablam! --> src/protocols/transport/isotp.rs:43:9 Oct 14 23:19:59.278 INFO kablam! | Oct 14 23:19:59.278 INFO kablam! 43 | source_address: u32, Oct 14 23:19:59.278 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_source_address` instead Oct 14 23:19:59.278 INFO kablam! Oct 14 23:19:59.278 INFO kablam! warning: unused variable: `target_address` Oct 14 23:19:59.278 INFO kablam! --> src/protocols/transport/isotp.rs:44:9 Oct 14 23:19:59.278 INFO kablam! | Oct 14 23:19:59.278 INFO kablam! 44 | target_address: u32, Oct 14 23:19:59.278 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_target_address` instead Oct 14 23:19:59.278 INFO kablam! Oct 14 23:19:59.278 INFO kablam! warning: unused variable: `data` Oct 14 23:19:59.278 INFO kablam! --> src/protocols/transport/isotp.rs:45:9 Oct 14 23:19:59.278 INFO kablam! | Oct 14 23:19:59.278 INFO kablam! 45 | data: &[u8], Oct 14 23:19:59.278 INFO kablam! | ^^^^ help: consider using `_data` instead Oct 14 23:19:59.278 INFO kablam! Oct 14 23:19:59.310 INFO kablam! warning: struct is never constructed: `IsoTp` Oct 14 23:19:59.310 INFO kablam! --> src/protocols/transport/isotp.rs:14:1 Oct 14 23:19:59.310 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 14 | struct IsoTp {} Oct 14 23:19:59.311 INFO kablam! | ^^^^^^^^^^^^ Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.311 INFO kablam! warning: enum is never used: `MessageType` Oct 14 23:19:59.311 INFO kablam! --> src/protocols/transport/isotp.rs:16:1 Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 16 | enum MessageType { Oct 14 23:19:59.311 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.311 INFO kablam! warning: enum is never used: `TargetAddressType` Oct 14 23:19:59.311 INFO kablam! --> src/protocols/transport/isotp.rs:21:1 Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 21 | enum TargetAddressType { Oct 14 23:19:59.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.311 INFO kablam! warning: enum is never used: `ResultType` Oct 14 23:19:59.311 INFO kablam! --> src/protocols/transport/isotp.rs:26:1 Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 26 | enum ResultType { Oct 14 23:19:59.311 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.311 INFO kablam! warning: struct is never constructed: `Message` Oct 14 23:19:59.311 INFO kablam! --> src/protocols/transport/isotp.rs:39:1 Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 39 | struct Message {} Oct 14 23:19:59.311 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.311 INFO kablam! warning: method is never used: `requestTransfer` Oct 14 23:19:59.311 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:59.311 INFO kablam! | Oct 14 23:19:59.311 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:59.311 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:59.311 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:59.311 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:59.311 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:59.311 INFO kablam! 47 | | Ok(()) Oct 14 23:19:59.311 INFO kablam! 48 | | } Oct 14 23:19:59.311 INFO kablam! | |_____^ Oct 14 23:19:59.311 INFO kablam! Oct 14 23:19:59.313 INFO kablam! warning: method `requestTransfer` should have a snake case name such as `request_transfer` Oct 14 23:19:59.314 INFO kablam! --> src/protocols/transport/isotp.rs:42:5 Oct 14 23:19:59.314 INFO kablam! | Oct 14 23:19:59.314 INFO kablam! 42 | / fn requestTransfer( Oct 14 23:19:59.314 INFO kablam! 43 | | source_address: u32, Oct 14 23:19:59.315 INFO kablam! 44 | | target_address: u32, Oct 14 23:19:59.315 INFO kablam! 45 | | data: &[u8], Oct 14 23:19:59.315 INFO kablam! 46 | | ) -> Result<(), ResultType> { Oct 14 23:19:59.315 INFO kablam! 47 | | Ok(()) Oct 14 23:19:59.315 INFO kablam! 48 | | } Oct 14 23:19:59.316 INFO kablam! | |_____^ Oct 14 23:19:59.316 INFO kablam! | Oct 14 23:19:59.316 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 23:19:59.316 INFO kablam! Oct 14 23:19:59.934 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 14 23:19:59.937 INFO kablam! su: No module specific data is present Oct 14 23:20:00.736 INFO running `"docker" "rm" "-f" "35a8dd5bda9cee1b3302a2e4de7223edbaebd130ccd38648a992e01412ce6e59"` Oct 14 23:20:00.919 INFO blam! 35a8dd5bda9cee1b3302a2e4de7223edbaebd130ccd38648a992e01412ce6e59 Oct 14 23:20:00.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.347 INFO blam! b8fe0221dfe5cec6b1ac3c74f264f8aa6fa352e9854ab54e95a03e470cfaccb6 Oct 14 23:20:01.349 INFO running `"docker" "start" "-a" "b8fe0221dfe5cec6b1ac3c74f264f8aa6fa352e9854ab54e95a03e470cfaccb6"` Oct 14 23:20:02.263 INFO kablam! usermod: no changes Oct 14 23:20:02.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 23:20:02.311 INFO kablam! Running /target/debug/deps/cantact-128fc9647bb17e04 Oct 14 23:20:02.311 INFO blam! Oct 14 23:20:02.311 INFO blam! running 2 tests Oct 14 23:20:02.319 INFO blam! test slcan::test_hex_digit_to_int ... ok Oct 14 23:20:02.319 INFO kablam! su: No module specific data is present Oct 14 23:20:02.319 INFO blam! test slcan::test_parse_slcan_frames ... ok Oct 14 23:20:02.319 INFO blam! Oct 14 23:20:02.319 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:20:02.319 INFO blam! Oct 14 23:20:02.930 INFO running `"docker" "rm" "-f" "b8fe0221dfe5cec6b1ac3c74f264f8aa6fa352e9854ab54e95a03e470cfaccb6"` Oct 14 23:20:03.177 INFO blam! b8fe0221dfe5cec6b1ac3c74f264f8aa6fa352e9854ab54e95a03e470cfaccb6