[INFO] cloning repository https://github.com/Geal/cargo-plugin [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Geal/cargo-plugin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeal%2Fcargo-plugin", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeal%2Fcargo-plugin'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7ed97ff157f1b1e8bd247c64b7acdf7214f3194a [INFO] testing Geal/cargo-plugin against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGeal%2Fcargo-plugin" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Geal/cargo-plugin on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Geal/cargo-plugin [INFO] finished tweaking git repo https://github.com/Geal/cargo-plugin [INFO] tweaked toml for git repo https://github.com/Geal/cargo-plugin written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/Geal/cargo-plugin already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded handlebars v0.29.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56cae4e9f343180de284ca2ce045a0625ee49a869ac091620fade3c809d9d142 [INFO] running `Command { std: "docker" "start" "-a" "56cae4e9f343180de284ca2ce045a0625ee49a869ac091620fade3c809d9d142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56cae4e9f343180de284ca2ce045a0625ee49a869ac091620fade3c809d9d142", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56cae4e9f343180de284ca2ce045a0625ee49a869ac091620fade3c809d9d142", kill_on_drop: false }` [INFO] [stdout] 56cae4e9f343180de284ca2ce045a0625ee49a869ac091620fade3c809d9d142 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2d3cbd111dff818b384f1463bcd044bb7778425b8bef599d237c326316654b6 [INFO] running `Command { std: "docker" "start" "-a" "a2d3cbd111dff818b384f1463bcd044bb7778425b8bef599d237c326316654b6", kill_on_drop: false }` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling cargo-plugin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.38s [INFO] running `Command { std: "docker" "inspect" "a2d3cbd111dff818b384f1463bcd044bb7778425b8bef599d237c326316654b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d3cbd111dff818b384f1463bcd044bb7778425b8bef599d237c326316654b6", kill_on_drop: false }` [INFO] [stdout] a2d3cbd111dff818b384f1463bcd044bb7778425b8bef599d237c326316654b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f16d6d08d40ce81e54782a120d499ee17e97af343c10eae9ccd2b279d1f1d93 [INFO] running `Command { std: "docker" "start" "-a" "4f16d6d08d40ce81e54782a120d499ee17e97af343c10eae9ccd2b279d1f1d93", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-plugin v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.80s [INFO] running `Command { std: "docker" "inspect" "4f16d6d08d40ce81e54782a120d499ee17e97af343c10eae9ccd2b279d1f1d93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f16d6d08d40ce81e54782a120d499ee17e97af343c10eae9ccd2b279d1f1d93", kill_on_drop: false }` [INFO] [stdout] 4f16d6d08d40ce81e54782a120d499ee17e97af343c10eae9ccd2b279d1f1d93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8e001dc92dd0f80cdca187d88ededaed661d703fbf594946d952fd444de8c442 [INFO] running `Command { std: "docker" "start" "-a" "8e001dc92dd0f80cdca187d88ededaed661d703fbf594946d952fd444de8c442", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/cargo_plugin-77339601ccbedaae) [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" "8e001dc92dd0f80cdca187d88ededaed661d703fbf594946d952fd444de8c442", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e001dc92dd0f80cdca187d88ededaed661d703fbf594946d952fd444de8c442", kill_on_drop: false }` [INFO] [stdout] 8e001dc92dd0f80cdca187d88ededaed661d703fbf594946d952fd444de8c442