[INFO] fetching crate nvim-oxi 0.6.0... [INFO] building nvim-oxi-0.6.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1 [INFO] extracting crate nvim-oxi 0.6.0 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate nvim-oxi 0.6.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate nvim-oxi 0.6.0 [INFO] tweaked toml for crates.io crate nvim-oxi 0.6.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate nvim-oxi 0.6.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate nvim-oxi 0.6.0 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b6a53c7d41199a46b487d88e4c94007bf81cb59ecc5cb7422e78073a8dfb147c [INFO] running `Command { std: "docker" "start" "-a" "b6a53c7d41199a46b487d88e4c94007bf81cb59ecc5cb7422e78073a8dfb147c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b6a53c7d41199a46b487d88e4c94007bf81cb59ecc5cb7422e78073a8dfb147c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6a53c7d41199a46b487d88e4c94007bf81cb59ecc5cb7422e78073a8dfb147c", kill_on_drop: false }` [INFO] [stdout] b6a53c7d41199a46b487d88e4c94007bf81cb59ecc5cb7422e78073a8dfb147c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 722e0b2d2611b6042941ffb26fa46b2ff7872e5d3ea9728702df14021de3cb16 [INFO] running `Command { std: "docker" "start" "-a" "722e0b2d2611b6042941ffb26fa46b2ff7872e5d3ea9728702df14021de3cb16", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling thiserror v2.0.8 [INFO] [stderr] Compiling libc v0.2.159 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling nvim-oxi v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error: You must enable one of the features: neovim-0-10, neovim-0-11, neovim-nightly [INFO] [stdout] --> build.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / compile_error!( [INFO] [stdout] 7 | | "You must enable one of the features: neovim-0-10, neovim-0-11, \ [INFO] [stdout] 8 | | neovim-nightly" [INFO] [stdout] 9 | | ); [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nvim-oxi` (build script) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "722e0b2d2611b6042941ffb26fa46b2ff7872e5d3ea9728702df14021de3cb16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "722e0b2d2611b6042941ffb26fa46b2ff7872e5d3ea9728702df14021de3cb16", kill_on_drop: false }` [INFO] [stdout] 722e0b2d2611b6042941ffb26fa46b2ff7872e5d3ea9728702df14021de3cb16