[INFO] cloning repository https://github.com/quininer/test-vm-github-actions [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/quininer/test-vm-github-actions" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Ftest-vm-github-actions", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Ftest-vm-github-actions'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a40bb8689da24c2e38caf11fde634b84e78213b0 [INFO] testing quininer/test-vm-github-actions against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fquininer%2Ftest-vm-github-actions" "/workspace/builds/worker-82/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-82/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/quininer/test-vm-github-actions 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/quininer/test-vm-github-actions [INFO] finished tweaking git repo https://github.com/quininer/test-vm-github-actions [INFO] tweaked toml for git repo https://github.com/quininer/test-vm-github-actions written to /workspace/builds/worker-82/source/Cargo.toml [INFO] crate git repo https://github.com/quininer/test-vm-github-actions 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] warning: unused manifest key: dependencies.tracing.default-feature [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-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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] 5c4f4d3a1a9b4dc91d4e04febe2f3ff16b628211e4173ebc326bd6f76a21f2c9 [INFO] running `Command { std: "docker" "start" "-a" "5c4f4d3a1a9b4dc91d4e04febe2f3ff16b628211e4173ebc326bd6f76a21f2c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c4f4d3a1a9b4dc91d4e04febe2f3ff16b628211e4173ebc326bd6f76a21f2c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c4f4d3a1a9b4dc91d4e04febe2f3ff16b628211e4173ebc326bd6f76a21f2c9", kill_on_drop: false }` [INFO] [stdout] 5c4f4d3a1a9b4dc91d4e04febe2f3ff16b628211e4173ebc326bd6f76a21f2c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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] da8447f2f1e6d209382854ab24e5ec6a9efb13d879b77ff1b5bd47e5a8266090 [INFO] running `Command { std: "docker" "start" "-a" "da8447f2f1e6d209382854ab24e5ec6a9efb13d879b77ff1b5bd47e5a8266090", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.tracing.default-feature [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling anyhow v1.0.52 [INFO] [stderr] Compiling smallvec v1.7.0 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling tracing-core v0.1.21 [INFO] [stderr] Compiling sharded-slab v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.5 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling tracing-attributes v0.1.18 [INFO] [stderr] Compiling tracing v0.1.29 [INFO] [stderr] Compiling baselinux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `debug` [INFO] [stdout] --> src/main.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | use tracing::{ debug, info }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.83s [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "da8447f2f1e6d209382854ab24e5ec6a9efb13d879b77ff1b5bd47e5a8266090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da8447f2f1e6d209382854ab24e5ec6a9efb13d879b77ff1b5bd47e5a8266090", kill_on_drop: false }` [INFO] [stdout] da8447f2f1e6d209382854ab24e5ec6a9efb13d879b77ff1b5bd47e5a8266090 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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] a9fad63efed88157c2881df946f5699631e8f46cc0a40e8857eeec57994e1578 [INFO] running `Command { std: "docker" "start" "-a" "a9fad63efed88157c2881df946f5699631e8f46cc0a40e8857eeec57994e1578", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.tracing.default-feature [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling baselinux v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `debug` [INFO] [stdout] --> src/main.rs:8:16 [INFO] [stdout] | [INFO] [stdout] 8 | use tracing::{ debug, info }; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` 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 0.77s [INFO] running `Command { std: "docker" "inspect" "a9fad63efed88157c2881df946f5699631e8f46cc0a40e8857eeec57994e1578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9fad63efed88157c2881df946f5699631e8f46cc0a40e8857eeec57994e1578", kill_on_drop: false }` [INFO] [stdout] a9fad63efed88157c2881df946f5699631e8f46cc0a40e8857eeec57994e1578 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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] cf9ccc142795cb3a9a36b4b7b42efdb0588408530f1483e847f9819b140c0ca8 [INFO] running `Command { std: "docker" "start" "-a" "cf9ccc142795cb3a9a36b4b7b42efdb0588408530f1483e847f9819b140c0ca8", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: dependencies.tracing.default-feature [INFO] [stderr] warning: unused import: `debug` [INFO] [stderr] --> src/main.rs:8:16 [INFO] [stderr] | [INFO] [stderr] 8 | use tracing::{ debug, info }; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `baselinux` (bin "baselinux" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/baselinux-a00ad3a3068f7993) [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" "cf9ccc142795cb3a9a36b4b7b42efdb0588408530f1483e847f9819b140c0ca8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf9ccc142795cb3a9a36b4b7b42efdb0588408530f1483e847f9819b140c0ca8", kill_on_drop: false }` [INFO] [stdout] cf9ccc142795cb3a9a36b4b7b42efdb0588408530f1483e847f9819b140c0ca8