[INFO] cloning repository https://github.com/Akanoa/Pusu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Akanoa/Pusu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanoa%2FPusu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanoa%2FPusu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4a37d9df5ef45ab4f5b11dd1beaa32ac54c9f2fa
[INFO] checking Akanoa/Pusu against try#54cf65b8d066c082e536455049b95943cf30378f for pr-151920
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkanoa%2FPusu" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Akanoa/Pusu
[INFO] finished tweaking git repo https://github.com/Akanoa/Pusu
[INFO] tweaked toml for git repo https://github.com/Akanoa/Pusu written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akanoa/Pusu on toolchain 54cf65b8d066c082e536455049b95943cf30378f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Akanoa/Pusu 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" "+54cf65b8d066c082e536455049b95943cf30378f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6ddf0effdb675feac50a04293c0df40053009813d2bce1e9ab64c2f03669030
[INFO] running `Command { std: "docker" "start" "-a" "e6ddf0effdb675feac50a04293c0df40053009813d2bce1e9ab64c2f03669030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6ddf0effdb675feac50a04293c0df40053009813d2bce1e9ab64c2f03669030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6ddf0effdb675feac50a04293c0df40053009813d2bce1e9ab64c2f03669030", kill_on_drop: false }`
[INFO] [stdout] e6ddf0effdb675feac50a04293c0df40053009813d2bce1e9ab64c2f03669030
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+54cf65b8d066c082e536455049b95943cf30378f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91d28d62ef281ec17191021ab499e6c6f25d27ea4b5cad639012f9bab6704fcc
[INFO] running `Command { std: "docker" "start" "-a" "91d28d62ef281ec17191021ab499e6c6f25d27ea4b5cad639012f9bab6704fcc", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling prettyplease v0.2.31
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling rustls v0.23.23
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking clap_builder v4.5.32
[INFO] [stderr]    Compiling xml-rs v0.8.25
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling foundationdb-gen v0.9.2
[INFO] [stderr]     Checking home v0.5.11
[INFO] [stdout] error: couldn't read `/usr/include/foundationdb/fdb.options`: No such file or directory (os error 2)
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/foundationdb-gen-0.9.2/src/lib.rs:352:29
[INFO] [stdout]     |
[INFO] [stdout] 352 | const OPTIONS_DATA: &[u8] = include_bytes!("/usr/include/foundationdb/fdb.options");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr] error: could not compile `foundationdb-gen` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "91d28d62ef281ec17191021ab499e6c6f25d27ea4b5cad639012f9bab6704fcc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91d28d62ef281ec17191021ab499e6c6f25d27ea4b5cad639012f9bab6704fcc", kill_on_drop: false }`
[INFO] [stdout] 91d28d62ef281ec17191021ab499e6c6f25d27ea4b5cad639012f9bab6704fcc
