[INFO] updating cached repository DDRBoxman/blink1-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/DDRBoxman/blink1-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/DDRBoxman/blink1-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/DDRBoxman/blink1-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/DDRBoxman/blink1-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/DDRBoxman/blink1-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 99bd6bc4047ef51e8c61bc22fe1fdb1150f4b27b [INFO] sha for GitHub repo DDRBoxman/blink1-rs: 99bd6bc4047ef51e8c61bc22fe1fdb1150f4b27b [INFO] validating manifest of DDRBoxman/blink1-rs on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of DDRBoxman/blink1-rs on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing DDRBoxman/blink1-rs [INFO] finished frobbing DDRBoxman/blink1-rs [INFO] frobbed toml for DDRBoxman/blink1-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/DDRBoxman/blink1-rs/Cargo.toml [INFO] started frobbing DDRBoxman/blink1-rs [INFO] finished frobbing DDRBoxman/blink1-rs [INFO] frobbed toml for DDRBoxman/blink1-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs/Cargo.toml [INFO] crate DDRBoxman/blink1-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing DDRBoxman/blink1-rs against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] c0357342627474b5714bf16610037659eef97e65e1beb770142973eb35abaa18 [INFO] running `"docker" "start" "-a" "c0357342627474b5714bf16610037659eef97e65e1beb770142973eb35abaa18"` [INFO] [stderr] Compiling failure_derive v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.11 [INFO] [stderr] Compiling hidapi v0.5.0 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling failure v0.1.4 [INFO] [stderr] Compiling blink1 v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: constant item is never used: `BLINK1_REPORT2_ID` [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const BLINK1_REPORT2_ID: u8 = 2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BLINK1_REPORT2_SIZE` [INFO] [stderr] --> src/lib.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const BLINK1_REPORT2_SIZE: usize = 60; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BLINK1_BUF2_SIZE` [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | const BLINK1_BUF2_SIZE: usize = BLINK1_REPORT2_SIZE + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.85s [INFO] running `"docker" "inspect" "c0357342627474b5714bf16610037659eef97e65e1beb770142973eb35abaa18"` [INFO] running `"docker" "rm" "-f" "c0357342627474b5714bf16610037659eef97e65e1beb770142973eb35abaa18"` [INFO] [stdout] c0357342627474b5714bf16610037659eef97e65e1beb770142973eb35abaa18 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 4924b5551ada92fff931d60f66f08c235460e903e4f67a8c96cc0d77b7b0a9bb [INFO] running `"docker" "start" "-a" "4924b5551ada92fff931d60f66f08c235460e903e4f67a8c96cc0d77b7b0a9bb"` [INFO] [stderr] Compiling blink1 v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: constant item is never used: `BLINK1_REPORT2_ID` [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | const BLINK1_REPORT2_ID: u8 = 2; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BLINK1_REPORT2_SIZE` [INFO] [stderr] --> src/lib.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | const BLINK1_REPORT2_SIZE: usize = 60; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `BLINK1_BUF2_SIZE` [INFO] [stderr] --> src/lib.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | const BLINK1_BUF2_SIZE: usize = BLINK1_REPORT2_SIZE + 1; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `"docker" "inspect" "4924b5551ada92fff931d60f66f08c235460e903e4f67a8c96cc0d77b7b0a9bb"` [INFO] running `"docker" "rm" "-f" "4924b5551ada92fff931d60f66f08c235460e903e4f67a8c96cc0d77b7b0a9bb"` [INFO] [stdout] 4924b5551ada92fff931d60f66f08c235460e903e4f67a8c96cc0d77b7b0a9bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/DDRBoxman/blink1-rs:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] ab75877e77bef888e0ccf8065a833be551db58a6398bfb27e4f931cbc6163364 [INFO] running `"docker" "start" "-a" "ab75877e77bef888e0ccf8065a833be551db58a6398bfb27e4f931cbc6163364"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/blink1-60c04f93a473f7a6 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests blink1 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ab75877e77bef888e0ccf8065a833be551db58a6398bfb27e4f931cbc6163364"` [INFO] running `"docker" "rm" "-f" "ab75877e77bef888e0ccf8065a833be551db58a6398bfb27e4f931cbc6163364"` [INFO] [stdout] ab75877e77bef888e0ccf8065a833be551db58a6398bfb27e4f931cbc6163364