[INFO] cloning repository https://github.com/Lbniese/screen-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lbniese/screen-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLbniese%2Fscreen-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLbniese%2Fscreen-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c79650e75ee1e37af84f82e889ac8391697f8da2
[INFO] checking Lbniese/screen-rs against 22950ab9e29e11620a10905f027f141ea126966e for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLbniese%2Fscreen-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Lbniese/screen-rs
[INFO] finished tweaking git repo https://github.com/Lbniese/screen-rs
[INFO] tweaked toml for git repo https://github.com/Lbniese/screen-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lbniese/screen-rs on toolchain 22950ab9e29e11620a10905f027f141ea126966e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lbniese/screen-rs 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" "+22950ab9e29e11620a10905f027f141ea126966e" "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-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1
[INFO] running `Command { std: "docker" "start" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1" "/opt/rustwide/cargo-home/bin/cargo" "+22950ab9e29e11620a10905f027f141ea126966e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking screen-platform v0.0.1 (/opt/rustwide/workdir/crates/screen-platform)
[INFO] [stderr]     Checking screen-terminal v0.0.1 (/opt/rustwide/workdir/crates/screen-terminal)
[INFO] [stderr]     Checking screen-pty v0.0.1 (/opt/rustwide/workdir/crates/screen-pty)
[INFO] [stderr]     Checking screen-protocol v0.0.1 (/opt/rustwide/workdir/crates/screen-protocol)
[INFO] [stderr]     Checking screen-core v0.0.1 (/opt/rustwide/workdir/crates/screen-core)
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]     Checking screen-config v0.0.1 (/opt/rustwide/workdir/crates/screen-config)
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking screen-nix-interop v0.0.1 (/opt/rustwide/workdir/crates/screen-nix-interop)
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking screen-testkit v0.0.1 (/opt/rustwide/workdir/crates/screen-testkit)
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]     Checking screen-daemon v0.0.1 (/opt/rustwide/workdir/crates/screen-daemon)
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]     Checking screen-cli v0.0.1 (/opt/rustwide/workdir/crates/screen-cli)
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking rusty-fork v0.3.1
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.13
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking proptest v1.11.0
[INFO] [stderr]     Checking screen-rs-fuzz v0.0.1 (/opt/rustwide/workdir/fuzz)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.79s
[INFO] running `Command { std: "docker" "inspect" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1", kill_on_drop: false }`
[INFO] [stdout] 9cc477f59f31674d516c3f82b24f022f8126e639a1b2ef62a9f94815db9bb5b1
