[INFO] fetching crate simple_llama 0.1.3-b... [INFO] testing simple_llama-0.1.3-b against 1.91.0 for beta-1.92-2 [INFO] extracting crate simple_llama 0.1.3-b into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate simple_llama 0.1.3-b [INFO] finished tweaking crates.io crate simple_llama 0.1.3-b [INFO] tweaked toml for crates.io crate simple_llama 0.1.3-b written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate simple_llama 0.1.3-b on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate simple_llama 0.1.3-b 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libloading v0.8.4 [INFO] [stderr] Downloaded which v6.0.1 [INFO] [stderr] Downloaded serde_spanned v0.6.6 [INFO] [stderr] Downloaded toml_datetime v0.6.6 [INFO] [stderr] Downloaded llama-cpp-2 v0.1.62 [INFO] [stderr] Downloaded mlua-sys v0.6.1 [INFO] [stderr] Downloaded jobserver v0.1.31 [INFO] [stderr] Downloaded clap v4.5.9 [INFO] [stderr] Downloaded cc v1.1.0 [INFO] [stderr] Downloaded serde v1.0.203 [INFO] [stderr] Downloaded toml_edit v0.22.14 [INFO] [stderr] Downloaded serde_derive v1.0.203 [INFO] [stderr] Downloaded clap_builder v4.5.9 [INFO] [stderr] Downloaded winnow v0.6.13 [INFO] [stderr] Downloaded toml v0.8.14 [INFO] [stderr] Downloaded mlua v0.9.9 [INFO] [stderr] Downloaded syn v2.0.68 [INFO] [stderr] Downloaded llama-cpp-sys-2 v0.1.62 [INFO] [stderr] Downloaded lua-src v546.0.2 [INFO] [stderr] Downloaded luajit-src v210.5.8+5790d25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b2adf497d96374e374c8dbc68d9841c74ef2b751067878917c13526a15705f6b [INFO] running `Command { std: "docker" "start" "-a" "b2adf497d96374e374c8dbc68d9841c74ef2b751067878917c13526a15705f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b2adf497d96374e374c8dbc68d9841c74ef2b751067878917c13526a15705f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2adf497d96374e374c8dbc68d9841c74ef2b751067878917c13526a15705f6b", kill_on_drop: false }` [INFO] [stdout] b2adf497d96374e374c8dbc68d9841c74ef2b751067878917c13526a15705f6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9bb562aa130ba2ed3595a78f8e6717b614c1212b0312605d3647c23a23e1463 [INFO] running `Command { std: "docker" "start" "-a" "b9bb562aa130ba2ed3595a78f8e6717b614c1212b0312605d3647c23a23e1463", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libloading v0.8.4 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling cc v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling enumflags2_derive v0.7.10 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling enumflags2 v0.7.10 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling llama-cpp-sys-2 v0.1.62 [INFO] [stderr] Compiling llama-cpp-2 v0.1.62 [INFO] [stderr] Compiling simple_llama v0.1.3-b (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/llm/mod.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.42s [INFO] running `Command { std: "docker" "inspect" "b9bb562aa130ba2ed3595a78f8e6717b614c1212b0312605d3647c23a23e1463", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9bb562aa130ba2ed3595a78f8e6717b614c1212b0312605d3647c23a23e1463", kill_on_drop: false }` [INFO] [stdout] b9bb562aa130ba2ed3595a78f8e6717b614c1212b0312605d3647c23a23e1463 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 910227c0fbade59d9f4877c1256785f3fb47441923591069832e9574c61260f1 [INFO] running `Command { std: "docker" "start" "-a" "910227c0fbade59d9f4877c1256785f3fb47441923591069832e9574c61260f1", kill_on_drop: false }` [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling which v6.0.1 [INFO] [stderr] Compiling lua-src v546.0.2 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling luajit-src v210.5.8+5790d25 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling serde_spanned v0.6.6 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling winnow v0.6.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling clap_builder v4.5.9 [INFO] [stderr] Compiling mlua-sys v0.6.1 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling rustc-hash v2.0.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling toml_edit v0.22.14 [INFO] [stderr] Compiling clap v4.5.9 [INFO] [stderr] Compiling toml v0.8.14 [INFO] [stderr] Compiling mlua v0.9.9 [INFO] [stderr] Compiling llama-cpp-sys-2 v0.1.62 [INFO] [stderr] Compiling llama-cpp-2 v0.1.62 [INFO] [stderr] Compiling simple_llama v0.1.3-b (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/llm/mod.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `sync::Arc` [INFO] [stdout] --> examples/simple.rs:2:61 [INFO] [stdout] | [INFO] [stdout] 2 | use std::{collections::HashMap, io::Write, num::NonZeroU32, sync::Arc}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/llm/mod.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | &mut self, [INFO] [stdout] | ^^^^^^^^^ the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 226 | ) -> anyhow::Result> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustch81uyv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libanyhow-41a7cba848003e7c,libencoding_rs-98be66cb5435f779,libcfg_if-6a7eff3bb9b3cc11}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{liblog-bed40425882d2bd2,libserde-d92da9834178cd78,libllama_cpp_2-084d6a3d1b8d4c01,libthiserror-d1aee62986cab3ef,libenumflags2-6a372acad7b02383,libtracing-46a02598a197922e,libpin_project_lite-3439fd874bc54a98,libtracing_core-b881f9377af836bc,libonce_cell-a8fd6a2ebb7b3d16,libllama_cpp_sys_2-030bfa73cd353b9f}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lllama" "-lggml" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustch81uyv/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/mlua-sys-b8d5077715b47d49/out/lua-build/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/simple_llama-37f18f73e9e3d90b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lllama [INFO] [stdout] rust-lld: error: unable to find library -lggml [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simple_llama` (lib test) due to 1 previous error; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustckbtVCn/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtoml-3babeeb04ba34eb1,libtoml_edit-42227cb52998277c,libserde_spanned-7ff16d85e9b8845e,libindexmap-25cfd24f979e915e,libequivalent-1a416a9cd094258a,libhashbrown-1891f7c8c9ac7e08,libwinnow-2e9277efefbd6786,libtoml_datetime-614bfbc98ed635cb,libsimple_llama-85576b83fa3ff116,libanyhow-41a7cba848003e7c,libencoding_rs-98be66cb5435f779,libcfg_if-6a7eff3bb9b3cc11,liblog-bed40425882d2bd2,libserde-d92da9834178cd78,libllama_cpp_2-084d6a3d1b8d4c01,libthiserror-d1aee62986cab3ef,libenumflags2-6a372acad7b02383,libtracing-46a02598a197922e,libpin_project_lite-3439fd874bc54a98,libtracing_core-b881f9377af836bc,libonce_cell-a8fd6a2ebb7b3d16,libllama_cpp_sys_2-030bfa73cd353b9f,libclap-6601a37defc712c7,libclap_builder-3bf897b6357e22b3,libstrsim-d06c92a9dc9344bf,libanstream-3218951ef708fceb,libanstyle_query-a58ff91809ce2a76,libis_terminal_polyfill-5b66a9c07c403373,libcolorchoice-33729db8ac06b54d,libanstyle_parse-e4ab78bde2e72d8f,libutf8parse-f6737d5b791aba93,libclap_lex-fef51fea144efa3f,libanstyle-9bf9900b68cfa7b7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lllama" "-lggml" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustckbtVCn/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/mlua-sys-b8d5077715b47d49/out/lua-build/lib" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/simple-9ef0c351501dabd8" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: unable to find library -lllama [INFO] [stdout] rust-lld: error: unable to find library -lggml [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simple_llama` (example "simple") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "910227c0fbade59d9f4877c1256785f3fb47441923591069832e9574c61260f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "910227c0fbade59d9f4877c1256785f3fb47441923591069832e9574c61260f1", kill_on_drop: false }` [INFO] [stdout] 910227c0fbade59d9f4877c1256785f3fb47441923591069832e9574c61260f1