[INFO] cloning repository https://github.com/Dumra/pmset_sleep_disable_switcher [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dumra/pmset_sleep_disable_switcher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDumra%2Fpmset_sleep_disable_switcher", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDumra%2Fpmset_sleep_disable_switcher'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c6c5cc99412d90f3814c1d9c49f3a91a9562464d [INFO] testing Dumra/pmset_sleep_disable_switcher against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDumra%2Fpmset_sleep_disable_switcher" "/workspace/builds/worker-97/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-97/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Dumra/pmset_sleep_disable_switcher on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Dumra/pmset_sleep_disable_switcher [INFO] finished tweaking git repo https://github.com/Dumra/pmset_sleep_disable_switcher [INFO] tweaked toml for git repo https://github.com/Dumra/pmset_sleep_disable_switcher written to /workspace/builds/worker-97/source/Cargo.toml [INFO] crate git repo https://github.com/Dumra/pmset_sleep_disable_switcher already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 728acc8e267d3299f60d1b9659db47a7e69792a027a241ce8149e0fc3189ce82 [INFO] running `Command { std: "docker" "start" "-a" "728acc8e267d3299f60d1b9659db47a7e69792a027a241ce8149e0fc3189ce82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "728acc8e267d3299f60d1b9659db47a7e69792a027a241ce8149e0fc3189ce82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "728acc8e267d3299f60d1b9659db47a7e69792a027a241ce8149e0fc3189ce82", kill_on_drop: false }` [INFO] [stdout] 728acc8e267d3299f60d1b9659db47a7e69792a027a241ce8149e0fc3189ce82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c63a526ae329844a41b72d5c0a0f559306e0ece5a641c10e58c7c086996756e [INFO] running `Command { std: "docker" "start" "-a" "8c63a526ae329844a41b72d5c0a0f559306e0ece5a641c10e58c7c086996756e", kill_on_drop: false }` [INFO] [stderr] Compiling sleep_disable_switcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `get_pmset_result` [INFO] [stdout] --> src/main.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn get_pmset_result() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `Command { std: "docker" "inspect" "8c63a526ae329844a41b72d5c0a0f559306e0ece5a641c10e58c7c086996756e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c63a526ae329844a41b72d5c0a0f559306e0ece5a641c10e58c7c086996756e", kill_on_drop: false }` [INFO] [stdout] 8c63a526ae329844a41b72d5c0a0f559306e0ece5a641c10e58c7c086996756e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e7094101b3cd0e830e279d98baf47c4dd421cd7567003e75b121fe9300cf1e55 [INFO] running `Command { std: "docker" "start" "-a" "e7094101b3cd0e830e279d98baf47c4dd421cd7567003e75b121fe9300cf1e55", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling sleep_disable_switcher v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `get_pmset_result` [INFO] [stdout] --> src/main.rs:43:4 [INFO] [stdout] | [INFO] [stdout] 43 | fn get_pmset_result() -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.43s [INFO] running `Command { std: "docker" "inspect" "e7094101b3cd0e830e279d98baf47c4dd421cd7567003e75b121fe9300cf1e55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7094101b3cd0e830e279d98baf47c4dd421cd7567003e75b121fe9300cf1e55", kill_on_drop: false }` [INFO] [stdout] e7094101b3cd0e830e279d98baf47c4dd421cd7567003e75b121fe9300cf1e55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-97/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0f5732bdb1f89091be40f46502b0edaf608202b4a18994423feb96581182859b [INFO] running `Command { std: "docker" "start" "-a" "0f5732bdb1f89091be40f46502b0edaf608202b4a18994423feb96581182859b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: function is never used: `get_pmset_result` [INFO] [stderr] --> src/main.rs:43:4 [INFO] [stderr] | [INFO] [stderr] 43 | fn get_pmset_result() -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sleep_disable_switcher` (bin "sleep_disable_switcher" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.73s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sleep_disable_switcher-ad99ffed5374465b) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0f5732bdb1f89091be40f46502b0edaf608202b4a18994423feb96581182859b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f5732bdb1f89091be40f46502b0edaf608202b4a18994423feb96581182859b", kill_on_drop: false }` [INFO] [stdout] 0f5732bdb1f89091be40f46502b0edaf608202b4a18994423feb96581182859b