[INFO] updating cached repository https://github.com/LogoiLab/rpi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a21f7939c8eae63975be3e477fffaa9eb32c2ace [INFO] testing LogoiLab/rpi against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLogoiLab%2Frpi" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LogoiLab/rpi on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LogoiLab/rpi [INFO] finished tweaking git repo https://github.com/LogoiLab/rpi [INFO] tweaked toml for git repo https://github.com/LogoiLab/rpi written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/LogoiLab/rpi already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5b69c79512decb01cb4cc43c3c41dad417d6f9a8bdf0ec83acb514e98d51f065 [INFO] running `"docker" "start" "-a" "5b69c79512decb01cb4cc43c3c41dad417d6f9a8bdf0ec83acb514e98d51f065"` [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling sysfs_gpio v0.5.1 [INFO] [stderr] Compiling rpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / match error_num { [INFO] [stderr] 22 | | 0 => led_red.with_exported(|| { [INFO] [stderr] 23 | | led_red.set_direction(Direction::Low)?; [INFO] [stderr] 24 | | let iterations = duration_ms / period_ms / 2; [INFO] [stderr] ... | [INFO] [stderr] 58 | | _ => Ok(()), [INFO] [stderr] 59 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.28s [INFO] running `"docker" "inspect" "5b69c79512decb01cb4cc43c3c41dad417d6f9a8bdf0ec83acb514e98d51f065"` [INFO] running `"docker" "rm" "-f" "5b69c79512decb01cb4cc43c3c41dad417d6f9a8bdf0ec83acb514e98d51f065"` [INFO] [stdout] 5b69c79512decb01cb4cc43c3c41dad417d6f9a8bdf0ec83acb514e98d51f065 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 4faa2801e74c434c8b66894c3956ddd6e2695dd85f7158ccc34b3711d5b1691a [INFO] running `"docker" "start" "-a" "4faa2801e74c434c8b66894c3956ddd6e2695dd85f7158ccc34b3711d5b1691a"` [INFO] [stderr] Compiling rpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | / match error_num { [INFO] [stderr] 22 | | 0 => led_red.with_exported(|| { [INFO] [stderr] 23 | | led_red.set_direction(Direction::Low)?; [INFO] [stderr] 24 | | let iterations = duration_ms / period_ms / 2; [INFO] [stderr] ... | [INFO] [stderr] 58 | | _ => Ok(()), [INFO] [stderr] 59 | | }; [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] running `"docker" "inspect" "4faa2801e74c434c8b66894c3956ddd6e2695dd85f7158ccc34b3711d5b1691a"` [INFO] running `"docker" "rm" "-f" "4faa2801e74c434c8b66894c3956ddd6e2695dd85f7158ccc34b3711d5b1691a"` [INFO] [stdout] 4faa2801e74c434c8b66894c3956ddd6e2695dd85f7158ccc34b3711d5b1691a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] a1579c29d5c8dedd438c5bfb5d09acf4906569b45f53033af105c50bd6b22981 [INFO] running `"docker" "start" "-a" "a1579c29d5c8dedd438c5bfb5d09acf4906569b45f53033af105c50bd6b22981"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rpi-a6a26c66538151f2 [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" "a1579c29d5c8dedd438c5bfb5d09acf4906569b45f53033af105c50bd6b22981"` [INFO] running `"docker" "rm" "-f" "a1579c29d5c8dedd438c5bfb5d09acf4906569b45f53033af105c50bd6b22981"` [INFO] [stdout] a1579c29d5c8dedd438c5bfb5d09acf4906569b45f53033af105c50bd6b22981