[INFO] cloning repository https://github.com/tw-ilson/portable-planet
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tw-ilson/portable-planet" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftw-ilson%2Fportable-planet", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftw-ilson%2Fportable-planet'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 822ecbaf46d9c3fe373c00fee3411a6bafdf3408
[INFO] checking tw-ilson/portable-planet against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftw-ilson%2Fportable-planet" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tw-ilson/portable-planet
[INFO] finished tweaking git repo https://github.com/tw-ilson/portable-planet
[INFO] tweaked toml for git repo https://github.com/tw-ilson/portable-planet written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tw-ilson/portable-planet on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tw-ilson/portable-planet 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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] ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8
[INFO] running `Command { std: "docker" "start" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8", 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" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8", 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" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling psp v0.3.12
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling unstringify v0.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stdout] error[E0432]: unresolved import `core::panic::PanicPayload`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/psp-0.3.12/src/panic.rs:15:48
[INFO] [stdout]    |
[INFO] [stdout] 15 |     panic::{Location, PanicInfo, PanicMessage, PanicPayload as BoxMeUp},
[INFO] [stdout]    |                                                ------------^^^^^^^^^^^
[INFO] [stdout]    |                                                |
[INFO] [stdout]    |                                                no `PanicPayload` in `panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `psp` (lib) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8", kill_on_drop: false }`
[INFO] [stdout] ded70d2f2aba9c6da4221ee113974262755bfef8c0f47ea2a36c4950bfeaf1f8
