[INFO] cloning repository https://github.com/lean-enjoyers/catdream
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lean-enjoyers/catdream" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flean-enjoyers%2Fcatdream", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flean-enjoyers%2Fcatdream'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 29e58e85d4ecb03bf92ca2479797dfb921cb63fb
[INFO] checking lean-enjoyers/catdream against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flean-enjoyers%2Fcatdream" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lean-enjoyers/catdream
[INFO] finished tweaking git repo https://github.com/lean-enjoyers/catdream
[INFO] tweaked toml for git repo https://github.com/lean-enjoyers/catdream written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lean-enjoyers/catdream 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/lean-enjoyers/catdream 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] warning: `edition` is set on binary `catdream` which is deprecated
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pad v0.1.6
[INFO] [stderr]   Downloaded unicode-linebreak v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b02919ca0dc614da3f055679e52db3fa308d2868e34dededef7d9bf19ea69eaf
[INFO] running `Command { std: "docker" "start" "-a" "b02919ca0dc614da3f055679e52db3fa308d2868e34dededef7d9bf19ea69eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b02919ca0dc614da3f055679e52db3fa308d2868e34dededef7d9bf19ea69eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b02919ca0dc614da3f055679e52db3fa308d2868e34dededef7d9bf19ea69eaf", kill_on_drop: false }`
[INFO] [stdout] b02919ca0dc614da3f055679e52db3fa308d2868e34dededef7d9bf19ea69eaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 8e88428dfbda7a4a98f2d4d7f6dc60331f8d0a9a9638de26dd7940e7db72dcac
[INFO] running `Command { std: "docker" "start" "-a" "8e88428dfbda7a4a98f2d4d7f6dc60331f8d0a9a9638de26dd7940e7db72dcac", kill_on_drop: false }`
[INFO] [stderr] warning: `edition` is set on binary `catdream` which is deprecated
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling regex-syntax v0.7.2
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]     Checking smawk v0.3.1
[INFO] [stderr]     Checking string-builder v0.2.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]     Checking pad v0.1.6
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling regex v1.8.4
[INFO] [stderr]    Compiling unicode-linebreak v0.1.4
[INFO] [stderr]     Checking textwrap v0.16.0
[INFO] [stderr]     Checking catdream v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.12s
[INFO] running `Command { std: "docker" "inspect" "8e88428dfbda7a4a98f2d4d7f6dc60331f8d0a9a9638de26dd7940e7db72dcac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e88428dfbda7a4a98f2d4d7f6dc60331f8d0a9a9638de26dd7940e7db72dcac", kill_on_drop: false }`
[INFO] [stdout] 8e88428dfbda7a4a98f2d4d7f6dc60331f8d0a9a9638de26dd7940e7db72dcac
