[INFO] cloning repository https://github.com/archer884/redir
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/archer884/redir" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fredir", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fredir'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3f218178d22f1810d4988e676f90991b8ed1681
[INFO] checking archer884/redir against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Farcher884%2Fredir" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/archer884/redir
[INFO] finished tweaking git repo https://github.com/archer884/redir
[INFO] tweaked toml for git repo https://github.com/archer884/redir written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/archer884/redir on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/archer884/redir 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap_derive v4.1.9
[INFO] [stderr]   Downloaded terminal_size v0.2.5
[INFO] [stderr]   Downloaded io-lifetimes v1.0.7
[INFO] [stderr]   Downloaded clap v4.1.9
[INFO] [stderr]   Downloaded rustix v0.36.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa66188b7202a9754028156a38cba153f7e3e43520421b5111ec1160bb72dc96
[INFO] running `Command { std: "docker" "start" "-a" "fa66188b7202a9754028156a38cba153f7e3e43520421b5111ec1160bb72dc96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa66188b7202a9754028156a38cba153f7e3e43520421b5111ec1160bb72dc96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa66188b7202a9754028156a38cba153f7e3e43520421b5111ec1160bb72dc96", kill_on_drop: false }`
[INFO] [stdout] fa66188b7202a9754028156a38cba153f7e3e43520421b5111ec1160bb72dc96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f9eff221fd55491a121386808c02f80b6c57afc57256013bcc962b026e8535f4
[INFO] running `Command { std: "docker" "start" "-a" "f9eff221fd55491a121386808c02f80b6c57afc57256013bcc962b026e8535f4", kill_on_drop: false }`
[INFO] [stderr]    Compiling io-lifetimes v1.0.7
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]    Compiling serde_derive v1.0.156
[INFO] [stderr]    Compiling serde v1.0.156
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling ahash v0.8.3
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking regex v1.7.1
[INFO] [stderr]     Checking directories v4.0.1
[INFO] [stderr]     Checking clap_lex v0.3.3
[INFO] [stderr]     Checking is-terminal v0.4.4
[INFO] [stderr]     Checking terminal_size v0.2.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.1.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]     Checking clap v4.1.9
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]     Checking serde_json v1.0.94
[INFO] [stderr]     Checking redir v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
[INFO] running `Command { std: "docker" "inspect" "f9eff221fd55491a121386808c02f80b6c57afc57256013bcc962b026e8535f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9eff221fd55491a121386808c02f80b6c57afc57256013bcc962b026e8535f4", kill_on_drop: false }`
[INFO] [stdout] f9eff221fd55491a121386808c02f80b6c57afc57256013bcc962b026e8535f4
