[INFO] cloning repository https://github.com/asimpson/win-switch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/asimpson/win-switch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasimpson%2Fwin-switch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasimpson%2Fwin-switch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7365812866ad1c2095a9b810fa1a88c44f1b3471 [INFO] testing asimpson/win-switch-rs against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fasimpson%2Fwin-switch-rs" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/asimpson/win-switch-rs on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/asimpson/win-switch-rs [INFO] finished tweaking git repo https://github.com/asimpson/win-switch-rs [INFO] tweaked toml for git repo https://github.com/asimpson/win-switch-rs written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/asimpson/win-switch-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b9beeea0d74d9583ccc8fd2c2228d782c1681bfa3151ad4f3bfbf41f668970f4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b9beeea0d74d9583ccc8fd2c2228d782c1681bfa3151ad4f3bfbf41f668970f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b9beeea0d74d9583ccc8fd2c2228d782c1681bfa3151ad4f3bfbf41f668970f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9beeea0d74d9583ccc8fd2c2228d782c1681bfa3151ad4f3bfbf41f668970f4", kill_on_drop: false }` [INFO] [stdout] b9beeea0d74d9583ccc8fd2c2228d782c1681bfa3151ad4f3bfbf41f668970f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93e0448e36154621f3f0c2bb527e2242e13b4a66f6dedc48902057fb11152f42 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "93e0448e36154621f3f0c2bb527e2242e13b4a66f6dedc48902057fb11152f42", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling uninitialized v0.0.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling linked-hash-map v0.5.3 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling ddc-hi v0.3.0 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling i2c v0.1.0 [INFO] [stderr] Compiling mccs v0.1.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling ddc v0.2.2 [INFO] [stderr] Compiling resize-slice v0.1.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling i2c-linux-sys v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling udev v0.2.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling i2c-linux v0.1.2 [INFO] [stderr] Compiling ddc-i2c v0.2.1 [INFO] [stderr] Compiling mccs-caps v0.1.0 [INFO] [stderr] Compiling edid v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling argh v0.1.4 [INFO] [stderr] Compiling mccs-db v0.1.2 [INFO] [stderr] Compiling win-switch-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.24s [INFO] running `Command { std: "docker" "inspect" "93e0448e36154621f3f0c2bb527e2242e13b4a66f6dedc48902057fb11152f42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e0448e36154621f3f0c2bb527e2242e13b4a66f6dedc48902057fb11152f42", kill_on_drop: false }` [INFO] [stdout] 93e0448e36154621f3f0c2bb527e2242e13b4a66f6dedc48902057fb11152f42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 79f6cd4c99ffc282af9b1e84a3cff67c2e0d0f33c56a81e87e5b9753b54ab24c [INFO] running `Command { std: "docker" "start" "-a" "79f6cd4c99ffc282af9b1e84a3cff67c2e0d0f33c56a81e87e5b9753b54ab24c", kill_on_drop: false }` [INFO] [stderr] Compiling win-switch-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "79f6cd4c99ffc282af9b1e84a3cff67c2e0d0f33c56a81e87e5b9753b54ab24c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79f6cd4c99ffc282af9b1e84a3cff67c2e0d0f33c56a81e87e5b9753b54ab24c", kill_on_drop: false }` [INFO] [stdout] 79f6cd4c99ffc282af9b1e84a3cff67c2e0d0f33c56a81e87e5b9753b54ab24c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2e8def3967fe0177498a331f119ecd1caecdbd41f1bc09237554a8fa529a1065 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2e8def3967fe0177498a331f119ecd1caecdbd41f1bc09237554a8fa529a1065", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/win_switch_rs-c969e1aa643a4606) [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" "2e8def3967fe0177498a331f119ecd1caecdbd41f1bc09237554a8fa529a1065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e8def3967fe0177498a331f119ecd1caecdbd41f1bc09237554a8fa529a1065", kill_on_drop: false }` [INFO] [stdout] 2e8def3967fe0177498a331f119ecd1caecdbd41f1bc09237554a8fa529a1065