[INFO] fetching crate foundationdb 0.9.1...
[INFO] checking foundationdb-0.9.1 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate foundationdb 0.9.1 into /workspace/builds/worker-2-tc1/source
[INFO] validating manifest of crates.io crate foundationdb 0.9.1 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate foundationdb 0.9.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate foundationdb 0.9.1
[INFO] tweaked toml for crates.io crate foundationdb 0.9.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate crates.io crate foundationdb 0.9.1 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" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded foundationdb-macros v0.3.1
[INFO] [stderr]   Downloaded try_map v0.3.1
[INFO] [stderr]   Downloaded foundationdb-sys v0.9.1
[INFO] [stderr]   Downloaded foundationdb-gen v0.9.1
[INFO] [stderr]   Downloaded pretty-bytes v0.2.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0d8d77e54d0f7d5b749df58d8b2920271b3a57707c11a9781e96e8ad2ce53938
[INFO] running `Command { std: "docker" "start" "-a" "0d8d77e54d0f7d5b749df58d8b2920271b3a57707c11a9781e96e8ad2ce53938", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0d8d77e54d0f7d5b749df58d8b2920271b3a57707c11a9781e96e8ad2ce53938", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d8d77e54d0f7d5b749df58d8b2920271b3a57707c11a9781e96e8ad2ce53938", kill_on_drop: false }`
[INFO] [stdout] 0d8d77e54d0f7d5b749df58d8b2920271b3a57707c11a9781e96e8ad2ce53938
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0269d00c214e822796096eefea6f51a818b3b8dc18b0313c5e131d481ba945f9
[INFO] running `Command { std: "docker" "start" "-a" "0269d00c214e822796096eefea6f51a818b3b8dc18b0313c5e131d481ba945f9", kill_on_drop: false }`
[INFO] [stderr]    Compiling prettyplease v0.2.22
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling foundationdb-gen v0.9.1
[INFO] [stderr]    Compiling cc v1.1.24
[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-6f17d22bba15001f/foundationdb-gen-0.9.1/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]     = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling try_map v0.3.1
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking uuid v1.10.0
[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" "0269d00c214e822796096eefea6f51a818b3b8dc18b0313c5e131d481ba945f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0269d00c214e822796096eefea6f51a818b3b8dc18b0313c5e131d481ba945f9", kill_on_drop: false }`
[INFO] [stdout] 0269d00c214e822796096eefea6f51a818b3b8dc18b0313c5e131d481ba945f9
