[INFO] cloning repository https://github.com/vgskye/babysitter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vgskye/babysitter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgskye%2Fbabysitter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgskye%2Fbabysitter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] adef4d01a55f9db93132a2b7185f1863b5814e68
[INFO] building vgskye/babysitter against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvgskye%2Fbabysitter" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/vgskye/babysitter
[INFO] finished tweaking git repo https://github.com/vgskye/babysitter
[INFO] tweaked toml for git repo https://github.com/vgskye/babysitter written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vgskye/babysitter on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vgskye/babysitter already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61e86e821a117ba3a35e093b6332954bf98e578140f6d9186427f7c4025118bd
[INFO] running `Command { std: "docker" "start" "-a" "61e86e821a117ba3a35e093b6332954bf98e578140f6d9186427f7c4025118bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61e86e821a117ba3a35e093b6332954bf98e578140f6d9186427f7c4025118bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61e86e821a117ba3a35e093b6332954bf98e578140f6d9186427f7c4025118bd", kill_on_drop: false }`
[INFO] [stdout] 61e86e821a117ba3a35e093b6332954bf98e578140f6d9186427f7c4025118bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20f6349579dcf14d3b4d1d393ecde90300ef68def643f00b44b461c2cbf6951c
[INFO] running `Command { std: "docker" "start" "-a" "20f6349579dcf14d3b4d1d393ecde90300ef68def643f00b44b461c2cbf6951c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling rustls-pki-types v1.3.1
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling rustls v0.22.2
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling winnow v0.6.5
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling murmur2 v0.1.0
[INFO] [stderr]    Compiling object v0.32.2
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling tracing-error v0.2.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling color-spantrace v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling color-eyre v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling toml_edit v0.22.8
[INFO] [stderr]    Compiling toml v0.7.8
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling rpackwiz v0.1.0 (https://github.com/vgskye/rpackwiz#b70bb4e7)
[INFO] [stderr]    Compiling rustls-webpki v0.102.2
[INFO] [stderr]    Compiling ureq v2.9.6
[INFO] [stderr]    Compiling babysitter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.24s
[INFO] running `Command { std: "docker" "inspect" "20f6349579dcf14d3b4d1d393ecde90300ef68def643f00b44b461c2cbf6951c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20f6349579dcf14d3b4d1d393ecde90300ef68def643f00b44b461c2cbf6951c", kill_on_drop: false }`
[INFO] [stdout] 20f6349579dcf14d3b4d1d393ecde90300ef68def643f00b44b461c2cbf6951c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0f81524acfa60d41df6b50847201f47bc44678fec3e28cb9681e9a406691ab20
[INFO] running `Command { std: "docker" "start" "-a" "0f81524acfa60d41df6b50847201f47bc44678fec3e28cb9681e9a406691ab20", kill_on_drop: false }`
[INFO] [stderr]    Compiling babysitter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "0f81524acfa60d41df6b50847201f47bc44678fec3e28cb9681e9a406691ab20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f81524acfa60d41df6b50847201f47bc44678fec3e28cb9681e9a406691ab20", kill_on_drop: false }`
[INFO] [stdout] 0f81524acfa60d41df6b50847201f47bc44678fec3e28cb9681e9a406691ab20
