[INFO] cloning repository https://github.com/Otzaria/otzaria_mcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Otzaria/otzaria_mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOtzaria%2Fotzaria_mcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOtzaria%2Fotzaria_mcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a30d8ea8d02bcdf3d13d5ed8b0f865f31ffdb80a
[INFO] checking Otzaria/otzaria_mcp against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOtzaria%2Fotzaria_mcp" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Otzaria/otzaria_mcp
[INFO] finished tweaking git repo https://github.com/Otzaria/otzaria_mcp
[INFO] tweaked toml for git repo https://github.com/Otzaria/otzaria_mcp written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Otzaria/otzaria_mcp on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Otzaria/otzaria_mcp 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `benchmark_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-4-tc2/source/target/.../benchmark_cli
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `benchmark-cli`, convert `bin.name`
[INFO] [stderr]   --> vendor/otzaria_search_engine/rust/Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "benchmark_cli"
[INFO] [stderr] 19 + name = "benchmark-cli"
[INFO] [stderr]    |
[INFO] [stderr] warning: `search_engine` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d
[INFO] running `Command { std: "docker" "start" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d", 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" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d", 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" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `benchmark_cli` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../benchmark_cli
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `benchmark-cli`, convert `bin.name`
[INFO] [stderr]   --> vendor/otzaria_search_engine/rust/Cargo.toml:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 - name = "benchmark_cli"
[INFO] [stderr] 19 + name = "benchmark-cli"
[INFO] [stderr]    |
[INFO] [stderr] warning: `search_engine` (manifest) generated 1 warning
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking ownedbytes v0.9.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling cc v1.2.67
[INFO] [stderr]    Compiling dary_heap v0.3.9
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]     Checking libflate_lz77 v2.3.0
[INFO] [stderr]     Checking bitpacking v0.9.3
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling proc-macro-error-attr3 v3.0.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling libflate v2.3.0
[INFO] [stderr]     Checking utf8-ranges v1.0.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling proc-macro-error3 v3.0.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking tantivy-fst v0.5.0
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking time v0.3.53
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tantivy-bitpacker v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.15
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking murmurhash32 v0.3.1
[INFO] [stderr]    Compiling build-target v0.4.0
[INFO] [stderr]    Compiling typetag v0.2.22
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]    Compiling flutter_rust_bridge v2.12.0
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking ordered-float v5.3.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling dart-sys v4.1.5
[INFO] [stderr]    Compiling bon-macros v3.9.3
[INFO] [stderr]    Compiling typetag-impl v0.2.22
[INFO] [stderr]     Checking downcast-rs v2.0.2
[INFO] [stderr]     Checking fastdivide v0.4.2
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking fs4 v0.13.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling flutter_rust_bridge_macros v2.12.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]    Compiling jieba-macros v0.10.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking uuid v1.23.4
[INFO] [stderr]     Checking cedarwood v0.5.0
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=a1dec20a7eedf524 -C extra-filename=-92c4e83d2d4fcbb5 --out-dir /opt/rustwide/target/debug/build/object/92c4e83d2d4fcbb5/out --extern memchr=/opt/rustwide/target/debug/build/memchr/b924193483665774/out/libmemchr-b924193483665774.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d", kill_on_drop: false }`
[INFO] [stdout] 266e3787327bc6300bf507ab2395662d2d24f509718a94f4c34284f08159194d
