Oct 10 19:34:29.596 INFO testing lewisgardner/sp003 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:34:29.597 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:34:29.598 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 10 19:34:29.951 INFO blam! 317b16512435fbc0842f4068361472bf642a66be9026e0168c58cfe2814861ae Oct 10 19:34:29.951 INFO running `"docker" "start" "-a" "317b16512435fbc0842f4068361472bf642a66be9026e0168c58cfe2814861ae"` Oct 10 19:34:31.067 INFO kablam! usermod: no changes Oct 10 19:34:31.348 INFO kablam! Compiling crc16 v0.4.0 Oct 10 19:34:31.348 INFO kablam! Compiling rand v0.5.4 Oct 10 19:34:31.352 INFO kablam! Compiling nom v4.0.0 Oct 10 19:34:31.352 INFO kablam! Compiling smallvec v0.6.4 Oct 10 19:34:31.360 INFO kablam! Compiling terminfo v0.5.0 Oct 10 19:34:31.360 INFO kablam! Compiling nix v0.7.0 Oct 10 19:34:31.360 INFO kablam! Compiling chrono v0.4.5 Oct 10 19:34:31.360 INFO kablam! Compiling env_logger v0.5.12 Oct 10 19:34:35.988 INFO kablam! Compiling serde-hjson v0.8.1 Oct 10 19:34:36.630 INFO kablam! Compiling smallstr v0.1.0 Oct 10 19:34:48.517 INFO kablam! Compiling config v0.9.0 Oct 10 19:35:03.803 INFO kablam! Compiling mortal v0.1.3 Oct 10 19:35:08.886 INFO kablam! Compiling linefeed v0.5.1 Oct 10 19:35:14.609 INFO kablam! Compiling sp003 v0.1.0 (/source) Oct 10 19:35:16.252 INFO kablam! warning: unused import: `reject` Oct 10 19:35:16.252 INFO kablam! --> src/ws/status.rs:2:44 Oct 10 19:35:16.252 INFO kablam! | Oct 10 19:35:16.252 INFO kablam! 2 | use super::super::{ack, generate_password, reject, FaultEntry, MiCode, POWER_OFF_BY_COMMAND}; Oct 10 19:35:16.252 INFO kablam! | ^^^^^^ Oct 10 19:35:16.252 INFO kablam! | Oct 10 19:35:16.252 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:35:16.252 INFO kablam! Oct 10 19:35:17.140 INFO kablam! warning: unused variable: `checksum` Oct 10 19:35:17.140 INFO kablam! --> src/parser/mod.rs:201:7 Oct 10 19:35:17.140 INFO kablam! | Oct 10 19:35:17.140 INFO kablam! 201 | let checksum = BigEndian::read_u16(&data_checksum_data[0..2]); Oct 10 19:35:17.140 INFO kablam! | ^^^^^^^^ help: consider using `_checksum` instead Oct 10 19:35:17.140 INFO kablam! | Oct 10 19:35:17.140 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:35:17.140 INFO kablam! Oct 10 19:35:17.140 INFO kablam! warning: unused variable: `crc` Oct 10 19:35:17.140 INFO kablam! --> src/parser/mod.rs:202:7 Oct 10 19:35:17.140 INFO kablam! | Oct 10 19:35:17.140 INFO kablam! 202 | let crc = State::::calculate(&app_data); Oct 10 19:35:17.140 INFO kablam! | ^^^ help: consider using `_crc` instead Oct 10 19:35:17.140 INFO kablam! Oct 10 19:35:38.073 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 10 19:35:38.082 INFO kablam! su: No module specific data is present Oct 10 19:35:38.684 INFO running `"docker" "rm" "-f" "317b16512435fbc0842f4068361472bf642a66be9026e0168c58cfe2814861ae"` Oct 10 19:35:38.929 INFO blam! 317b16512435fbc0842f4068361472bf642a66be9026e0168c58cfe2814861ae Oct 10 19:35:38.933 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:35:38.934 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 10 19:35:39.434 INFO blam! 50f04776bb467a1808e8621953083fadf006654d94bb8f3e91c4ccca178918a6 Oct 10 19:35:39.436 INFO running `"docker" "start" "-a" "50f04776bb467a1808e8621953083fadf006654d94bb8f3e91c4ccca178918a6"` Oct 10 19:35:40.823 INFO kablam! usermod: no changes Oct 10 19:35:41.037 INFO kablam! Compiling sp003 v0.1.0 (/source) Oct 10 19:35:45.373 INFO kablam! warning: unused import: `reject` Oct 10 19:35:45.373 INFO kablam! --> src/ws/status.rs:2:44 Oct 10 19:35:45.373 INFO kablam! | Oct 10 19:35:45.374 INFO kablam! 2 | use super::super::{ack, generate_password, reject, FaultEntry, MiCode, POWER_OFF_BY_COMMAND}; Oct 10 19:35:45.374 INFO kablam! | ^^^^^^ Oct 10 19:35:45.374 INFO kablam! | Oct 10 19:35:45.374 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 19:35:45.375 INFO kablam! Oct 10 19:35:47.636 INFO kablam! warning: unused variable: `checksum` Oct 10 19:35:47.636 INFO kablam! --> src/parser/mod.rs:201:7 Oct 10 19:35:47.636 INFO kablam! | Oct 10 19:35:47.636 INFO kablam! 201 | let checksum = BigEndian::read_u16(&data_checksum_data[0..2]); Oct 10 19:35:47.636 INFO kablam! | ^^^^^^^^ help: consider using `_checksum` instead Oct 10 19:35:47.636 INFO kablam! | Oct 10 19:35:47.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:35:47.636 INFO kablam! Oct 10 19:35:47.636 INFO kablam! warning: unused variable: `crc` Oct 10 19:35:47.636 INFO kablam! --> src/parser/mod.rs:202:7 Oct 10 19:35:47.636 INFO kablam! | Oct 10 19:35:47.636 INFO kablam! 202 | let crc = State::::calculate(&app_data); Oct 10 19:35:47.636 INFO kablam! | ^^^ help: consider using `_crc` instead Oct 10 19:35:47.636 INFO kablam! Oct 10 19:35:51.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.15s Oct 10 19:35:52.017 INFO kablam! su: No module specific data is present Oct 10 19:35:53.000 INFO running `"docker" "rm" "-f" "50f04776bb467a1808e8621953083fadf006654d94bb8f3e91c4ccca178918a6"` Oct 10 19:35:53.265 INFO blam! 50f04776bb467a1808e8621953083fadf006654d94bb8f3e91c4ccca178918a6 Oct 10 19:35:53.276 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:35:53.278 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 10 19:35:53.645 INFO blam! 57314b134858d57f7d6077ceee152c2f19d48b34329b4309d9f09620d578e1c0 Oct 10 19:35:53.649 INFO running `"docker" "start" "-a" "57314b134858d57f7d6077ceee152c2f19d48b34329b4309d9f09620d578e1c0"` Oct 10 19:35:54.772 INFO kablam! usermod: no changes Oct 10 19:35:54.988 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 19:35:55.004 INFO kablam! Running /target/debug/deps/sp003-a45d22eb39fb2c8c Oct 10 19:35:55.012 INFO blam! Oct 10 19:35:55.012 INFO blam! running 10 tests Oct 10 19:35:55.012 INFO blam! test parser::tests::test_from_sign_mag ... ok Oct 10 19:35:55.012 INFO blam! test parser::tests::test_to_ascii ... ok Oct 10 19:35:55.012 INFO blam! test parser::tests::test_to_sign_mag ... ok Oct 10 19:35:55.012 INFO blam! test tests::test_generate_password ... ok Oct 10 19:35:55.016 INFO blam! test parser::msgimpl::tests::test_parse_app_msg ... ok Oct 10 19:35:55.016 INFO blam! test parser::tests::test_crc ... ok Oct 10 19:35:55.016 INFO blam! test parser::tests::test_extract_u16 ... ok Oct 10 19:35:55.016 INFO blam! test parser::tests::test_ack ... ok Oct 10 19:35:55.016 INFO blam! test parser::tests::test_data_password_seed ... ok Oct 10 19:35:55.016 INFO blam! test parser::tests::test_from_ascii ... ok Oct 10 19:35:55.016 INFO blam! Oct 10 19:35:55.016 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:55.016 INFO blam! Oct 10 19:35:55.016 INFO kablam! Running /target/debug/deps/sc-5658746050bef049 Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.021 INFO blam! running 0 tests Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.021 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.021 INFO blam! running 0 tests Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.021 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:55.021 INFO blam! Oct 10 19:35:55.023 INFO kablam! Running /target/debug/deps/ws-67434f280260b83c Oct 10 19:35:55.024 INFO kablam! Doc-tests sp003 Oct 10 19:35:57.139 INFO blam! Oct 10 19:35:57.140 INFO blam! running 0 tests Oct 10 19:35:57.140 INFO blam! Oct 10 19:35:57.140 INFO kablam! su: No module specific data is present Oct 10 19:35:57.141 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:35:57.141 INFO blam! Oct 10 19:35:57.675 INFO running `"docker" "rm" "-f" "57314b134858d57f7d6077ceee152c2f19d48b34329b4309d9f09620d578e1c0"` Oct 10 19:35:57.942 INFO blam! 57314b134858d57f7d6077ceee152c2f19d48b34329b4309d9f09620d578e1c0